Skip to content

Commit 72eda6f

Browse files
glen-84michaelstaib
authored andcommitted
Updated package references in the gateway templates (#7861)
1 parent d453414 commit 72eda6f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

templates/gateway-aspire/HotChocolate.Template.Gateway.Aspire.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="ChilliCream.Nitro" Version="14.0.0-preview.10" />
12-
<PackageReference Include="Microsoft.AspNetCore.HeaderPropagation" Version="8.0.8" />
11+
<PackageReference Include="ChilliCream.Nitro" Version="14.0.0" />
1312
<PackageReference Include="HotChocolate.AspNetCore" Version="14.0.0-preview.build.0" />
1413
<PackageReference Include="HotChocolate.AspNetCore.CommandLine" Version="14.0.0-preview.build.0" />
1514
<PackageReference Include="HotChocolate.Diagnostics" Version="14.0.0-preview.build.0" />
1615
<PackageReference Include="HotChocolate.Fusion" Version="14.0.0-preview.build.0" />
16+
<PackageReference Include="Microsoft.AspNetCore.HeaderPropagation" Version="8.0.11" />
1717
</ItemGroup>
1818

1919
</Project>

templates/gateway-managed/HotChocolate.Template.Gateway.Managed.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="ChilliCream.Nitro" Version="14.0.0-preview.10" />
12-
<PackageReference Include="Microsoft.AspNetCore.HeaderPropagation" Version="8.0.8" />
11+
<PackageReference Include="ChilliCream.Nitro.Fusion" Version="14.0.0" />
1312
<PackageReference Include="HotChocolate.AspNetCore" Version="14.0.0-preview.build.0" />
1413
<PackageReference Include="HotChocolate.AspNetCore.CommandLine" Version="14.0.0-preview.build.0" />
1514
<PackageReference Include="HotChocolate.Diagnostics" Version="14.0.0-preview.build.0" />
1615
<PackageReference Include="HotChocolate.Fusion" Version="14.0.0-preview.build.0" />
16+
<PackageReference Include="Microsoft.AspNetCore.HeaderPropagation" Version="8.0.11" />
1717
</ItemGroup>
1818

1919
</Project>

templates/gateway/HotChocolate.Template.Gateway.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="ChilliCream.Nitro" Version="14.0.0-preview.10" />
10+
<PackageReference Include="ChilliCream.Nitro" Version="14.0.0" />
1111
<PackageReference Include="HotChocolate.AspNetCore" Version="14.0.0-preview.build.0" />
1212
<PackageReference Include="HotChocolate.AspNetCore.CommandLine" Version="14.0.0-preview.build.0" />
1313
<PackageReference Include="HotChocolate.Fusion" Version="14.0.0-preview.build.0" />

0 commit comments

Comments
 (0)