Skip to content

Commit

Permalink
buildfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wsm2110 committed Nov 16, 2024
1 parent c8f100c commit 1993670
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 70 deletions.
14 changes: 3 additions & 11 deletions src/Faster.Map.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,26 +48,18 @@
<None Include="..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.IO.Hashing" Version="9.0.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
<PackageReference Include="System.IO.Hashing" Version="7.0.0" />
<PackageReference Include="System.IO.Hashing" Version="8.0.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
<PackageReference Include="System.IO.Hashing" Version="8.0.0" />
<PackageReference Include="GxHash" Version="2.0.0"/>
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
<PackageReference Include="System.IO.Hashing" Version="9.0.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' != 'net7.0'">
<PackageReference Include="GxHash">
<Version>2.0.0</Version>
</PackageReference>
<PackageReference Include="GxHash" Version="2.0.0"/>
</ItemGroup>

<ItemGroup>
Expand Down

This file was deleted.

0 comments on commit 1993670

Please sign in to comment.