Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Target .NET6 instead of .NET Standard 2.0 and .NET Core 3.1 #280

Merged
merged 10 commits into from
Jan 16, 2023

Conversation

Mafii
Copy link
Contributor

@Mafii Mafii commented Jan 11, 2023

@natemcmaster to ease reviewing, here's a PR that just changes the target framework. I have not taken a look at your CI scripts, so there may be some work required for them. (edit: they seem to work)

A PR for the other feature will follow :)

The review is probably easier on a per-commit basis, I tried to make them as small and concise as possible, especially trying to separate gardening and actual changes.

@codecov
Copy link

codecov bot commented Jan 11, 2023

Codecov Report

Merging #280 (c76dd2f) into main (f31dbfa) will decrease coverage by 0.38%.
The diff coverage is 48.27%.

@@            Coverage Diff             @@
##             main     #280      +/-   ##
==========================================
- Coverage   46.16%   45.77%   -0.39%     
==========================================
  Files          45       45              
  Lines        1120     1112       -8     
==========================================
- Hits          517      509       -8     
  Misses        603      603              
Impacted Files Coverage Δ
...ncrypt.Azure/AzureKeyVaultLettuceEncryptOptions.cs 100.00% <ø> (ø)
.../LettuceEncrypt/Internal/AcmeCertificateFactory.cs 0.00% <ø> (ø)
...c/LettuceEncrypt/Internal/AcmeCertificateLoader.cs 0.00% <0.00%> (ø)
src/LettuceEncrypt/Internal/AcmeClient.cs 0.00% <0.00%> (ø)
...ternal/AcmeStates/BeginCertificateCreationState.cs 0.00% <0.00%> (ø)
...ternal/DefaultCertificateAuthorityConfiguration.cs 100.00% <ø> (ø)
src/LettuceEncrypt/Internal/DeveloperCertLoader.cs 94.73% <ø> (ø)
...ettuceEncrypt/Internal/DomainOwnershipValidator.cs 0.00% <ø> (ø)
.../LettuceEncrypt/Internal/FileSystemAccountStore.cs 95.12% <ø> (ø)
...c/LettuceEncrypt/Internal/Http01DomainValidator.cs 0.00% <0.00%> (ø)
... and 16 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Owner

@natemcmaster natemcmaster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Thanks @Mafii

@natemcmaster natemcmaster merged commit 2ca07d2 into natemcmaster:main Jan 16, 2023
@natemcmaster
Copy link
Owner

https://github.com/natemcmaster/LettuceEncrypt/releases/tag/v1.3.0-beta.249

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants