Skip to content

Commit 8a1552a

Browse files
dependabot-preview[bot]Ron Petrusha
authored andcommitted
Bump Microsoft.NET.Test.Sdk (#1246)
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 15.9.0 to 16.2.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](microsoft/vstest@v15.9.0...v16.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent ef866fd commit 8a1552a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/getting-started/unit-testing-using-mstest/PrimeService.Tests/PrimeService.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
8+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
99
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
1010
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
1111
</ItemGroup>

0 commit comments

Comments
 (0)