Skip to content

Commit a262853

Browse files
committed
chore: set to use .net 8
.net 9 introduces a lot of new warnings that will fail the build. An effort is required to upgrade to .net 9 and resolve or ignore relevant warnings
1 parent a55bc2f commit a262853

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

global.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"sdk": {
3-
"rollForward": "latestMajor",
4-
"allowPrerelease": false
3+
"version": "8.0.0",
4+
"rollForward": "latestMinor",
5+
"allowPrerelease": false
56
}
67
}

0 commit comments

Comments
 (0)