Skip to content

Instantly share code, notes, and snippets.

@brandedoutcast
Created February 20, 2016 18:45
Show Gist options
  • Save brandedoutcast/b4758e374ebd1a5af61f to your computer and use it in GitHub Desktop.
Save brandedoutcast/b4758e374ebd1a5af61f to your computer and use it in GitHub Desktop.
Remove unwanted #NuGet packages from #MVC bloatware template
uninstall-package bootstrap
uninstall-package Modernizr
uninstall-package Respond
uninstall-package Microsoft.AspNet.Web.Optimization
uninstall-package WebGrease
uninstall-package Microsoft.jQuery.Unobtrusive.Validation
uninstall-package jQuery.Validation
uninstall-package jQuery
uninstall-package Microsoft.AspNet.Identity.EntityFramework
uninstall-package EntityFramework
uninstall-package Antlr
uninstall-package Microsoft.Owin.Security.Facebook
uninstall-package Microsoft.Owin.Security.Google
uninstall-package Microsoft.Owin.Security.MicrosoftAccount
uninstall-package Microsoft.Owin.Security.Twitter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment