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
Does anything specific speak against supporting net50 as target framework?
I am currently using special empty H5 csproj files which point on the same libraries i use in desktop environment.
However defining the projects as net5.0 would not require out libraries to avoid using modern language features like switch expressions etc.
The text was updated successfully, but these errors were encountered:
@IceReaper I've to test, but the most probably issue is missing APIs that have to be identified and implemented in the standard library. netstandard2.0 has a smaller subset of APIs than netstandard2.1 and subsequently net5.0
Does anything specific speak against supporting net50 as target framework?
I am currently using special empty H5 csproj files which point on the same libraries i use in desktop environment.
However defining the projects as net5.0 would not require out libraries to avoid using modern language features like switch expressions etc.
The text was updated successfully, but these errors were encountered: