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
|
|
|
|
<TargetFramework>netcoreapp3.0</TargetFramework>
|
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.NET.Test.Sdk" Version="16.2.0" />
|
|
|
|
|
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
|
|
|
|
|
<PackageReference Include="MSTest.TestFramework" Version="1.4.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
|
|
|
|
<Folder Include="Properties\" />
|
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.Dal\PoweredSoft.DynamicLinq.Dal.csproj" />
|
|
|
|
|
<ProjectReference Include="..\PoweredSoft.DynamicLinq.EntityFrameworkCore\PoweredSoft.DynamicLinq.EntityFrameworkCore.csproj" />
|
|
|
|
|
<ProjectReference Include="..\PoweredSoft.DynamicLinq.EntityFramework\PoweredSoft.DynamicLinq.EntityFramework.csproj" />
|
|
|
|
|
<ProjectReference Include="..\PoweredSoft.DynamicLinq\PoweredSoft.DynamicLinq.csproj" />
|
2018-02-11 20:55:29 -05:00
|
|
|
|
</ItemGroup>
|
2019-11-11 19:37:14 -05:00
|
|
|
|
|
|
|
|
|
</Project>
|