Force dotnet 7 sdk for builds to fix build errors after installing 8.0

This commit is contained in:
Gerardo Grignoli 2024-05-26 15:29:13 -03:00
parent 781d010e4f
commit 66f67b452f

6
global.json Normal file
View File

@ -0,0 +1,6 @@
{
"sdk": {
"version": "7.0.0",
"rollForward": "latestFeature"
}
}