Revert "Update to latest .Net SDK 7.0 (#1760)" (#1763)

This reverts commit 71cda5bbdc.
This commit is contained in:
Karl Burtram
2022-11-15 11:29:41 -08:00
committed by GitHub
parent 71cda5bbdc
commit 3a5935df99
48 changed files with 107 additions and 144 deletions

View File

@@ -9,24 +9,24 @@
"PackageName": "Microsoft.SqlTools.ServiceLayer",
"TestProjects": {
"Microsoft.SqlTools.ServiceLayer.UnitTests": [
"net7.0"
"net6.0"
],
"Microsoft.Kusto.ServiceLayer.UnitTests": [
"net7.0"
"net6.0"
],
"Microsoft.SqlTools.ServiceLayer.TestEnvConfig": [
"net7.0"
"net6.0"
],
"Microsoft.SqlTools.ServiceLayer.IntegrationTests": [
"net7.0"
"net6.0"
]
},
"Frameworks": [
"net7.0"
"net6.0"
],
"FxFrameworks":[
"net472",
"net7.0"
"net6.0"
],
"MainProjects": [
"Microsoft.SqlTools.Credentials",