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

Class Library(Portable for Universal Apps) project #9

Closed akhor closed 10 years ago

akhor commented 10 years ago

I'm trying to install Geo in Class Library(Portable for Universal Apps) project and getting an error:

Could not install package 'Geo 0.11.3'. You are trying to install this package into a project that targets 'portable-win81+wpa81', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

sibartlett commented 10 years ago

Thank you for reporting this issue.

The PCL profile needs to be changed to Profile328, and the .nuspec files updated. However to compile the library, both Windows 8 and Visual Studio 2013 are required - and I currently have neither.

sibartlett commented 10 years ago

I just pushed a new version of Geo (0.11.4) to NuGet.

Please let me know if this new version works for you. I compiled and packaged it on Mac OS X using Mono - so I am really curious to know whether it works for you.

akhor commented 10 years ago

Geo (0.11.4) works in Class Library(Portable for Universal Apps) project. Thank you!