Skip to content

Commit

Permalink
Updated version ranges to support ef core 7.x.x while using .net 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro Bulhakov committed May 10, 2023
1 parent 0bef477 commit cb9dae8
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 cb9dae8

Please sign in to comment.