Add global.json and cleanup UI project file (#14900)

* Add global.json with minimum .NET 6.0.5 SDK version and roll forward policy

* Clean up UI project file
This commit is contained in:
Ronald Barendse
2023-11-09 13:52:21 +01:00
committed by GitHub
parent d0be4ab263
commit ed65645a33
2 changed files with 6 additions and 8 deletions

6
global.json Normal file
View File

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