Skip to content

Commit

Permalink
Updated package references in the gateway templates (#7861)
Browse files Browse the repository at this point in the history
  • Loading branch information
glen-84 authored and michaelstaib committed Dec 24, 2024
1 parent d453414 commit 72eda6f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ChilliCream.Nitro" Version="14.0.0-preview.10" />
<PackageReference Include="Microsoft.AspNetCore.HeaderPropagation" Version="8.0.8" />
<PackageReference Include="ChilliCream.Nitro" Version="14.0.0" />
<PackageReference Include="HotChocolate.AspNetCore" Version="14.0.0-preview.build.0" />
<PackageReference Include="HotChocolate.AspNetCore.CommandLine" Version="14.0.0-preview.build.0" />
<PackageReference Include="HotChocolate.Diagnostics" Version="14.0.0-preview.build.0" />
<PackageReference Include="HotChocolate.Fusion" Version="14.0.0-preview.build.0" />
<PackageReference Include="Microsoft.AspNetCore.HeaderPropagation" Version="8.0.11" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ChilliCream.Nitro" Version="14.0.0-preview.10" />
<PackageReference Include="Microsoft.AspNetCore.HeaderPropagation" Version="8.0.8" />
<PackageReference Include="ChilliCream.Nitro.Fusion" Version="14.0.0" />
<PackageReference Include="HotChocolate.AspNetCore" Version="14.0.0-preview.build.0" />
<PackageReference Include="HotChocolate.AspNetCore.CommandLine" Version="14.0.0-preview.build.0" />
<PackageReference Include="HotChocolate.Diagnostics" Version="14.0.0-preview.build.0" />
<PackageReference Include="HotChocolate.Fusion" Version="14.0.0-preview.build.0" />
<PackageReference Include="Microsoft.AspNetCore.HeaderPropagation" Version="8.0.11" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion templates/gateway/HotChocolate.Template.Gateway.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ChilliCream.Nitro" Version="14.0.0-preview.10" />
<PackageReference Include="ChilliCream.Nitro" Version="14.0.0" />
<PackageReference Include="HotChocolate.AspNetCore" Version="14.0.0-preview.build.0" />
<PackageReference Include="HotChocolate.AspNetCore.CommandLine" Version="14.0.0-preview.build.0" />
<PackageReference Include="HotChocolate.Fusion" Version="14.0.0-preview.build.0" />
Expand Down

0 comments on commit 72eda6f

Please sign in to comment.