Skip to content

Commit 275896d

Browse files
committed
Adds global.json file for .NET SDK configuration
Adds a global.json file to specify the .NET SDK version and rollForward policy. This ensures consistent builds and development environments by pinning the SDK version.
1 parent 5a82516 commit 275896d

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+
"rollForward": "latestMinor",
4+
"version": "9.0.0"
5+
}
6+
}

0 commit comments

Comments
 (0)