Version:
Both of the solutions started out using projects with .NET 6. After Upgrading visual studio I was working on the one that happens to show me .NET 8 in the properties of the project and saved it. No problems. I then was in the other solution and looked at the properties by choosing properties of the project Target Framework dropdown is empty
The drop down in this solution maxes out with .net 6
The project file has the correct .NET version
<TargetFramework>net8.0</TargetFramework>
its just thta when viewing the properties that .net 8 does not show up
The solution that does not show .net 8 in properties has the class libraries and function apps and test projects
The solution that lets has visual studio displaying .NET 8 as an option has the shared class lib and a mvc website project.