File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
src/EntityFramework.DynamicLinq Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 33 <Description >Dynamic Linq extensions for EntityFramework which adds Async support</Description >
44 <AssemblyTitle >EntityFramework.DynamicLinq</AssemblyTitle >
55 <Authors >ZZZ Projects;Stef Heyenrath</Authors >
6- <TargetFrameworks >net45;net46</TargetFrameworks >
6+ <TargetFrameworks >net45;net46;netstandard2.1 </TargetFrameworks >
77 <DefineConstants >EF;EFDYNAMICFUNCTIONS</DefineConstants >
88 <GenerateDocumentationFile >true</GenerateDocumentationFile >
99 <AssemblyName >EntityFramework.DynamicLinq</AssemblyName >
4848 <PackageReference Include =" JetBrains.Annotations" Version =" 10.2.1" PrivateAssets =" All" />
4949 <PackageReference Include =" EntityFramework" Version =" 6.1.3" />
5050 </ItemGroup >
51-
51+
5252 <!-- <ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
5353 <Reference Include="System" />
5454 <Reference Include="Microsoft.CSharp" />
5555 </ItemGroup>-->
56+
57+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.1'" >
58+ <PackageReference Include =" EntityFramework" Version =" 6.3.0" />
59+ </ItemGroup >
5660</Project >
You can’t perform that action at this time.
0 commit comments