Skip to content

Commit 16a7b37

Browse files
Update hotchocolate monorepo
1 parent 0595190 commit 16a7b37

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
@@ -49,15 +49,15 @@
4949
<PackageReference Include="Boxed.Mapping" Version="7.0.0" />
5050
<PackageReference Include="GraphQL.Server.Ui.Playground" Version="7.6.0" />
5151
<PackageReference Include="GraphQL.Server.Ui.Voyager" Version="7.6.0" />
52-
<PackageReference Include="HotChocolate.AspNetCore" Version="13.5.1" />
53-
<PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="13.5.1" Condition="'$(Authorization)' == 'true'" />
54-
<PackageReference Include="HotChocolate.Data" Version="13.5.1" />
55-
<PackageReference Include="HotChocolate.Diagnostics" Version="13.5.1" Condition="'$(OpenTelemetry)' == 'true'" />
56-
<PackageReference Include="HotChocolate.PersistedQueries.InMemory" Version="13.5.1" Condition="'$(PersistedQueries)' == 'true'" />
57-
<PackageReference Include="HotChocolate.PersistedQueries.Redis" Version="13.5.1" Condition="'$(PersistedQueries)' == 'true'" />
58-
<PackageReference Include="HotChocolate.Subscriptions.Redis" Version="13.5.1" Condition="'$(Subscriptions)' == 'true'" />
59-
<PackageReference Include="HotChocolate.Types.Analyzers" PrivateAssets="all" Version="13.5.1" />
60-
<PackageReference Include="HotChocolate.Types.Scalars" Version="13.5.1" />
52+
<PackageReference Include="HotChocolate.AspNetCore" Version="13.9.13" />
53+
<PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="13.9.12" Condition="'$(Authorization)' == 'true'" />
54+
<PackageReference Include="HotChocolate.Data" Version="13.9.12" />
55+
<PackageReference Include="HotChocolate.Diagnostics" Version="13.9.12" Condition="'$(OpenTelemetry)' == 'true'" />
56+
<PackageReference Include="HotChocolate.PersistedQueries.InMemory" Version="13.9.12" Condition="'$(PersistedQueries)' == 'true'" />
57+
<PackageReference Include="HotChocolate.PersistedQueries.Redis" Version="13.9.12" Condition="'$(PersistedQueries)' == 'true'" />
58+
<PackageReference Include="HotChocolate.Subscriptions.Redis" Version="13.9.12" Condition="'$(Subscriptions)' == 'true'" />
59+
<PackageReference Include="HotChocolate.Types.Analyzers" PrivateAssets="all" Version="13.9.12" />
60+
<PackageReference Include="HotChocolate.Types.Scalars" Version="13.9.12" />
6161
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" Condition="'$(ApplicationInsights)' == 'true'" />
6262
<PackageReference Include="Microsoft.AspNetCore.ApplicationInsights.HostingStartup" Version="2.2.0" Condition="'$(ApplicationInsights)' == 'true'" />
6363
<PackageReference Include="Microsoft.AspNetCore.AzureAppServicesIntegration" Version="7.0.11" Condition="'$(Azure)' == 'true'" />

0 commit comments

Comments
 (0)