Remove IndexRange from explicit dependencies

Madness implicitly includes it already
This commit is contained in:
Archi 2021-08-07 14:08:06 +02:00
parent 9f281c6055
commit 911680d606
No known key found for this signature in database
GPG key ID: 6B138B4C64555AEA
2 changed files with 39 additions and 41 deletions

View file

@ -35,7 +35,6 @@
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net48'">
<PackageReference Include="IndexRange" />
<PackageReference Include="JustArchiNET.Madness" />
<PackageReference Include="Microsoft.AspNetCore.Cors" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics" />

View file

@ -28,7 +28,6 @@
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net48'">
<PackageVersion Include="IndexRange" Version="1.0.0" />
<PackageVersion Include="JustArchiNET.Madness" Version="0.3.0" />
<PackageVersion Include="Microsoft.AspNetCore.Cors" Version="2.2.0" />
<PackageVersion Include="Microsoft.AspNetCore.Diagnostics" Version="2.2.0" />