natemcmaster / LettuceEncrypt

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

[Question] .net 6 support #253

Closed JYouren closed 2 years ago

JYouren commented 2 years ago

I know the nuget package doesn't support .net 6, but does the codebase support .net 6 if I build it myself?

bugproof commented 2 years ago

It literally supports netstandard2.0 which will work with .net 6 at least I use it with .net 6 just fine...

JYouren commented 2 years ago

ok, as long as it actually works with .net 6, then I'm good. Thank you

JYouren commented 2 years ago

So did you compile as is, and then use the .net standard libraries, or did you attempt to uplift to .net 6?

bugproof commented 2 years ago

So did you compile as is, and then use the .net standard libraries, or did you attempt to uplift to .net 6?

I just use the published nuget and works fine