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

前端 未结 8 1491
鱼传尺愫
鱼传尺愫 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:59

    I was getting the error below on Windows Server 2016

    The reference assemblies for framework ".NETFramework, Version=4.6.1" were not found

    I went on my build server "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework" and noticed that I didn't have the required versions.

    I then Installed the latest .NET Framework version from https://visualstudio.microsoft.com/downloads/

提交回复
热议问题