2021-08-11 17:00:22 -04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
2021-02-02 01:05:48 -05:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-02-02 12:19:59 -05:00
|
|
|
|
<PackageReference Include="FluentValidation.AspNetCore" Version="9.5.0" />
|
2021-02-03 19:51:23 -05:00
|
|
|
|
<PackageReference Include="HotChocolate.AspNetCore" Version="11.0.9" />
|
2021-02-05 13:06:34 -05:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.OData" Version="7.5.5" />
|
2021-02-02 19:01:29 -05:00
|
|
|
|
<PackageReference Include="PoweredSoft.Data" Version="2.0.0" />
|
2021-02-02 01:05:48 -05:00
|
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore.Swagger" Version="5.6.3" />
|
|
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="5.6.3" />
|
|
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="5.6.3" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-02-05 13:06:34 -05:00
|
|
|
|
<ProjectReference Include="..\PoweredSoft.CQRS.AspNetCore.OData\PoweredSoft.CQRS.AspNetCore.OData.csproj" />
|
2021-02-02 01:05:48 -05:00
|
|
|
|
<ProjectReference Include="..\PoweredSoft.CQRS.AspNetCore\PoweredSoft.CQRS.AspNetCore.csproj" />
|
2021-02-02 19:01:29 -05:00
|
|
|
|
<ProjectReference Include="..\PoweredSoft.CQRS.DynamicQuery.Abstractions\PoweredSoft.CQRS.DynamicQuery.Abstractions.csproj" />
|
|
|
|
|
<ProjectReference Include="..\PoweredSoft.CQRS.DynamicQuery.AspNetCore\PoweredSoft.CQRS.DynamicQuery.AspNetCore.csproj" />
|
|
|
|
|
<ProjectReference Include="..\PoweredSoft.CQRS.DynamicQuery\PoweredSoft.CQRS.DynamicQuery.csproj" />
|
2021-08-11 17:00:22 -04:00
|
|
|
|
<ProjectReference Include="..\PoweredSoft.CQRS.FluentValidation\PoweredSoft.CQRS.FluentValidation.csproj" />
|
2021-02-03 20:28:56 -05:00
|
|
|
|
<ProjectReference Include="..\PoweredSoft.CQRS.GraphQL.FluentValidation\PoweredSoft.CQRS.GraphQL.FluentValidation.csproj" />
|
2021-02-04 13:51:31 -05:00
|
|
|
|
<ProjectReference Include="..\PoweredSoft.CQRS.GraphQL.HotChocolate.DynamicQuery\PoweredSoft.CQRS.GraphQL.HotChocolate.DynamicQuery.csproj" />
|
2021-02-03 19:51:23 -05:00
|
|
|
|
<ProjectReference Include="..\PoweredSoft.CQRS.GraphQL.HotChocolate\PoweredSoft.CQRS.GraphQL.HotChocolate.csproj" />
|
2021-02-02 01:05:48 -05:00
|
|
|
|
<ProjectReference Include="..\PoweredSoft.CQRS\PoweredSoft.CQRS.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|