简体   繁体   English

我可以使用Visual Studio 2015来定位.net框架4.7吗?

[英]Can I use Visual Studio 2015 to target .net framework 4.7?

I have Windows 10 Creators Update on my machine and I checked the registry key and found the Value of the Release DWORD is 460798 (per https://msdn.microsoft.com/en-us/library/hh925568(v=vs.110).aspx ). 我在我的机器上安装了Windows 10 Creators Update,并检查了注册表项,发现版本DWORD的值为460798 (根据https://msdn.microsoft.com/en-us/library/hh925568(v=vs.110) ).aspx )。

Yet, when I launched Visual Studio 2015 (Update 3) and the Target Framework drop down in a project properties does not show .NET Framework 4.7. 然而,当我启动Visual Studio 2015(Update 3)并且项目属性中的Target Framework下拉时,不会显示.NET Framework 4.7。 The target .net platform page ( http://getdotnet.azurewebsites.net/target-dotnet-platforms.html# ) does not show .net framework 4.7 under VS 2015. 目标.net平台页面( http://getdotnet.azurewebsites.net/target-dotnet-platforms.html#在VS 2015下显示 .net framework 4.7。

Can I even target .net framework 4.7 with VS 2015? 我甚至可以使用VS 2015定位.net框架4.7吗? If it is possible, what should I do? 如果有可能,我该怎么办?

Edit: The targeting pack is now available for earlier versions also as of 2017-05-02. 编辑:从2017-05-02开始, 目标包现在可用于早期版本。

Microsoft hasn't yet released the .NET 4.7 targeting pack for earlier versions of Visual Studio. Microsoft尚未针对早期版本的Visual Studio发布.NET 4.7定位包。 It will come "soon" when they also release the framework for earlier Windows versions. 当他们同时发布早期Windows版本的框架时,它将很快到来。

See the section Support in their blog . 请参阅其博客中的支持部分。

It is available now .We can target .net framework 4.7 with VS 2015. It is possible, 它现在可用。我们可以用VS 2015定位.net框架4.7。有可能,

Download and install this in the development PC. 在开发PC中下载并安装它。

.Net developer pack for Vs 2015 适用于Vs 2015的.Net开发人员包

Yes, you can! 是的你可以!

The .NET Framework 4.7 Developer Pack lets developers build applications that target the .NET Framework 4.7 by using Visual Studio 2015. .NET Framework 4.7 Developer Pack允许开发人员使用Visual Studio 2015构建面向.NET Framework 4.7的应用程序。

https://support.microsoft.com/en-us/help/3186612/the-net-framework-4-7-developer-pack-and-language-packs https://support.microsoft.com/en-us/help/3186612/the-net-framework-4-7-developer-pack-and-language-packs

** Remember to restart your workstation after installation. **请记住在安装后重新启动工作站。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法在Visual Studio 2015中选择.net框架 - Can't select .net framework in Visual Studio 2015 无法在Visual Studio 2015中定位.Net 2.0 - Cannot target .Net 2.0 in Visual Studio 2015 我可以使用Visual Studio 2010而不是升级到.NET Framework 4.0吗? - Can I use Visual Studio 2010 and not upgrade to .NET Framework 4.0? Visual Studio 2017项目的目标是.NET Framework 4.7版 - Visual Studio 2017 project is targeting .NET Framework version 4.7 我可以在同一Visual Studio解决方案中使用.NET 4和.NET 4.5吗(使用Entity Framework时)? - Can I target .NET 4 and .NET 4.5 in the same Visual Studio solution (when using Entity Framework)? 如果我删除了用于4.6.2目标开发的“ .NET Framework 4.7” - if i remove the “.NET framework 4.7” for 4.6.2 target Development Visual Studio 无法定位 .NET 框架 4.8 - Visual Studio Can't Target .NET Framework 4.8 安装Visual Studio 2010,我只能选择.NET 4作为我的目标框架 - Installed Visual Studio 2010 and I can only choose .NET 4 as my target framework 如何在Mac的Visual Studio中更改目标框架? - How can I change the target framework in Visual studio for Mac? .net 5 在 Visual Studio 16.8 中不能用作目标框架 - .net 5 not available as Target Framework in Visual Studio 16.8
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM