Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rel/3.3] Update dependencies from microsoft/testanywhere #2759

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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>a12555c42042c92e5c5c12399e7ab27a3fec615c</Sha>
</Dependency>
<Dependency Name="Microsoft.Testing.Framework" Version="1.1.0">
<Dependency Name="Microsoft.Testing.Framework" Version="1.1.0-preview.24223.3">
<Uri>https://github.com/microsoft/testanywhere</Uri>
<Sha>d127af08de5bf41e8966e2b3d19f001d1bd666db</Sha>
<Sha>d244a2f8cc155d5692b11f894bbbf267daf40443</Sha>
</Dependency>
<Dependency Name="Microsoft.Testing.Platform" Version="1.1.0">
<Dependency Name="Microsoft.Testing.Platform" Version="1.1.0-preview.24223.3">
<Uri>https://github.com/microsoft/testanywhere</Uri>
<Sha>d127af08de5bf41e8966e2b3d19f001d1bd666db</Sha>
<Sha>d244a2f8cc155d5692b11f894bbbf267daf40443</Sha>
</Dependency>
<Dependency Name="MSTest.Engine" Version="1.0.0-alpha.24163.4">
<Dependency Name="MSTest.Engine" Version="1.0.0-alpha.24223.3">
<Uri>https://github.com/microsoft/testanywhere</Uri>
<Sha>1a55dc84d0c3e2e070479a7cdfc1d7334230c592</Sha>
<Sha>d244a2f8cc155d5692b11f894bbbf267daf40443</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</MicrosoftTestingFrameworkVersion>
<MicrosoftTestingPlatformVersion>1.1.0</MicrosoftTestingPlatformVersion>
<MSTestEngineVersion>1.0.0-alpha.24163.4</MSTestEngineVersion>
<MicrosoftTestingFrameworkVersion>1.1.0-preview.24223.3</MicrosoftTestingFrameworkVersion>
<MicrosoftTestingPlatformVersion>1.1.0-preview.24223.3</MicrosoftTestingPlatformVersion>
<MSTestEngineVersion>1.0.0-alpha.24223.3</MSTestEngineVersion>
<MicrosoftVisualStudioThreadingAnalyzersVersion>17.9.28</MicrosoftVisualStudioThreadingAnalyzersVersion>
<StyleCopAnalyzersVersion>1.2.0-beta.556</StyleCopAnalyzersVersion>
</PropertyGroup>
Expand Down