Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.1.0 #76

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BadMedicine.Dicom.Tests/BadMedicine.Dicom.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ProjectReference Include="..\BadMedicine.Dicom\BadMedicine.Dicom.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1">
<PrivateAssets>all</PrivateAssets>
Expand Down
2 changes: 1 addition & 1 deletion Packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
| CommandLineParser | [GitHub](https://github.com/commandlineparser/commandline) | [2.8.0](https://www.nuget.org/packages/CommandLineParser/2.8.0) | [MIT](https://opensource.org/licenses/MIT) | Allows command line arguments for main client application and CLI executables |
| [Nunit](https://nunit.org/) |[GitHub](https://github.com/nunit/nunit) | [3.13.2](https://www.nuget.org/packages/NUnit/3.13.2) | [MIT](https://opensource.org/licenses/MIT) | Unit testing |
| NUnit3TestAdapter | [GitHub](https://github.com/nunit/nunit3-vs-adapter)| [4.2.1](https://www.nuget.org/packages/NUnit3TestAdapter/4.2.1) | [MIT](https://opensource.org/licenses/MIT) | Run unit tests from within Visual Studio |
| Microsoft.NET.Test.Sdk | [GitHub](https://github.com/microsoft/vstest/) | [17.0.0](https://www.nuget.org/packages/Microsoft.NET.Test.Sdk/17.0.0) | [MIT](https://opensource.org/licenses/MIT) | Run unit tests | |
| Microsoft.NET.Test.Sdk | [GitHub](https://github.com/microsoft/vstest/) | [17.1.0](https://www.nuget.org/packages/Microsoft.NET.Test.Sdk/17.1.0) | [MIT](https://opensource.org/licenses/MIT) | Run unit tests | |
| NunitXml.TestLogger | [GitHub](https://github.com/spekt/nunit.testlogger) | [3.0.117](https://www.nuget.org/packages/NunitXml.TestLogger/3.0.117) | [MIT](https://opensource.org/licenses/MIT) | Report test results in XML syntax | |
| XunitXml.TestLogger | [GitHub](https://github.com/spekt/xunit.testlogger) | [3.0.70](https://www.nuget.org/packages/XunitXml.TestLogger/3.0.70) | [MIT](https://opensource.org/licenses/MIT) | Report test results in XML syntax | |