Skip to content

Commit

Permalink
[rel/3.6] Update dependencies from microsoft/testanywhere (#4043)
Browse files Browse the repository at this point in the history
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] authored Nov 12, 2024
1 parent c252b64 commit 6801c1e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
</solution>
<packageSources>
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<!-- Begin: Package sources from microsoft-testanywhere -->
<add key="darc-pub-microsoft-testanywhere-b6b5c94" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-microsoft-testanywhere-b6b5c945/nuget/v3/index.json" />
<!-- End: Package sources from microsoft-testanywhere -->
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
<add key="test-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json" />
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
Expand Down
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage</Uri>
<Sha>43d6af3682f80c1fb77f0c3a7223c84bd49f7708</Sha>
</Dependency>
<Dependency Name="Microsoft.Testing.Internal.Framework" Version="1.4.3-preview.24557.3">
<Dependency Name="Microsoft.Testing.Internal.Framework" Version="1.4.3">
<Uri>https://github.com/microsoft/testanywhere</Uri>
<Sha>ec00cdf0bc114d4c5254d1f4695d469d46b4326c</Sha>
<Sha>b6b5c94527b35464e9ffaf471aef378f76888f76</Sha>
</Dependency>
<Dependency Name="MSTest.Engine" Version="1.0.0-alpha.24557.3">
<Dependency Name="MSTest.Engine" Version="1.0.0-alpha.24562.1">
<Uri>https://github.com/microsoft/testanywhere</Uri>
<Sha>ec00cdf0bc114d4c5254d1f4695d469d46b4326c</Sha>
<Sha>b6b5c94527b35464e9ffaf471aef378f76888f76</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<MicrosoftDotNetBuildTasksTemplatingPackageVersion>10.0.0-beta.24429.6</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
<MicrosoftTestingExtensionsCodeCoverageVersion>17.12.6</MicrosoftTestingExtensionsCodeCoverageVersion>
<!-- comment to facilitate merge conflicts -->
<MicrosoftTestingInternalFrameworkVersion>1.4.3-preview.24557.3</MicrosoftTestingInternalFrameworkVersion>
<MSTestEngineVersion>1.0.0-alpha.24557.3</MSTestEngineVersion>
<MicrosoftTestingInternalFrameworkVersion>1.4.3</MicrosoftTestingInternalFrameworkVersion>
<MSTestEngineVersion>1.0.0-alpha.24562.1</MSTestEngineVersion>
</PropertyGroup>
</Project>

0 comments on commit 6801c1e

Please sign in to comment.