Skip to content

Commit 392da78

Browse files
renovate-botRehanSaeed
authored andcommitted
Update hotchocolate monorepo to v12.11.0
1 parent 9f84d36 commit 392da78

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Source/GraphQLTemplate/Source/GraphQLTemplate/GraphQLTemplate.csproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@
5555
<PackageReference Include="Boxed.Mapping" Version="6.0.0" />
5656
<PackageReference Include="GraphQL.Server.Ui.Playground" Version="6.1.0" />
5757
<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" />
6767
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.20.0" Condition="'$(ApplicationInsights)' == 'true'" />
6868
<PackageReference Include="Microsoft.AspNetCore.ApplicationInsights.HostingStartup" Version="2.2.0" Condition="'$(ApplicationInsights)' == 'true'" />
6969
<PackageReference Include="Microsoft.AspNetCore.AzureAppServicesIntegration" Version="6.0.5" Condition="'$(Azure)' == 'true'" />

0 commit comments

Comments
 (0)