Skip to content

Commit 43ca495

Browse files
committed
Use latest (signed) preview SDK
1 parent 9e74f1c commit 43ca495

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "10.0.100-preview.6.25302.104",
3+
"version": "10.0.100-preview.5.25277.114",
44
"allowPrerelease": true,
55
"rollForward": "latestMajor",
66
"paths": [
@@ -10,7 +10,7 @@
1010
"errorMessage": "The required .NET SDK wasn't found. Please run ./restore.sh or .\\restore.cmd to install it."
1111
},
1212
"tools": {
13-
"dotnet": "10.0.100-preview.6.25302.104",
13+
"dotnet": "10.0.100-preview.5.25277.114",
1414
"runtimes": {
1515
"dotnet": [
1616
"$(MicrosoftNETCorePlatformsVersion)"

0 commit comments

Comments
 (0)