.Net framework 4 SDK 下载地址?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/3395474/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
.Net framework 4 SDK download URL?
提问by James L
You used to be able to download a neatly packaged .Net framework SDK, which had the framework + developer tools (other than Visual Studio of course). What's the equivalent for .Net 4?
你曾经可以下载一个整齐打包的 .Net 框架 SDK,它有框架 + 开发人员工具(当然除了 Visual Studio)。.Net 4 的等价物是什么?
The reason I ask is that I need to upgrade my build server to build .Net 4 code, and I don't want to install Visual Studio on it.
我问的原因是我需要升级我的构建服务器来构建 .Net 4 代码,我不想在上面安装 Visual Studio。
回答by Hans Olsson
Should be this one I believe: Microsoft Windows SDK for Windows 7 and .NET Framework 4
我相信应该是这个:Microsoft Windows SDK for Windows 7 and .NET Framework 4
If the link dies in the future, searching for the exact string "Microsoft Windows SDK for Windows 7 and .NET Framework 4" should get the new link.
如果链接在以后失效,搜索确切的字符串“ Microsoft Windows SDK for Windows 7 and .NET Framework 4”应该会得到新链接。

