mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -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 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[] = [
|
||||
'Microsoft.Data.SqlClient.dll',
|
||||
|
||||
Reference in New Issue
Block a user