Skip to content

Commit

Permalink
update Microsoft.Extensions.DependencyModel to 3.1.6 on net461
Browse files Browse the repository at this point in the history
  • Loading branch information
KuraiAndras authored and khellang committed Feb 14, 2022
1 parent 452cd4f commit 3b44333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Scrutor/Scrutor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<ItemGroup Condition="'$(TargetFramework)' == 'net461'">
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.1.1" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="2.1.0" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="3.1.6" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
Expand Down

0 comments on commit 3b44333

Please sign in to comment.