sibartlett / Geo

A geospatial library for .NET
https://www.nuget.org/packages/Geo/
GNU Lesser General Public License v3.0
179 stars 39 forks source link

Port to project.json #27

Closed danielcweber closed 6 years ago

danielcweber commented 7 years ago

Fixes #26: For Geo to support .net core (netstandard 1.3) as well as PCL profile 328, I ported to whole project structure to xproj/project.json. I carefully reviewed the original .csproj-files to match all file-exclusions. Some changes were necessary for the unit tests to run. Find further info in the commit messages.

danielcweber commented 7 years ago

This will need some review wrt the following:

-The paths in the build-script have to be fixed (I can do this later on) -The nuspec doesn't yet specify dependencies. This is done automatically when bulding with "dotnet build" and "dotnet pack", which will also make nuspecs obsolete. This should be discussed.