Add support for nupkg database references in sql projects (#2006)

* add support for nupkg database references in sql projects

* update DacFx.Projects
This commit is contained in:
Kim Santiago
2023-04-14 16:18:06 -07:00
committed by GitHub
parent 55b415e5ef
commit 13672c1d05
8 changed files with 180 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
<PackageReference Update="Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider" Version="1.1.1" />
<PackageReference Update="Microsoft.SqlServer.Management.SmoMetadataProvider" Version="170.12.0" />
<PackageReference Update="Microsoft.SqlServer.DacFx" Version="162.0.15-preview" />
<PackageReference Update="Microsoft.SqlServer.DacFx.Projects" Version="161.8442.0-alpha" />
<PackageReference Update="Microsoft.SqlServer.DacFx.Projects" Version="162.0.25-alpha" />
<PackageReference Update="Microsoft.Azure.Kusto.Data" Version="9.0.4" />
<PackageReference Update="Microsoft.Azure.Kusto.Language" Version="9.0.4" />
<PackageReference Update="Microsoft.SqlServer.Assessment" Version="[1.1.17]" />