Skip to content

Commit ce59d83

Browse files
danmoseleyCopilot
andcommitted
Fix Arcade/Helix SDK versions in global.net11.json to 11.0.0-beta
Match the versions used in the main global.json rather than copying the 10.0.0-beta versions from global.net10.json. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 3c7fb0d commit ce59d83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

global.net11.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"dotnet": "11.0.100-preview.1"
99
},
1010
"msbuild-sdks": {
11-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25604.105",
12-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25604.105"
11+
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25555.107",
12+
"Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25555.107"
1313
},
1414
"native-tools": {
1515
"python3": "3.7.1"

0 commit comments

Comments
 (0)