Merge pull request #10207 from crobibero/global.json

Add global.json to specify dotnet version
This commit is contained in:
Claus Vium 2023-09-11 20:04:43 +02:00 committed by GitHub
commit 759097440d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
global.json Normal file
View File

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