Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update dependencies from https://github.com/dotnet/arcade build 20251…
…209.4

On relative base path root
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XliffTasks , Microsoft.DotNet.XUnitExtensions From Version 9.0.0-beta.25608.5 -> To Version 9.0.0-beta.25609.4
  • Loading branch information
dotnet-maestro[bot] committed Dec 10, 2025
commit 57a998de77dda17e79cc6feb4ac3f635fe96d3eb
28 changes: 14 additions & 14 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -589,34 +589,34 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25608.5">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25609.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>92e45d251889042fd956e18b28d489020298d864</Sha>
<Sha>5dba308d00fabb7f13bb730bff7112b7ab5068c3</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.25608.5">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.25609.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>92e45d251889042fd956e18b28d489020298d864</Sha>
<Sha>5dba308d00fabb7f13bb730bff7112b7ab5068c3</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25608.5">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25609.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>92e45d251889042fd956e18b28d489020298d864</Sha>
<Sha>5dba308d00fabb7f13bb730bff7112b7ab5068c3</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.25608.5">
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.25609.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>92e45d251889042fd956e18b28d489020298d864</Sha>
<Sha>5dba308d00fabb7f13bb730bff7112b7ab5068c3</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25608.5">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25609.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>92e45d251889042fd956e18b28d489020298d864</Sha>
<Sha>5dba308d00fabb7f13bb730bff7112b7ab5068c3</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25608.5">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25609.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>92e45d251889042fd956e18b28d489020298d864</Sha>
<Sha>5dba308d00fabb7f13bb730bff7112b7ab5068c3</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25608.5">
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25609.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>92e45d251889042fd956e18b28d489020298d864</Sha>
<Sha>5dba308d00fabb7f13bb730bff7112b7ab5068c3</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="System.Reflection.MetadataLoadContext" Version="9.0.11">
Expand Down
8 changes: 4 additions & 4 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -270,10 +270,10 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.25608.5</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetSignToolVersion>9.0.0-beta.25608.5</MicrosoftDotNetSignToolVersion>
<MicrosoftDotNetXliffTasksVersion>9.0.0-beta.25608.5</MicrosoftDotNetXliffTasksVersion>
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25608.5</MicrosoftDotNetXUnitExtensionsVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.25609.4</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetSignToolVersion>9.0.0-beta.25609.4</MicrosoftDotNetSignToolVersion>
<MicrosoftDotNetXliffTasksVersion>9.0.0-beta.25609.4</MicrosoftDotNetXliffTasksVersion>
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25609.4</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": "9.0.0-beta.25608.5",
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25608.5",
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25609.4",
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25609.4",
"Microsoft.Build.NoTargets": "3.7.0",
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24217.1"
}
Expand Down
Loading