Skip to content

Commit 7d644cb

Browse files
Bump Microsoft.NET.Test.Sdk from 16.9.1 to 16.9.4 (#133)
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.9.1 to 16.9.4. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](microsoft/vstest@v16.9.1...v16.9.4) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b39a9f1 commit 7d644cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1" />
19+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
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="9.5.3" />
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" />
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
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)