Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eto.Platform.Windows not supporting fx461 #2353

Closed
Beyley opened this issue Nov 19, 2022 · 1 comment
Closed

Eto.Platform.Windows not supporting fx461 #2353

Beyley opened this issue Nov 19, 2022 · 1 comment
Milestone

Comments

@Beyley
Copy link
Contributor

Beyley commented Nov 19, 2022

Expected Behavior

Eto.Platform.Windows should be available on all frameworks that net standard 2 is available on (fx461+ and coreapp3.1+)

Actual Behavior

Eto.Platform.Windows is only available on fx462+ and coreapp3.1+

Steps to Reproduce the Problem

  1. Make fx461 app
  2. Import through nuget
  3. Try to build

Specifications

  • Version: 2.7.2
  • Platform(s): WinForms
  • Operating System(s): Windows 10

Unless there is a specific reason fx461 cant be supported, it should work under fx461, same with the rest of the Eto nugets (which are netstandard2), it should be as simple as bumping the framework version from fx462 -> fx461

@Beyley Beyley changed the title Eto.Platform.Windows Eto.Platform.Windows not supporting fx461 Nov 19, 2022
@cwensley
Copy link
Member

Sorry, but .NET 4.6.1 is end of life, so it is not supported: https://devblogs.microsoft.com/dotnet/net-framework-4-5-2-4-6-4-6-1-will-reach-end-of-support-on-april-26-2022/

@cwensley cwensley added this to the 2.7.3 milestone Nov 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants