Skip to content

Commit 8b90366

Browse files
authored
Restore .NET global.json in application folder and upgrade to .NET 9.0.102 (#685)
### Summary & Motivation Correct a mistake from the previous change where the `.NET global.json` file was wrongly moved from `/application` to `/developer-cli`. This restores `global.json` to `/application` while also upgrading the .NET SDK version from `9.0.100` to `9.0.102`. ### Checklist - [x] I have added tests, or done manual regression tests - [x] I have updated the documentation, if necessary
2 parents 611b601 + ce10f42 commit 8b90366

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

application/global.json

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

0 commit comments

Comments
 (0)