Skip to content

Commit

Permalink
Merge pull request #54 from dbulgakov/main
Browse files Browse the repository at this point in the history
Add support for the EF Core 7 while targeting .NET 6
  • Loading branch information
Eastrall committed May 12, 2023
2 parents 9585f48 + cb9dae8 commit 6dc25da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="[3.1,6)" />
</ItemGroup>
<ItemGroup Condition="('$(TargetFramework)' == 'net6.0')">
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="[6,7)" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="[6,8)" />
</ItemGroup>
<ItemGroup Condition="('$(TargetFramework)' == 'net7.0')">
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="[7,)" />
Expand Down

0 comments on commit 6dc25da

Please sign in to comment.