[GH-ISSUE #1209] Don't require .NET 6 #3257

Closed
opened 2026-03-01 19:09:09 +03:00 by kerem · 0 comments
Owner

Originally created by @thany on GitHub (Jun 27, 2023).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1209

Originally assigned to: @NickeManarin on GitHub.

Describe the bug
Make it backwards compatible with .NET 5, which is shipped with every modern OS. Don't require to install a huge framework, especially since on developer machines it might very well interface with application being built on .NET 5.

Expected behavior
Works with .NET 5 and 6, whichever version is installed.

Desktop (please complete the following information):

  • OS: Windows 10
  • Version 2.35.4 currently, out of neccesity

Additional context
Embedding .NET 6 in the portable version is crude and makes it absolutely massive. Don't do that. Actually fix the problem please. .NET is not as safely upgradable as Java is.

Originally created by @thany on GitHub (Jun 27, 2023). Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1209 Originally assigned to: @NickeManarin on GitHub. **Describe the bug** Make it backwards compatible with .NET 5, which is shipped with every modern OS. Don't require to install a huge framework, especially since on developer machines it might very well interface with application being built on .NET 5. **Expected behavior** Works with .NET 5 and 6, whichever version is installed. **Desktop (please complete the following information):** - OS: Windows 10 - Version 2.35.4 currently, out of neccesity **Additional context** Embedding .NET 6 in the portable version is crude and makes it absolutely massive. Don't do that. Actually fix the problem please. .NET is not as safely upgradable as Java is.
kerem 2026-03-01 19:09:09 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ScreenToGif#3257
No description provided.