Browse Source

[SL.Core] Silence warning.

pull/1087/head
Dirk Lemstra 7 years ago
parent
commit
3b84a04013
  1. 1
      src/SixLabors.Core/HashCode.cs

1
src/SixLabors.Core/HashCode.cs

@ -44,6 +44,7 @@ https://raw.githubusercontent.com/Cyan4973/xxHash/5c174cfa4e45a42f94082dc0d4539b
#if SUPPORTS_HASHCODE
using System.Runtime.CompilerServices;
[assembly: TypeForwardedTo(typeof(System.HashCode))]
#else
using System.Buffers.Binary;

Loading…
Cancel
Save