Automatically update all web links in a project in VS

If I have a project file with 50+ web links, instead of iterating over each web link
one by one and right-clicking → Update, is there a way for Visual Studio to do this automatically?

+6
source share
1 answer

With VS, you can make multiple selections with Ctrl + left click, and then you can perform the update.

+6
source

Source: https://habr.com/ru/post/891213/


All Articles