Skip to content

Commit 5b79b58

Browse files
committed
Ensure stable versions before moving to MSTest
1 parent 359466b commit 5b79b58

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

eng/Version.Details.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
<Uri>https://github.com/dotnet/arcade</Uri>
1414
<Sha>2fb543a45580400a559b5ae41c96a815ea14dac5</Sha>
1515
</Dependency>
16-
<Dependency Name="Microsoft.Testing.Extensions.CodeCoverage" Version="17.12.0-preview.24281.3">
16+
<Dependency Name="Microsoft.Testing.Extensions.CodeCoverage" Version="17.11.3">
1717
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage</Uri>
1818
<Sha>fbc5c8316febc4897fe37cb6a1bb20a998917a87</Sha>
1919
</Dependency>
20-
<Dependency Name="Microsoft.Testing.Internal.Framework" Version="1.3.0-preview.24360.2">
20+
<Dependency Name="Microsoft.Testing.Internal.Framework" Version="1.3.0">
2121
<Uri>https://github.com/microsoft/testanywhere</Uri>
22-
<Sha>3ebcc28d4d929ee56af16b547fd83258527b4127</Sha>
22+
<Sha>4a12d8fed3ac9892d74bce1b75de8c8a5b21cbd9</Sha>
2323
</Dependency>
24-
<Dependency Name="MSTest.Engine" Version="1.0.0-alpha.24360.2">
24+
<Dependency Name="MSTest.Engine" Version="1.0.0-alpha.24366.3">
2525
<Uri>https://github.com/microsoft/testanywhere</Uri>
26-
<Sha>3ebcc28d4d929ee56af16b547fd83258527b4127</Sha>
26+
<Sha>4a12d8fed3ac9892d74bce1b75de8c8a5b21cbd9</Sha>
2727
</Dependency>
2828
</ToolsetDependencies>
2929
</Dependencies>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
</PropertyGroup>
99
<PropertyGroup Label="MSTest prod dependencies - darc updated">
1010
<MicrosoftDotNetBuildTasksTemplatingPackageVersion>8.0.0-beta.24360.5</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
11-
<MicrosoftTestingExtensionsCodeCoverageVersion>17.12.0-preview.24281.3</MicrosoftTestingExtensionsCodeCoverageVersion>
11+
<MicrosoftTestingExtensionsCodeCoverageVersion>17.11.3</MicrosoftTestingExtensionsCodeCoverageVersion>
1212
<!-- comment to facilitate merge conflicts -->
13-
<MicrosoftTestingInternalFrameworkVersion>1.3.0-preview.24360.2</MicrosoftTestingInternalFrameworkVersion>
14-
<MSTestEngineVersion>1.0.0-alpha.24360.2</MSTestEngineVersion>
13+
<MicrosoftTestingInternalFrameworkVersion>1.3.0</MicrosoftTestingInternalFrameworkVersion>
14+
<MSTestEngineVersion>1.0.0-alpha.24366.3</MSTestEngineVersion>
1515
</PropertyGroup>
1616
</Project>

0 commit comments

Comments
 (0)