Skip to content

Commit

Permalink
Remove System.Runtime.CompilerServices.Unsafe package
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson-tomo committed Apr 7, 2024
1 parent aad5b3b commit 5dfaf2b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cs/src/core/FASTER.core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@
<PackageReference Include="System.Interactive.Async" Version="6.0.1" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' != 'netstandard2.1'">
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
</ItemGroup>

<Choose>
<When Condition="'$(TargetFramework)' == 'netstandard2.0' Or '$(TargetFramework)' == 'netstandard2.1'">
<ItemGroup>
Expand Down

0 comments on commit 5dfaf2b

Please sign in to comment.