dotnet-dynamic-linq/PoweredSoft.DynamicLinq.Dal/PoweredSoft.DynamicLinq.Dal.csproj

22 lines
601 B
XML
Raw Normal View History

2019-11-11 19:37:14 -05:00
<Project Sdk="Microsoft.NET.Sdk">
2018-02-11 20:55:29 -05:00
<PropertyGroup>
2019-11-11 19:37:14 -05:00
<TargetFrameworks>netstandard2.1</TargetFrameworks>
2018-02-11 20:55:29 -05:00
</PropertyGroup>
2019-11-11 19:37:14 -05:00
2018-02-11 20:55:29 -05:00
<ItemGroup>
2019-11-11 19:37:14 -05:00
<PackageReference Include="EntityFramework" Version="6.3.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.0.0" />
2018-02-11 20:55:29 -05:00
</ItemGroup>
2019-11-11 19:37:14 -05:00
2018-02-11 20:55:29 -05:00
<ItemGroup>
2019-11-11 19:37:14 -05:00
<ProjectReference Include="..\PoweredSoft.DynamicLinq\PoweredSoft.DynamicLinq.csproj" />
2018-02-11 20:55:29 -05:00
</ItemGroup>
2019-11-11 19:37:14 -05:00
2018-02-11 20:55:29 -05:00
<ItemGroup>
2019-11-11 19:37:14 -05:00
<Folder Include="Properties\" />
2018-02-11 20:55:29 -05:00
</ItemGroup>
2019-11-11 19:37:14 -05:00
</Project>