|
55 | 55 | <PackageReference Include="Boxed.Mapping" Version="6.0.0" />
|
56 | 56 | <PackageReference Include="GraphQL.Server.Ui.Playground" Version="6.1.0" />
|
57 | 57 | <PackageReference Include="GraphQL.Server.Ui.Voyager" Version="6.1.0" />
|
58 |
| - <PackageReference Include="HotChocolate.AspNetCore" Version="12.9.0" /> |
59 |
| - <PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="12.9.0" Condition="'$(Authorization)' == 'true'" /> |
60 |
| - <PackageReference Include="HotChocolate.Data" Version="12.9.0" /> |
61 |
| - <PackageReference Include="HotChocolate.Diagnostics" Version="12.9.0" Condition="'$(OpenTelemetry)' == 'true'" /> |
62 |
| - <PackageReference Include="HotChocolate.PersistedQueries.InMemory" Version="12.9.0" Condition="'$(PersistedQueries)' == 'true'" /> |
63 |
| - <PackageReference Include="HotChocolate.PersistedQueries.Redis" Version="12.9.0" Condition="'$(PersistedQueries)' == 'true'" /> |
64 |
| - <PackageReference Include="HotChocolate.Subscriptions.Redis" Version="12.9.0" Condition="'$(Subscriptions)' == 'true'" /> |
65 |
| - <PackageReference Include="HotChocolate.Types.Analyzers" PrivateAssets="all" Version="12.9.0" /> |
66 |
| - <PackageReference Include="HotChocolate.Types.Scalars" Version="12.9.0" /> |
| 58 | + <PackageReference Include="HotChocolate.AspNetCore" Version="12.11.0" /> |
| 59 | + <PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="12.11.0" Condition="'$(Authorization)' == 'true'" /> |
| 60 | + <PackageReference Include="HotChocolate.Data" Version="12.11.0" /> |
| 61 | + <PackageReference Include="HotChocolate.Diagnostics" Version="12.11.0" Condition="'$(OpenTelemetry)' == 'true'" /> |
| 62 | + <PackageReference Include="HotChocolate.PersistedQueries.InMemory" Version="12.11.0" Condition="'$(PersistedQueries)' == 'true'" /> |
| 63 | + <PackageReference Include="HotChocolate.PersistedQueries.Redis" Version="12.11.0" Condition="'$(PersistedQueries)' == 'true'" /> |
| 64 | + <PackageReference Include="HotChocolate.Subscriptions.Redis" Version="12.11.0" Condition="'$(Subscriptions)' == 'true'" /> |
| 65 | + <PackageReference Include="HotChocolate.Types.Analyzers" PrivateAssets="all" Version="12.11.0" /> |
| 66 | + <PackageReference Include="HotChocolate.Types.Scalars" Version="12.11.0" /> |
67 | 67 | <PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.20.0" Condition="'$(ApplicationInsights)' == 'true'" />
|
68 | 68 | <PackageReference Include="Microsoft.AspNetCore.ApplicationInsights.HostingStartup" Version="2.2.0" Condition="'$(ApplicationInsights)' == 'true'" />
|
69 | 69 | <PackageReference Include="Microsoft.AspNetCore.AzureAppServicesIntegration" Version="6.0.5" Condition="'$(Azure)' == 'true'" />
|
|
0 commit comments