From: dongsug.song Date: Tue, 4 Apr 2017 05:54:40 +0000 (+0900) Subject: netstandard version up to 1.6 X-Git-Tag: submit/trunk/20170823.075128~91^2~230 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe90602918db0825c01f1476118fdc4e5104ab6d;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git netstandard version up to 1.6 Change-Id: I821b74991791da9f0c5cc8c00241122b61ce4bc3 Signed-off-by: dongsug.song --- diff --git a/src/Tizen.NUI/Tizen.NUI.csproj b/src/Tizen.NUI/Tizen.NUI.csproj index b37ba6b..602db24 100755 --- a/src/Tizen.NUI/Tizen.NUI.csproj +++ b/src/Tizen.NUI/Tizen.NUI.csproj @@ -17,8 +17,8 @@ .NETStandard - v1.3 - .NETStandard,Version=v1.3 + v1.6 + .NETStandard,Version=v1.6 false true $(NoWarn);1701 diff --git a/src/Tizen.NUI/Tizen.NUI.project.json b/src/Tizen.NUI/Tizen.NUI.project.json index f44b2c7..bf9921e 100755 --- a/src/Tizen.NUI/Tizen.NUI.project.json +++ b/src/Tizen.NUI/Tizen.NUI.project.json @@ -1,12 +1,12 @@ { "dependencies": { - "Microsoft.CSharp": "4.0.1", - "NETStandard.Library": "1.6.0", - "System.Reflection": "4.1.0", - "System.Reflection.TypeExtensions": "4.1.0", + "Microsoft.CSharp": "4.3.0", + "NETStandard.Library": "1.6.1", + "System.Reflection": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", "Tizen.Applications": "1.0.3" }, "frameworks": { - "netstandard1.3": {} + "netstandard1.6": {} } } \ No newline at end of file