Skip to content

Commit cb9dae8

Browse files
authored
Updated version ranges to support ef core 7.x.x while using .net 6
1 parent 0bef477 commit cb9dae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EntityFrameworkCore.DataEncryption/EntityFrameworkCore.DataEncryption.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="[3.1,6)" />
3636
</ItemGroup>
3737
<ItemGroup Condition="('$(TargetFramework)' == 'net6.0')">
38-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="[6,7]" />
38+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="[6,8)" />
3939
</ItemGroup>
4040
<ItemGroup Condition="('$(TargetFramework)' == 'net7.0')">
4141
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="[7,)" />

0 commit comments

Comments
 (0)