Skip to content

Commit f0dca8c

Browse files
authored
Pin .NET SDK to 8.x for local/CI builds
1 parent cb5b714 commit f0dca8c

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": "8.0.100",
4+
"allowPrerelease": false,
5+
"rollForward": "latestFeature"
6+
}
7+
}

0 commit comments

Comments
 (0)