2018-10-17 19:30:55 -04:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2018-10-18 21:52:05 -04:00
|
|
|
<ItemGroup>
|
2019-10-13 15:06:47 -04:00
|
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.0.0" />
|
2019-07-22 18:03:21 -04:00
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
|
2018-10-18 21:52:05 -04:00
|
|
|
</ItemGroup>
|
|
|
|
|
2018-10-17 19:30:55 -04:00
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\PoweredSoft.DynamicQuery.Core\PoweredSoft.DynamicQuery.Core.csproj" />
|
|
|
|
<ProjectReference Include="..\PoweredSoft.DynamicQuery\PoweredSoft.DynamicQuery.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|