Friday, August 17, 2018

add new features to Visual Studio 2017

Per this, you should be able to type "Visual Studio Installer" at the Start Menu at Windows 7 to reenter the wizard where you picked things to install initially to begin with. Then you may pick new things and have them installed. Yay!

 
 

To fix this error...

The "GetReferenceNearestTargetFrameworkTask" task was not found. Check the following: 1.) The name of the task in the project file is the same as the name of the task class. 2.) The task class is "public" and implements the Microsoft.Build.Framework.ITask interface. 3.) The task is correctly declared with <Using Task> in the project file, or in the *.tasks files located in the "C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin" directory.

 
 

...add "NuGet package manager" and "NuGet targets and build tasks" under the "Code tools" subsection of the "Individual components" tab.

No comments:

Post a Comment