Framework Select Disabled on ASP.NET Core Web Application Template Follow
When I try to create a new project from ASP.NET Core Web Application Template the select field for framework version is disabled. I have installed some versions of .Net Core on my pc but only can create projects in .Net 6.0 with Rider.
Can anyone help me to enable it?
Please sign in to leave a comment.
Hello, does it happen when you try to add a new project to an existing solution? If so, then this is a known issue: RIDER-64657. The reason for the issue is that framework version is hard-coded to the template in .Net Core. At the current moment the workaround is to change framework version in csproj file.