Skip to content

Commit ff65a0b

Browse files
author
Matthew Dennis
committed
Added System.IO.Pipelines NuGet so solution will build.
1 parent 42704c3 commit ff65a0b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/Bedrock.Framework/Bedrock.Framework.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@
1010
<ItemGroup>
1111
<FrameworkReference Include="Microsoft.AspNetCore.App" />
1212
</ItemGroup>
13+
14+
<ItemGroup>
15+
<PackageReference Include="System.IO.Pipelines" Version="4.7.2" />
16+
</ItemGroup>
1317
</Project>

0 commit comments

Comments
 (0)