Skip to content

Commit

Permalink
[main] Update dependencies from devdiv/DevDiv/vs-code-coverage, dotne…
Browse files Browse the repository at this point in the history
…t/arcade, microsoft/testanywhere (#2770)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] committed Apr 29, 2024
1 parent 791ab17 commit a8f2c2e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24204.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24225.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>188340e12c0a372b1681ad6a5e72c608021efdba</Sha>
<Sha>67d23f4ba1813b315e7e33c71d18b63475f5c5f8</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="8.0.0-beta.24204.3">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="8.0.0-beta.24225.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>188340e12c0a372b1681ad6a5e72c608021efdba</Sha>
<Sha>67d23f4ba1813b315e7e33c71d18b63475f5c5f8</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24102.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>2fb543a45580400a559b5ae41c96a815ea14dac5</Sha>
</Dependency>
<Dependency Name="Microsoft.Testing.Extensions.CodeCoverage" Version="17.11.1-preview.24224.3">
<Dependency Name="Microsoft.Testing.Extensions.CodeCoverage" Version="17.11.1-preview.24226.3">
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage</Uri>
<Sha>1abeb3de986e6cb201d9d61ab2af3a55f344f412</Sha>
<Sha>baea842a868d685cca55b897579a5d2e7a5dc68d</Sha>
</Dependency>
<Dependency Name="Microsoft.Testing.Framework" Version="1.2.0-preview.24168.3">
<Uri>https://github.com/microsoft/testanywhere</Uri>
<Sha>445bda5374781f22ebd553dbc5c52d4c9c4176eb</Sha>
</Dependency>
<Dependency Name="Microsoft.Testing.Platform" Version="1.2.0-preview.24224.4">
<Dependency Name="Microsoft.Testing.Platform" Version="1.2.0-preview.24225.5">
<Uri>https://github.com/microsoft/testanywhere</Uri>
<Sha>b961e41201c6ec4541d6156589591e0aacc415f2</Sha>
<Sha>2e1240abd7b00d4dd364dead1364edb1d40c2263</Sha>
</Dependency>
<Dependency Name="MSTest.Engine" Version="1.0.0-alpha.24224.4">
<Dependency Name="MSTest.Engine" Version="1.0.0-alpha.24225.5">
<Uri>https://github.com/microsoft/testanywhere</Uri>
<Sha>b961e41201c6ec4541d6156589591e0aacc415f2</Sha>
<Sha>2e1240abd7b00d4dd364dead1364edb1d40c2263</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
8 changes: 4 additions & 4 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
</PropertyGroup>
<PropertyGroup Label="MSTest prod dependencies - darc updated">
<MicrosoftDotNetBuildTasksTemplatingPackageVersion>8.0.0-beta.24204.3</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
<MicrosoftTestingExtensionsCodeCoverageVersion>17.11.1-preview.24224.3</MicrosoftTestingExtensionsCodeCoverageVersion>
<MicrosoftDotNetBuildTasksTemplatingPackageVersion>8.0.0-beta.24225.1</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
<MicrosoftTestingExtensionsCodeCoverageVersion>17.11.1-preview.24226.3</MicrosoftTestingExtensionsCodeCoverageVersion>
<MicrosoftTestingFrameworkVersion>1.2.0-preview.24168.3</MicrosoftTestingFrameworkVersion>
<MicrosoftTestingPlatformVersion>1.2.0-preview.24224.4</MicrosoftTestingPlatformVersion>
<MSTestEngineVersion>1.0.0-alpha.24224.4</MSTestEngineVersion>
<MicrosoftTestingPlatformVersion>1.2.0-preview.24225.5</MicrosoftTestingPlatformVersion>
<MSTestEngineVersion>1.0.0-alpha.24225.5</MSTestEngineVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"rollForward": "latestFeature"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24204.3",
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24225.1",
"MSBuild.Sdk.Extras": "3.0.44"
}
}

0 comments on commit a8f2c2e

Please sign in to comment.