Skip to content

Commit 0bef477

Browse files
authored
Add support for the EF 7 while using .net 6
1 parent 9585f48 commit 0bef477

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,7]" />
3939
</ItemGroup>
4040
<ItemGroup Condition="('$(TargetFramework)' == 'net7.0')">
4141
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="[7,)" />

0 commit comments

Comments
 (0)