mrward / monodevelop-nuget-extensions

Extends the MonoDevelop NuGet addin
MIT License
72 stars 9 forks source link

Package console does not support .NET Core projects #17

Closed mrward closed 7 years ago

mrward commented 7 years ago

Trying to install a NuGet package into a .NET Core project using Install-Package fails. It seems to be attempting to install NuGet packages into the solution's packages directory and then rolls back when the files do not get installed. Uninstall-package fails since it cannot find any NuGet packages installed in the project.

The Manage packages dialog is OK since it uses the existing NuGet addin to install or remove the packages.

mrward commented 7 years ago

This was fixed in commit 1aae1f97d31fc2ca8faf4eea480bc7ab883e9671