I'm trying to use the forecast API with my ASP.NET CORE app. I'm a linux user so I downloaded the nugget CLI and run it with Mono.I downloaded the c# wrapper from here https://www.nuget.org/packages/Forecast.io/. Then under project.json i added the dependency
project.json
"Forecast.io":"1.0.10"
However i get error NU1002: The dependency Forecast.io 1.0.10 does not support framework .NETCoreApp,Version=v1.0.
How do have to link the package in my project so I can use the dependency?