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?
相关问题
- How to deploy Angular 6 app on Azure using Visual
- Code Analysis is not working with ruleset from nug
- VS2017 repeatedly appends GlobalSection to solutio
- Totally Blank Unity / Microsoft Store Build fails
- How to include pre-release packages with MSBuild r
相关文章
- Calling a .Net Framework 4 (or Mono) assembly from
- What does -Ot flag stand for in Visual Studio 2017
- Optional appsettings.local.json in (new format) vi
- How to make QtLinguist shipped with Qt 5.9.1 work?
- How do I change the debug port in Visual Studio 20
- Visual Studio 2017 disable Dependency Validation
- Visual Studio Profiler showing “[broken]” as funct
- How to add 'src' folder at solution root
The .NET Framework 4.7 was released as part of Windows 10 Creators. For other versions of Windows, you have to install the .NET Framework 4.7.
Offline Installer of .NET Framework 4.7 Developer pack
So I could not find the .Net Framework 4.7.2 Developer tool even in Visual Studio Installer. However you can download & run them from here:
https://www.microsoft.com/net/download/visual-studio-sdks
You need to go to Visual Studio Installer and install an optional component ".NET Framework 4.7 Development Tools".