You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now pulling packages off of NuGet is quite primitive and just shells out to the nuget CLI utility. This makes it difficult to specify e.g. what target framework to download packages for. Ideally nostrand would use NuGet's C# API internally for full control. That API seems like a beast, though
Right now pulling packages off of NuGet is quite primitive and just shells out to the
nuget
CLI utility. This makes it difficult to specify e.g. what target framework to download packages for. Ideally nostrand would use NuGet's C# API internally for full control. That API seems like a beast, thoughhttps://daveaglick.com/posts/exploring-the-nuget-v3-libraries-part-1
https://daveaglick.com/posts/exploring-the-nuget-v3-libraries-part-2
https://daveaglick.com/posts/exploring-the-nuget-v3-libraries-part-3
The text was updated successfully, but these errors were encountered: