Target .NET Framework 2.0 (not .NET Core 2.0) with Visual Studio 2017

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


Target .NET Framework 2.0 (not .NET Core 2.0) with Visual Studio 2017



I want to contribute to Open Hardware Monitor, which uses .NET Framework 2.0 (again, it is not .NET Core 2.0).



When I clone the repo and open the solution file, Visual Studio 2017 says I have to download some sort of "targeting pack" in this url. However, I cannot find the option to download .NET Framework 2.0. (the minimum version is 3.5 SP1.)



How can I target .NET Framework 2.0 with Visual Studio 2017? I don't want to download and install older versions of Visual Studio.









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Arduino Mega cannot recieve any sketches, stk500_recv() programmer is not responding

Visual Studio Code: How to configure includePath for better IntelliSense results

C++ virtual function: Base class function is called instead of derived