After upgrading the version of Visual Studio to the 15.6.0 update my projects ( C#
) started to show these errors:
The "ResolveAssemblyReference" task could not be initialized with its input parameters
The "ResolveAssemblyReference" task could not be initialized with its input parameters
The "FindDependenciesOfExternallyResolvedReferences" parameter is not supported by the "ResolveAssemblyReference" task. Verify the parameter exists on the task, and it is a settable public instance property
This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them
I have tried to reinstall, repair and nothing solved.
In the developer community has an open topic, but no replies to date.