* Add global.json with minimum .NET 6.0.5 SDK version and roll forward policy * Clean up UI project file
7 lines
80 B
JSON
7 lines
80 B
JSON
{
|
|
"sdk": {
|
|
"version": "6.0.300",
|
|
"rollForward": "latestFeature"
|
|
}
|
|
}
|