Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .Net Core 2 as a target framework #16

Open
ruimaciel opened this issue Nov 22, 2018 · 2 comments
Open

Add .Net Core 2 as a target framework #16

ruimaciel opened this issue Nov 22, 2018 · 2 comments

Comments

@ruimaciel
Copy link

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.

@dupski
Copy link

dupski commented Feb 19, 2019

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

@alatas
Copy link
Owner

alatas commented Feb 24, 2019

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants