mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Update SqlToolsService For a DacFx Fix (#12224)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"downloadUrl": "https://github.com/Microsoft/sqltoolsservice/releases/download/v{#version#}/microsoft.sqltools.servicelayer-{#fileName#}",
|
"downloadUrl": "https://github.com/Microsoft/sqltoolsservice/releases/download/v{#version#}/microsoft.sqltools.servicelayer-{#fileName#}",
|
||||||
"version": "3.0.0-release.28",
|
"version": "3.0.0-release.29",
|
||||||
"downloadFileNames": {
|
"downloadFileNames": {
|
||||||
"Windows_86": "win-x86-netcoreapp3.1.zip",
|
"Windows_86": "win-x86-netcoreapp3.1.zip",
|
||||||
"Windows_64": "win-x64-netcoreapp3.1.zip",
|
"Windows_64": "win-x64-netcoreapp3.1.zip",
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ const buildFiles: string[] = [
|
|||||||
'Microsoft.SqlServer.TransactSql.ScriptDom.dll',
|
'Microsoft.SqlServer.TransactSql.ScriptDom.dll',
|
||||||
'Microsoft.SqlServer.Types.dll',
|
'Microsoft.SqlServer.Types.dll',
|
||||||
'System.ComponentModel.Composition.dll',
|
'System.ComponentModel.Composition.dll',
|
||||||
|
'System.IO.Packaging.dll',
|
||||||
'Microsoft.Data.Tools.Schema.SqlTasks.targets'
|
'Microsoft.Data.Tools.Schema.SqlTasks.targets'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user