mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 09:35:39 -05:00
update Microsoft.Build.Sql SDK version used to build legacy sql projects to 0.1.12-preview (#24236)
This commit is contained in:
@@ -56,7 +56,7 @@ export class BuildHelper {
|
||||
|
||||
public async ensureDacFxDllsPresence(outputChannel: vscode.OutputChannel): Promise<boolean> {
|
||||
const sdkName = 'Microsoft.Build.Sql';
|
||||
const microsoftBuildSqlDefaultVersion = '0.1.10-preview'; // default version of Microsoft.Build.Sql nuget to use for building legacy style projects, update in README when updating this
|
||||
const microsoftBuildSqlDefaultVersion = '0.1.12-preview'; // default version of Microsoft.Build.Sql nuget to use for building legacy style projects, update in README when updating this
|
||||
|
||||
const dacFxBuildFiles: string[] = [
|
||||
'Microsoft.Data.SqlClient.dll',
|
||||
|
||||
Reference in New Issue
Block a user