2021-02-04 13:51:31 -05:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2021-02-03 19:51:23 -05:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="HotChocolate" Version="11.0.9" />
|
2021-02-05 11:59:53 -05:00
|
|
|
|
<PackageReference Include="HotChocolate.Data" Version="11.0.9" />
|
2021-02-03 19:51:23 -05:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\PoweredSoft.CQRS.Abstractions\PoweredSoft.CQRS.Abstractions.csproj" />
|
2021-02-03 20:28:56 -05:00
|
|
|
|
<ProjectReference Include="..\PoweredSoft.CQRS.GraphQL.Abstractions\PoweredSoft.CQRS.GraphQL.Abstractions.csproj" />
|
2021-02-03 19:51:23 -05:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|