I have created a project in .NET 8 that I wish to migrate to .NET 4.6.1 for it to be compatible with some other programs I have. The question I have is how this works beyond changing the csproj file. What has to be done to files like Program.cs and Startup.cs?
The other alternative is to start a new .NET 4.6.1 project, but I cannot find the 4.6.1 runtime in visual studio installer, so that is out of question until I can find it. Currently when I try to create a new .NET 4.6.1 project the framework is not listed as a viable option.
1