I'm working on a Blazor application that was originally developed using .NET 8. However, due to server deployment, I need to downgrade it to target .NET 6. The application is not that large so I am willing to take necessary steps to modify it. Could anyone walk me through the correct way to do it? Thank you in advance.
I tried to change the property target framework but I am not sure if that is the correct way to do it.