Add System.Net.Security.Native to mmp

This commit is contained in:
Alexander Köplinger 2019-01-31 11:18:29 +01:00
Родитель 8fcd679eff
Коммит acc513aba5
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -151,7 +151,7 @@ namespace Xamarin.Utils
AddFramework ("Foundation");
AddOtherFlag ("-lz");
if (Application.Platform != ApplePlatform.WatchOS && Application.Platform != ApplePlatform.TVOS)
Frameworks.Add ("CFNetwork"); // required by xamarin_start_wwan
AddFramework ("CFNetwork"); // required by xamarin_start_wwan
}
public void AddFramework (string framework)

Просмотреть файл

@ -1601,6 +1601,7 @@ namespace Xamarin.Bundler {
case "oleaut32": // referenced by System.Runtime.InteropServices.Marshal._[S|G]etErrorInfo
case "system.native": // handled by ProcessMonoNative()
case "system.security.cryptography.native.apple": // same
case "system.net.security.native": // same
return true;
}
// Shutup the warning until we decide on bug: 36478