Skip to content

Commit

Permalink
Update Microsoft.Extensions.DependencyInjection.Abstractions to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
natemcmaster authored and dependabot-preview[bot] committed May 30, 2020
1 parent 139aa40 commit 897e6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LettuceEncrypt/LettuceEncrypt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This only works with Kestrel, which is the default server configuration for ASP.

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Core" Version="2.1.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.1.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.1.1" />
<PackageReference Include="System.Text.Json" Version="4.7.2" />
</ItemGroup>

Expand Down

0 comments on commit 897e6e7

Please sign in to comment.