Skip to content

Commit

Permalink
remove unneeded conditional package refs
Browse files Browse the repository at this point in the history
  • Loading branch information
floyd-may committed May 1, 2022
1 parent c8325c4 commit eed43bf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/FakeAuth/FakeAuth.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.2.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' ">
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.24" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
</ItemGroup>

Expand Down

0 comments on commit eed43bf

Please sign in to comment.