Skip to content

Commit

Permalink
Update hotchocolate monorepo to v11.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and RehanSaeed committed Sep 24, 2021
1 parent 60fa00e commit a47d1bc
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
<PackageReference Include="Boxed.Mapping" Version="5.3.0" />
<PackageReference Include="GraphQL.Server.Ui.Playground" Version="5.0.2" />
<PackageReference Include="GraphQL.Server.Ui.Voyager" Version="5.0.2" />
<PackageReference Include="HotChocolate.AspNetCore" Version="11.3.7" />
<PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="11.3.7" Condition="'$(Authorization)' == 'true'" />
<PackageReference Include="HotChocolate.Data" Version="11.3.7" />
<PackageReference Include="HotChocolate.PersistedQueries.InMemory" Version="11.3.7" Condition="'$(PersistedQueries)' == 'true'" />
<PackageReference Include="HotChocolate.PersistedQueries.Redis" Version="11.3.7" Condition="'$(PersistedQueries)' == 'true'" />
<PackageReference Include="HotChocolate.Subscriptions.Redis" Version="11.3.7" Condition="'$(Subscriptions)' == 'true'" />
<PackageReference Include="HotChocolate.Types.Scalars" Version="11.3.7" />
<PackageReference Include="HotChocolate.AspNetCore" Version="11.3.8" />
<PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="11.3.8" Condition="'$(Authorization)' == 'true'" />
<PackageReference Include="HotChocolate.Data" Version="11.3.8" />
<PackageReference Include="HotChocolate.PersistedQueries.InMemory" Version="11.3.8" Condition="'$(PersistedQueries)' == 'true'" />
<PackageReference Include="HotChocolate.PersistedQueries.Redis" Version="11.3.8" Condition="'$(PersistedQueries)' == 'true'" />
<PackageReference Include="HotChocolate.Subscriptions.Redis" Version="11.3.8" Condition="'$(Subscriptions)' == 'true'" />
<PackageReference Include="HotChocolate.Types.Scalars" Version="11.3.8" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.18.0" Condition="'$(ApplicationInsights)' == 'true'" />
<PackageReference Include="Microsoft.AspNetCore.ApplicationInsights.HostingStartup" Version="2.2.0" Condition="'$(ApplicationInsights)' == 'true'" />
<PackageReference Include="Microsoft.AspNetCore.AzureAppServicesIntegration" Version="5.0.10" Condition="'$(Azure)' == 'true'" />
Expand Down

0 comments on commit a47d1bc

Please sign in to comment.