mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-29 09:35:38 -05:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user