-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Description
Detailed Description
Update the TargetFrameworks of the GitReleaseManager projects to support .NET 8.0 and 9.0.
Context
GitReleaseManager version <= 0.19.0 supports .NET 6.0 and 7.0. Both of these versions are now out of support, and we should switch to providing support for the newer Frameworks versions, namely 8.0 and 9.0. At some point, towards the end of 2025, we should also look to add support for .NET 10.0, but that will be under a separate issue.
Possible Implementation
Modify the TargetFrameworks of each project to support the new desired frameworks. Some modifications to the build infrastructure may also be required.
Your Environment
N/A
arturcic