After Visual Studio 2017 was released I wanted to try to create simple console project with new C# 7 features. I expected that I simply download new Visual Studio 2017, then
Any project that targets .NET 4.7 can use C# 7 tuples without adding a Nuget package. You'll have to install it manually:
Visual Studio Installer and click Modify. Go to "Individual components" and check the following two components:
It doesn't work out-of-the-box on Windows 10 Creator's Update because Microsoft omitted the .NET 4.7 components from the ".NET desktop environment" workload. I filed a bug, but they closed it as Not a Bug: