Skip to content

Commit

Permalink
Ensure stable versions before moving to MSTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink committed Jul 16, 2024
1 parent 359466b commit 5b79b58
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>2fb543a45580400a559b5ae41c96a815ea14dac5</Sha>
</Dependency>
<Dependency Name="Microsoft.Testing.Extensions.CodeCoverage" Version="17.12.0-preview.24281.3">
<Dependency Name="Microsoft.Testing.Extensions.CodeCoverage" Version="17.11.3">
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage</Uri>
<Sha>fbc5c8316febc4897fe37cb6a1bb20a998917a87</Sha>
</Dependency>
<Dependency Name="Microsoft.Testing.Internal.Framework" Version="1.3.0-preview.24360.2">
<Dependency Name="Microsoft.Testing.Internal.Framework" Version="1.3.0">
<Uri>https://github.com/microsoft/testanywhere</Uri>
<Sha>3ebcc28d4d929ee56af16b547fd83258527b4127</Sha>
<Sha>4a12d8fed3ac9892d74bce1b75de8c8a5b21cbd9</Sha>
</Dependency>
<Dependency Name="MSTest.Engine" Version="1.0.0-alpha.24360.2">
<Dependency Name="MSTest.Engine" Version="1.0.0-alpha.24366.3">
<Uri>https://github.com/microsoft/testanywhere</Uri>
<Sha>3ebcc28d4d929ee56af16b547fd83258527b4127</Sha>
<Sha>4a12d8fed3ac9892d74bce1b75de8c8a5b21cbd9</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
</PropertyGroup>
<PropertyGroup Label="MSTest prod dependencies - darc updated">
<MicrosoftDotNetBuildTasksTemplatingPackageVersion>8.0.0-beta.24360.5</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
<MicrosoftTestingExtensionsCodeCoverageVersion>17.12.0-preview.24281.3</MicrosoftTestingExtensionsCodeCoverageVersion>
<MicrosoftTestingExtensionsCodeCoverageVersion>17.11.3</MicrosoftTestingExtensionsCodeCoverageVersion>
<!-- comment to facilitate merge conflicts -->
<MicrosoftTestingInternalFrameworkVersion>1.3.0-preview.24360.2</MicrosoftTestingInternalFrameworkVersion>
<MSTestEngineVersion>1.0.0-alpha.24360.2</MSTestEngineVersion>
<MicrosoftTestingInternalFrameworkVersion>1.3.0</MicrosoftTestingInternalFrameworkVersion>
<MSTestEngineVersion>1.0.0-alpha.24366.3</MSTestEngineVersion>
</PropertyGroup>
</Project>

0 comments on commit 5b79b58

Please sign in to comment.