Innofactor / EfCoreJsonValueConverter

JSON ValueConverter for EF Core 3.0+
GNU Lesser General Public License v3.0
96 stars 17 forks source link

package not compatible with netcoreapp3.1 #14

Closed bluesiboy closed 2 years ago

bluesiboy commented 3 years ago

Package Innofactor.EfCoreJsonValueConverter 2.0.2 is not compatible with netcoreapp3.1 (.NETCoreApp,Version=v3.1). Package Innofactor.EfCoreJsonValueConverter 2.0.2 supports: netstandard2.1 (.NETStandard,Version=v2.1).

I uninstalled the dotnet sdk and reinstalled the sdk, and then an error occurred.

net core sdk: 3.1.300 net core: 3.1.4

ajsainio commented 3 years ago

This seems to be problem with older nuget version. Had same issue, but updating to nuget 5.3.1 helped.