Skip to content

Commit 786095c

Browse files
committed
Upgrade HotChocolate to 12.0.1
1 parent e2febe9 commit 786095c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Source/GraphQLTemplate/Source/GraphQLTemplate/GraphQLTemplate.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@
5555
<PackageReference Include="Boxed.Mapping" Version="5.3.0" />
5656
<PackageReference Include="GraphQL.Server.Ui.Playground" Version="5.0.2" />
5757
<PackageReference Include="GraphQL.Server.Ui.Voyager" Version="5.0.2" />
58-
<PackageReference Include="HotChocolate.AspNetCore" Version="12.0.0" />
59-
<PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="12.0.0" Condition="'$(Authorization)' == 'true'" />
60-
<PackageReference Include="HotChocolate.Data" Version="12.0.0" />
61-
<PackageReference Include="HotChocolate.PersistedQueries.InMemory" Version="12.0.0" Condition="'$(PersistedQueries)' == 'true'" />
62-
<PackageReference Include="HotChocolate.PersistedQueries.Redis" Version="12.0.0" Condition="'$(PersistedQueries)' == 'true'" />
63-
<PackageReference Include="HotChocolate.Subscriptions.Redis" Version="12.0.0" Condition="'$(Subscriptions)' == 'true'" />
64-
<PackageReference Include="HotChocolate.Types.Scalars" Version="12.0.0" />
58+
<PackageReference Include="HotChocolate.AspNetCore" Version="12.0.1" />
59+
<PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="12.0.1" Condition="'$(Authorization)' == 'true'" />
60+
<PackageReference Include="HotChocolate.Data" Version="12.0.1" />
61+
<PackageReference Include="HotChocolate.PersistedQueries.InMemory" Version="12.0.1" Condition="'$(PersistedQueries)' == 'true'" />
62+
<PackageReference Include="HotChocolate.PersistedQueries.Redis" Version="12.0.1" Condition="'$(PersistedQueries)' == 'true'" />
63+
<PackageReference Include="HotChocolate.Subscriptions.Redis" Version="12.0.1" Condition="'$(Subscriptions)' == 'true'" />
64+
<PackageReference Include="HotChocolate.Types.Scalars" Version="12.0.1" />
6565
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.18.0" Condition="'$(ApplicationInsights)' == 'true'" />
6666
<PackageReference Include="Microsoft.AspNetCore.ApplicationInsights.HostingStartup" Version="2.2.0" Condition="'$(ApplicationInsights)' == 'true'" />
6767
<PackageReference Include="Microsoft.AspNetCore.AzureAppServicesIntegration" Version="5.0.10" Condition="'$(Azure)' == 'true'" />

0 commit comments

Comments
 (0)