Skip to content

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 committed Dec 14, 2018
2 parents 1fd6123 + 76e4442 commit 8e6de0a
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
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 8e6de0a

Please sign in to comment.