natemcmaster / LettuceEncrypt

Free, automatic HTTPS certificate generation for ASP.NET Core web apps
https://nuget.org/packages/LettuceEncrypt
Apache License 2.0
1.59k stars 154 forks source link

Update target framework from .NET Core 3.0 to 3.1 #182

Closed natemcmaster closed 3 years ago

natemcmaster commented 3 years ago

https://dotnet.microsoft.com/platform/support/policy/dotnet-core

Support for .NET Core 3.0 ended in 2020. I am dropping support for it in this package as well.

codecov[bot] commented 3 years ago

Codecov Report

Merging #182 (d28a68f) into main (76b89d8) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #182   +/-   ##
=======================================
  Coverage   46.89%   46.89%           
=======================================
  Files          41       41           
  Lines        1062     1062           
=======================================
  Hits          498      498           
  Misses        564      564           
Impacted Files Coverage Δ
src/LettuceEncrypt/Internal/CertificateSelector.cs 53.96% <ø> (ø)
...ttuceEncrypt/Internal/TlsAlpnChallengeResponder.cs 18.18% <ø> (ø)
...ypt/LettuceEncryptKestrelHttpsOptionsExtensions.cs 27.27% <ø> (ø)
src/LettuceEncrypt/Internal/KestrelOptionsSetup.cs 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 76b89d8...d28a68f. Read the comment docs.