Skip to content

Commit 996aaa8

Browse files
committed
Fixed System.IO.Pipelines reference.
1 parent bd70872 commit 996aaa8

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/HotChocolate/AspNetCore/src/Transport.Formatters/HotChocolate.Transport.Formatters.csproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,14 @@
1111
<IsAotCompatible>true</IsAotCompatible>
1212
</PropertyGroup>
1313

14+
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
15+
<PackageReference Include="System.IO.Pipelines" />
16+
</ItemGroup>
17+
1418
<ItemGroup>
1519
<ProjectReference Include="..\..\..\Core\src\Execution.Abstractions\HotChocolate.Execution.Abstractions.csproj" />
1620
<ProjectReference Include="..\..\..\Utilities\src\Utilities.Buffers\HotChocolate.Utilities.Buffers.csproj" />
1721
<ProjectReference Include="..\..\..\Utilities\src\Utilities.Tasks\HotChocolate.Utilities.Tasks.csproj" />
1822
</ItemGroup>
1923

20-
<ItemGroup>
21-
<Reference Include="System.IO.Pipelines">
22-
<HintPath>..\..\..\..\..\..\..\..\..\usr\local\share\dotnet\shared\Microsoft.AspNetCore.App\8.0.11\System.IO.Pipelines.dll</HintPath>
23-
</Reference>
24-
</ItemGroup>
25-
2624
</Project>

0 commit comments

Comments
 (0)