Skip to content

Commit 2b0848f

Browse files
Bump Microsoft.NET.Test.Sdk from 16.9.4 to 16.10.0 (#144)
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](microsoft/vstest@v16.9.4...v16.10.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4842799 commit 2b0848f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CommandLineParser.Tests/CommandLineParser.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1717
</PackageReference>
1818
<PackageReference Include="Divergic.Logging.Xunit" Version="3.6.0" />
19-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
19+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
2020
<PackageReference Include="Moq" Version="4.16.1" />
2121
<PackageReference Include="xunit" Version="2.4.1" />
2222
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">

Extensions/Tests/FluentValidationsExtensions.Tests/FluentValidationsExtensions.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1313
</PackageReference>
1414
<PackageReference Include="FluentValidation" Version="10.1.0" />
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
1616
<PackageReference Include="xunit" Version="2.4.1" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
1818
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)