We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 928badf commit f524234Copy full SHA for f524234
samples/public/Directory.Build.props
@@ -3,10 +3,10 @@
3
<PropertyGroup>
4
<AspireTestingVersion>8.2.2</AspireTestingVersion>
5
<CodeCoverageVersion>17.13.1</CodeCoverageVersion>
6
- <MSTestVersion>3.7.2</MSTestVersion>
+ <MSTestVersion>3.7.3</MSTestVersion>
7
<MSTestAOTVersion>1.0.0-alpha.24473.2</MSTestAOTVersion>
8
<PlaywrightVersion>1.49.0</PlaywrightVersion>
9
- <TestingPlatformVersion>1.5.2</TestingPlatformVersion>
+ <TestingPlatformVersion>1.5.3</TestingPlatformVersion>
10
<VSTestVersion>17.12.0</VSTestVersion>
11
</PropertyGroup>
12
samples/public/global.json
@@ -1,5 +1,5 @@
1
{
2
"msbuild-sdks": {
- "MSTest.Sdk": "3.7.2"
+ "MSTest.Sdk": "3.7.3"
}
0 commit comments