mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
update version of Microsoft.Build.Sql used for building legacy sql projects (#22010)
This commit is contained in:
@@ -15,7 +15,7 @@ import { DBProjectConfigurationKey } from './netcoreTool';
|
|||||||
|
|
||||||
const buildDirectory = 'BuildDirectory';
|
const buildDirectory = 'BuildDirectory';
|
||||||
const sdkName = 'Microsoft.Build.Sql';
|
const sdkName = 'Microsoft.Build.Sql';
|
||||||
const microsoftBuildSqlDefaultVersion = '0.1.7-preview';
|
const microsoftBuildSqlDefaultVersion = '0.1.9-preview'; // default version of Microsoft.Build.Sql nuget to use for building legacy style projects
|
||||||
|
|
||||||
const buildFiles: string[] = [
|
const buildFiles: string[] = [
|
||||||
'Microsoft.Data.SqlClient.dll',
|
'Microsoft.Data.SqlClient.dll',
|
||||||
|
|||||||
Reference in New Issue
Block a user