I am looking for a CRON-like timer/scheduler library that can run on Net Standard 1.x (actually it is a simple portable ASP.NET Core web app).
But I couldn't find any way to filter NuGet Packages by target platform. Whatever I tried I always get a list of all the packages, targeting whatever platform, so I am forced to try each one until I find one that doesn't fails on NuGet Restore.
For example:
Visual Studio 2015 Update 3
intellisense on the project.json file, but the suggested packages target other platforms and I end up with build errors. I know this is a related question: [ How do I find the right NuGet package for my framework version ], but that question ended up being about how to find the correct older version of a well-known package that targets an older version of .NET Framework.
How can I list or search for NuGet Packages that target netstandard
?
As of July 2016, it is not supported by NuGet:
"We don't yet support filtering the list in VS this way." Github issue link
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With