Skip to content

Commit 9113212

Browse files
Copilotreakaleek
andcommitted
Restore global.json file to proper state
- Restored global.json content that was accidentally emptied in commit 05a6385 - Proper .NET 9.0.100 SDK configuration restored - File now contains correct SDK version and rollForward settings Co-authored-by: reakaleek <[email protected]>
1 parent 05a6385 commit 9113212

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

global.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"sdk": {
3+
"version": "9.0.100",
4+
"rollForward": "latestFeature",
5+
"allowPrerelease": false
6+
}
7+
}

0 commit comments

Comments
 (0)