corrected .net version to 4.8.0

This commit is contained in:
Stardust3D 2024-06-02 19:09:55 +02:00
parent 918e7938d6
commit a9a7a59a3c
2 changed files with 10 additions and 3 deletions

7
Source/global.json Normal file
View file

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