Created
February 20, 2016 18:45
-
-
Save brandedoutcast/b4758e374ebd1a5af61f to your computer and use it in GitHub Desktop.
Remove unwanted #NuGet packages from #MVC bloatware template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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