Skip to content

Commit

Permalink
Update DacFX
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ committed May 26, 2022
1 parent 04ea0de commit 7efdea2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/GUI/DacFxStrongTypedCore/DacFxStrongTypedCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SqlServer.DacFx" Version="160.5400.1" />
<PackageReference Include="Microsoft.SqlServer.DacFx" Version="160.6161.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.1" />
<PackageReference Include="Microsoft.SqlServer.DacFx" Version="160.5400.1" />
<PackageReference Include="Microsoft.SqlServer.DacFx" Version="160.6161.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0" />
<PackageReference Include="Microsoft.SqlServer.DacFx" Version="160.5400.1" />
<PackageReference Include="Microsoft.SqlServer.DacFx" Version="160.6161.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="[3.1.0, 5.0.0)" />
<PackageReference Include="Microsoft.SqlServer.DacFx" Version="160.5400.1" />
<PackageReference Include="Microsoft.SqlServer.DacFx" Version="160.6161.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

Expand Down

0 comments on commit 7efdea2

Please sign in to comment.