picoe / Eto

Cross platform GUI framework for desktop and mobile applications in .NET
Other
3.53k stars 318 forks source link

Support .NET Framework #2564

Closed ghost closed 9 months ago

ghost commented 9 months ago

Expected Behavior

Eto.Forms.2.8.0.nupkg should include a version for .NET Framework. Currently, there are only versions for .NET Standard 2.0 and .NET Core.

Actual Behavior

No version for .NET Framework is included in Eto.Forms.2.8.0.nupkg.

Steps to Reproduce the Problem

Code that Demonstrates the Problem

[Paste your code here]

Specifications

ghost commented 9 months ago

Strangely enough, when I tried to use the version for .NET Standard 2.0 that is expected to work with .NET Framework, the PascalABC.NET compiler always fails with https://github.com/pascalabcnet/pascalabcnet/issues/2928.