You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Make fx461 app
Import through nuget
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
The text was updated successfully, but these errors were encountered:
Beyley
changed the title
Eto.Platform.Windows
Eto.Platform.Windows not supporting fx461
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
Specifications
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
The text was updated successfully, but these errors were encountered: