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

Evaluate .net framework version for reusable parts #139

Open
curtnichols opened this issue Nov 27, 2019 · 0 comments
Open

Evaluate .net framework version for reusable parts #139

curtnichols opened this issue Nov 27, 2019 · 0 comments

Comments

@curtnichols
Copy link
Member

Consider the following:

  • .NET Standard 2.0 supports many platforms, where 2.1 does not support .NET Framework (the older desktop framework).
  • Microsoft appears not to be making progress on F# in store apps, which affects our plans for new tooling.

Per the .NET Implementation Support table, .NET Standard 2.0 supports the following:

Platform Version
.NET Core 2.0
.NET Framework (desktop) 4.6.1
Mono 5.4
Xamarin.iOS 10.14
Xamarin.Mac 3.8
Xamarin.Android 8.0
UWP 10.0.16299
Unity 2018.1

Possible outcomes:

  • downgrade dotnet-platform projects to .NET Standard 2.0.
  • port some code from F# to C#.
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

1 participant