Porting GA README updates for SQL Database Projects extension (#22646)

* updating SQL projects extension readme (#22632)

* fixing setting description in sql projects readme (#22640)

---------

Co-authored-by: Drew Skwiers-Koballa <dzsquared@users.noreply.github.com>
This commit is contained in:
Benjin Dubishar
2023-04-05 17:45:10 -07:00
committed by GitHub
parent b98983758f
commit fd7ab62a77
3 changed files with 35 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ import { ProjectType } from 'mssql';
const buildDirectory = 'BuildDirectory';
const sdkName = 'Microsoft.Build.Sql';
const microsoftBuildSqlDefaultVersion = '0.1.9-preview'; // default version of Microsoft.Build.Sql nuget to use for building legacy style projects
const microsoftBuildSqlDefaultVersion = '0.1.9-preview'; // default version of Microsoft.Build.Sql nuget to use for building legacy style projects, update in README when updating this
const buildFiles: string[] = [
'Microsoft.Data.SqlClient.dll',