|
49 | 49 | <PackageReference Include="Boxed.Mapping" Version="7.0.0" />
|
50 | 50 | <PackageReference Include="GraphQL.Server.Ui.Playground" Version="7.6.0" />
|
51 | 51 | <PackageReference Include="GraphQL.Server.Ui.Voyager" Version="7.6.0" />
|
52 |
| - <PackageReference Include="HotChocolate.AspNetCore" Version="13.5.1" /> |
53 |
| - <PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="13.5.1" Condition="'$(Authorization)' == 'true'" /> |
54 |
| - <PackageReference Include="HotChocolate.Data" Version="13.5.1" /> |
55 |
| - <PackageReference Include="HotChocolate.Diagnostics" Version="13.5.1" Condition="'$(OpenTelemetry)' == 'true'" /> |
56 |
| - <PackageReference Include="HotChocolate.PersistedQueries.InMemory" Version="13.5.1" Condition="'$(PersistedQueries)' == 'true'" /> |
57 |
| - <PackageReference Include="HotChocolate.PersistedQueries.Redis" Version="13.5.1" Condition="'$(PersistedQueries)' == 'true'" /> |
58 |
| - <PackageReference Include="HotChocolate.Subscriptions.Redis" Version="13.5.1" Condition="'$(Subscriptions)' == 'true'" /> |
59 |
| - <PackageReference Include="HotChocolate.Types.Analyzers" PrivateAssets="all" Version="13.5.1" /> |
60 |
| - <PackageReference Include="HotChocolate.Types.Scalars" Version="13.5.1" /> |
| 52 | + <PackageReference Include="HotChocolate.AspNetCore" Version="13.9.13" /> |
| 53 | + <PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="13.9.12" Condition="'$(Authorization)' == 'true'" /> |
| 54 | + <PackageReference Include="HotChocolate.Data" Version="13.9.12" /> |
| 55 | + <PackageReference Include="HotChocolate.Diagnostics" Version="13.9.12" Condition="'$(OpenTelemetry)' == 'true'" /> |
| 56 | + <PackageReference Include="HotChocolate.PersistedQueries.InMemory" Version="13.9.12" Condition="'$(PersistedQueries)' == 'true'" /> |
| 57 | + <PackageReference Include="HotChocolate.PersistedQueries.Redis" Version="13.9.12" Condition="'$(PersistedQueries)' == 'true'" /> |
| 58 | + <PackageReference Include="HotChocolate.Subscriptions.Redis" Version="13.9.12" Condition="'$(Subscriptions)' == 'true'" /> |
| 59 | + <PackageReference Include="HotChocolate.Types.Analyzers" PrivateAssets="all" Version="13.9.12" /> |
| 60 | + <PackageReference Include="HotChocolate.Types.Scalars" Version="13.9.12" /> |
61 | 61 | <PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" Condition="'$(ApplicationInsights)' == 'true'" />
|
62 | 62 | <PackageReference Include="Microsoft.AspNetCore.ApplicationInsights.HostingStartup" Version="2.2.0" Condition="'$(ApplicationInsights)' == 'true'" />
|
63 | 63 | <PackageReference Include="Microsoft.AspNetCore.AzureAppServicesIntegration" Version="7.0.11" Condition="'$(Azure)' == 'true'" />
|
|
0 commit comments