|
4 | 4 | <ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> |
5 | 5 | <CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled> |
6 | 6 | </PropertyGroup> |
7 | | - |
8 | 7 | <ItemGroup> |
9 | 8 | <PackageVersion Include="Microsoft.SourceLink.GitHub" Version="[8.0,)" /> |
10 | | - <PackageVersion Include="MongoDB.Driver" Version="[3.0,)" /> |
| 9 | + <PackageVersion Include="Azure.Identity" Version="[1.13.2,)" /> |
| 10 | + <PackageVersion Include="MongoDB.Driver" Version="[3,)" /> |
11 | 11 | <PackageVersion Include="Snappier" Version="[1.3.1,)" /> |
12 | | - <PackageVersion Include="Azure.Identity" Version="[1.13,)" /> |
13 | | - |
14 | | - <PackageVersion Include="HotChocolate.AspNetCore" Version="15.1.16" /> |
15 | | - <PackageVersion Include="HotChocolate.Data" Version="15.1.16" /> |
16 | | - <PackageVersion Include="HotChocolate.Execution" Version="15.1.16" /> |
17 | | - <PackageVersion Include="HotChocolate.Types" Version="15.1.16" /> |
| 12 | + |
| 13 | + <PackageVersion Include="System.Threading.Tasks.Extensions" Version="[4.5.4,)" /> |
| 14 | + <PackageVersion Include="HotChocolate.AspNetCore" Version="16.0.0" /> |
| 15 | + <PackageVersion Include="HotChocolate.Data" Version="16.0.0" /> |
| 16 | + <PackageVersion Include="HotChocolate.Execution.Abstractions" Version="16.0.0" /> |
| 17 | + <PackageVersion Include="HotChocolate.Types" Version="16.0.0" /> |
18 | 18 | </ItemGroup> |
19 | | - |
20 | 19 | <ItemGroup> |
21 | 20 | <PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="[10,)" /> |
22 | 21 | <PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="[10,)" /> |
23 | 22 | <PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="[10,)" /> |
24 | 23 | <PackageVersion Include="Microsoft.Extensions.Configuration.Binder" Version="[10,)" /> |
25 | 24 | <PackageVersion Include="Microsoft.Extensions.Options" Version="[10,)" /> |
26 | | - <PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="[10,)" /> |
| 25 | + <PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="[8,)" /> |
27 | 26 | </ItemGroup> |
28 | | - |
29 | 27 | <ItemGroup> |
30 | 28 | <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" /> |
31 | 29 | <PackageVersion Include="xunit" Version="2.9.3" /> |
|
39 | 37 | <PackageVersion Include="Squadron.Mongo" Version="1.0.0" /> |
40 | 38 | <PackageVersion Include="coverlet.msbuild" Version="6.0.4" /> |
41 | 39 | </ItemGroup> |
42 | | - |
43 | 40 | </Project> |
0 commit comments