diff --git a/BadMedicine.Dicom.Tests/BadMedicine.Dicom.Tests.csproj b/BadMedicine.Dicom.Tests/BadMedicine.Dicom.Tests.csproj index 744d404..4022ad9 100644 --- a/BadMedicine.Dicom.Tests/BadMedicine.Dicom.Tests.csproj +++ b/BadMedicine.Dicom.Tests/BadMedicine.Dicom.Tests.csproj @@ -14,7 +14,7 @@ - + all diff --git a/Packages.md b/Packages.md index 0f179bf..a9f3b2d 100644 --- a/Packages.md +++ b/Packages.md @@ -21,6 +21,6 @@ | CommandLineParser | [GitHub](https://github.com/commandlineparser/commandline) | [2.9.1](https://www.nuget.org/packages/CommandLineParser/2.9.1) | [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.3](https://www.nuget.org/packages/NUnit/3.13.3) | [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.2.0](https://www.nuget.org/packages/Microsoft.NET.Test.Sdk/17.2.0) | [MIT](https://opensource.org/licenses/MIT) | Run unit tests | | +| Microsoft.NET.Test.Sdk | [GitHub](https://github.com/microsoft/vstest/) | [17.3.0](https://www.nuget.org/packages/Microsoft.NET.Test.Sdk/17.3.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 | |