natemcmaster/LettuceEncrypt

[Question] .net 6 support

JYouren opened this issue · 4 comments

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

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

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

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

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