We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eaa640 commit 677aef5Copy full SHA for 677aef5
samples/snippets/core/testing/unit-testing-vb-mstest/vb/PrimeService.Tests/PrimeService.Tests.vbproj
@@ -7,9 +7,9 @@
7
</PropertyGroup>
8
9
<ItemGroup>
10
- <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
11
- <PackageReference Include="MSTest.TestAdapter" Version="3.8.3" />
12
- <PackageReference Include="MSTest.TestFramework" Version="3.8.3" />
+ <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.0" />
+ <PackageReference Include="MSTest.TestAdapter" Version="3.9.0" />
+ <PackageReference Include="MSTest.TestFramework" Version="3.9.0" />
13
</ItemGroup>
14
15
0 commit comments