Skip to content
Merged
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…
…113.4

On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.25562.3 -> To Version 8.0.0-beta.25563.4
  • Loading branch information
dotnet-maestro[bot] committed Nov 15, 2025
commit d6d69683b5818855d7065203846a2de3f8730ce4
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25562.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25563.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e8483fe03c7d3257c68f6013441da5d72eeb8392</Sha>
<Sha>952abb7faea30d565b847d31411d019904a613a0</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23475.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"dotnet": "8.0.122"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25562.3"
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25563.4"
}
}