8000 [main] Update dependencies from dotnet/arcade (#2560) · dotnet/command-line-api@e22447d · GitHub
[go: up one dir, main page]

Skip to content

Commit e22447d

Browse files
[main] Update dependencies from dotnet/arcade (#2560)
* Update dependencies from https://github.com/dotnet/arcade build 20250513.5 Microsoft.DotNet.Arcade.Sdk From Version 9.0.0-beta.25255.5 -> To Version 9.0.0-beta.25263.5 * Update dependencies from https://github.com/dotnet/arcade build 20250516.2 Microsoft.DotNet.Arcade.Sdk From Version 9.0.0-beta.25255.5 -> To Version 9.0.0-beta.25266.2 * Update dependencies from https://github.com/dotnet/arcade build 20250521.1 Microsoft.DotNet.Arcade.Sdk From Version 9.0.0-beta.25255.5 -> To Version 9.0.0-beta.25271.1 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 77b277a commit e22447d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<ProductDependencies>
55
</ProductDependencies>
66
<ToolsetDependencies>
7-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25255.5">
7+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25271.1">
88
<Uri>https://github.com/dotnet/arcade</Uri>
9-
<Sha>1cfa39f82d00b3659a3d367bc344241946e10681</Sha>
9+
<Sha>086a1771875b63404b4a710d27250fe384dc2810</Sha>
1010
</Dependency>
1111
</ToolsetDependencies>
1212
</Dependencies>

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"tools": {
3-
"dotnet": "9.0.105",
3+
"dotnet": "9.0.106",
44
"runtimes": {
55
"dotnet": [
66
"8.0.12"
77
]
88
}
99
},
1010
"msbuild-sdks": {
11-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25255.5"
11+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25271.1"
1212
}
1313
}

0 commit comments

Comments
 (0)
0