Skip to content

Commit

Permalink
[release/10.0.1xx-preview1] Update dependencies from dotnet/arcade (#…
Browse files Browse the repository at this point in the history
…46406)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] authored Jan 30, 2025
1 parent cd9074e commit 62f1e07
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
28 changes: 14 additions & 14 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -604,34 +604,34 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25076.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25079.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>fe17712bedb95a55d5af00c5191772c81393745f</Sha>
<Sha>3bb46f96cc988a80a414f45394f8a9ce54b47d3b</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.25076.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.25079.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>fe17712bedb95a55d5af00c5191772c81393745f</Sha>
<Sha>3bb46f96cc988a80a414f45394f8a9ce54b47d3b</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.25079.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>fe17712bedb95a55d5af00c5191772c81393745f</Sha>
<Sha>3bb46f96cc988a80a414f45394f8a9ce54b47d3b</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="10.0.0-beta.25076.1">
<Dependency Name="Microsoft.DotNet.SignTool" Version="10.0.0-beta.25079.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>fe17712bedb95a55d5af00c5191772c81393745f</Sha>
<Sha>3bb46f96cc988a80a414f45394f8a9ce54b47d3b</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25076.1">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25079.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>fe17712bedb95a55d5af00c5191772c81393745f</Sha>
<Sha>3bb46f96cc988a80a414f45394f8a9ce54b47d3b</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.25076.1">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.25079.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>fe17712bedb95a55d5af00c5191772c81393745f</Sha>
<Sha>3bb46f96cc988a80a414f45394f8a9ce54b47d3b</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.25076.1">
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.25079.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>fe17712bedb95a55d5af00c5191772c81393745f</Sha>
<Sha>3bb46f96cc988a80a414f45394f8a9ce54b47d3b</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="System.Reflection.MetadataLoadContext" Version="10.0.0-preview.1.25078.5">
Expand Down
8 changes: 4 additions & 4 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -271,10 +271,10 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>10.0.0-beta.25076.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetSignToolVersion>10.0.0-beta.25076.1</MicrosoftDotNetSignToolVersion>
<MicrosoftDotNetXliffTasksVersion>10.0.0-beta.25076.1</MicrosoftDotNetXliffTasksVersion>
<MicrosoftDotNetXUnitExtensionsVersion>10.0.0-beta.25076.1</MicrosoftDotNetXUnitExtensionsVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>10.0.0-beta.25079.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetSignToolVersion>10.0.0-beta.25079.2</MicrosoftDotNetSignToolVersion>
<MicrosoftDotNetXliffTasksVersion>10.0.0-beta.25079.2</MicrosoftDotNetXliffTasksVersion>
<MicrosoftDotNetXUnitExtensionsVersion>10.0.0-beta.25079.2</MicrosoftDotNetXUnitExtensionsVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sourcelink -->
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"cmake": "latest"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.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.25079.2",
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25079.2",
"Microsoft.Build.NoTargets": "3.7.0",
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24217.1"
}
Expand Down

0 comments on commit 62f1e07

Please sign in to comment.