I want to create a Class Library (.NET Core) but I don't have it as an available template. My current SDK version is 7.0.102 and my NET Core runtime version is 7.0.2. Still I can't find a supported .NET Core option in the Visual Studio Installer
Loading
Rositsa RusevaPosted Feb 20, 2023, 9:02 PM
In the Individual component there are only frameworks available
Jignesh KumarPosted Feb 20, 2023, 7:11 AM
Hello,
You need to modfiy using VS installer and select from Individual component, Please refer this one,
https://stackoverflow.com/questions/70327725/net-core-not-showing-in-target-framework-dropdown-for-visual-studio-2022
Naimish MakwanaPosted Feb 20, 2023, 5:53 AM
Pleaes check below link, Which might be helpful to you,
https://learn.microsoft.com/en-us/answers/questions/743087/net-7-0-framework-option-is-not-available-after-in
Or Try repairing your Visual Studio installation
Thanks