**Use Case** As developer I'd like to use the latest .NET version in order to get support and bug fixes. **Describe the solution you'd like** Port all projects to use .NET 11. **Additional context** Rough steps to update the projects: - [ ] Set `net11.0` for all projects, publishing profiles and GitHub actions - [ ] Update all NuGet packages to .NET 11 versions - [ ] Fix warnings and errors
Use Case
As developer I'd like to use the latest .NET version in order to get support and bug fixes.
Describe the solution you'd like
Port all projects to use .NET 11.
Additional context
Rough steps to update the projects:
net11.0for all projects, publishing profiles and GitHub actions