Skip to content

Commit

Permalink
V3.0.0/launch (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
gimlichael authored Sep 1, 2024
1 parent eabd696 commit 915ca90
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
</PropertyGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('net8'))">
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.8" />
</ItemGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('net6'))">
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.32" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.33" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 915ca90

Please sign in to comment.