From 8bdd16e13f6686b258f158d0f113ac2df42e0e57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Aug 2022 14:02:21 +0000 Subject: [PATCH 1/2] Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.0 Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.2.0 to 17.3.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v17.2.0...v17.3.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- BadMedicine.Dicom.Tests/BadMedicine.Dicom.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From a44cca43195cfe8baeabd4db608ef78b3682d4ac Mon Sep 17 00:00:00 2001 From: James A Sutherland Date: Wed, 10 Aug 2022 12:14:09 -0500 Subject: [PATCH 2/2] Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.0 --- Packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | |