Innofactor/EfCoreJsonValueConverter

Support for .net standard 2.0

shshzi opened this issue · 3 comments

I was wondering why the project was upgraded to .net standard 2.1 instead of staying on 2.0?
This breaks compatibility with projects that need to support .net framework.

Might be due to stupidity of the developer :) I need to review this with better time, maybe we can go back to 2.0.

+1 on this. we always coded around this by using all sorts of nasty pragma's to conditionally import the library and conditionally annotate things with the understanding that we'd only be able to use these json-stored types in newer code that leverages our shared layers. just actually had to remove this for that reason as we needed to come up with another approach so the old stuff could use those models too.

would rather add this back in if this is done, or maybe i'll fork and change it too.