What should the Startup.cs and Program.cs files contain in .NET 4.6.1
I have manually changed the target framework of my Web API from .NET 8 to .NET 4.6.1 for compatibility reasons. My question now is how I should change my Program.cs file and other config files for the program to run.