Skip to content

Commit

Permalink
Update DacFX
Browse files Browse the repository at this point in the history
Fix bug - trigger check was missing from EF Core 7 & 8 DacFX lib
  • Loading branch information
ErikEJ committed Dec 15, 2023
1 parent f8e2027 commit 6242c29
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@
<PropertyGroup Condition="'$(CI)' == 'True'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>


<PropertyGroup>
<DefineConstants>TRACE;CORE70</DefineConstants>
</PropertyGroup>

<ItemGroup>
<Compile Include="..\ErikEJ.EntityFrameworkCore.SqlServer.Dacpac\DacpacConsolidate\CustomData.cs" Link="DacpacConsolidate\CustomData.cs" />
<Compile Include="..\ErikEJ.EntityFrameworkCore.SqlServer.Dacpac\DacpacConsolidate\DacpacConsolidator.cs" Link="DacpacConsolidate\DacpacConsolidator.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@
<PropertyGroup Condition="'$(CI)' == 'True'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>


<PropertyGroup>
<DefineConstants>TRACE;CORE70</DefineConstants>
</PropertyGroup>

<ItemGroup>
<Compile Include="..\ErikEJ.EntityFrameworkCore.SqlServer.Dacpac\DacpacConsolidate\CustomData.cs" Link="DacpacConsolidate\CustomData.cs" />
<Compile Include="..\ErikEJ.EntityFrameworkCore.SqlServer.Dacpac\DacpacConsolidate\DacpacConsolidator.cs" Link="DacpacConsolidate\DacpacConsolidator.cs" />
Expand Down
Binary file modified src/GUI/lib/DacFX161.zip
Binary file not shown.
Binary file modified src/GUI/lib/DacFX161/Microsoft.Data.Tools.Schema.Sql.dll
Binary file not shown.
Binary file modified src/GUI/lib/DacFX161/Microsoft.Data.Tools.Utilities.dll
Binary file not shown.
Binary file modified src/GUI/lib/DacFX161/Microsoft.SqlServer.Dac.Extensions.dll
Binary file not shown.
Binary file modified src/GUI/lib/DacFX161/Microsoft.SqlServer.Dac.dll
Binary file not shown.
Binary file not shown.

0 comments on commit 6242c29

Please sign in to comment.