Skip to content

Commit cc19ee3

Browse files
[rel/3.3] Update dependencies from microsoft/testanywhere (#2647)
* Update dependencies from https://github.com/microsoft/testanywhere build 20240403.1 Microsoft.Testing.Framework , Microsoft.Testing.Platform , MSTest.Engine From Version 1.1.0-preview.24170.5 -> To Version 1.1.0 * Update NuGet.config --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Amaury Levé <amauryleve@microsoft.com>
1 parent 15355a2 commit cc19ee3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage</Uri>
1818
<Sha>577a69889b85ef831532a97e3b5e3bf8f510de4a</Sha>
1919
</Dependency>
20-
<Dependency Name="Microsoft.Testing.Framework" Version="1.1.0-preview.24170.5">
20+
<Dependency Name="Microsoft.Testing.Framework" Version="1.1.0">
2121
<Uri>https://github.com/microsoft/testanywhere</Uri>
22-
<Sha>15580968f2d957fe4b48b8a9171433c20b5ee91c</Sha>
22+
<Sha>d127af08de5bf41e8966e2b3d19f001d1bd666db</Sha>
2323
</Dependency>
24-
<Dependency Name="Microsoft.Testing.Platform" Version="1.1.0-preview.24170.5">
24+
<Dependency Name="Microsoft.Testing.Platform" Version="1.1.0">
2525
<Uri>https://github.com/microsoft/testanywhere</Uri>
26-
<Sha>15580968f2d957fe4b48b8a9171433c20b5ee91c</Sha>
26+
<Sha>d127af08de5bf41e8966e2b3d19f001d1bd666db</Sha>
2727
</Dependency>
28-
<Dependency Name="MSTest.Engine" Version="1.0.0-alpha.24170.5">
28+
<Dependency Name="MSTest.Engine" Version="1.0.0-alpha.24203.1">
2929
<Uri>https://github.com/microsoft/testanywhere</Uri>
30-
<Sha>15580968f2d957fe4b48b8a9171433c20b5ee91c</Sha>
30+
<Sha>d127af08de5bf41e8966e2b3d19f001d1bd666db</Sha>
3131
</Dependency>
3232
</ToolsetDependencies>
3333
</Dependencies>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
<!-- MSBuild Sdk versions updates -->
2727
<MicrosoftDotNetBuildTasksTemplatingPackageVersion>8.0.0-beta.24161.7</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
2828
<!-- Testing platform (this comment is here to avoid conflict on darc PRs) -->
29-
<MicrosoftTestingFrameworkVersion>1.1.0-preview.24170.5</MicrosoftTestingFrameworkVersion>
30-
<MicrosoftTestingPlatformVersion>1.1.0-preview.24170.5</MicrosoftTestingPlatformVersion>
31-
<MSTestEngineVersion>1.0.0-alpha.24170.5</MSTestEngineVersion>
29+
<MicrosoftTestingFrameworkVersion>1.1.0</MicrosoftTestingFrameworkVersion>
30+
<MicrosoftTestingPlatformVersion>1.1.0</MicrosoftTestingPlatformVersion>
31+
<MSTestEngineVersion>1.0.0-alpha.24203.1</MSTestEngineVersion>
3232
<MicrosoftVisualStudioThreadingAnalyzersVersion>17.9.28</MicrosoftVisualStudioThreadingAnalyzersVersion>
3333
<StyleCopAnalyzersVersion>1.2.0-beta.556</StyleCopAnalyzersVersion>
3434
</PropertyGroup>

0 commit comments

Comments
 (0)