Skip to content

Commit 4f4ccbc

Browse files
renovate[bot]RehanSaeed
authored andcommitted
Update hotchocolate monorepo to v12.13.0
1 parent 042ad72 commit 4f4ccbc

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="7.0.0" />
5757
<PackageReference Include="GraphQL.Server.Ui.Voyager" Version="7.0.0" />
58-
<PackageReference Include="HotChocolate.AspNetCore" Version="12.12.1" />
59-
<PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="12.12.1" Condition="'$(Authorization)' == 'true'" />
60-
<PackageReference Include="HotChocolate.Data" Version="12.12.1" />
61-
<PackageReference Include="HotChocolate.Diagnostics" Version="12.12.1" Condition="'$(OpenTelemetry)' == 'true'" />
62-
<PackageReference Include="HotChocolate.PersistedQueries.InMemory" Version="12.12.1" Condition="'$(PersistedQueries)' == 'true'" />
63-
<PackageReference Include="HotChocolate.PersistedQueries.Redis" Version="12.12.1" Condition="'$(PersistedQueries)' == 'true'" />
64-
<PackageReference Include="HotChocolate.Subscriptions.Redis" Version="12.12.1" Condition="'$(Subscriptions)' == 'true'" />
65-
<PackageReference Include="HotChocolate.Types.Analyzers" PrivateAssets="all" Version="12.12.1" />
66-
<PackageReference Include="HotChocolate.Types.Scalars" Version="12.12.1" />
58+
<PackageReference Include="HotChocolate.AspNetCore" Version="12.13.0" />
59+
<PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="12.13.0" Condition="'$(Authorization)' == 'true'" />
60+
<PackageReference Include="HotChocolate.Data" Version="12.13.0" />
61+
<PackageReference Include="HotChocolate.Diagnostics" Version="12.13.0" Condition="'$(OpenTelemetry)' == 'true'" />
62+
<PackageReference Include="HotChocolate.PersistedQueries.InMemory" Version="12.13.0" Condition="'$(PersistedQueries)' == 'true'" />
63+
<PackageReference Include="HotChocolate.PersistedQueries.Redis" Version="12.13.0" Condition="'$(PersistedQueries)' == 'true'" />
64+
<PackageReference Include="HotChocolate.Subscriptions.Redis" Version="12.13.0" Condition="'$(Subscriptions)' == 'true'" />
65+
<PackageReference Include="HotChocolate.Types.Analyzers" PrivateAssets="all" Version="12.13.0" />
66+
<PackageReference Include="HotChocolate.Types.Scalars" Version="12.13.0" />
6767
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.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.8" Condition="'$(Azure)' == 'true'" />

0 commit comments

Comments
 (0)