Update from .net 3.1.1 to .net 8

Hi @Dominic_Lallemant,

A few things to consider:

  • Radzen Studio doesn't support .NET 8. The latest supported version is .NET 7
  • Migrating from .NET 3 to .NET 8 is not trivial and probably would require changes to the generated code.

If you must upgrade your app to .NET 8 you could try the following:

  1. First upgrade to .NET 7. You can follow the procedure from this thread (but use 7 instead of 6 in the app.json file)
  2. Then add the csproj file to the code generation ignore list and update all assembly versions from 7.x.x to 8.x.x. This is required otherwise Radzen Studio will revert them back to 7.x.x every time you run the app.
1 Like