From 820779bb7d5cf5ad8c48bb5f7e8ea3fca8c2757d Mon Sep 17 00:00:00 2001 From: WonYoung Choi Date: Tue, 19 Apr 2022 15:12:44 +0900 Subject: [PATCH] Add `using tizen tfm` section to README.md (#4155) --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index b9b0c82..e9aeff1 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,29 @@ The __API#__ branches are the release branch for Tizen .NET __API Level #__. These release branches were __FROZEN__. No new public APIs can be added to these branches, only bug fixes and internal APIs can be added. +## Using `tizen` target framework +If you want to use the `tizen` target framework, you need to use `Tizen.NET.Sdk` package as the project sdk. +```xml + + + tizen90 + + +``` +For more information, please see [Using Tizen.NET.Sdk as SDK-style](https://developer.samsung.com/tizen/blog/en-us/2019/06/13/using-tizennetsdk-as-sdk-style). + +### Minimum required versions of Tizen.NET.Sdk and Visual Studio +| API Level | Target Framework | Tizen.NET.Sdk | Visual Studio | +|:---------:|------------------|---------------|-------------------| +| API10 | tizen10.0 | 1.1.8 (not yet) | 2019 | +| API9 | tizen90 | 1.1.7 (recommend) | 2019 | +| API8 | tizen80 | 1.1.6 | 2019 | +| API7 | tizen70 | 1.0.9 | 2019 | +| API6 | tizen60 | 1.0.9 | 2019 | +| API5 | tizen50 | 1.0.1 | 2017 | +| API4 | tizen40 | 1.0.1 | 2017 | + + ## Quick Start ### Prerequisites Install .NET Core SDK : https://www.microsoft.com/net/download/ -- 2.7.4