chore: use .net 7 sdk for solution

This commit is contained in:
Oliver Booth 2023-05-25 19:23:19 +01:00
parent 4ea2758cc2
commit 4d2aafb3ae
Signed by: oliverbooth
GPG Key ID: 725DB725A0D9EE61
1 changed files with 7 additions and 0 deletions

7
global.json Normal file
View File

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