Seeking Advice on Migrating Legacy Projects to .NET 8

Hi @justinport,

There is no such feature in Radzen Blazor Studio. If you want to just migrate your Blazor server or WebAssembly app to .NET 8 you can just update the target framework and the references, if you need however to migrate to the new .NET 8 Web application type you can follow the official Microsoft guide here:

Here is how we did it for our demos:

3 Likes