Updating DacFx nuget to one with SqlTasks (#958)

* Updating DacFx nuget to one with SqlTasks

* Adding common references to build props to avoid multiple places for update
This commit is contained in:
Udeesha Gautam
2020-05-08 17:43:04 -07:00
committed by GitHub
parent 82eed06847
commit 9eec757ad1
6 changed files with 9 additions and 11 deletions

View File

@@ -21,7 +21,6 @@
<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider" Version="1.0.0" />
<PackageReference Include="Microsoft.SqlServer.DacFx" Version="150.4763.1-preview" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.6.0-preview3-26501-04" />
</ItemGroup>
<ItemGroup>
@@ -33,6 +32,9 @@
<ProjectReference Include="../Microsoft.SqlTools.ManagedBatchParser/Microsoft.SqlTools.ManagedBatchParser.csproj" />
</ItemGroup>
<ItemGroup>
<Content Include="$(PkgMicrosoft_SqlServer_DacFx)\lib\netstandard2.0\Microsoft.Data.Tools.Schema.SqlTasks.targets">
<CopyToPublishDirectory>Always</CopyToPublishDirectory>
</Content>
<EmbeddedResource Include="ObjectExplorer\SmoModel\TreeNodeDefinition.xml" />
<EmbeddedResource Include="Localization\sr.resx" />
<None Include="Localization\sr.strings" />