Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
Merge pull request #24 from carbon/master
Browse files Browse the repository at this point in the history
Downgrade System.Buffers and Remove HashHelpers
  • Loading branch information
JimBobSquarePants authored Dec 14, 2018
2 parents da3c590 + fecafcf commit e5b0ea1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 96 deletions.
67 changes: 0 additions & 67 deletions src/SixLabors.Core/Helpers/HashHelpers.cs

This file was deleted.

2 changes: 1 addition & 1 deletion src/SixLabors.Core/SixLabors.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' != 'netcoreapp2.1' ">
<PackageReference Include="System.Buffers" Version="4.5.0" />
<PackageReference Include="System.Buffers" Version="4.4.0" />
<PackageReference Include="System.Memory" Version="4.5.1" />
</ItemGroup>

Expand Down
28 changes: 0 additions & 28 deletions tests/SixLabors.Core.Tests/Helpers/HashHelpersTests.cs

This file was deleted.

0 comments on commit e5b0ea1

Please sign in to comment.