2018-10-23 23:25:04 -04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-10-17 19:30:55 -04:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
2018-10-23 23:25:04 -04:00
|
|
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
|
|
|
<Copyright>Powered Softwares Inc.</Copyright>
|
|
|
|
|
<PackageLicenseUrl>MIT</PackageLicenseUrl>
|
|
|
|
|
<PackageProjectUrl>https://github.com/PoweredSoft/DynamicQuery</PackageProjectUrl>
|
|
|
|
|
<RepositoryUrl>https://github.com/PoweredSoft/DynamicQuery</RepositoryUrl>
|
|
|
|
|
<RepositoryType>github</RepositoryType>
|
|
|
|
|
<PackageTags>powered,soft,dynamic,criteria,query,builder</PackageTags>
|
2018-10-17 19:30:55 -04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2018-10-17 22:14:21 -04:00
|
|
|
|
<ProjectReference Include="..\..\DynamicLinq\PoweredSoft.DynamicLinq\PoweredSoft.DynamicLinq.csproj" />
|
2018-10-17 19:30:55 -04:00
|
|
|
|
<ProjectReference Include="..\PoweredSoft.DynamicQuery.Core\PoweredSoft.DynamicQuery.Core.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|