Migrate to .Net 7

This commit is contained in:
2022-11-16 19:09:48 +01:00
parent b406de2e2c
commit 978b73233b
2 changed files with 8 additions and 1 deletions

7
global.json Normal file
View File

@@ -0,0 +1,7 @@
{
"sdk": {
"version": "7.0.0",
"rollForward": "latestMajor",
"allowPrerelease": true
}
}