File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
src/HotChocolate/AspNetCore/src/Transport.Formatters Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 11
11
<IsAotCompatible >true</IsAotCompatible >
12
12
</PropertyGroup >
13
13
14
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
15
+ <PackageReference Include =" System.IO.Pipelines" />
16
+ </ItemGroup >
17
+
14
18
<ItemGroup >
15
19
<ProjectReference Include =" ..\..\..\Core\src\Execution.Abstractions\HotChocolate.Execution.Abstractions.csproj" />
16
20
<ProjectReference Include =" ..\..\..\Utilities\src\Utilities.Buffers\HotChocolate.Utilities.Buffers.csproj" />
17
21
<ProjectReference Include =" ..\..\..\Utilities\src\Utilities.Tasks\HotChocolate.Utilities.Tasks.csproj" />
18
22
</ItemGroup >
19
23
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
-
26
24
</Project >
You can’t perform that action at this time.
0 commit comments