Where can I download the .NET 4.5 Multitargeting Pack for my build server?

前端 未结 8 1496
鱼传尺愫
鱼传尺愫 2020-12-13 23:52

I want to build a .net 4.5/VS2012 solution in TeamCity. My builds work on the agent that has VS2012 installed, but on the agent that doesn\'t have VS2012, I get warnings lik

8条回答
  •  旧巷少年郎
    2020-12-14 00:52

    This is the official solution which worked for me (TFS 2012) http://dotnetnsqlcorner.blogspot.nl/2012/11/microsoftcommomtargets-warning-983.html

    In short:

    1. Install SDK or Targetting-Pack for .NET Framework 4.5. But they are considerably large in size.
    2. The other option is to copy following folder from your development machine to your TFS build machine. C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.5

提交回复
热议问题