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
|
|
|
|
<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>
|
2021-08-13 13:10:15 -04:00
|
|
|
|
<Version>3.0.0$(VersionSuffix)</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-12-07 00:25:39 -05:00
|
|
|
|
<Product>PoweredSoft.DynamicQuery</Product>
|
|
|
|
|
<Description>dynamic query based on string path very usefull for network requests.</Description>
|
|
|
|
|
<PackageId>PoweredSoft.DynamicQuery</PackageId>
|
|
|
|
|
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
|
2019-02-13 21:28:29 -05:00
|
|
|
|
<Company>Powered Soft</Company>
|
|
|
|
|
<Authors>David Lebee</Authors>
|
2018-10-17 19:30:55 -04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-08-13 13:10:15 -04:00
|
|
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.2" />
|
|
|
|
|
<PackageReference Include="PoweredSoft.Data" Version="3.0.0" />
|
2021-04-27 13:11:54 -04:00
|
|
|
|
<PackageReference Include="PoweredSoft.DynamicLinq" Version="1.1.12" />
|
2018-10-17 19:30:55 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2018-11-23 02:42:53 -05:00
|
|
|
|
<ItemGroup>
|
2019-02-13 23:37:46 -05:00
|
|
|
|
<ProjectReference Include="..\PoweredSoft.DynamicQuery.Core\PoweredSoft.DynamicQuery.Core.csproj" />
|
2018-11-23 02:42:53 -05:00
|
|
|
|
</ItemGroup>
|
2018-10-17 19:30:55 -04:00
|
|
|
|
</Project>
|