.NET Framework versions 4.6.1 and higher support .NET Standard 2.0+, but only when using the new tools. Make sure that you have upgraded VS 2017 version 15.3.0 or higher and installed the .NET Core SDK 2.0.0, and not global.jsonin the solution directory hierarchy where the lower version of the SDK was installed.
You may also need to set the .NET Core workload in VS 2017
source
share