Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #6 from miniduikboot/fix/system-io-pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
js6pak authored Mar 1, 2021
2 parents 684f385 + 89a6f3f commit 127f826
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Impostor.Server/Impostor.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<!-- HACK: Some plugins depend on System.IO.Pipelines and expect the version to be 5.0.0.0, but .NET 5 only ships version 5.0.0.1. It is pretty hard to convince MSBuild to build against the correct DLL, so we special case it here. Remove once we move past .NET 5 -->
<PackageReference Include="System.IO.Pipelines" Version="5.0.0"/>
</ItemGroup>

<ItemGroup>
Expand All @@ -55,4 +57,4 @@
</Content>
</ItemGroup>

</Project>
</Project>

0 comments on commit 127f826

Please sign in to comment.