To assure longer application life cycle, I decided to migate this app to .NET 6.0, the latest platform which will be supported until 2024.
The downsides are:
.NET 6.0 runtime is required.
- Package footprint increases dramatically.
Edit: I found that the separate installation of .NET 6.0 runtime is not required when Deployment mode is set to Self-contained.
To assure longer application life cycle, I decided to migate this app to .NET 6.0, the latest platform which will be supported until 2024.
The downsides are:
.NET 6.0 runtime is required.Edit: I found that the separate installation of .NET 6.0 runtime is not required when Deployment mode is set to Self-contained.