Change target framework to ".Net Standard"

I have a project in Visual Studio 2015 update 3 which uses target framework 4.6.1.
I would like to change its target to ".Net Standard".
".Net standard" is not listed in the "Target framework" drop down list:Net standard is not listed

How can I do that ?
I'm using a Microsoft Dynamics 365 SDK version 10.

Thank you.

0

1 Answer

How can I do that?

Your inability to target .NET Standard is directly relate to the version of Visual Studio you are using.

enter image description here

Source: How to install .NET Standard 2.0

In order to build .NET Standard libraries in Visual Studio, make sure you have Visual Studio 2017 version 15.3 or later installed on Windows, or Visual Studio for Mac version 7.1 or later installed on macOS.

You will have to upgrade to the current version of Visual Studio 2017 or Visual Studio 2019 to acomplish your goal.

Source:

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like