Skip to content

Commit

Permalink
Removed System.Buffers dependency for net5.0 and higher (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
KeterSCP committed Mar 29, 2022
1 parent b491b88 commit 531fd46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hashids.net/Hashids.net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<NoWarn>$(NoWarn);CS1591</NoWarn>
</PropertyGroup>

<ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net461' OR '$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="System.Buffers" Version="4.5.1" />
</ItemGroup>

Expand Down

0 comments on commit 531fd46

Please sign in to comment.