X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=README.md;h=e9aeff1cec51f8c8c003c331d6432a7e9adb7697;hb=ce386d9d98d4475a3f4df3415d572b35bf4c5bc0;hp=b9b0c823e2d14cc361341832890d6ac4d1e75181;hpb=b24db25728bd579408ee43a05dfe0829ed158601;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git 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/