Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/arcade (#13082)
Browse files Browse the repository at this point in the history
[main] Update dependencies from dotnet/arcade
  • Loading branch information
dotnet-maestro[bot] authored Mar 6, 2025
1 parent a5c88fa commit 78c8b52
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
24 changes: 12 additions & 12 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,29 +191,29 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
</ProductDependencies>
<ToolsetDependencies>
<!-- Arcade -->
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25154.6">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25155.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>36d3ce68f855c5902926f1e158d96364462c9adf</Sha>
<Sha>b15b738e20fe19a3b01f09b2ac38073fbf39c42c</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenFacades" Version="10.0.0-beta.25154.6">
<Dependency Name="Microsoft.DotNet.GenFacades" Version="10.0.0-beta.25155.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>36d3ce68f855c5902926f1e158d96364462c9adf</Sha>
<Sha>b15b738e20fe19a3b01f09b2ac38073fbf39c42c</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="10.0.0-beta.25154.6">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="10.0.0-beta.25155.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>36d3ce68f855c5902926f1e158d96364462c9adf</Sha>
<Sha>b15b738e20fe19a3b01f09b2ac38073fbf39c42c</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25154.6">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25155.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>36d3ce68f855c5902926f1e158d96364462c9adf</Sha>
<Sha>b15b738e20fe19a3b01f09b2ac38073fbf39c42c</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.25154.6">
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.25155.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>36d3ce68f855c5902926f1e158d96364462c9adf</Sha>
<Sha>b15b738e20fe19a3b01f09b2ac38073fbf39c42c</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25154.6">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25155.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>36d3ce68f855c5902926f1e158d96364462c9adf</Sha>
<Sha>b15b738e20fe19a3b01f09b2ac38073fbf39c42c</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 @@ -56,9 +56,9 @@
</PropertyGroup>
<!-- Arcade -->
<PropertyGroup>
<MicrosoftDotNetGenFacadesPackageVersion>10.0.0-beta.25154.6</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetRemoteExecutorVersion>10.0.0-beta.25154.6</MicrosoftDotNetRemoteExecutorVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25154.6</MicrosoftDotNetXUnitExtensionsPackageVersion>
<MicrosoftDotNetGenFacadesPackageVersion>10.0.0-beta.25155.7</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetRemoteExecutorVersion>10.0.0-beta.25155.7</MicrosoftDotNetRemoteExecutorVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25155.7</MicrosoftDotNetXUnitExtensionsPackageVersion>
<MicrosoftNETTestSdkVersion>17.4.0-preview-20220707-01</MicrosoftNETTestSdkVersion>
</PropertyGroup>
<!-- Below have no corresponding entries in Versions.Details.XML because they are not updated via Maestro -->
Expand Down
6 changes: 3 additions & 3 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"version": "10.0.100-preview.3.25125.5"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25154.6",
"Microsoft.DotNet.CMake.Sdk": "10.0.0-beta.25154.6",
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25154.6",
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25155.7",
"Microsoft.DotNet.CMake.Sdk": "10.0.0-beta.25155.7",
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25155.7",
"FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
"Microsoft.NET.Sdk.IL": "10.0.0-preview.3.25154.11"
},
Expand Down

0 comments on commit 78c8b52

Please sign in to comment.