Skip to content

Commit

Permalink
Allowing Microsoft.Extensions.Options and Microsoft.Extensions.Depend…
Browse files Browse the repository at this point in the history
…encyInjection.Abstractions up to and including version 6 (#3765)
  • Loading branch information
andmos authored Nov 30, 2021
1 parent c540310 commit 8f23e11
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@

<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="[3.1, 6)" />
<PackageReference Include="Microsoft.Extensions.Options" Version="[3.1, 6)" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="[3.1, 6]" />
<PackageReference Include="Microsoft.Extensions.Options" Version="[3.1, 6]" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net5.0'">
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="[5, 6)" />
<PackageReference Include="Microsoft.Extensions.Options" Version="[5, 6)" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="[5, 6]" />
<PackageReference Include="Microsoft.Extensions.Options" Version="[5, 6]" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
Expand Down

0 comments on commit 8f23e11

Please sign in to comment.