Skip to content

Commit

Permalink
Re-add IndexRange reference because it is used by RangeExtensions in …
Browse files Browse the repository at this point in the history
…netstandard2.0
  • Loading branch information
neon-sunset committed Dec 10, 2022
1 parent 09dd39e commit 6f526b4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/FastCache.CachedTests/FastCache.CachedTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@

<ItemGroup>
<PackageReference Include="RangeExtensions" Version="1.2.2" />
<PackageReference Include="PolySharp" Version="1.8.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
Expand All @@ -28,7 +24,8 @@
<ProjectReference Include="..\..\src\FastCache.Cached\FastCache.Cached.csproj" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<ItemGroup Condition=" '$(TargetFramework)' == 'net48' ">
<PackageReference Include="IndexRange" Version="1.0.2" />
<PackageReference Include="System.Buffers" Version="4.5.1" />
<PackageReference Include="System.Memory" Version="4.5.5" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
Expand Down

0 comments on commit 6f526b4

Please sign in to comment.