问题描述
我正在尝试使用 .NET 4.7 开始一个新项目.我安装了 Creators Update 以及最新版本的 Visual Studio 2017.当我启动项目和设备以选择 .NET 版本时,我拥有的最新 .NET 框架版本是 4.6.2.当我去下载一个新的 .NET 框架时,它只将 4.6.2 列为可以通过 MS 下载的最新版本.它说 .NET 4.7 包含在 VS 2017 中.我错过了什么?
I am trying to start a new project using .NET 4.7. I have Creators Update installed as well as the latest version of Visual Studio 2017. When I start a project and device to choose a .NET version, the latest .NET framework version I have is 4.6.2. When I go to download a new .NET framework, it only lists 4.6.2 as the latest via MS that you can download. It says that .NET 4.7 is included in VS 2017. What am I missing?
推荐答案
你需要去Visual Studio Installer安装一个可选组件.NET Framework 4.7 Development Tools".
You need to go to Visual Studio Installer and install an optional component ".NET Framework 4.7 Development Tools".
这篇关于无法选择 .NET 4.7的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!