BeejBlog
Posts by Tag
My GitHub
My Gists
Search
✕
Nuget Cheatsheet
By
Beej
Posted on March 1, 2017
tip
command line
uninstall all packages matching pattern
get-package | ? {$_.Id -like "Human*" } | % { uninstall-package $_.id }
1
speaking of Humanzier, just install Humanizer.Core to get English only
↩
</fn></footnotes>
Tags:
VisualStudio
WebDev
Share:
Twitter
Facebook
LinkedIn
Previous Post
Next Post