GeoJSON4EntityFramework icon indicating copy to clipboard operation
GeoJSON4EntityFramework copied to clipboard

Add .Net Core 2 as a target framework

Open ruimaciel opened this issue 5 years ago • 2 comments

When GeoJSON4EntityFramework is added to a .Net Core 2.2 project, the following warnings are shown:

/home/rui/Test/Test.csproj : warning NU1701: Package 'GeoJSON4EntityFramework 2.2.0' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.2'. This package may not be fully compatible with your project.

It would be nice of the project explicitly targeted the .Net Core framework.

ruimaciel avatar Nov 22 '18 12:11 ruimaciel

As an alternative for .Net Core you can use NetTopologySuite.IO.GeoJSON

dupski avatar Feb 19 '19 01:02 dupski

@ruimaciel This is a solid requirements that I'm aware of. But, in the meantime, the source and dependencies of this project are not suitable porting in a short period of time. I am planning to design and implement a new v3 branch which is targeting .net standard, and keep v2 in the .net 4.x.

I assume that this new branch requires lots of change. So that, I am considering a new implementation from ground up with C# and .net standard targeting. It will be a lot faster and easier method to retarget this library.

alatas avatar Feb 24 '19 14:02 alatas