-
ASP.net 4.6.2 application failing to build
Our Hudson build server was throwing the following warning and then failing to build our code:
warning MSB3644: The reference assemblies for framework “.NETFramework,Version=v4.5.2” were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed.
Fixing this problem was very simple and just required us installing the following:
Read the rest of this entry »