Przeglądaj źródła

Bump Microsoft.NET.Test.Sdk from 16.9.4 to 16.10.0

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.9.4 to 16.10.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v16.9.4...v16.10.0)

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] 4 lat temu
rodzic
commit
b866dfa196
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      UnitTests/UnitTests.csproj

+ 1 - 1
UnitTests/UnitTests.csproj

@@ -15,7 +15,7 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
+    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
     <PackageReference Include="ReportGenerator" Version="4.8.8" />
     <PackageReference Include="System.Collections" Version="4.3.0" />
     <PackageReference Include="xunit" Version="2.4.1" />