Freitag, 5. Juni 2015

Uninstall an old nuget package in xamarin visual studio

I had problems with my automapper version, but i could not uninstall it because it was used with Microsoft azure mobile services.
So to uninstall an old nuget package open the package messenger console in visual studio and call:

unistall-package automapper -force

Keine Kommentare:

Kommentar veröffentlichen