Skip to content

Commit

Permalink
Update hotchocolate monorepo to v13.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 25, 2024
1 parent 0595190 commit cd6411d
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
<PackageReference Include="Boxed.Mapping" Version="7.0.0" />
<PackageReference Include="GraphQL.Server.Ui.Playground" Version="7.6.0" />
<PackageReference Include="GraphQL.Server.Ui.Voyager" Version="7.6.0" />
<PackageReference Include="HotChocolate.AspNetCore" Version="13.5.1" />
<PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="13.5.1" Condition="'$(Authorization)' == 'true'" />
<PackageReference Include="HotChocolate.Data" Version="13.5.1" />
<PackageReference Include="HotChocolate.Diagnostics" Version="13.5.1" Condition="'$(OpenTelemetry)' == 'true'" />
<PackageReference Include="HotChocolate.PersistedQueries.InMemory" Version="13.5.1" Condition="'$(PersistedQueries)' == 'true'" />
<PackageReference Include="HotChocolate.PersistedQueries.Redis" Version="13.5.1" Condition="'$(PersistedQueries)' == 'true'" />
<PackageReference Include="HotChocolate.Subscriptions.Redis" Version="13.5.1" Condition="'$(Subscriptions)' == 'true'" />
<PackageReference Include="HotChocolate.Types.Analyzers" PrivateAssets="all" Version="13.5.1" />
<PackageReference Include="HotChocolate.Types.Scalars" Version="13.5.1" />
<PackageReference Include="HotChocolate.AspNetCore" Version="13.9.8" />
<PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="13.9.8" Condition="'$(Authorization)' == 'true'" />
<PackageReference Include="HotChocolate.Data" Version="13.9.8" />
<PackageReference Include="HotChocolate.Diagnostics" Version="13.9.8" Condition="'$(OpenTelemetry)' == 'true'" />
<PackageReference Include="HotChocolate.PersistedQueries.InMemory" Version="13.9.8" Condition="'$(PersistedQueries)' == 'true'" />
<PackageReference Include="HotChocolate.PersistedQueries.Redis" Version="13.9.8" Condition="'$(PersistedQueries)' == 'true'" />
<PackageReference Include="HotChocolate.Subscriptions.Redis" Version="13.9.8" Condition="'$(Subscriptions)' == 'true'" />
<PackageReference Include="HotChocolate.Types.Analyzers" PrivateAssets="all" Version="13.9.8" />
<PackageReference Include="HotChocolate.Types.Scalars" Version="13.9.8" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" Condition="'$(ApplicationInsights)' == 'true'" />
<PackageReference Include="Microsoft.AspNetCore.ApplicationInsights.HostingStartup" Version="2.2.0" Condition="'$(ApplicationInsights)' == 'true'" />
<PackageReference Include="Microsoft.AspNetCore.AzureAppServicesIntegration" Version="7.0.11" Condition="'$(Azure)' == 'true'" />
Expand Down

0 comments on commit cd6411d

Please sign in to comment.