Skip to content

Commit

Permalink
Replace polyfill types with PolySharp dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jzebedee committed Dec 3, 2023
1 parent 78850f0 commit b0bf5e1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 580 deletions.
13 changes: 7 additions & 6 deletions src/DeltaQ.Utility.Memory/DeltaQ.Utility.Memory.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>

<!-- Source Link Support -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
Expand All @@ -32,19 +32,20 @@
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>

<!-- NuGet Icon -->
<ItemGroup>
<None Include="../../assets/dq.png" Link="dq.png" Pack="true" PackagePath="/" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.1" />
<PackageReference Include="System.Memory" Version="4.5.5" />
<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.1" />
<PackageReference Include="System.Memory" Version="4.5.5" />
<PackageReference Include="PolySharp" Version="1.14.0" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="CommunityToolkit.HighPerformance" Version="8.2.2" />
</ItemGroup>

</Project>
161 changes: 0 additions & 161 deletions src/DeltaQ.Utility.Memory/Index.cs

This file was deleted.

Loading

0 comments on commit b0bf5e1

Please sign in to comment.