Skip to content

Commit

Permalink
Add global.json to pin used SDK to .Net 9
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanOssendorf committed Nov 22, 2024
1 parent 4e40ac2 commit 2c4633f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Source/global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"sdk": {
"rollForward": "latestFeature",
"version": "9.0.100",
"allowPrerelease": false
}
}

0 comments on commit 2c4633f

Please sign in to comment.