4

From .NET blog I came to know that, they have added support for targeting .NET framework 4.7 in Visual Studio 17. I just have installed Visual Studio 2017 but not getting the target framework 4.7. Highest target framework i can see is 4.6.1.

Stephen Kennedy
  • 20,585
  • 22
  • 95
  • 108
Mahbubur Rahman
  • 4,961
  • 2
  • 39
  • 46

1 Answers1

8

Start the Visual Studio Installer and install the .NET Framework 4.7 Development Tools.

Datendenker
  • 264
  • 2
  • 10
  • I see 4.6.2 Development Tools but no 4.7. It looks like the framework is on my machine, though. And it's supposed to come with 2017 anyway. – Kyle Delaney May 09 '17 at 14:57
  • 1
    Same for me, I don't see the Development Tools 4.7 although I have the framework 4.7 installed and VS is up to date. From https://stackoverflow.com/questions/43316307/cant-choose-net-4-7 it looks like the Windows 10 Creators Update must be installed to see it. – Jürgen Bayer Jun 03 '17 at 09:51
  • You can find it under Azure Development. – Rohan K Jul 23 '18 at 06:46