I have a solution having 1 project. Open Package Manager Console, run Install-Package MSBuildTasks But it gave me an error below:
Install-Package : The current
I usually get this error because I created or opened a project (.csproj or other) that doesn't have a saved solution (.sln) associated with it.
If you go to File->Save All it should offer to save the solution somewhere. Save it and that makes the error go away for me.