.net - How to fix retargeting warning -


i have .net solution produces following warning when compiled using visual studio 2013 update 5 on win7 x64 build agent using .net 4.5.2. projects in solution target .net 4.5.2 framework:

c:\program files (x86)\msbuild\12.0\bin\microsoft.common.currentversion.targets (991): reference assemblies framework ".netframework,version=v4.5.2" not found. resolve this, install sdk or targeting pack framework version or retarget application version of framework have sdk or targeting pack installed.

can explain need resolve this? somewhere else refers 'repairing windows sdk' if indeed solution not sure entails.

should worried warning?

i had same issue , fixed installing microsoft .net framework 4.5.2 developer pack: https://www.microsoft.com/en-us/download/details.aspx?id=42637


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -