0

In this answer, It says to add

<TargetFrameworkSDKToolsDirectory>C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6 Tools</TargetFrameworkSDKToolsDirectory>

to the CSProj file.

I cannot find where in the csproj file to add it -where do I add it please? Under which heading?

Community
  • 1
  • 1
Peter PitLock
  • 1,823
  • 7
  • 34
  • 71

1 Answers1

0

It should be added under a <PropertyGroup> tag under the main <Project> tag according to this comment

It also worked for me

Sergey M
  • 1
  • 3