Upgrade .NET SDK to v7.0.302 + editorconfig update (#2090)

This commit is contained in:
Cheena Malhotra
2023-06-07 09:22:06 -07:00
committed by GitHub
parent 94956a6967
commit c6be1ba170
3 changed files with 44 additions and 19 deletions

View File

@@ -1,9 +1,9 @@
{
"sdk": {
"version": "7.0.200",
"rollForward": "latestFeature"
},
"msbuild-sdks": {
"Microsoft.Build.NoTargets": "3.2.9"
}
}
"sdk": {
"version": "7.0.302",
"rollForward": "latestFeature"
},
"msbuild-sdks": {
"Microsoft.Build.NoTargets": "3.2.9"
}
}