Skip to content

Commit

Permalink
Merge pull request #592 from adamhathcock/memory-downgrade
Browse files Browse the repository at this point in the history
Downgrade System.Memory to fix buffer version issue
  • Loading branch information
adamhathcock committed Jun 4, 2021
2 parents e07046a + f952210 commit 8ee257d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SharpCompress/SharpCompress.csproj
Expand Up @@ -35,7 +35,8 @@
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="System.Text.Encoding.CodePages" Version="5.0.0" />
<PackageReference Include="System.Memory" Version="4.5.4" />
<PackageReference Include="System.Memory" Version="4.5.3" />
<PackageReference Include="System.Buffers" Version="4.4.0" />
</ItemGroup>

</Project>

0 comments on commit 8ee257d

Please sign in to comment.