Skip to content

Commit 6247fa1

Browse files
this commit introduces the global.json file to lock the .NET SDK version for all projects
1 parent d6bcff1 commit 6247fa1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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.300",
4+
"rollForward": "latestPatch"
5+
}
6+
}

0 commit comments

Comments
 (0)