Use .NET 5 SDK

This commit is contained in:
Oliver Booth 2021-08-31 15:43:18 +01:00
parent f268cf5b02
commit fd9048d4ab
No known key found for this signature in database
GPG Key ID: A4AC17007530E9B4
1 changed files with 7 additions and 0 deletions

7
global.json Normal file
View File

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