I've developed a net core library app and posted on nuget for personal use.
Then later I created a universal windows app and tried to install this net core library via nuget then I get the following error.
Package restore failed. Rolling back package changes.
My net core library app dependencies are netcore app version 1.1
The good thing about netcore app is that I can compile, unit test and update on mac which I use frequently but then I've to develop windows app as well down the road.