fix: Fixes compiling with .NET 7 SDK (#1176)

This commit is contained in:
Kamron Batman 2022-09-28 21:17:30 -07:00 committed by GitHub
parent 060edaa76a
commit cd5541ec74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 106 additions and 1 deletions

7
global.json Normal file
View file

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