mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 01:25:38 -05:00
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:
@@ -51,10 +51,6 @@
|
||||
"type": "boolean",
|
||||
"description": "%sqlDatabaseProjects.netCoreDoNotAsk%"
|
||||
},
|
||||
"sqlDatabaseProjects.netCoreDowngradeDoNotShow": {
|
||||
"type": "boolean",
|
||||
"description": "%sqlDatabaseProjects.netCoreDowngradeDoNotShow%"
|
||||
},
|
||||
"sqlDatabaseProjects.nodejsDoNotAsk": {
|
||||
"type": "boolean",
|
||||
"description": "%sqlDatabaseProjects.nodejsDoNotAsk%"
|
||||
|
||||
Reference in New Issue
Block a user