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

31 lines
1.4 KiB
XML
Raw Normal View History

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>
<Version>2.1.0$(VersionSuffix)</Version>
2018-11-12 23:13:28 -05:00
<PackageIconUrl>https://secure.gravatar.com/avatar/4e32f73820c16718909a06c2927f1f8b?s=512&amp;amp;r=g&amp;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>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.0.0" />
2019-11-21 20:18:56 -05:00
<PackageReference Include="PoweredSoft.Data" Version="2.0.0" />
2020-07-31 19:22:13 -04:00
<PackageReference Include="PoweredSoft.DynamicLinq" Version="1.1.11" />
2018-10-17 19:30:55 -04:00
</ItemGroup>
2018-11-23 02:42:53 -05:00
<ItemGroup>
<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>