Remove .net 6 version cutoff for building sql projects (#17736)

* remove .net 6 version cutoff for building sql projects

* Revert "Warning when .NET 6 SDK is detected (#17422)"

This reverts commit 2ed8aeb565.

* add back skipVersionSupportedCheck

* add back return false

* addressing comments
This commit is contained in:
Kim Santiago
2021-11-23 14:32:05 -10:00
committed by GitHub
parent 5d2f17408e
commit 0847f7cd38
4 changed files with 19 additions and 48 deletions

View File

@@ -51,10 +51,6 @@
"type": "boolean",
"description": "%sqlDatabaseProjects.netCoreDoNotAsk%"
},
"sqlDatabaseProjects.netCoreDowngradeDoNotShow": {
"type": "boolean",
"description": "%sqlDatabaseProjects.netCoreDowngradeDoNotShow%"
},
"sqlDatabaseProjects.nodejsDoNotAsk": {
"type": "boolean",
"description": "%sqlDatabaseProjects.nodejsDoNotAsk%"