Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/arcade build 20250…
Browse files Browse the repository at this point in the history
…127.3

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CMake.Sdk , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.XUnitExtensions
 From Version 10.0.0-beta.25074.4 -> To Version 10.0.0-beta.25077.3
  • Loading branch information
dotnet-maestro[bot] committed Jan 28, 2025
1 parent c0106e1 commit 5018b00
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 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.25076.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25077.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>fe17712bedb95a55d5af00c5191772c81393745f</Sha>
<Sha>79e2c58673f7995efcac816a0a41f108de386ca8</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenFacades" Version="10.0.0-beta.25076.1">
<Dependency Name="Microsoft.DotNet.GenFacades" Version="10.0.0-beta.25077.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>fe17712bedb95a55d5af00c5191772c81393745f</Sha>
<Sha>79e2c58673f7995efcac816a0a41f108de386ca8</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="10.0.0-beta.25076.1">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="10.0.0-beta.25077.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>fe17712bedb95a55d5af00c5191772c81393745f</Sha>
<Sha>79e2c58673f7995efcac816a0a41f108de386ca8</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25076.1">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25077.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>fe17712bedb95a55d5af00c5191772c81393745f</Sha>
<Sha>79e2c58673f7995efcac816a0a41f108de386ca8</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.25076.1">
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.25077.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>fe17712bedb95a55d5af00c5191772c81393745f</Sha>
<Sha>79e2c58673f7995efcac816a0a41f108de386ca8</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25076.1">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25077.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>fe17712bedb95a55d5af00c5191772c81393745f</Sha>
<Sha>79e2c58673f7995efcac816a0a41f108de386ca8</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.25076.1</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetRemoteExecutorVersion>10.0.0-beta.25076.1</MicrosoftDotNetRemoteExecutorVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25076.1</MicrosoftDotNetXUnitExtensionsPackageVersion>
<MicrosoftDotNetGenFacadesPackageVersion>10.0.0-beta.25077.3</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetRemoteExecutorVersion>10.0.0-beta.25077.3</MicrosoftDotNetRemoteExecutorVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25077.3</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
10 changes: 5 additions & 5 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"tools": {
"dotnet": "10.0.100-alpha.1.25074.2",
"dotnet": "10.0.100-alpha.1.25077.2",
"runtimes": {
"dotnet/x64": [
"$(VSRedistCommonNetCoreSharedFrameworkx64100PackageVersion)"
Expand All @@ -11,12 +11,12 @@
}
},
"sdk": {
"version": "10.0.100-alpha.1.25074.2"
"version": "10.0.100-alpha.1.25077.2"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25076.1",
"Microsoft.DotNet.CMake.Sdk": "10.0.0-beta.25076.1",
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25076.1",
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25077.3",
"Microsoft.DotNet.CMake.Sdk": "10.0.0-beta.25077.3",
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25077.3",
"FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
"Microsoft.NET.Sdk.IL": "10.0.0-alpha.1.25073.13"
},
Expand Down

0 comments on commit 5018b00

Please sign in to comment.