Skip to content

Commit 7fd9f76

Browse files
Evangelinknohwnd
andauthoredMay 21, 2024··
Use latest version of TA and MSTest.Engine (#2885)
Co-authored-by: Jakub Jareš <[email protected]>
1 parent 019168f commit 7fd9f76

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed
 

Diff for: ‎eng/Version.Details.xml

+4-8
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,13 @@
1717
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage</Uri>
1818
<Sha>a12555c42042c92e5c5c12399e7ab27a3fec615c</Sha>
1919
</Dependency>
20-
<Dependency Name="Microsoft.Testing.Framework" Version="1.2.0-preview.24168.3">
20+
<Dependency Name="Microsoft.Testing.Platform" Version="1.2.1">
2121
<Uri>https://github.com/microsoft/testanywhere</Uri>
22-
<Sha>445bda5374781f22ebd553dbc5c52d4c9c4176eb</Sha>
22+
<Sha>9c201283b99a3e11e210c9a5d549c85ba59ff276</Sha>
2323
</Dependency>
24-
<Dependency Name="Microsoft.Testing.Platform" Version="1.2.0-preview.24256.5">
24+
<Dependency Name="MSTest.Engine" Version="1.0.0-alpha.24271.6">
2525
<Uri>https://github.com/microsoft/testanywhere</Uri>
26-
<Sha>0e10f1f3c9cd3f306517e037b7560c6cf2ab2e9b</Sha>
27-
</Dependency>
28-
<Dependency Name="MSTest.Engine" Version="1.0.0-alpha.24256.5">
29-
<Uri>https://github.com/microsoft/testanywhere</Uri>
30-
<Sha>0e10f1f3c9cd3f306517e037b7560c6cf2ab2e9b</Sha>
26+
<Sha>9c201283b99a3e11e210c9a5d549c85ba59ff276</Sha>
3127
</Dependency>
3228
</ToolsetDependencies>
3329
</Dependencies>

Diff for: ‎eng/Versions.props

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
<PropertyGroup Label="MSTest prod dependencies - darc updated">
88
<MicrosoftDotNetBuildTasksTemplatingPackageVersion>8.0.0-beta.24225.1</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
99
<MicrosoftTestingExtensionsCodeCoverageVersion>17.10.4</MicrosoftTestingExtensionsCodeCoverageVersion>
10-
<MicrosoftTestingFrameworkVersion>1.2.0-preview.24168.3</MicrosoftTestingFrameworkVersion>
11-
<MicrosoftTestingPlatformVersion>1.2.0-preview.24256.5</MicrosoftTestingPlatformVersion>
12-
<MSTestEngineVersion>1.0.0-alpha.24256.5</MSTestEngineVersion>
10+
<MicrosoftTestingPlatformVersion>1.2.1</MicrosoftTestingPlatformVersion>
11+
<MSTestEngineVersion>1.0.0-alpha.24271.6</MSTestEngineVersion>
1312
</PropertyGroup>
1413
</Project>

0 commit comments

Comments
 (0)
Please sign in to comment.