From 756c271b00b637c8ca45b5b99d670bf635f85138 Mon Sep 17 00:00:00 2001 From: JongHeon Choi Date: Thu, 2 Feb 2017 10:38:35 +0900 Subject: [PATCH] Modify dotnet-generate-ni post scrpit Add System.Private.Xml.dll Remove System.Reflection.dll Remove System.Runtime.Loader.dll Remove System.Xml.ReaderWriter.dll Change-Id: I7d2bbf1d7ec985e18cb5fbab9a0b1b62fcaa50ae --- scripts/tv-dotnet-generate-ni.post | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/tv-dotnet-generate-ni.post b/scripts/tv-dotnet-generate-ni.post index 4cf29e7..67eef2f 100755 --- a/scripts/tv-dotnet-generate-ni.post +++ b/scripts/tv-dotnet-generate-ni.post @@ -9,11 +9,9 @@ nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Linq.Ex 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.Reflection.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.Runtime.Loader.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/1.0.0/System.Xml.ReaderWriter.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 -- 2.7.4