-
Notifications
You must be signed in to change notification settings - Fork 0
/
HC_OffsetPagn.csproj
24 lines (20 loc) · 1.14 KB
/
HC_OffsetPagn.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>disable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="HotChocolate" Version="13.0.3" />
<PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="13.0.3" />
<PackageReference Include="HotChocolate.Data" Version="13.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
<PackageReference Include="HotChocolate.Types.Filters" Version="13.0.3" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.1" />
<PackageReference Include="HotChocolate.AspNetCore" Version="13.0.3" />
<PackageReference Include="HotChocolate.AspNetCore.Playground" Version="10.5.5" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
</ItemGroup>
</Project>