chore: force net6 SDK

This commit is contained in:
goat 2022-07-23 21:03:48 +02:00
parent 8bc4d362ad
commit 359d11f7cf
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

7
global.json Normal file
View file

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