I just upgraded all of my .NET console/ASP.NET applications from 4.6.2 to 4.7.1. The ASP.NET applications work fine, but running any of my console apps results in the following message:
This application requires one of the following versions of the .NET framework: .NETFramework,Version=v4.7.1
Do you want to install this .NET Framework version now?
Why am I getting this message only for console apps?