mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-04 13:45:29 +00:00
[Request] Remove .NET Framework 4.8 #616
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mnadareski on GitHub (Oct 4, 2023).
Originally assigned to: @mnadareski on GitHub.
For 3.0.0, remove .NET Framework 4.8 support from all parts of the application, regardless if the UI is cross-platform or not by then. This will remove a dependency on very old versions of .NET as well as remove the only place that IMAPI is being used.
@mnadareski commented on GitHub (Oct 30, 2023):
According to
b92358dec9/release-notes/README.md.NET 8 will be released. When .NET 8 is added, then .NET Framework 4.8 will be removed.@mnadareski commented on GitHub (Nov 7, 2023):
This has been completed.