File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/EntityFrameworkCore.DataEncryption Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netstandard2.0;net6.0;net5.0</TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0;net7.0; net6.0;net5.0</TargetFrameworks >
55 <LangVersion >10.0</LangVersion >
66 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
77 <AssemblyName >EntityFrameworkCore.DataEncryption</AssemblyName >
4343 <ItemGroup Condition =" ('$(TargetFramework)' == 'net6.0')" >
4444 <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" [6,)" />
4545 </ItemGroup >
46+ <ItemGroup Condition =" ('$(TargetFramework)' == 'net7.0')" >
47+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" [7,)" />
48+ </ItemGroup >
4649
4750 <ItemGroup >
4851 <None Include =" ..\..\LICENSE" >
You can’t perform that action at this time.
0 commit comments