From Core 3.1 to .net 5

Hello Radzen Team and Community,
i will update my existing .net core 3.1 Radzen app to .net 5. (with security enabled)
How can i do this?
Is there a guidance anywhere?
Especially for Radzen?

Kind Regards
Thomas

Well it is basically this: Upgrade Angular project with .Net 3.1 to .Net 5

Radzen will generate the new code (as long as you don't have too many files in the code generation ignore list). Other than that you can check Microsoft's official documentation.