dotnet-dynamic-query/PoweredSoft.DynamicQuery.Cli/PoweredSoft.DynamicQuery.Cli.csproj

14 lines
400 B
XML
Raw Normal View History

2018-10-17 19:30:55 -04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\PoweredSoft.DynamicQuery.Core\PoweredSoft.DynamicQuery.Core.csproj" />
<ProjectReference Include="..\PoweredSoft.DynamicQuery\PoweredSoft.DynamicQuery.csproj" />
</ItemGroup>
</Project>