What's the easiest way to check nuget package platforms? -
i know name of nuget package in official nuget gallery. how can check on platforms it's avaibale, e.g full .net, silverlight, windows store apps, universal platform, etc..?
on windows use nuget package explorer download nuget package , show contents. frameworks supports shown in lib directory inside nuget package.
you can download nuget package nuget , unzip it.
Comments
Post a Comment