File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Source/GraphQLTemplate/Source/GraphQLTemplate Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 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'" />
You can’t perform that action at this time.
0 commit comments