From: ChulSeung Kim Date: Tue, 13 Jun 2017 08:55:41 +0000 (+0900) Subject: Update nuget package by replacing the Tizen.Library to the Tizen.NET X-Git-Tag: submit/tizen/20170808.015446~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=61149f0fc740d152e79bb4b752b2ecb7bdc3ed2c;p=profile%2Ftv%2Fapps%2Fdotnet%2Fhome.git Update nuget package by replacing the Tizen.Library to the Tizen.NET Change-Id: Ia0a1b1b65d7694cf764493e306d3b89b1f77c931 --- diff --git a/LibTVRefCommonPortable/LibTVRefCommonPortable.csproj b/LibTVRefCommonPortable/LibTVRefCommonPortable.csproj index b6e22ae..3d010df 100755 --- a/LibTVRefCommonPortable/LibTVRefCommonPortable.csproj +++ b/LibTVRefCommonPortable/LibTVRefCommonPortable.csproj @@ -80,9 +80,6 @@ - - ..\packages\Tizen.Xamarin.Forms.Extension.2.3.5-r233-004\lib\portable-win+net45+wp80+win81+wpa81\Tizen.Xamarin.Forms.Extension.dll - ..\packages\Xamarin.Forms.2.3.5-r233-004\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.Core.dll diff --git a/LibTVRefCommonPortable/packages.config b/LibTVRefCommonPortable/packages.config index 11f2636..db4404b 100755 --- a/LibTVRefCommonPortable/packages.config +++ b/LibTVRefCommonPortable/packages.config @@ -1,5 +1,4 @@  - \ No newline at end of file diff --git a/LibTVRefCommonTizen/LibTVRefCommonTizen.project.json b/LibTVRefCommonTizen/LibTVRefCommonTizen.project.json index 7a4c848..cb8dbec 100644 --- a/LibTVRefCommonTizen/LibTVRefCommonTizen.project.json +++ b/LibTVRefCommonTizen/LibTVRefCommonTizen.project.json @@ -1,10 +1,8 @@ { "dependencies": { - "ElmSharp": "1.2.0-beta-002", "Microsoft.NETCore.App": "1.1.2", - "Tizen": "1.0.5", - "Tizen.Applications": "1.5.8", - "Tizen.Content.MediaContent": "1.0.20", + "Tizen.NET": "3.0.0-pre2", + "Tizen.Xamarin.Forms.Extension": "2.3.5-r233-004", "Xamarin.Forms": "2.3.5-r233-004", "Xamarin.Forms.Platform.Tizen": "2.3.5-r233-004" }, diff --git a/TVApps/TVApps.TizenTV/TVApps.TizenTV.project.json b/TVApps/TVApps.TizenTV/TVApps.TizenTV.project.json index efc364b..10fe39d 100755 --- a/TVApps/TVApps.TizenTV/TVApps.TizenTV.project.json +++ b/TVApps/TVApps.TizenTV/TVApps.TizenTV.project.json @@ -6,8 +6,8 @@ "preserveCompilationContext": true }, "dependencies": { - "ElmSharp": "1.2.0-beta-002", "Microsoft.NETCore.App": "1.1.2", + "Tizen.NET": "3.0.0-pre2", "Tizen.Xamarin.Forms.Extension": "2.3.5-r233-004", "Xamarin.Forms": "2.3.5-r233-004", "Xamarin.Forms.Platform.Tizen": "2.3.5-r233-008" diff --git a/TVHome/TVHome.TizenTV/TVHome.TizenTV.project.json b/TVHome/TVHome.TizenTV/TVHome.TizenTV.project.json index efc364b..10fe39d 100755 --- a/TVHome/TVHome.TizenTV/TVHome.TizenTV.project.json +++ b/TVHome/TVHome.TizenTV/TVHome.TizenTV.project.json @@ -6,8 +6,8 @@ "preserveCompilationContext": true }, "dependencies": { - "ElmSharp": "1.2.0-beta-002", "Microsoft.NETCore.App": "1.1.2", + "Tizen.NET": "3.0.0-pre2", "Tizen.Xamarin.Forms.Extension": "2.3.5-r233-004", "Xamarin.Forms": "2.3.5-r233-004", "Xamarin.Forms.Platform.Tizen": "2.3.5-r233-008"