How to change dot net framework version

Hello Team,
I would like to change the target framework of my application from 5 to 6 . Kindly advise.

1 Like

You can edit the meta\app.json file and change serverVersion to "6". However be aware that the security tables have changed - you may need to delete them and allow the migration to create them from scratch. Also if you have files in the code generation ignore list those may need to be updated manually.

1 Like

Thanks! For your valuable guidance :slight_smile: