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

Adding new TFM for Tizen.Net #4175

Closed
WonyoungChoi opened this issue Jan 2, 2017 · 3 comments
Closed

Adding new TFM for Tizen.Net #4175

WonyoungChoi opened this issue Jan 2, 2017 · 3 comments

Comments

@WonyoungChoi
Copy link

WonyoungChoi commented Jan 2, 2017

The first preview version of Tizen.NET was announced in November 2016.
Tizen.NET runs on the .NETCore Runtime and supports Xamarin.Forms.
However, there is difficulty in integration with Xamarin.Forms and developing 3rd party libraries,
because there is no TFM for Tizen.NET.

So, we(Samsung) want to add new TFM for Tizen.NET to NuGet.Client.

The information of the TFM to be added is as follows.

  • Identifier: Tizen (tizen)
  • Tizen3.x supports netstandard1.0 ~ netstandard1.6
  • Tizen4.x supports netstandard1.0 ~ netstandard1.7

Usecases,

In csproj,
<TargetFrameworkIdentifier>Tizen</TargetFrameworkIdentifier> <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>

In project.json,
"frameworks": { "tizen30" }

@ghuntley
Copy link

ghuntley commented Feb 3, 2017

+1 I'd like to see this as well. As a maintainer of a 3rd party library (https://github.com/reactiveui/reactiveui/) I've just newed up a new project to find answers to this particular question. Right now it looks like Tizen uses the .NETCore TFM which makes it impossible for us to ship assemblies to target the platform.

Slight off-topic nudge: RxUI is still waiting for Xamarin.Mac TFM to be resolved - see #2662

@ghuntley
Copy link

ghuntley commented Mar 2, 2017

@WonyoungChoi why did you close this off? Accident? I don't think this has been resolved.

@WonyoungChoi
Copy link
Author

@ghuntley The related PR NuGet/NuGet.Client#1083 has been merged into 4.1 and dev.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants