[Question] .net 6 support
JYouren opened this issue · 4 comments
JYouren commented
I know the nuget package doesn't support .net 6, but does the codebase support .net 6 if I build it myself?
bugproof commented
It literally supports netstandard2.0 which will work with .net 6 at least I use it with .net 6 just fine...
JYouren commented
ok, as long as it actually works with .net 6, then I'm good. Thank you
JYouren commented
So did you compile as is, and then use the .net standard libraries, or did you attempt to uplift to .net 6?
bugproof commented
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