Skip to content

Commit

Permalink
[rel/3.3] Update dependencies from microsoft/testanywhere (#2647)
Browse files Browse the repository at this point in the history
* 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é <[email protected]>
  • Loading branch information
3 people authored Apr 3, 2024
1 parent 15355a2 commit cc19ee3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage</Uri>
<Sha>577a69889b85ef831532a97e3b5e3bf8f510de4a</Sha>
</Dependency>
<Dependency Name="Microsoft.Testing.Framework" Version="1.1.0-preview.24170.5">
<Dependency Name="Microsoft.Testing.Framework" Version="1.1.0">
<Uri>https://github.com/microsoft/testanywhere</Uri>
<Sha>15580968f2d957fe4b48b8a9171433c20b5ee91c</Sha>
<Sha>d127af08de5bf41e8966e2b3d19f001d1bd666db</Sha>
</Dependency>
<Dependency Name="Microsoft.Testing.Platform" Version="1.1.0-preview.24170.5">
<Dependency Name="Microsoft.Testing.Platform" Version="1.1.0">
<Uri>https://github.com/microsoft/testanywhere</Uri>
<Sha>15580968f2d957fe4b48b8a9171433c20b5ee91c</Sha>
<Sha>d127af08de5bf41e8966e2b3d19f001d1bd666db</Sha>
</Dependency>
<Dependency Name="MSTest.Engine" Version="1.0.0-alpha.24170.5">
<Dependency Name="MSTest.Engine" Version="1.0.0-alpha.24203.1">
<Uri>https://github.com/microsoft/testanywhere</Uri>
<Sha>15580968f2d957fe4b48b8a9171433c20b5ee91c</Sha>
<Sha>d127af08de5bf41e8966e2b3d19f001d1bd666db</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 @@ -26,9 +26,9 @@
<!-- MSBuild Sdk versions updates -->
<MicrosoftDotNetBuildTasksTemplatingPackageVersion>8.0.0-beta.24161.7</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
<!-- Testing platform (this comment is here to avoid conflict on darc PRs) -->
<MicrosoftTestingFrameworkVersion>1.1.0-preview.24170.5</MicrosoftTestingFrameworkVersion>
<MicrosoftTestingPlatformVersion>1.1.0-preview.24170.5</MicrosoftTestingPlatformVersion>
<MSTestEngineVersion>1.0.0-alpha.24170.5</MSTestEngineVersion>
<MicrosoftTestingFrameworkVersion>1.1.0</MicrosoftTestingFrameworkVersion>
<MicrosoftTestingPlatformVersion>1.1.0</MicrosoftTestingPlatformVersion>
<MSTestEngineVersion>1.0.0-alpha.24203.1</MSTestEngineVersion>
<MicrosoftVisualStudioThreadingAnalyzersVersion>17.9.28</MicrosoftVisualStudioThreadingAnalyzersVersion>
<StyleCopAnalyzersVersion>1.2.0-beta.556</StyleCopAnalyzersVersion>
</PropertyGroup>
Expand Down

0 comments on commit cc19ee3

Please sign in to comment.