Visual Studio 16.9 Not Installing .NET 5

G. Gunn - fs 146 Reputation points
2021-03-18T22:11:21.52+00:00

I tried to set up a new project in Vst 2019.2 (Microsoft Visual Studio Community 2019 (2)
Version 16.9.2). it was not available and I tried "install other framework and installed the.net 5 64 bit sdk and runtime.

however .net did not show up as a choice, same after restarting Vstd as well as rebooting pc.. I also tried the visual studio installer, but failed to find an option for that.

Btw: I'm running on windows 10 pro with latest updates
and the project is windows form app

what else can I do?

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,309 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
971 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Anna Xiu-MSFT 26,146 Reputation points Microsoft Vendor
    2021-03-22T07:59:32.487+00:00

    Hi @G. Gunn - fs ,

    Welcome to Microsoft Q&A!

    Could you tell me the target framework of your Windows Forms project? .NET Core or .NET Framework?

    If you are creating a Windows Forms App (.NET Framework) project, I am afraid that you can’t find the .NET 5.0 in your project.
    Actually, the .NET 5.0 is the next major release of .NET Core following 3.1 instead of .NET Framework.

    Sincerely,
    Anna

    • If the answer is helpful, please click "Accept Answer" and upvote it.
      Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.