Downgrading .NET version to LTS

This commit is contained in:
Jonathan McCaffrey
2022-08-15 02:03:52 -04:00
parent 3bf12c04fc
commit 8f10a98862
9 changed files with 48 additions and 50 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.0",
"version": "6.0.0",
"rollForward": "latestMajor",
"allowPrerelease": true
}