Skip to content

Commit

Permalink
Update hotchocolate monorepo to v12.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and RehanSaeed committed Jun 14, 2022
1 parent 9f84d36 commit 392da78
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@
<PackageReference Include="Boxed.Mapping" Version="6.0.0" />
<PackageReference Include="GraphQL.Server.Ui.Playground" Version="6.1.0" />
<PackageReference Include="GraphQL.Server.Ui.Voyager" Version="6.1.0" />
<PackageReference Include="HotChocolate.AspNetCore" Version="12.9.0" />
<PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="12.9.0" Condition="'$(Authorization)' == 'true'" />
<PackageReference Include="HotChocolate.Data" Version="12.9.0" />
<PackageReference Include="HotChocolate.Diagnostics" Version="12.9.0" Condition="'$(OpenTelemetry)' == 'true'" />
<PackageReference Include="HotChocolate.PersistedQueries.InMemory" Version="12.9.0" Condition="'$(PersistedQueries)' == 'true'" />
<PackageReference Include="HotChocolate.PersistedQueries.Redis" Version="12.9.0" Condition="'$(PersistedQueries)' == 'true'" />
<PackageReference Include="HotChocolate.Subscriptions.Redis" Version="12.9.0" Condition="'$(Subscriptions)' == 'true'" />
<PackageReference Include="HotChocolate.Types.Analyzers" PrivateAssets="all" Version="12.9.0" />
<PackageReference Include="HotChocolate.Types.Scalars" Version="12.9.0" />
<PackageReference Include="HotChocolate.AspNetCore" Version="12.11.0" />
<PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="12.11.0" Condition="'$(Authorization)' == 'true'" />
<PackageReference Include="HotChocolate.Data" Version="12.11.0" />
<PackageReference Include="HotChocolate.Diagnostics" Version="12.11.0" Condition="'$(OpenTelemetry)' == 'true'" />
<PackageReference Include="HotChocolate.PersistedQueries.InMemory" Version="12.11.0" Condition="'$(PersistedQueries)' == 'true'" />
<PackageReference Include="HotChocolate.PersistedQueries.Redis" Version="12.11.0" Condition="'$(PersistedQueries)' == 'true'" />
<PackageReference Include="HotChocolate.Subscriptions.Redis" Version="12.11.0" Condition="'$(Subscriptions)' == 'true'" />
<PackageReference Include="HotChocolate.Types.Analyzers" PrivateAssets="all" Version="12.11.0" />
<PackageReference Include="HotChocolate.Types.Scalars" Version="12.11.0" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.20.0" Condition="'$(ApplicationInsights)' == 'true'" />
<PackageReference Include="Microsoft.AspNetCore.ApplicationInsights.HostingStartup" Version="2.2.0" Condition="'$(ApplicationInsights)' == 'true'" />
<PackageReference Include="Microsoft.AspNetCore.AzureAppServicesIntegration" Version="6.0.5" Condition="'$(Azure)' == 'true'" />
Expand Down

0 comments on commit 392da78

Please sign in to comment.