Skip to content

Commit

Permalink
Microsoft.NET.Test.Sdk 17.4.0 (OrchardCMS#12877)
Browse files Browse the repository at this point in the history
  • Loading branch information
agriffard authored Nov 26, 2022
1 parent 073a35b commit fb9246a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/OrchardCore.Build/Dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<PackageManagement Include="MailKit" Version="3.4.2" />
<PackageManagement Include="Markdig" Version="0.30.4" />
<PackageManagement Include="MessagePack" Version="2.2.60" />
<PackageManagement Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
<PackageManagement Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
<PackageManagement Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
<PackageManagement Include="MimeKit" Version="3.4.2" />
<PackageManagement Include="MiniProfiler.AspNetCore.Mvc" Version="4.2.22" />
Expand Down
2 changes: 1 addition & 1 deletion src/docs/resources/libraries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The below table lists the different Tests libraries:
| [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) | Powerful .NET library for benchmarking. | 0.13.2 | [MIT](https://github.com/dotnet/BenchmarkDotNet/blob/master/LICENSE.md) |
| [Cypress](https://github.com/cypress-io/cypress) | Fast, easy and reliable testing for anything that runs in a browser. | 9.6.1 | [MIT](https://github.com/cypress-io/cypress/blob/develop/LICENSE) |
| [Cypress Orchard](https://www.npmjs.com/package/cypress-orchardcore) | A collection of cypress commands for Orchard Core. | 0.4.5 | MIT |
| [VS Test SDK](https://github.com/microsoft/vstest/) | Visual Studio Test Platform. | 17.3.2 | [MIT](https://github.com/microsoft/vstest/blob/master/LICENSE) |
| [VS Test SDK](https://github.com/microsoft/vstest/) | Visual Studio Test Platform. | 17.4.0 | [MIT](https://github.com/microsoft/vstest/blob/master/LICENSE) |
| [xUnit](https://github.com/xunit/xunit) | Free, open source, community-focused unit testing tool for the .NET Framework. | 2.4.2 | [MIT](https://github.com/xunit/xunit/blob/main/LICENSE) |
| [xUnit Analyzers](https://github.com/xunit/xunit.analyzers) | Roslyn analyzers for xUnit.net. | 1.0.0 | [MIT](https://github.com/xunit/xunit.analyzers/blob/main/LICENSE) |
| [xUnit VS runner](https://github.com/xunit/visualstudio.xunit) | VSTest runner for xUnit.net. | 2.4.5 | [MIT](https://github.com/xunit/visualstudio.xunit/blob/main/License.txt) |

0 comments on commit fb9246a

Please sign in to comment.