update sql projects strings to install .net 6 SDK instead of .net core 3.1 (#21235)

* update sql projects strings to install .net 6 SDK instead of .net core 3.1

* update to us aka.ms link
This commit is contained in:
Kim Santiago
2022-11-21 11:53:12 -08:00
committed by GitHub
parent 46aec180e2
commit 3932332694
3 changed files with 5 additions and 5 deletions

View File

@@ -37,7 +37,7 @@
"sqlDatabaseProjects.Settings": "Database Projects",
"sqlDatabaseProjects.dotnetInstallLocation": "Full path to .NET SDK on the machine. For example, if dotnet.exe is located at C:\\folder1\\dotnet\\dotnet.exe, set the path for this setting to C:\\folder1\\dotnet",
"sqlDatabaseProjects.netCoreDoNotAsk": "Whether to prompt the user to install .NET Core when not detected.",
"sqlDatabaseProjects.netCoreDoNotAsk": "Whether to prompt the user to install .NET SDK when not detected.",
"sqlDatabaseProjects.nodejsDoNotAsk": "Whether to prompt the user to install Node.js when not detected.",
"sqlDatabaseProjects.autorestSqlVersion": "Which version of Autorest.Sql to use from NPM. Latest will be used if not set.",
"sqlDatabaseProjects.collapseProjectNodes": "Whether project nodes start collapsed",