fix: Fixes compiling with .NET 7 SDK (#1176)
This commit is contained in:
parent
060edaa76a
commit
cd5541ec74
27 changed files with 106 additions and 1 deletions
7
global.json
Normal file
7
global.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"sdk": {
|
||||
"version": "6.0.400",
|
||||
"rollForward": "latestMajor",
|
||||
"allowPrerelease": false
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue