Pin builds to .NET 6

As more things move to having the 7 SDK installed, let's pin for now.

This helps with mobile build scenarios, which fall over on the new SDKs
and require further attention.
This commit is contained in:
Dean Herbert 2023-05-19 17:49:26 +09:00
parent 9ca1c7f7b7
commit e8cb19e40a
1 changed files with 7 additions and 0 deletions

7
global.json Normal file
View File

@ -0,0 +1,7 @@
{
"sdk": {
"version": "6.0.100",
"rollForward": "latestFeature"
}
}