32 lines
1.5 KiB
XML
32 lines
1.5 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|
<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,asp,net,core</PackageTags>
|
|
<Version>2.0.0$(VersionSuffix)</Version>
|
|
<PackageIconUrl>https://secure.gravatar.com/avatar/4e32f73820c16718909a06c2927f1f8b?s=512&amp;r=g&amp;d=retro</PackageIconUrl>
|
|
<Product>PoweredSoft.DynamicQuery.AspNetCore</Product>
|
|
<Description>This projects makes it easier to use dynamic query in a asp.net core mvc project.</Description>
|
|
<PackageId>PoweredSoft.DynamicQuery.AspNetCore</PackageId>
|
|
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
|
|
<Company>Powered Soft</Company>
|
|
<Authors>David Lebee</Authors>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Formatters.Json" Version="2.2.0" />
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.2.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\PoweredSoft.DynamicQuery.Core\PoweredSoft.DynamicQuery.Core.csproj" />
|
|
<ProjectReference Include="..\PoweredSoft.DynamicQuery\PoweredSoft.DynamicQuery.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|