You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 14, 2020. It is now read-only.
I took the sample (internal) project "Template-VS2017-CloudBuild" which worked fine, and added CBT.UnifiedOutputDir (2.0.16) to it. This causes the following error to happen:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\Microsoft\NuGet\15.0\Microsoft.NuGet.targets(186,5):
error : Your project is not referencing the ".NETFramework,Version=v4.6" framework.
Add a reference to ".NETFramework,Version=v4.6" in the "frameworks" section of your project.json, and then re-run NuGet restore.
I also created a new .NET Core project which was not affected by this problem.