Skip to content

Commit

Permalink
build(deps): bump System.Text.Json from 5.0.1 to 5.0.2 (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 2, 2021
1 parent 041c712 commit ae682e9
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 @@ -27,7 +27,7 @@ This only works with Kestrel, which is the default server configuration for ASP.

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.1.1" />
<PackageReference Include="System.Text.Json" Version="5.0.1" />
<PackageReference Include="System.Text.Json" Version="5.0.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit ae682e9

Please sign in to comment.