Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/arcade (#12829)
Browse files Browse the repository at this point in the history
[main] Update dependencies from dotnet/arcade
  • Loading branch information
dotnet-maestro[bot] authored Jan 23, 2025
1 parent c0a28a9 commit 230ab6d
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.25071.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25072.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>02e2a71bd9c33ea333c9e3acc2404d6c061532bb</Sha>
<Sha>2ac4034732f0dbb9781beae751cf15b65aff1bcd</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenFacades" Version="10.0.0-beta.25071.3">
<Dependency Name="Microsoft.DotNet.GenFacades" Version="10.0.0-beta.25072.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>02e2a71bd9c33ea333c9e3acc2404d6c061532bb</Sha>
<Sha>2ac4034732f0dbb9781beae751cf15b65aff1bcd</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="10.0.0-beta.25071.3">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="10.0.0-beta.25072.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>02e2a71bd9c33ea333c9e3acc2404d6c061532bb</Sha>
<Sha>2ac4034732f0dbb9781beae751cf15b65aff1bcd</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25071.3">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25072.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>02e2a71bd9c33ea333c9e3acc2404d6c061532bb</Sha>
<Sha>2ac4034732f0dbb9781beae751cf15b65aff1bcd</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.25071.3">
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.25072.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>02e2a71bd9c33ea333c9e3acc2404d6c061532bb</Sha>
<Sha>2ac4034732f0dbb9781beae751cf15b65aff1bcd</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25071.3">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25072.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>02e2a71bd9c33ea333c9e3acc2404d6c061532bb</Sha>
<Sha>2ac4034732f0dbb9781beae751cf15b65aff1bcd</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.25071.3</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetRemoteExecutorVersion>10.0.0-beta.25071.3</MicrosoftDotNetRemoteExecutorVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25071.3</MicrosoftDotNetXUnitExtensionsPackageVersion>
<MicrosoftDotNetGenFacadesPackageVersion>10.0.0-beta.25072.2</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetRemoteExecutorVersion>10.0.0-beta.25072.2</MicrosoftDotNetRemoteExecutorVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25072.2</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-alpha.1.25064.3"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25071.3",
"Microsoft.DotNet.CMake.Sdk": "10.0.0-beta.25071.3",
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25071.3",
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25072.2",
"Microsoft.DotNet.CMake.Sdk": "10.0.0-beta.25072.2",
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25072.2",
"FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
"Microsoft.NET.Sdk.IL": "10.0.0-alpha.1.25072.13"
},
Expand Down

0 comments on commit 230ab6d

Please sign in to comment.