From: Jiyoung Yun Date: Fri, 14 Apr 2017 07:36:59 +0000 (+0900) Subject: Change dotnet runtime location X-Git-Tag: accepted/tizen/unified/20170414.164012^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2e142315f4a2332ec452dca19d45a8536fceaf66;p=profile%2Ftv%2Fmeta-tv.git Change dotnet runtime location The locaiton is changed to 2.0.0 from 1.0.0 Change-Id: Ic449175ed076755081be6af8eae0feb6d3dc77e3 Signed-off-by: Jiyoung Yun --- diff --git a/scripts/tv-dotnet-generate-ni.post b/scripts/tv-dotnet-generate-ni.post index 67eef2f..aa7c26a 100755 --- a/scripts/tv-dotnet-generate-ni.post +++ b/scripts/tv-dotnet-generate-ni.post @@ -2,16 +2,16 @@ echo "############### tv-dotnet-generate-ni.post ################" # Generate NI for System -nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Collections.dll -nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.IO.FileSystem.dll -nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Linq.dll -nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Linq.Expressions.dll -nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.ObjectModel.dll -nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Private.DataContractSerialization.dll -nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Private.Uri.dll -nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Private.Xml.dll -nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Reflection.Metadata.dll -nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Text.RegularExpressions.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Collections.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.IO.FileSystem.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Linq.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Linq.Expressions.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.ObjectModel.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Private.DataContractSerialization.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Private.Uri.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Private.Xml.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Reflection.Metadata.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Text.RegularExpressions.dll # Generate NI for Xamarin and Device API nitool --dll /usr/share/dotnet.tizen/framework/ElmSharp.dll nitool --dll /usr/share/dotnet.tizen/framework/Tizen.dll