Skip to content

Commit

Permalink
Update DacFx version to 162.2.111 (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
zijchen authored Feb 27, 2024
1 parent 3e9dea4 commit 451de1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<RepositoryType>git</RepositoryType>

<!-- Microsoft.Build.Sql SDK will use DLLs from this version of DacFx Nuget. -->
<DacFxPackageVersion Condition="'$(DacFxPackageVersion)' == ''">162.1.172</DacFxPackageVersion>
<DacFxPackageVersion Condition="'$(DacFxPackageVersion)' == ''">162.2.111</DacFxPackageVersion>
</PropertyGroup>
<ItemGroup>
<None Include="$(EnlistmentRoot)\images\nuspecicon.png" Pack="true" PackagePath="" />
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.Build.Sql/Microsoft.Build.Sql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@

<ItemGroup>
<PackageReference Include="Microsoft.SqlServer.DacFx" Version="$(DacFxPackageVersion)" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.3" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.4" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.SqlServer.Server" Version="1.0.0" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.SqlServer.TransactSql.ScriptDom" Version="161.8910.0" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.SqlServer.Types" Version="160.1000.6" GeneratePathProperty="true" />
<PackageReference Include="System.ComponentModel.Composition" Version="6.0.0" GeneratePathProperty="true" />
<PackageReference Include="System.IO.Packaging" Version="5.0.0" GeneratePathProperty="true" />
<PackageReference Include="System.IO.Packaging" Version="6.0.0" GeneratePathProperty="true" />
</ItemGroup>

<Target Name="CopyBuildBinaries" BeforeTargets="Build">
Expand Down

0 comments on commit 451de1d

Please sign in to comment.