I have installed Microsoft Owin via nuget package manager console
PM> Install-Package Microsoft.Owin
Now i want to uninstall the Microsoft.Owin via
nuget package manager console
PM> Uninstall-Package Microsoft.Owin
but above line threw a error.
The term 'Uninstall-Package' is not recognized as the name of a cmdlet
Is it pssible to uninstall via nuget console?
You can also use Uninstall‑Package <pkg id> –Force
to delete package when something else depends on it.
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