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-11-18 06:33:37 -05:00
|
|
|
|
<Version>1.0.5</Version>
|
2018-11-12 23:13:28 -05:00
|
|
|
|
<PackageIconUrl>https://secure.gravatar.com/avatar/4e32f73820c16718909a06c2927f1f8b?s=512&amp;r=g&amp;d=retro</PackageIconUrl>
|
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>
|