Skip to content

Commit

Permalink
Bump .dacpac NuGet 8 version (#2673)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ authored Nov 27, 2024
1 parent 59220ca commit 222269b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<PackageId>ErikEJ.EntityFrameworkCore.SqlServer.Dacpac</PackageId>
<PackageVersion>8.0.7</PackageVersion>
<PackageVersion>8.0.8</PackageVersion>
<NoWarn>$(NoWarn);EF1001</NoWarn>
<Authors>ErikEJ</Authors>
<Description>Enables reverse engineering an EF Core model from a data-tier application package (DACPAC).</Description>
Expand Down

0 comments on commit 222269b

Please sign in to comment.