updating SQL projects extension readme (#22632)

This commit is contained in:
Drew Skwiers-Koballa
2023-04-05 13:01:51 -07:00
committed by GitHub
parent df1accf918
commit 6447e92870
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',