Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.Net Framework 4.8 not showing up in Visual Studio Target Framework dropdown

I have installed .Net Framework 4.8 and confirmed the same in the registry entry.

enter image description here

I am still not able to see the same in Target Framework dropdown in project properties tab.

like image 862
tavier Avatar asked Sep 17 '25 14:09

tavier


1 Answers

Microsoft have made it very confusing with the different Project templates to create any 2.0 to 4.8 .Net Framework projects

The following template sounds plausible:

Plausible Template for Net Framework

Note how there are only two options.

Net Core only options

The correct templates to look at : enter image description here

Contain "(.Net Framework)" within the title:

Windows Forms Project Template .Net Framework 2.0 to 4.8

like image 128
Peter Nimmo Avatar answered Sep 20 '25 04:09

Peter Nimmo