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

@@ -3,8 +3,4 @@
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="$(SqlClientPackageVersion)" />
<PackageReference Include="Microsoft.SqlServer.SqlManagementObjects" Version="$(SmoPackageVersion)" />
</ItemGroup>
</Project>