picoe / Eto

Cross platform GUI framework for desktop and mobile applications in .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support .NET Framework

opened this issue · comments

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

  • Version:
  • Platform(s):
  • Operating System(s):

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 pascalabcnet/pascalabcnet#2928.