简体   繁体   中英

How can I install-package via PM console to all projects that already references this package?

Is there a short-cut in PM console so that I can do something like in my solution:

install-package enttityframework -toAllProjectsThatReferencesEntityFramework

In another words to instruct NuGet to install a package where it is already used in my solution by multiple projects to that it updates all those projects by installing the latest version of the package?

Try using Update-Package . This will update the package for all projects that have it installed.

Update-Package EntityFramework

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM