Skip to content

Commit f524234

Browse files
authored
Bump version used in samples to latest (#4807)
1 parent 928badf commit f524234

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

samples/public/Directory.Build.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<PropertyGroup>
44
<AspireTestingVersion>8.2.2</AspireTestingVersion>
55
<CodeCoverageVersion>17.13.1</CodeCoverageVersion>
6-
<MSTestVersion>3.7.2</MSTestVersion>
6+
<MSTestVersion>3.7.3</MSTestVersion>
77
<MSTestAOTVersion>1.0.0-alpha.24473.2</MSTestAOTVersion>
88
<PlaywrightVersion>1.49.0</PlaywrightVersion>
9-
<TestingPlatformVersion>1.5.2</TestingPlatformVersion>
9+
<TestingPlatformVersion>1.5.3</TestingPlatformVersion>
1010
<VSTestVersion>17.12.0</VSTestVersion>
1111
</PropertyGroup>
1212

samples/public/global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"msbuild-sdks": {
3-
"MSTest.Sdk": "3.7.2"
3+
"MSTest.Sdk": "3.7.3"
44
}
55
}

0 commit comments

Comments
 (0)