Skip to content

Commit

Permalink
Update DacFx version to 161.8089.0 (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
zijchen authored Feb 13, 2023
1 parent 8177927 commit 15186f2
Show file tree
Hide file tree
Showing 3 changed files with 4 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,6 +13,6 @@
<RepositoryType>git</RepositoryType>

<!-- Microsoft.Build.Sql SDK will use DLLs from this version of DacFx Nuget. -->
<DacFxPackageVersion Condition="'$(DacFxPackageVersion)' == ''">161.6374.0</DacFxPackageVersion>
<DacFxPackageVersion Condition="'$(DacFxPackageVersion)' == ''">161.8089.0</DacFxPackageVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Microsoft.Build.Sql/Microsoft.Build.Sql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="Microsoft.SqlServer.DacFx" Version="$(DacFxPackageVersion)" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.0.1" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.SqlServer.Server" Version="1.0.0" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.SqlServer.Types" Version="160.900.6-rc0" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.SqlServer.Types" Version="160.1000.6" GeneratePathProperty="true" />
<PackageReference Include="System.ComponentModel.Composition" Version="4.5.0" GeneratePathProperty="true" />
<PackageReference Include="System.IO.Packaging" Version="5.0.0" GeneratePathProperty="true" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<!-- To build and test only one version, add -f to dotnet command. -->
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0;net7.0</TargetFrameworks>
<Nullable>enable</Nullable>

<!-- Disable EOL target framework check since we're explicitly testing against older .NET versions. -->
<CheckEolTargetFramework>false</CheckEolTargetFramework>
<!-- Location to save the SDK Nuget Package. This will also serve as the local Nuget source when testing the sqlproj build. -->
<SdkPackagePath>$(MSBuildThisFileDirectory)pkg\</SdkPackagePath>
</PropertyGroup>
Expand Down

0 comments on commit 15186f2

Please sign in to comment.