jmrog / vscode-nuget-package-manager

An extension for Visual Studio Code that lets you easily add or remove .NET Core 1.1+ package references to/from your project's .csproj file using Code's Command Palette.
MIT License
34 stars 17 forks source link

At least one <Package Reference> tag #5

Closed CarlosAzocar closed 7 years ago

CarlosAzocar commented 7 years ago

It seems that if there is not at least one </ PackageReference> tag does not install the package.

2017-03-11 3 2017-03-11 4

jmrog commented 7 years ago

Good catch! I'll fix this issue shortly. Thanks!

jmrog commented 7 years ago

This issue should be fixed once I merge d551d43 into master and release. I just want to write tests first.

jmrog commented 7 years ago

Should be all set. Let me know if the issue persists (or you find new ones)!