在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → C#音乐视频播放器

C#音乐视频播放器

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:102.55M
  • 下载次数:79
  • 浏览次数:384
  • 发布时间:2022-05-16
  • 实例类别:C#语言基础
  • 发 布 人:1003310556
  • 文件格式:.zip
  • 所需积分:10

实例介绍

【实例简介】C#音乐视频播放器

【实例截图】

【核心代码】

.
├── WPF-Music_Player-master
│   ├── LICENSE
│   ├── README.md
│   ├── Win10_Appx安装包
│   │   ├── Images
│   │   │   ├── LargeTile.scale-100.png
│   │   │   ├── LargeTile.scale-125.png
│   │   │   ├── LargeTile.scale-150.png
│   │   │   ├── LargeTile.scale-200.png
│   │   │   ├── LargeTile.scale-400.png
│   │   │   ├── LockScreenLogo.scale-200.png
│   │   │   ├── SmallTile.scale-100.png
│   │   │   ├── SmallTile.scale-125.png
│   │   │   ├── SmallTile.scale-150.png
│   │   │   ├── SmallTile.scale-200.png
│   │   │   ├── SmallTile.scale-400.png
│   │   │   ├── SplashScreen.scale-100.png
│   │   │   ├── SplashScreen.scale-125.png
│   │   │   ├── SplashScreen.scale-150.png
│   │   │   ├── SplashScreen.scale-200.png
│   │   │   ├── SplashScreen.scale-400.png
│   │   │   ├── Square150x150Logo.scale-100.png
│   │   │   ├── Square150x150Logo.scale-125.png
│   │   │   ├── Square150x150Logo.scale-150.png
│   │   │   ├── Square150x150Logo.scale-200.png
│   │   │   ├── Square150x150Logo.scale-400.png
│   │   │   ├── Square44x44Logo.altform-lightunplated_targetsize-16.png
│   │   │   ├── Square44x44Logo.altform-lightunplated_targetsize-24.png
│   │   │   ├── Square44x44Logo.altform-lightunplated_targetsize-256.png
│   │   │   ├── Square44x44Logo.altform-lightunplated_targetsize-32.png
│   │   │   ├── Square44x44Logo.altform-lightunplated_targetsize-48.png
│   │   │   ├── Square44x44Logo.altform-unplated_targetsize-16.png
│   │   │   ├── Square44x44Logo.altform-unplated_targetsize-256.png
│   │   │   ├── Square44x44Logo.altform-unplated_targetsize-32.png
│   │   │   ├── Square44x44Logo.altform-unplated_targetsize-48.png
│   │   │   ├── Square44x44Logo.scale-100.png
│   │   │   ├── Square44x44Logo.scale-125.png
│   │   │   ├── Square44x44Logo.scale-150.png
│   │   │   ├── Square44x44Logo.scale-200.png
│   │   │   ├── Square44x44Logo.scale-400.png
│   │   │   ├── Square44x44Logo.targetsize-16.png
│   │   │   ├── Square44x44Logo.targetsize-24.png
│   │   │   ├── Square44x44Logo.targetsize-24_altform-unplated.png
│   │   │   ├── Square44x44Logo.targetsize-256.png
│   │   │   ├── Square44x44Logo.targetsize-32.png
│   │   │   ├── Square44x44Logo.targetsize-48.png
│   │   │   ├── StoreLogo.backup.png
│   │   │   ├── StoreLogo.scale-100.png
│   │   │   ├── StoreLogo.scale-125.png
│   │   │   ├── StoreLogo.scale-150.png
│   │   │   ├── StoreLogo.scale-200.png
│   │   │   ├── StoreLogo.scale-400.png
│   │   │   ├── Wide310x150Logo.scale-100.png
│   │   │   ├── Wide310x150Logo.scale-125.png
│   │   │   ├── Wide310x150Logo.scale-150.png
│   │   │   ├── Wide310x150Logo.scale-200.png
│   │   │   └── Wide310x150Logo.scale-400.png
│   │   ├── Package.appxmanifest
│   │   ├── Win10_Appx安装包.wapproj
│   │   ├── Win10_Appx安装包.wapproj.user
│   │   ├── bin
│   │   │   └── AnyCPU
│   │   │       └── Debug
│   │   └── obj
│   │       ├── Debug
│   │       │   ├── Win10_Appx安装包.wapproj.AssemblyReference.cache
│   │       │   ├── Win10_Appx安装包.wapproj.CoreCompileInputs.cache
│   │       │   └── Win10_Appx安装包.wapproj.FileListAbsolute.txt
│   │       ├── Win10_Appx安装包.wapproj.nuget.dgspec.json
│   │       ├── Win10_Appx安装包.wapproj.nuget.g.props
│   │       ├── Win10_Appx安装包.wapproj.nuget.g.targets
│   │       ├── project.assets.json
│   │       └── project.nuget.cache
│   ├── packages
│   │   ├── Costura.Fody.5.3.0
│   │   │   ├── Costura.Fody.5.3.0.nupkg
│   │   │   ├── build
│   │   │   │   ├── Costura.Fody.props
│   │   │   │   └── Costura.Fody.targets
│   │   │   ├── icon.png
│   │   │   ├── lib
│   │   │   │   └── netstandard1.0
│   │   │   │       ├── Costura.dll
│   │   │   │       ├── Costura.pdb
│   │   │   │       └── Costura.xml
│   │   │   ├── netclassicweaver
│   │   │   │   ├── Costura.Fody.dll
│   │   │   │   └── Costura.Fody.xcf
│   │   │   └── netstandardweaver
│   │   │       ├── Costura.Fody.dll
│   │   │       └── Costura.Fody.xcf
│   │   ├── Fody.6.5.2
│   │   │   ├── Fody.6.5.2.nupkg
│   │   │   ├── License.txt
│   │   │   ├── build
│   │   │   │   └── Fody.targets
│   │   │   ├── netclassictask
│   │   │   │   ├── Fody.dll
│   │   │   │   ├── FodyCommon.dll
│   │   │   │   ├── FodyHelpers.dll
│   │   │   │   ├── FodyIsolated.dll
│   │   │   │   ├── Mono.Cecil.Pdb.dll
│   │   │   │   ├── Mono.Cecil.Pdb.pdb
│   │   │   │   ├── Mono.Cecil.Rocks.dll
│   │   │   │   ├── Mono.Cecil.Rocks.pdb
│   │   │   │   ├── Mono.Cecil.dll
│   │   │   │   └── Mono.Cecil.pdb
│   │   │   └── netstandardtask
│   │   │       ├── Fody.dll
│   │   │       ├── FodyCommon.dll
│   │   │       ├── FodyHelpers.dll
│   │   │       ├── FodyIsolated.dll
│   │   │       ├── Mono.Cecil.Pdb.dll
│   │   │       ├── Mono.Cecil.Pdb.pdb
│   │   │       ├── Mono.Cecil.Rocks.dll
│   │   │       ├── Mono.Cecil.Rocks.pdb
│   │   │       ├── Mono.Cecil.dll
│   │   │       └── Mono.Cecil.pdb
│   │   ├── MaterialDesignColors.2.0.1
│   │   │   ├── MaterialDesignColors.2.0.1.nupkg
│   │   │   ├── images
│   │   │   │   └── MaterialDesignColors.Icon.png
│   │   │   └── lib
│   │   │       ├── net452
│   │   │       │   ├── MaterialDesignColors.dll
│   │   │       │   └── MaterialDesignColors.pdb
│   │   │       └── netcoreapp3.1
│   │   │           ├── MaterialDesignColors.dll
│   │   │           └── MaterialDesignColors.pdb
│   │   ├── MaterialDesignThemes.4.1.0
│   │   │   ├── MaterialDesignThemes.4.1.0.nupkg
│   │   │   ├── build
│   │   │   │   ├── MaterialDesignThemes.targets
│   │   │   │   └── Resources
│   │   │   │       └── Roboto
│   │   │   │           ├── Roboto-Black.ttf
│   │   │   │           ├── Roboto-BlackItalic.ttf
│   │   │   │           ├── Roboto-Bold.ttf
│   │   │   │           ├── Roboto-BoldItalic.ttf
│   │   │   │           ├── Roboto-Italic.ttf
│   │   │   │           ├── Roboto-Light.ttf
│   │   │   │           ├── Roboto-LightItalic.ttf
│   │   │   │           ├── Roboto-Medium.ttf
│   │   │   │           ├── Roboto-MediumItalic.ttf
│   │   │   │           ├── Roboto-Regular.ttf
│   │   │   │           ├── Roboto-Thin.ttf
│   │   │   │           ├── Roboto-ThinItalic.ttf
│   │   │   │           ├── RobotoCondensed-Bold.ttf
│   │   │   │           ├── RobotoCondensed-BoldItalic.ttf
│   │   │   │           ├── RobotoCondensed-Italic.ttf
│   │   │   │           ├── RobotoCondensed-Light.ttf
│   │   │   │           ├── RobotoCondensed-LightItalic.ttf
│   │   │   │           └── RobotoCondensed-Regular.ttf
│   │   │   ├── images
│   │   │   │   └── MaterialDesignThemes.Icon.png
│   │   │   ├── lib
│   │   │   │   ├── net452
│   │   │   │   │   ├── MaterialDesignThemes.Wpf.dll
│   │   │   │   │   ├── MaterialDesignThemes.Wpf.pdb
│   │   │   │   │   └── MaterialDesignThemes.Wpf.xml
│   │   │   │   └── netcoreapp3.1
│   │   │   │       ├── MaterialDesignThemes.Wpf.dll
│   │   │   │       ├── MaterialDesignThemes.Wpf.pdb
│   │   │   │       └── MaterialDesignThemes.Wpf.xml
│   │   │   └── tools
│   │   │       └── VisualStudioToolsManifest.xml
│   │   ├── Meting4Net.1.1.4
│   │   │   ├── Meting4Net.1.1.4.nupkg
│   │   │   └── lib
│   │   │       ├── net40
│   │   │       │   ├── Meting4Net.Core.dll
│   │   │       │   └── Meting4Net.Core.xml
│   │   │       ├── net45
│   │   │       │   ├── Meting4Net.Core.dll
│   │   │       │   └── Meting4Net.Core.xml
│   │   │       └── netstandard2.0
│   │   │           ├── Meting4Net.Core.dll
│   │   │           └── Meting4Net.Core.xml
│   │   ├── Microsoft.NETCore.Platforms.5.0.2
│   │   │   ├── Icon.png
│   │   │   ├── LICENSE.TXT
│   │   │   ├── Microsoft.NETCore.Platforms.5.0.2.nupkg
│   │   │   ├── THIRD-PARTY-NOTICES.TXT
│   │   │   ├── lib
│   │   │   │   └── netstandard1.0
│   │   │   │       └── _._
│   │   │   ├── runtime.json
│   │   │   ├── useSharedDesignerContext.txt
│   │   │   └── version.txt
│   │   ├── Microsoft.Win32.Primitives.4.3.0
│   │   │   ├── Microsoft.Win32.Primitives.4.3.0.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net46
│   │   │   │   │   └── Microsoft.Win32.Primitives.dll
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── ref
│   │   │       ├── MonoAndroid10
│   │   │       │   └── _._
│   │   │       ├── MonoTouch10
│   │   │       │   └── _._
│   │   │       ├── net46
│   │   │       │   └── Microsoft.Win32.Primitives.dll
│   │   │       ├── netstandard1.3
│   │   │       │   ├── Microsoft.Win32.Primitives.dll
│   │   │       │   ├── Microsoft.Win32.Primitives.xml
│   │   │       │   ├── de
│   │   │       │   │   └── Microsoft.Win32.Primitives.xml
│   │   │       │   ├── es
│   │   │       │   │   └── Microsoft.Win32.Primitives.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── Microsoft.Win32.Primitives.xml
│   │   │       │   ├── it
│   │   │       │   │   └── Microsoft.Win32.Primitives.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── Microsoft.Win32.Primitives.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── Microsoft.Win32.Primitives.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── Microsoft.Win32.Primitives.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── Microsoft.Win32.Primitives.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── Microsoft.Win32.Primitives.xml
│   │   │       ├── xamarinios10
│   │   │       │   └── _._
│   │   │       ├── xamarinmac20
│   │   │       │   └── _._
│   │   │       ├── xamarintvos10
│   │   │       │   └── _._
│   │   │       └── xamarinwatchos10
│   │   │           └── _._
│   │   ├── NETStandard.Library.2.0.3
│   │   │   ├── LICENSE.TXT
│   │   │   ├── NETStandard.Library.2.0.3.nupkg
│   │   │   ├── THIRD-PARTY-NOTICES.TXT
│   │   │   ├── build
│   │   │   │   └── netstandard2.0
│   │   │   │       ├── NETStandard.Library.targets
│   │   │   │       └── ref
│   │   │   │           ├── Microsoft.Win32.Primitives.dll
│   │   │   │           ├── System.AppContext.dll
│   │   │   │           ├── System.Collections.Concurrent.dll
│   │   │   │           ├── System.Collections.NonGeneric.dll
│   │   │   │           ├── System.Collections.Specialized.dll
│   │   │   │           ├── System.Collections.dll
│   │   │   │           ├── System.ComponentModel.Composition.dll
│   │   │   │           ├── System.ComponentModel.EventBasedAsync.dll
│   │   │   │           ├── System.ComponentModel.Primitives.dll
│   │   │   │           ├── System.ComponentModel.TypeConverter.dll
│   │   │   │           ├── System.ComponentModel.dll
│   │   │   │           ├── System.Console.dll
│   │   │   │           ├── System.Core.dll
│   │   │   │           ├── System.Data.Common.dll
│   │   │   │           ├── System.Data.dll
│   │   │   │           ├── System.Diagnostics.Contracts.dll
│   │   │   │           ├── System.Diagnostics.Debug.dll
│   │   │   │           ├── System.Diagnostics.FileVersionInfo.dll
│   │   │   │           ├── System.Diagnostics.Process.dll
│   │   │   │           ├── System.Diagnostics.StackTrace.dll
│   │   │   │           ├── System.Diagnostics.TextWriterTraceListener.dll
│   │   │   │           ├── System.Diagnostics.Tools.dll
│   │   │   │           ├── System.Diagnostics.TraceSource.dll
│   │   │   │           ├── System.Diagnostics.Tracing.dll
│   │   │   │           ├── System.Drawing.Primitives.dll
│   │   │   │           ├── System.Drawing.dll
│   │   │   │           ├── System.Dynamic.Runtime.dll
│   │   │   │           ├── System.Globalization.Calendars.dll
│   │   │   │           ├── System.Globalization.Extensions.dll
│   │   │   │           ├── System.Globalization.dll
│   │   │   │           ├── System.IO.Compression.FileSystem.dll
│   │   │   │           ├── System.IO.Compression.ZipFile.dll
│   │   │   │           ├── System.IO.Compression.dll
│   │   │   │           ├── System.IO.FileSystem.DriveInfo.dll
│   │   │   │           ├── System.IO.FileSystem.Primitives.dll
│   │   │   │           ├── System.IO.FileSystem.Watcher.dll
│   │   │   │           ├── System.IO.FileSystem.dll
│   │   │   │           ├── System.IO.IsolatedStorage.dll
│   │   │   │           ├── System.IO.MemoryMappedFiles.dll
│   │   │   │           ├── System.IO.Pipes.dll
│   │   │   │           ├── System.IO.UnmanagedMemoryStream.dll
│   │   │   │           ├── System.IO.dll
│   │   │   │           ├── System.Linq.Expressions.dll
│   │   │   │           ├── System.Linq.Parallel.dll
│   │   │   │           ├── System.Linq.Queryable.dll
│   │   │   │           ├── System.Linq.dll
│   │   │   │           ├── System.Net.Http.dll
│   │   │   │           ├── System.Net.NameResolution.dll
│   │   │   │           ├── System.Net.NetworkInformation.dll
│   │   │   │           ├── System.Net.Ping.dll
│   │   │   │           ├── System.Net.Primitives.dll
│   │   │   │           ├── System.Net.Requests.dll
│   │   │   │           ├── System.Net.Security.dll
│   │   │   │           ├── System.Net.Sockets.dll
│   │   │   │           ├── System.Net.WebHeaderCollection.dll
│   │   │   │           ├── System.Net.WebSockets.Client.dll
│   │   │   │           ├── System.Net.WebSockets.dll
│   │   │   │           ├── System.Net.dll
│   │   │   │           ├── System.Numerics.dll
│   │   │   │           ├── System.ObjectModel.dll
│   │   │   │           ├── System.Reflection.Extensions.dll
│   │   │   │           ├── System.Reflection.Primitives.dll
│   │   │   │           ├── System.Reflection.dll
│   │   │   │           ├── System.Resources.Reader.dll
│   │   │   │           ├── System.Resources.ResourceManager.dll
│   │   │   │           ├── System.Resources.Writer.dll
│   │   │   │           ├── System.Runtime.CompilerServices.VisualC.dll
│   │   │   │           ├── System.Runtime.Extensions.dll
│   │   │   │           ├── System.Runtime.Handles.dll
│   │   │   │           ├── System.Runtime.InteropServices.RuntimeInformation.dll
│   │   │   │           ├── System.Runtime.InteropServices.dll
│   │   │   │           ├── System.Runtime.Numerics.dll
│   │   │   │           ├── System.Runtime.Serialization.Formatters.dll
│   │   │   │           ├── System.Runtime.Serialization.Json.dll
│   │   │   │           ├── System.Runtime.Serialization.Primitives.dll
│   │   │   │           ├── System.Runtime.Serialization.Xml.dll
│   │   │   │           ├── System.Runtime.Serialization.dll
│   │   │   │           ├── System.Runtime.dll
│   │   │   │           ├── System.Security.Claims.dll
│   │   │   │           ├── System.Security.Cryptography.Algorithms.dll
│   │   │   │           ├── System.Security.Cryptography.Csp.dll
│   │   │   │           ├── System.Security.Cryptography.Encoding.dll
│   │   │   │           ├── System.Security.Cryptography.Primitives.dll
│   │   │   │           ├── System.Security.Cryptography.X509Certificates.dll
│   │   │   │           ├── System.Security.Principal.dll
│   │   │   │           ├── System.Security.SecureString.dll
│   │   │   │           ├── System.ServiceModel.Web.dll
│   │   │   │           ├── System.Text.Encoding.Extensions.dll
│   │   │   │           ├── System.Text.Encoding.dll
│   │   │   │           ├── System.Text.RegularExpressions.dll
│   │   │   │           ├── System.Threading.Overlapped.dll
│   │   │   │           ├── System.Threading.Tasks.Parallel.dll
│   │   │   │           ├── System.Threading.Tasks.dll
│   │   │   │           ├── System.Threading.Thread.dll
│   │   │   │           ├── System.Threading.ThreadPool.dll
│   │   │   │           ├── System.Threading.Timer.dll
│   │   │   │           ├── System.Threading.dll
│   │   │   │           ├── System.Transactions.dll
│   │   │   │           ├── System.ValueTuple.dll
│   │   │   │           ├── System.Web.dll
│   │   │   │           ├── System.Windows.dll
│   │   │   │           ├── System.Xml.Linq.dll
│   │   │   │           ├── System.Xml.ReaderWriter.dll
│   │   │   │           ├── System.Xml.Serialization.dll
│   │   │   │           ├── System.Xml.XDocument.dll
│   │   │   │           ├── System.Xml.XPath.XDocument.dll
│   │   │   │           ├── System.Xml.XPath.dll
│   │   │   │           ├── System.Xml.XmlDocument.dll
│   │   │   │           ├── System.Xml.XmlSerializer.dll
│   │   │   │           ├── System.Xml.dll
│   │   │   │           ├── System.dll
│   │   │   │           ├── mscorlib.dll
│   │   │   │           ├── netstandard.dll
│   │   │   │           └── netstandard.xml
│   │   │   └── lib
│   │   │       └── netstandard1.0
│   │   │           └── _._
│   │   ├── Newtonsoft.Json.13.0.1
│   │   │   ├── LICENSE.md
│   │   │   ├── Newtonsoft.Json.13.0.1.nupkg
│   │   │   ├── lib
│   │   │   │   ├── net20
│   │   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   │   └── Newtonsoft.Json.xml
│   │   │   │   ├── net35
│   │   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   │   └── Newtonsoft.Json.xml
│   │   │   │   ├── net40
│   │   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   │   └── Newtonsoft.Json.xml
│   │   │   │   ├── net45
│   │   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   │   └── Newtonsoft.Json.xml
│   │   │   │   ├── netstandard1.0
│   │   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   │   └── Newtonsoft.Json.xml
│   │   │   │   ├── netstandard1.3
│   │   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   │   └── Newtonsoft.Json.xml
│   │   │   │   └── netstandard2.0
│   │   │   │       ├── Newtonsoft.Json.dll
│   │   │   │       └── Newtonsoft.Json.xml
│   │   │   └── packageIcon.png
│   │   ├── System.AppContext.4.3.0
│   │   │   ├── System.AppContext.4.3.0.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net46
│   │   │   │   │   └── System.AppContext.dll
│   │   │   │   ├── net463
│   │   │   │   │   └── System.AppContext.dll
│   │   │   │   ├── netcore50
│   │   │   │   │   └── System.AppContext.dll
│   │   │   │   ├── netstandard1.6
│   │   │   │   │   └── System.AppContext.dll
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   ├── ref
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net46
│   │   │   │   │   └── System.AppContext.dll
│   │   │   │   ├── net463
│   │   │   │   │   └── System.AppContext.dll
│   │   │   │   ├── netstandard
│   │   │   │   │   └── _._
│   │   │   │   ├── netstandard1.3
│   │   │   │   │   ├── System.AppContext.dll
│   │   │   │   │   ├── System.AppContext.xml
│   │   │   │   │   ├── de
│   │   │   │   │   │   └── System.AppContext.xml
│   │   │   │   │   ├── es
│   │   │   │   │   │   └── System.AppContext.xml
│   │   │   │   │   ├── fr
│   │   │   │   │   │   └── System.AppContext.xml
│   │   │   │   │   ├── it
│   │   │   │   │   │   └── System.AppContext.xml
│   │   │   │   │   ├── ja
│   │   │   │   │   │   └── System.AppContext.xml
│   │   │   │   │   ├── ko
│   │   │   │   │   │   └── System.AppContext.xml
│   │   │   │   │   ├── ru
│   │   │   │   │   │   └── System.AppContext.xml
│   │   │   │   │   ├── zh-hans
│   │   │   │   │   │   └── System.AppContext.xml
│   │   │   │   │   └── zh-hant
│   │   │   │   │       └── System.AppContext.xml
│   │   │   │   ├── netstandard1.6
│   │   │   │   │   ├── System.AppContext.dll
│   │   │   │   │   ├── System.AppContext.xml
│   │   │   │   │   ├── de
│   │   │   │   │   │   └── System.AppContext.xml
│   │   │   │   │   ├── es
│   │   │   │   │   │   └── System.AppContext.xml
│   │   │   │   │   ├── fr
│   │   │   │   │   │   └── System.AppContext.xml
│   │   │   │   │   ├── it
│   │   │   │   │   │   └── System.AppContext.xml
│   │   │   │   │   ├── ja
│   │   │   │   │   │   └── System.AppContext.xml
│   │   │   │   │   ├── ko
│   │   │   │   │   │   └── System.AppContext.xml
│   │   │   │   │   ├── ru
│   │   │   │   │   │   └── System.AppContext.xml
│   │   │   │   │   ├── zh-hans
│   │   │   │   │   │   └── System.AppContext.xml
│   │   │   │   │   └── zh-hant
│   │   │   │   │       └── System.AppContext.xml
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── runtimes
│   │   │       └── aot
│   │   │           └── lib
│   │   │               └── netcore50
│   │   │                   └── System.AppContext.dll
│   │   ├── System.Buffers.4.5.1
│   │   │   ├── LICENSE.TXT
│   │   │   ├── System.Buffers.4.5.1.nupkg
│   │   │   ├── THIRD-PARTY-NOTICES.TXT
│   │   │   ├── lib
│   │   │   │   ├── net461
│   │   │   │   │   ├── System.Buffers.dll
│   │   │   │   │   └── System.Buffers.xml
│   │   │   │   ├── netcoreapp2.0
│   │   │   │   │   └── _._
│   │   │   │   ├── netstandard1.1
│   │   │   │   │   ├── System.Buffers.dll
│   │   │   │   │   └── System.Buffers.xml
│   │   │   │   ├── netstandard2.0
│   │   │   │   │   ├── System.Buffers.dll
│   │   │   │   │   └── System.Buffers.xml
│   │   │   │   └── uap10.0.16299
│   │   │   │       └── _._
│   │   │   ├── ref
│   │   │   │   ├── net45
│   │   │   │   │   ├── System.Buffers.dll
│   │   │   │   │   └── System.Buffers.xml
│   │   │   │   ├── netcoreapp2.0
│   │   │   │   │   └── _._
│   │   │   │   ├── netstandard1.1
│   │   │   │   │   ├── System.Buffers.dll
│   │   │   │   │   └── System.Buffers.xml
│   │   │   │   ├── netstandard2.0
│   │   │   │   │   ├── System.Buffers.dll
│   │   │   │   │   └── System.Buffers.xml
│   │   │   │   └── uap10.0.16299
│   │   │   │       └── _._
│   │   │   ├── useSharedDesignerContext.txt
│   │   │   └── version.txt
│   │   ├── System.Collections.4.3.0
│   │   │   ├── System.Collections.4.3.0.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net45
│   │   │   │   │   └── _._
│   │   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── win8
│   │   │   │   │   └── _._
│   │   │   │   ├── wp80
│   │   │   │   │   └── _._
│   │   │   │   ├── wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── ref
│   │   │       ├── MonoAndroid10
│   │   │       │   └── _._
│   │   │       ├── MonoTouch10
│   │   │       │   └── _._
│   │   │       ├── net45
│   │   │       │   └── _._
│   │   │       ├── netcore50
│   │   │       │   ├── System.Collections.dll
│   │   │       │   ├── System.Collections.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Collections.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Collections.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Collections.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Collections.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Collections.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Collections.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Collections.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Collections.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Collections.xml
│   │   │       ├── netstandard1.0
│   │   │       │   ├── System.Collections.dll
│   │   │       │   ├── System.Collections.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Collections.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Collections.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Collections.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Collections.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Collections.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Collections.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Collections.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Collections.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Collections.xml
│   │   │       ├── netstandard1.3
│   │   │       │   ├── System.Collections.dll
│   │   │       │   ├── System.Collections.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Collections.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Collections.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Collections.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Collections.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Collections.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Collections.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Collections.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Collections.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Collections.xml
│   │   │       ├── portable-net45 win8 wp8 wpa81
│   │   │       │   └── _._
│   │   │       ├── win8
│   │   │       │   └── _._
│   │   │       ├── wp80
│   │   │       │   └── _._
│   │   │       ├── wpa81
│   │   │       │   └── _._
│   │   │       ├── xamarinios10
│   │   │       │   └── _._
│   │   │       ├── xamarinmac20
│   │   │       │   └── _._
│   │   │       ├── xamarintvos10
│   │   │       │   └── _._
│   │   │       └── xamarinwatchos10
│   │   │           └── _._
│   │   ├── System.Collections.Concurrent.4.3.0
│   │   │   ├── System.Collections.Concurrent.4.3.0.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net45
│   │   │   │   │   └── _._
│   │   │   │   ├── netcore50
│   │   │   │   │   └── System.Collections.Concurrent.dll
│   │   │   │   ├── netstandard1.3
│   │   │   │   │   └── System.Collections.Concurrent.dll
│   │   │   │   ├── portable-net45 win8 wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── win8
│   │   │   │   │   └── _._
│   │   │   │   ├── wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── ref
│   │   │       ├── MonoAndroid10
│   │   │       │   └── _._
│   │   │       ├── MonoTouch10
│   │   │       │   └── _._
│   │   │       ├── net45
│   │   │       │   └── _._
│   │   │       ├── netcore50
│   │   │       │   ├── System.Collections.Concurrent.dll
│   │   │       │   ├── System.Collections.Concurrent.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Collections.Concurrent.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Collections.Concurrent.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Collections.Concurrent.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Collections.Concurrent.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Collections.Concurrent.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Collections.Concurrent.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Collections.Concurrent.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Collections.Concurrent.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Collections.Concurrent.xml
│   │   │       ├── netstandard1.1
│   │   │       │   ├── System.Collections.Concurrent.dll
│   │   │       │   ├── System.Collections.Concurrent.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Collections.Concurrent.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Collections.Concurrent.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Collections.Concurrent.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Collections.Concurrent.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Collections.Concurrent.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Collections.Concurrent.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Collections.Concurrent.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Collections.Concurrent.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Collections.Concurrent.xml
│   │   │       ├── netstandard1.3
│   │   │       │   ├── System.Collections.Concurrent.dll
│   │   │       │   ├── System.Collections.Concurrent.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Collections.Concurrent.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Collections.Concurrent.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Collections.Concurrent.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Collections.Concurrent.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Collections.Concurrent.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Collections.Concurrent.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Collections.Concurrent.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Collections.Concurrent.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Collections.Concurrent.xml
│   │   │       ├── portable-net45 win8 wpa81
│   │   │       │   └── _._
│   │   │       ├── win8
│   │   │       │   └── _._
│   │   │       ├── wpa81
│   │   │       │   └── _._
│   │   │       ├── xamarinios10
│   │   │       │   └── _._
│   │   │       ├── xamarinmac20
│   │   │       │   └── _._
│   │   │       ├── xamarintvos10
│   │   │       │   └── _._
│   │   │       └── xamarinwatchos10
│   │   │           └── _._
│   │   ├── System.Console.4.3.1
│   │   │   ├── System.Console.4.3.1.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net46
│   │   │   │   │   └── System.Console.dll
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── ref
│   │   │       ├── MonoAndroid10
│   │   │       │   └── _._
│   │   │       ├── MonoTouch10
│   │   │       │   └── _._
│   │   │       ├── net46
│   │   │       │   └── System.Console.dll
│   │   │       ├── netstandard1.3
│   │   │       │   ├── System.Console.dll
│   │   │       │   ├── System.Console.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Console.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Console.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Console.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Console.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Console.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Console.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Console.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Console.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Console.xml
│   │   │       ├── xamarinios10
│   │   │       │   └── _._
│   │   │       ├── xamarinmac20
│   │   │       │   └── _._
│   │   │       ├── xamarintvos10
│   │   │       │   └── _._
│   │   │       └── xamarinwatchos10
│   │   │           └── _._
│   │   ├── System.Diagnostics.Debug.4.3.0
│   │   │   ├── System.Diagnostics.Debug.4.3.0.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net45
│   │   │   │   │   └── _._
│   │   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── win8
│   │   │   │   │   └── _._
│   │   │   │   ├── wp80
│   │   │   │   │   └── _._
│   │   │   │   ├── wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── ref
│   │   │       ├── MonoAndroid10
│   │   │       │   └── _._
│   │   │       ├── MonoTouch10
│   │   │       │   └── _._
│   │   │       ├── net45
│   │   │       │   └── _._
│   │   │       ├── netcore50
│   │   │       │   ├── System.Diagnostics.Debug.dll
│   │   │       │   ├── System.Diagnostics.Debug.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Diagnostics.Debug.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Diagnostics.Debug.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Diagnostics.Debug.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Diagnostics.Debug.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Diagnostics.Debug.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Diagnostics.Debug.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Diagnostics.Debug.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Diagnostics.Debug.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Diagnostics.Debug.xml
│   │   │       ├── netstandard1.0
│   │   │       │   ├── System.Diagnostics.Debug.dll
│   │   │       │   ├── System.Diagnostics.Debug.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Diagnostics.Debug.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Diagnostics.Debug.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Diagnostics.Debug.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Diagnostics.Debug.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Diagnostics.Debug.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Diagnostics.Debug.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Diagnostics.Debug.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Diagnostics.Debug.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Diagnostics.Debug.xml
│   │   │       ├── netstandard1.3
│   │   │       │   ├── System.Diagnostics.Debug.dll
│   │   │       │   ├── System.Diagnostics.Debug.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Diagnostics.Debug.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Diagnostics.Debug.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Diagnostics.Debug.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Diagnostics.Debug.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Diagnostics.Debug.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Diagnostics.Debug.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Diagnostics.Debug.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Diagnostics.Debug.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Diagnostics.Debug.xml
│   │   │       ├── portable-net45 win8 wp8 wpa81
│   │   │       │   └── _._
│   │   │       ├── win8
│   │   │       │   └── _._
│   │   │       ├── wp80
│   │   │       │   └── _._
│   │   │       ├── wpa81
│   │   │       │   └── _._
│   │   │       ├── xamarinios10
│   │   │       │   └── _._
│   │   │       ├── xamarinmac20
│   │   │       │   └── _._
│   │   │       ├── xamarintvos10
│   │   │       │   └── _._
│   │   │       └── xamarinwatchos10
│   │   │           └── _._
│   │   ├── System.Diagnostics.DiagnosticSource.5.0.1
│   │   │   ├── Icon.png
│   │   │   ├── LICENSE.TXT
│   │   │   ├── System.Diagnostics.DiagnosticSource.5.0.1.nupkg
│   │   │   ├── THIRD-PARTY-NOTICES.TXT
│   │   │   ├── lib
│   │   │   │   ├── net45
│   │   │   │   │   ├── System.Diagnostics.DiagnosticSource.dll
│   │   │   │   │   └── System.Diagnostics.DiagnosticSource.xml
│   │   │   │   ├── net46
│   │   │   │   │   ├── System.Diagnostics.DiagnosticSource.dll
│   │   │   │   │   └── System.Diagnostics.DiagnosticSource.xml
│   │   │   │   ├── net5.0
│   │   │   │   │   ├── System.Diagnostics.DiagnosticSource.dll
│   │   │   │   │   └── System.Diagnostics.DiagnosticSource.xml
│   │   │   │   ├── netstandard1.1
│   │   │   │   │   ├── System.Diagnostics.DiagnosticSource.dll
│   │   │   │   │   └── System.Diagnostics.DiagnosticSource.xml
│   │   │   │   ├── netstandard1.3
│   │   │   │   │   ├── System.Diagnostics.DiagnosticSource.dll
│   │   │   │   │   └── System.Diagnostics.DiagnosticSource.xml
│   │   │   │   └── portable-net45 win8 wpa81
│   │   │   │       ├── System.Diagnostics.DiagnosticSource.dll
│   │   │   │       └── System.Diagnostics.DiagnosticSource.xml
│   │   │   ├── useSharedDesignerContext.txt
│   │   │   └── version.txt
│   │   ├── System.Diagnostics.Tools.4.3.0
│   │   │   ├── System.Diagnostics.Tools.4.3.0.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net45
│   │   │   │   │   └── _._
│   │   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── win8
│   │   │   │   │   └── _._
│   │   │   │   ├── wp80
│   │   │   │   │   └── _._
│   │   │   │   ├── wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── ref
│   │   │       ├── MonoAndroid10
│   │   │       │   └── _._
│   │   │       ├── MonoTouch10
│   │   │       │   └── _._
│   │   │       ├── net45
│   │   │       │   └── _._
│   │   │       ├── netcore50
│   │   │       │   ├── System.Diagnostics.Tools.dll
│   │   │       │   ├── System.Diagnostics.Tools.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Diagnostics.Tools.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Diagnostics.Tools.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Diagnostics.Tools.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Diagnostics.Tools.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Diagnostics.Tools.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Diagnostics.Tools.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Diagnostics.Tools.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Diagnostics.Tools.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Diagnostics.Tools.xml
│   │   │       ├── netstandard1.0
│   │   │       │   ├── System.Diagnostics.Tools.dll
│   │   │       │   ├── System.Diagnostics.Tools.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Diagnostics.Tools.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Diagnostics.Tools.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Diagnostics.Tools.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Diagnostics.Tools.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Diagnostics.Tools.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Diagnostics.Tools.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Diagnostics.Tools.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Diagnostics.Tools.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Diagnostics.Tools.xml
│   │   │       ├── portable-net45 win8 wp8 wpa81
│   │   │       │   └── _._
│   │   │       ├── win8
│   │   │       │   └── _._
│   │   │       ├── wp80
│   │   │       │   └── _._
│   │   │       ├── wpa81
│   │   │       │   └── _._
│   │   │       ├── xamarinios10
│   │   │       │   └── _._
│   │   │       ├── xamarinmac20
│   │   │       │   └── _._
│   │   │       ├── xamarintvos10
│   │   │       │   └── _._
│   │   │       └── xamarinwatchos10
│   │   │           └── _._
│   │   ├── System.Diagnostics.Tracing.4.3.0
│   │   │   ├── System.Diagnostics.Tracing.4.3.0.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net45
│   │   │   │   │   └── _._
│   │   │   │   ├── net462
│   │   │   │   │   └── System.Diagnostics.Tracing.dll
│   │   │   │   ├── portable-net45 win8 wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── win8
│   │   │   │   │   └── _._
│   │   │   │   ├── wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── ref
│   │   │       ├── MonoAndroid10
│   │   │       │   └── _._
│   │   │       ├── MonoTouch10
│   │   │       │   └── _._
│   │   │       ├── net45
│   │   │       │   └── _._
│   │   │       ├── net462
│   │   │       │   └── System.Diagnostics.Tracing.dll
│   │   │       ├── netcore50
│   │   │       │   ├── System.Diagnostics.Tracing.dll
│   │   │       │   ├── System.Diagnostics.Tracing.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Diagnostics.Tracing.xml
│   │   │       ├── netstandard1.1
│   │   │       │   ├── System.Diagnostics.Tracing.dll
│   │   │       │   ├── System.Diagnostics.Tracing.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Diagnostics.Tracing.xml
│   │   │       ├── netstandard1.2
│   │   │       │   ├── System.Diagnostics.Tracing.dll
│   │   │       │   ├── System.Diagnostics.Tracing.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Diagnostics.Tracing.xml
│   │   │       ├── netstandard1.3
│   │   │       │   ├── System.Diagnostics.Tracing.dll
│   │   │       │   ├── System.Diagnostics.Tracing.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Diagnostics.Tracing.xml
│   │   │       ├── netstandard1.5
│   │   │       │   ├── System.Diagnostics.Tracing.dll
│   │   │       │   ├── System.Diagnostics.Tracing.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Diagnostics.Tracing.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Diagnostics.Tracing.xml
│   │   │       ├── portable-net45 win8 wpa81
│   │   │       │   └── _._
│   │   │       ├── win8
│   │   │       │   └── _._
│   │   │       ├── wpa81
│   │   │       │   └── _._
│   │   │       ├── xamarinios10
│   │   │       │   └── _._
│   │   │       ├── xamarinmac20
│   │   │       │   └── _._
│   │   │       ├── xamarintvos10
│   │   │       │   └── _._
│   │   │       └── xamarinwatchos10
│   │   │           └── _._
│   │   ├── System.Globalization.4.3.0
│   │   │   ├── System.Globalization.4.3.0.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net45
│   │   │   │   │   └── _._
│   │   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── win8
│   │   │   │   │   └── _._
│   │   │   │   ├── wp80
│   │   │   │   │   └── _._
│   │   │   │   ├── wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── ref
│   │   │       ├── MonoAndroid10
│   │   │       │   └── _._
│   │   │       ├── MonoTouch10
│   │   │       │   └── _._
│   │   │       ├── net45
│   │   │       │   └── _._
│   │   │       ├── netcore50
│   │   │       │   ├── System.Globalization.dll
│   │   │       │   ├── System.Globalization.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Globalization.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Globalization.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Globalization.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Globalization.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Globalization.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Globalization.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Globalization.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Globalization.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Globalization.xml
│   │   │       ├── netstandard1.0
│   │   │       │   ├── System.Globalization.dll
│   │   │       │   ├── System.Globalization.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Globalization.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Globalization.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Globalization.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Globalization.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Globalization.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Globalization.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Globalization.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Globalization.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Globalization.xml
│   │   │       ├── netstandard1.3
│   │   │       │   ├── System.Globalization.dll
│   │   │       │   ├── System.Globalization.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Globalization.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Globalization.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Globalization.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Globalization.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Globalization.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Globalization.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Globalization.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Globalization.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Globalization.xml
│   │   │       ├── portable-net45 win8 wp8 wpa81
│   │   │       │   └── _._
│   │   │       ├── win8
│   │   │       │   └── _._
│   │   │       ├── wp80
│   │   │       │   └── _._
│   │   │       ├── wpa81
│   │   │       │   └── _._
│   │   │       ├── xamarinios10
│   │   │       │   └── _._
│   │   │       ├── xamarinmac20
│   │   │       │   └── _._
│   │   │       ├── xamarintvos10
│   │   │       │   └── _._
│   │   │       └── xamarinwatchos10
│   │   │           └── _._
│   │   ├── System.Globalization.Calendars.4.3.0
│   │   │   ├── System.Globalization.Calendars.4.3.0.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net46
│   │   │   │   │   └── System.Globalization.Calendars.dll
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── ref
│   │   │       ├── MonoAndroid10
│   │   │       │   └── _._
│   │   │       ├── MonoTouch10
│   │   │       │   └── _._
│   │   │       ├── net46
│   │   │       │   └── System.Globalization.Calendars.dll
│   │   │       ├── netstandard1.3
│   │   │       │   ├── System.Globalization.Calendars.dll
│   │   │       │   ├── System.Globalization.Calendars.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Globalization.Calendars.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Globalization.Calendars.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Globalization.Calendars.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Globalization.Calendars.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Globalization.Calendars.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Globalization.Calendars.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Globalization.Calendars.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Globalization.Calendars.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Globalization.Calendars.xml
│   │   │       ├── xamarinios10
│   │   │       │   └── _._
│   │   │       ├── xamarinmac20
│   │   │       │   └── _._
│   │   │       ├── xamarintvos10
│   │   │       │   └── _._
│   │   │       └── xamarinwatchos10
│   │   │           └── _._
│   │   ├── System.IO.4.3.0
│   │   │   ├── System.IO.4.3.0.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net45
│   │   │   │   │   └── _._
│   │   │   │   ├── net462
│   │   │   │   │   └── System.IO.dll
│   │   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── win8
│   │   │   │   │   └── _._
│   │   │   │   ├── wp80
│   │   │   │   │   └── _._
│   │   │   │   ├── wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── ref
│   │   │       ├── MonoAndroid10
│   │   │       │   └── _._
│   │   │       ├── MonoTouch10
│   │   │       │   └── _._
│   │   │       ├── net45
│   │   │       │   └── _._
│   │   │       ├── net462
│   │   │       │   └── System.IO.dll
│   │   │       ├── netcore50
│   │   │       │   ├── System.IO.dll
│   │   │       │   ├── System.IO.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.IO.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.IO.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.IO.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.IO.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.IO.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.IO.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.IO.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.IO.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.IO.xml
│   │   │       ├── netstandard1.0
│   │   │       │   ├── System.IO.dll
│   │   │       │   ├── System.IO.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.IO.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.IO.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.IO.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.IO.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.IO.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.IO.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.IO.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.IO.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.IO.xml
│   │   │       ├── netstandard1.3
│   │   │       │   ├── System.IO.dll
│   │   │       │   ├── System.IO.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.IO.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.IO.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.IO.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.IO.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.IO.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.IO.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.IO.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.IO.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.IO.xml
│   │   │       ├── netstandard1.5
│   │   │       │   ├── System.IO.dll
│   │   │       │   ├── System.IO.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.IO.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.IO.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.IO.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.IO.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.IO.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.IO.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.IO.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.IO.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.IO.xml
│   │   │       ├── portable-net45 win8 wp8 wpa81
│   │   │       │   └── _._
│   │   │       ├── win8
│   │   │       │   └── _._
│   │   │       ├── wp80
│   │   │       │   └── _._
│   │   │       ├── wpa81
│   │   │       │   └── _._
│   │   │       ├── xamarinios10
│   │   │       │   └── _._
│   │   │       ├── xamarinmac20
│   │   │       │   └── _._
│   │   │       ├── xamarintvos10
│   │   │       │   └── _._
│   │   │       └── xamarinwatchos10
│   │   │           └── _._
│   │   ├── System.IO.Compression.4.3.0
│   │   │   ├── System.IO.Compression.4.3.0.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net45
│   │   │   │   │   └── _._
│   │   │   │   ├── net46
│   │   │   │   │   └── System.IO.Compression.dll
│   │   │   │   ├── portable-net45 win8 wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── win8
│   │   │   │   │   └── _._
│   │   │   │   ├── wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   ├── ref
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net45
│   │   │   │   │   └── _._
│   │   │   │   ├── net46
│   │   │   │   │   └── System.IO.Compression.dll
│   │   │   │   ├── netcore50
│   │   │   │   │   ├── System.IO.Compression.dll
│   │   │   │   │   ├── System.IO.Compression.xml
│   │   │   │   │   ├── de
│   │   │   │   │   │   └── System.IO.Compression.xml
│   │   │   │   │   ├── es
│   │   │   │   │   │   └── System.IO.Compression.xml
│   │   │   │   │   ├── fr
│   │   │   │   │   │   └── System.IO.Compression.xml
│   │   │   │   │   ├── it
│   │   │   │   │   │   └── System.IO.Compression.xml
│   │   │   │   │   ├── ja
│   │   │   │   │   │   └── System.IO.Compression.xml
│   │   │   │   │   ├── ko
│   │   │   │   │   │   └── System.IO.Compression.xml
│   │   │   │   │   ├── ru
│   │   │   │   │   │   └── System.IO.Compression.xml
│   │   │   │   │   ├── zh-hans
│   │   │   │   │   │   └── System.IO.Compression.xml
│   │   │   │   │   └── zh-hant
│   │   │   │   │       └── System.IO.Compression.xml
│   │   │   │   ├── netstandard1.1
│   │   │   │   │   ├── System.IO.Compression.dll
│   │   │   │   │   ├── System.IO.Compression.xml
│   │   │   │   │   ├── de
│   │   │   │   │   │   └── System.IO.Compression.xml
│   │   │   │   │   ├── es
│   │   │   │   │   │   └── System.IO.Compression.xml
│   │   │   │   │   ├── fr
│   │   │   │   │   │   └── System.IO.Compression.xml
│   │   │   │   │   ├── it
│   │   │   │   │   │   └── System.IO.Compression.xml
│   │   │   │   │   ├── ja
│   │   │   │   │   │   └── System.IO.Compression.xml
│   │   │   │   │   ├── ko
│   │   │   │   │   │   └── System.IO.Compression.xml
│   │   │   │   │   ├── ru
│   │   │   │   │   │   └── System.IO.Compression.xml
│   │   │   │   │   ├── zh-hans
│   │   │   │   │   │   └── System.IO.Compression.xml
│   │   │   │   │   └── zh-hant
│   │   │   │   │       └── System.IO.Compression.xml
│   │   │   │   ├── netstandard1.3
│   │   │   │   │   ├── System.IO.Compression.dll
│   │   │   │   │   ├── System.IO.Compression.xml
│   │   │   │   │   ├── de
│   │   │   │   │   │   └── System.IO.Compression.xml
│   │   │   │   │   ├── es
│   │   │   │   │   │   └── System.IO.Compression.xml
│   │   │   │   │   ├── fr
│   │   │   │   │   │   └── System.IO.Compression.xml
│   │   │   │   │   ├── it
│   │   │   │   │   │   └── System.IO.Compression.xml
│   │   │   │   │   ├── ja
│   │   │   │   │   │   └── System.IO.Compression.xml
│   │   │   │   │   ├── ko
│   │   │   │   │   │   └── System.IO.Compression.xml
│   │   │   │   │   ├── ru
│   │   │   │   │   │   └── System.IO.Compression.xml
│   │   │   │   │   ├── zh-hans
│   │   │   │   │   │   └── System.IO.Compression.xml
│   │   │   │   │   └── zh-hant
│   │   │   │   │       └── System.IO.Compression.xml
│   │   │   │   ├── portable-net45 win8 wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── win8
│   │   │   │   │   └── _._
│   │   │   │   ├── wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── runtimes
│   │   │       ├── unix
│   │   │       │   └── lib
│   │   │       │       └── netstandard1.3
│   │   │       │           └── System.IO.Compression.dll
│   │   │       └── win
│   │   │           └── lib
│   │   │               ├── net46
│   │   │               │   └── System.IO.Compression.dll
│   │   │               └── netstandard1.3
│   │   │                   └── System.IO.Compression.dll
│   │   ├── System.IO.Compression.ZipFile.4.3.0
│   │   │   ├── System.IO.Compression.ZipFile.4.3.0.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net46
│   │   │   │   │   └── System.IO.Compression.ZipFile.dll
│   │   │   │   ├── netstandard1.3
│   │   │   │   │   └── System.IO.Compression.ZipFile.dll
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── ref
│   │   │       ├── MonoAndroid10
│   │   │       │   └── _._
│   │   │       ├── MonoTouch10
│   │   │       │   └── _._
│   │   │       ├── net46
│   │   │       │   └── System.IO.Compression.ZipFile.dll
│   │   │       ├── netstandard1.3
│   │   │       │   ├── System.IO.Compression.ZipFile.dll
│   │   │       │   ├── System.IO.Compression.ZipFile.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.IO.Compression.ZipFile.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.IO.Compression.ZipFile.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.IO.Compression.ZipFile.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.IO.Compression.ZipFile.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.IO.Compression.ZipFile.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.IO.Compression.ZipFile.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.IO.Compression.ZipFile.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.IO.Compression.ZipFile.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.IO.Compression.ZipFile.xml
│   │   │       ├── xamarinios10
│   │   │       │   └── _._
│   │   │       ├── xamarinmac20
│   │   │       │   └── _._
│   │   │       ├── xamarintvos10
│   │   │       │   └── _._
│   │   │       └── xamarinwatchos10
│   │   │           └── _._
│   │   ├── System.IO.FileSystem.4.3.0
│   │   │   ├── System.IO.FileSystem.4.3.0.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net46
│   │   │   │   │   └── System.IO.FileSystem.dll
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── ref
│   │   │       ├── MonoAndroid10
│   │   │       │   └── _._
│   │   │       ├── MonoTouch10
│   │   │       │   └── _._
│   │   │       ├── net46
│   │   │       │   └── System.IO.FileSystem.dll
│   │   │       ├── netstandard1.3
│   │   │       │   ├── System.IO.FileSystem.dll
│   │   │       │   ├── System.IO.FileSystem.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.IO.FileSystem.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.IO.FileSystem.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.IO.FileSystem.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.IO.FileSystem.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.IO.FileSystem.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.IO.FileSystem.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.IO.FileSystem.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.IO.FileSystem.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.IO.FileSystem.xml
│   │   │       ├── xamarinios10
│   │   │       │   └── _._
│   │   │       ├── xamarinmac20
│   │   │       │   └── _._
│   │   │       ├── xamarintvos10
│   │   │       │   └── _._
│   │   │       └── xamarinwatchos10
│   │   │           └── _._
│   │   ├── System.IO.FileSystem.Primitives.4.3.0
│   │   │   ├── System.IO.FileSystem.Primitives.4.3.0.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net46
│   │   │   │   │   └── System.IO.FileSystem.Primitives.dll
│   │   │   │   ├── netstandard1.3
│   │   │   │   │   └── System.IO.FileSystem.Primitives.dll
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── ref
│   │   │       ├── MonoAndroid10
│   │   │       │   └── _._
│   │   │       ├── MonoTouch10
│   │   │       │   └── _._
│   │   │       ├── net46
│   │   │       │   └── System.IO.FileSystem.Primitives.dll
│   │   │       ├── netstandard1.3
│   │   │       │   ├── System.IO.FileSystem.Primitives.dll
│   │   │       │   ├── System.IO.FileSystem.Primitives.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.IO.FileSystem.Primitives.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.IO.FileSystem.Primitives.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.IO.FileSystem.Primitives.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.IO.FileSystem.Primitives.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.IO.FileSystem.Primitives.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.IO.FileSystem.Primitives.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.IO.FileSystem.Primitives.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.IO.FileSystem.Primitives.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.IO.FileSystem.Primitives.xml
│   │   │       ├── xamarinios10
│   │   │       │   └── _._
│   │   │       ├── xamarinmac20
│   │   │       │   └── _._
│   │   │       ├── xamarintvos10
│   │   │       │   └── _._
│   │   │       └── xamarinwatchos10
│   │   │           └── _._
│   │   ├── System.Linq.4.3.0
│   │   │   ├── System.Linq.4.3.0.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net45
│   │   │   │   │   └── _._
│   │   │   │   ├── net463
│   │   │   │   │   └── System.Linq.dll
│   │   │   │   ├── netcore50
│   │   │   │   │   └── System.Linq.dll
│   │   │   │   ├── netstandard1.6
│   │   │   │   │   └── System.Linq.dll
│   │   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── win8
│   │   │   │   │   └── _._
│   │   │   │   ├── wp80
│   │   │   │   │   └── _._
│   │   │   │   ├── wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── ref
│   │   │       ├── MonoAndroid10
│   │   │       │   └── _._
│   │   │       ├── MonoTouch10
│   │   │       │   └── _._
│   │   │       ├── net45
│   │   │       │   └── _._
│   │   │       ├── net463
│   │   │       │   └── System.Linq.dll
│   │   │       ├── netcore50
│   │   │       │   ├── System.Linq.dll
│   │   │       │   ├── System.Linq.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Linq.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Linq.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Linq.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Linq.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Linq.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Linq.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Linq.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Linq.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Linq.xml
│   │   │       ├── netstandard1.0
│   │   │       │   ├── System.Linq.dll
│   │   │       │   ├── System.Linq.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Linq.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Linq.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Linq.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Linq.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Linq.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Linq.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Linq.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Linq.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Linq.xml
│   │   │       ├── netstandard1.6
│   │   │       │   ├── System.Linq.dll
│   │   │       │   ├── System.Linq.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Linq.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Linq.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Linq.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Linq.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Linq.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Linq.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Linq.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Linq.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Linq.xml
│   │   │       ├── portable-net45 win8 wp8 wpa81
│   │   │       │   └── _._
│   │   │       ├── win8
│   │   │       │   └── _._
│   │   │       ├── wp80
│   │   │       │   └── _._
│   │   │       ├── wpa81
│   │   │       │   └── _._
│   │   │       ├── xamarinios10
│   │   │       │   └── _._
│   │   │       ├── xamarinmac20
│   │   │       │   └── _._
│   │   │       ├── xamarintvos10
│   │   │       │   └── _._
│   │   │       └── xamarinwatchos10
│   │   │           └── _._
│   │   ├── System.Linq.Expressions.4.3.0
│   │   │   ├── System.Linq.Expressions.4.3.0.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net45
│   │   │   │   │   └── _._
│   │   │   │   ├── net463
│   │   │   │   │   └── System.Linq.Expressions.dll
│   │   │   │   ├── netcore50
│   │   │   │   │   └── System.Linq.Expressions.dll
│   │   │   │   ├── netstandard1.6
│   │   │   │   │   └── System.Linq.Expressions.dll
│   │   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── win8
│   │   │   │   │   └── _._
│   │   │   │   ├── wp80
│   │   │   │   │   └── _._
│   │   │   │   ├── wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   ├── ref
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net45
│   │   │   │   │   └── _._
│   │   │   │   ├── net463
│   │   │   │   │   └── System.Linq.Expressions.dll
│   │   │   │   ├── netcore50
│   │   │   │   │   ├── System.Linq.Expressions.dll
│   │   │   │   │   ├── System.Linq.Expressions.xml
│   │   │   │   │   ├── de
│   │   │   │   │   │   └── System.Linq.Expressions.xml
│   │   │   │   │   ├── es
│   │   │   │   │   │   └── System.Linq.Expressions.xml
│   │   │   │   │   ├── fr
│   │   │   │   │   │   └── System.Linq.Expressions.xml
│   │   │   │   │   ├── it
│   │   │   │   │   │   └── System.Linq.Expressions.xml
│   │   │   │   │   ├── ja
│   │   │   │   │   │   └── System.Linq.Expressions.xml
│   │   │   │   │   ├── ko
│   │   │   │   │   │   └── System.Linq.Expressions.xml
│   │   │   │   │   ├── ru
│   │   │   │   │   │   └── System.Linq.Expressions.xml
│   │   │   │   │   ├── zh-hans
│   │   │   │   │   │   └── System.Linq.Expressions.xml
│   │   │   │   │   └── zh-hant
│   │   │   │   │       └── System.Linq.Expressions.xml
│   │   │   │   ├── netstandard1.0
│   │   │   │   │   ├── System.Linq.Expressions.dll
│   │   │   │   │   ├── System.Linq.Expressions.xml
│   │   │   │   │   ├── de
│   │   │   │   │   │   └── System.Linq.Expressions.xml
│   │   │   │   │   ├── es
│   │   │   │   │   │   └── System.Linq.Expressions.xml
│   │   │   │   │   ├── fr
│   │   │   │   │   │   └── System.Linq.Expressions.xml
│   │   │   │   │   ├── it
│   │   │   │   │   │   └── System.Linq.Expressions.xml
│   │   │   │   │   ├── ja
│   │   │   │   │   │   └── System.Linq.Expressions.xml
│   │   │   │   │   ├── ko
│   │   │   │   │   │   └── System.Linq.Expressions.xml
│   │   │   │   │   ├── ru
│   │   │   │   │   │   └── System.Linq.Expressions.xml
│   │   │   │   │   ├── zh-hans
│   │   │   │   │   │   └── System.Linq.Expressions.xml
│   │   │   │   │   └── zh-hant
│   │   │   │   │       └── System.Linq.Expressions.xml
│   │   │   │   ├── netstandard1.3
│   │   │   │   │   ├── System.Linq.Expressions.dll
│   │   │   │   │   ├── System.Linq.Expressions.xml
│   │   │   │   │   ├── de
│   │   │   │   │   │   └── System.Linq.Expressions.xml
│   │   │   │   │   ├── es
│   │   │   │   │   │   └── System.Linq.Expressions.xml
│   │   │   │   │   ├── fr
│   │   │   │   │   │   └── System.Linq.Expressions.xml
│   │   │   │   │   ├── it
│   │   │   │   │   │   └── System.Linq.Expressions.xml
│   │   │   │   │   ├── ja
│   │   │   │   │   │   └── System.Linq.Expressions.xml
│   │   │   │   │   ├── ko
│   │   │   │   │   │   └── System.Linq.Expressions.xml
│   │   │   │   │   ├── ru
│   │   │   │   │   │   └── System.Linq.Expressions.xml
│   │   │   │   │   ├── zh-hans
│   │   │   │   │   │   └── System.Linq.Expressions.xml
│   │   │   │   │   └── zh-hant
│   │   │   │   │       └── System.Linq.Expressions.xml
│   │   │   │   ├── netstandard1.6
│   │   │   │   │   ├── System.Linq.Expressions.dll
│   │   │   │   │   ├── System.Linq.Expressions.xml
│   │   │   │   │   ├── de
│   │   │   │   │   │   └── System.Linq.Expressions.xml
│   │   │   │   │   ├── es
│   │   │   │   │   │   └── System.Linq.Expressions.xml
│   │   │   │   │   ├── fr
│   │   │   │   │   │   └── System.Linq.Expressions.xml
│   │   │   │   │   ├── it
│   │   │   │   │   │   └── System.Linq.Expressions.xml
│   │   │   │   │   ├── ja
│   │   │   │   │   │   └── System.Linq.Expressions.xml
│   │   │   │   │   ├── ko
│   │   │   │   │   │   └── System.Linq.Expressions.xml
│   │   │   │   │   ├── ru
│   │   │   │   │   │   └── System.Linq.Expressions.xml
│   │   │   │   │   ├── zh-hans
│   │   │   │   │   │   └── System.Linq.Expressions.xml
│   │   │   │   │   └── zh-hant
│   │   │   │   │       └── System.Linq.Expressions.xml
│   │   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── win8
│   │   │   │   │   └── _._
│   │   │   │   ├── wp80
│   │   │   │   │   └── _._
│   │   │   │   ├── wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── runtimes
│   │   │       └── aot
│   │   │           └── lib
│   │   │               └── netcore50
│   │   │                   └── System.Linq.Expressions.dll
│   │   ├── System.Memory.4.5.4
│   │   │   ├── LICENSE.TXT
│   │   │   ├── System.Memory.4.5.4.nupkg
│   │   │   ├── THIRD-PARTY-NOTICES.TXT
│   │   │   ├── lib
│   │   │   │   ├── net461
│   │   │   │   │   ├── System.Memory.dll
│   │   │   │   │   └── System.Memory.xml
│   │   │   │   ├── netcoreapp2.1
│   │   │   │   │   └── _._
│   │   │   │   ├── netstandard1.1
│   │   │   │   │   ├── System.Memory.dll
│   │   │   │   │   └── System.Memory.xml
│   │   │   │   └── netstandard2.0
│   │   │   │       ├── System.Memory.dll
│   │   │   │       └── System.Memory.xml
│   │   │   ├── ref
│   │   │   │   └── netcoreapp2.1
│   │   │   │       └── _._
│   │   │   ├── useSharedDesignerContext.txt
│   │   │   └── version.txt
│   │   ├── System.Net.Http.4.3.4
│   │   │   ├── System.Net.Http.4.3.4.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── Xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── monoandroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── monotouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net45
│   │   │   │   │   └── _._
│   │   │   │   ├── net46
│   │   │   │   │   └── System.Net.Http.dll
│   │   │   │   ├── portable-net45 win8 wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── win8
│   │   │   │   │   └── _._
│   │   │   │   ├── wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   ├── ref
│   │   │   │   ├── Xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── monoandroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── monotouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net45
│   │   │   │   │   └── _._
│   │   │   │   ├── net46
│   │   │   │   │   └── System.Net.Http.dll
│   │   │   │   ├── netcore50
│   │   │   │   │   └── System.Net.Http.dll
│   │   │   │   ├── netstandard1.1
│   │   │   │   │   └── System.Net.Http.dll
│   │   │   │   ├── netstandard1.3
│   │   │   │   │   └── System.Net.Http.dll
│   │   │   │   ├── portable-net45 win8 wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── win8
│   │   │   │   │   └── _._
│   │   │   │   ├── wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── runtimes
│   │   │       ├── unix
│   │   │       │   └── lib
│   │   │       │       └── netstandard1.6
│   │   │       │           └── System.Net.Http.dll
│   │   │       └── win
│   │   │           └── lib
│   │   │               ├── net46
│   │   │               │   └── System.Net.Http.dll
│   │   │               ├── netcore50
│   │   │               │   └── System.Net.Http.dll
│   │   │               └── netstandard1.3
│   │   │                   └── System.Net.Http.dll
│   │   ├── System.Net.Primitives.4.3.1
│   │   │   ├── System.Net.Primitives.4.3.1.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net45
│   │   │   │   │   └── _._
│   │   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── win8
│   │   │   │   │   └── _._
│   │   │   │   ├── wp80
│   │   │   │   │   └── _._
│   │   │   │   ├── wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── ref
│   │   │       ├── MonoAndroid10
│   │   │       │   └── _._
│   │   │       ├── MonoTouch10
│   │   │       │   └── _._
│   │   │       ├── net45
│   │   │       │   └── _._
│   │   │       ├── netcore50
│   │   │       │   ├── System.Net.Primitives.dll
│   │   │       │   ├── System.Net.Primitives.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Net.Primitives.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Net.Primitives.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Net.Primitives.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Net.Primitives.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Net.Primitives.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Net.Primitives.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Net.Primitives.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Net.Primitives.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Net.Primitives.xml
│   │   │       ├── netstandard1.0
│   │   │       │   ├── System.Net.Primitives.dll
│   │   │       │   ├── System.Net.Primitives.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Net.Primitives.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Net.Primitives.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Net.Primitives.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Net.Primitives.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Net.Primitives.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Net.Primitives.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Net.Primitives.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Net.Primitives.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Net.Primitives.xml
│   │   │       ├── netstandard1.1
│   │   │       │   ├── System.Net.Primitives.dll
│   │   │       │   ├── System.Net.Primitives.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Net.Primitives.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Net.Primitives.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Net.Primitives.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Net.Primitives.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Net.Primitives.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Net.Primitives.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Net.Primitives.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Net.Primitives.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Net.Primitives.xml
│   │   │       ├── netstandard1.3
│   │   │       │   ├── System.Net.Primitives.dll
│   │   │       │   ├── System.Net.Primitives.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Net.Primitives.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Net.Primitives.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Net.Primitives.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Net.Primitives.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Net.Primitives.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Net.Primitives.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Net.Primitives.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Net.Primitives.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Net.Primitives.xml
│   │   │       ├── portable-net45 win8 wp8 wpa81
│   │   │       │   └── _._
│   │   │       ├── win8
│   │   │       │   └── _._
│   │   │       ├── wp80
│   │   │       │   └── _._
│   │   │       ├── wpa81
│   │   │       │   └── _._
│   │   │       ├── xamarinios10
│   │   │       │   └── _._
│   │   │       ├── xamarinmac20
│   │   │       │   └── _._
│   │   │       ├── xamarintvos10
│   │   │       │   └── _._
│   │   │       └── xamarinwatchos10
│   │   │           └── _._
│   │   ├── System.Net.Sockets.4.3.0
│   │   │   ├── System.Net.Sockets.4.3.0.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net46
│   │   │   │   │   └── System.Net.Sockets.dll
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── ref
│   │   │       ├── MonoAndroid10
│   │   │       │   └── _._
│   │   │       ├── MonoTouch10
│   │   │       │   └── _._
│   │   │       ├── net46
│   │   │       │   └── System.Net.Sockets.dll
│   │   │       ├── netstandard1.3
│   │   │       │   ├── System.Net.Sockets.dll
│   │   │       │   ├── System.Net.Sockets.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Net.Sockets.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Net.Sockets.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Net.Sockets.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Net.Sockets.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Net.Sockets.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Net.Sockets.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Net.Sockets.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Net.Sockets.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Net.Sockets.xml
│   │   │       ├── xamarinios10
│   │   │       │   └── _._
│   │   │       ├── xamarinmac20
│   │   │       │   └── _._
│   │   │       ├── xamarintvos10
│   │   │       │   └── _._
│   │   │       └── xamarinwatchos10
│   │   │           └── _._
│   │   ├── System.Numerics.Vectors.4.5.0
│   │   │   ├── LICENSE.TXT
│   │   │   ├── System.Numerics.Vectors.4.5.0.nupkg
│   │   │   ├── THIRD-PARTY-NOTICES.TXT
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net46
│   │   │   │   │   ├── System.Numerics.Vectors.dll
│   │   │   │   │   └── System.Numerics.Vectors.xml
│   │   │   │   ├── netcoreapp2.0
│   │   │   │   │   └── _._
│   │   │   │   ├── netstandard1.0
│   │   │   │   │   ├── System.Numerics.Vectors.dll
│   │   │   │   │   └── System.Numerics.Vectors.xml
│   │   │   │   ├── netstandard2.0
│   │   │   │   │   ├── System.Numerics.Vectors.dll
│   │   │   │   │   └── System.Numerics.Vectors.xml
│   │   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   │   ├── System.Numerics.Vectors.dll
│   │   │   │   │   └── System.Numerics.Vectors.xml
│   │   │   │   ├── uap10.0.16299
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   ├── ref
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net45
│   │   │   │   │   ├── System.Numerics.Vectors.dll
│   │   │   │   │   └── System.Numerics.Vectors.xml
│   │   │   │   ├── net46
│   │   │   │   │   ├── System.Numerics.Vectors.dll
│   │   │   │   │   └── System.Numerics.Vectors.xml
│   │   │   │   ├── netcoreapp2.0
│   │   │   │   │   └── _._
│   │   │   │   ├── netstandard1.0
│   │   │   │   │   ├── System.Numerics.Vectors.dll
│   │   │   │   │   └── System.Numerics.Vectors.xml
│   │   │   │   ├── netstandard2.0
│   │   │   │   │   ├── System.Numerics.Vectors.dll
│   │   │   │   │   └── System.Numerics.Vectors.xml
│   │   │   │   ├── uap10.0.16299
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   ├── useSharedDesignerContext.txt
│   │   │   └── version.txt
│   │   ├── System.ObjectModel.4.3.0
│   │   │   ├── System.ObjectModel.4.3.0.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net45
│   │   │   │   │   └── _._
│   │   │   │   ├── netcore50
│   │   │   │   │   └── System.ObjectModel.dll
│   │   │   │   ├── netstandard1.3
│   │   │   │   │   └── System.ObjectModel.dll
│   │   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── win8
│   │   │   │   │   └── _._
│   │   │   │   ├── wp80
│   │   │   │   │   └── _._
│   │   │   │   ├── wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── ref
│   │   │       ├── MonoAndroid10
│   │   │       │   └── _._
│   │   │       ├── MonoTouch10
│   │   │       │   └── _._
│   │   │       ├── net45
│   │   │       │   └── _._
│   │   │       ├── netcore50
│   │   │       │   ├── System.ObjectModel.dll
│   │   │       │   ├── System.ObjectModel.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.ObjectModel.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.ObjectModel.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.ObjectModel.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.ObjectModel.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.ObjectModel.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.ObjectModel.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.ObjectModel.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.ObjectModel.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.ObjectModel.xml
│   │   │       ├── netstandard1.0
│   │   │       │   ├── System.ObjectModel.dll
│   │   │       │   ├── System.ObjectModel.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.ObjectModel.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.ObjectModel.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.ObjectModel.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.ObjectModel.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.ObjectModel.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.ObjectModel.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.ObjectModel.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.ObjectModel.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.ObjectModel.xml
│   │   │       ├── netstandard1.3
│   │   │       │   ├── System.ObjectModel.dll
│   │   │       │   ├── System.ObjectModel.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.ObjectModel.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.ObjectModel.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.ObjectModel.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.ObjectModel.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.ObjectModel.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.ObjectModel.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.ObjectModel.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.ObjectModel.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.ObjectModel.xml
│   │   │       ├── portable-net45 win8 wp8 wpa81
│   │   │       │   └── _._
│   │   │       ├── win8
│   │   │       │   └── _._
│   │   │       ├── wp80
│   │   │       │   └── _._
│   │   │       ├── wpa81
│   │   │       │   └── _._
│   │   │       ├── xamarinios10
│   │   │       │   └── _._
│   │   │       ├── xamarinmac20
│   │   │       │   └── _._
│   │   │       ├── xamarintvos10
│   │   │       │   └── _._
│   │   │       └── xamarinwatchos10
│   │   │           └── _._
│   │   ├── System.Reflection.4.3.0
│   │   │   ├── System.Reflection.4.3.0.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net45
│   │   │   │   │   └── _._
│   │   │   │   ├── net462
│   │   │   │   │   └── System.Reflection.dll
│   │   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── win8
│   │   │   │   │   └── _._
│   │   │   │   ├── wp80
│   │   │   │   │   └── _._
│   │   │   │   ├── wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── ref
│   │   │       ├── MonoAndroid10
│   │   │       │   └── _._
│   │   │       ├── MonoTouch10
│   │   │       │   └── _._
│   │   │       ├── net45
│   │   │       │   └── _._
│   │   │       ├── net462
│   │   │       │   └── System.Reflection.dll
│   │   │       ├── netcore50
│   │   │       │   ├── System.Reflection.dll
│   │   │       │   ├── System.Reflection.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Reflection.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Reflection.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Reflection.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Reflection.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Reflection.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Reflection.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Reflection.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Reflection.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Reflection.xml
│   │   │       ├── netstandard1.0
│   │   │       │   ├── System.Reflection.dll
│   │   │       │   ├── System.Reflection.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Reflection.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Reflection.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Reflection.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Reflection.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Reflection.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Reflection.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Reflection.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Reflection.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Reflection.xml
│   │   │       ├── netstandard1.3
│   │   │       │   ├── System.Reflection.dll
│   │   │       │   ├── System.Reflection.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Reflection.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Reflection.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Reflection.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Reflection.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Reflection.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Reflection.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Reflection.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Reflection.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Reflection.xml
│   │   │       ├── netstandard1.5
│   │   │       │   ├── System.Reflection.dll
│   │   │       │   ├── System.Reflection.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Reflection.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Reflection.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Reflection.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Reflection.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Reflection.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Reflection.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Reflection.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Reflection.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Reflection.xml
│   │   │       ├── portable-net45 win8 wp8 wpa81
│   │   │       │   └── _._
│   │   │       ├── win8
│   │   │       │   └── _._
│   │   │       ├── wp80
│   │   │       │   └── _._
│   │   │       ├── wpa81
│   │   │       │   └── _._
│   │   │       ├── xamarinios10
│   │   │       │   └── _._
│   │   │       ├── xamarinmac20
│   │   │       │   └── _._
│   │   │       ├── xamarintvos10
│   │   │       │   └── _._
│   │   │       └── xamarinwatchos10
│   │   │           └── _._
│   │   ├── System.Reflection.Extensions.4.3.0
│   │   │   ├── System.Reflection.Extensions.4.3.0.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net45
│   │   │   │   │   └── _._
│   │   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── win8
│   │   │   │   │   └── _._
│   │   │   │   ├── wp80
│   │   │   │   │   └── _._
│   │   │   │   ├── wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── ref
│   │   │       ├── MonoAndroid10
│   │   │       │   └── _._
│   │   │       ├── MonoTouch10
│   │   │       │   └── _._
│   │   │       ├── net45
│   │   │       │   └── _._
│   │   │       ├── netcore50
│   │   │       │   ├── System.Reflection.Extensions.dll
│   │   │       │   ├── System.Reflection.Extensions.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Reflection.Extensions.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Reflection.Extensions.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Reflection.Extensions.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Reflection.Extensions.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Reflection.Extensions.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Reflection.Extensions.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Reflection.Extensions.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Reflection.Extensions.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Reflection.Extensions.xml
│   │   │       ├── netstandard1.0
│   │   │       │   ├── System.Reflection.Extensions.dll
│   │   │       │   ├── System.Reflection.Extensions.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Reflection.Extensions.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Reflection.Extensions.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Reflection.Extensions.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Reflection.Extensions.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Reflection.Extensions.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Reflection.Extensions.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Reflection.Extensions.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Reflection.Extensions.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Reflection.Extensions.xml
│   │   │       ├── portable-net45 win8 wp8 wpa81
│   │   │       │   └── _._
│   │   │       ├── win8
│   │   │       │   └── _._
│   │   │       ├── wp80
│   │   │       │   └── _._
│   │   │       ├── wpa81
│   │   │       │   └── _._
│   │   │       ├── xamarinios10
│   │   │       │   └── _._
│   │   │       ├── xamarinmac20
│   │   │       │   └── _._
│   │   │       ├── xamarintvos10
│   │   │       │   └── _._
│   │   │       └── xamarinwatchos10
│   │   │           └── _._
│   │   ├── System.Reflection.Primitives.4.3.0
│   │   │   ├── System.Reflection.Primitives.4.3.0.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net45
│   │   │   │   │   └── _._
│   │   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── win8
│   │   │   │   │   └── _._
│   │   │   │   ├── wp80
│   │   │   │   │   └── _._
│   │   │   │   ├── wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── ref
│   │   │       ├── MonoAndroid10
│   │   │       │   └── _._
│   │   │       ├── MonoTouch10
│   │   │       │   └── _._
│   │   │       ├── net45
│   │   │       │   └── _._
│   │   │       ├── netcore50
│   │   │       │   ├── System.Reflection.Primitives.dll
│   │   │       │   ├── System.Reflection.Primitives.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Reflection.Primitives.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Reflection.Primitives.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Reflection.Primitives.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Reflection.Primitives.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Reflection.Primitives.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Reflection.Primitives.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Reflection.Primitives.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Reflection.Primitives.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Reflection.Primitives.xml
│   │   │       ├── netstandard1.0
│   │   │       │   ├── System.Reflection.Primitives.dll
│   │   │       │   ├── System.Reflection.Primitives.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Reflection.Primitives.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Reflection.Primitives.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Reflection.Primitives.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Reflection.Primitives.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Reflection.Primitives.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Reflection.Primitives.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Reflection.Primitives.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Reflection.Primitives.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Reflection.Primitives.xml
│   │   │       ├── portable-net45 win8 wp8 wpa81
│   │   │       │   └── _._
│   │   │       ├── win8
│   │   │       │   └── _._
│   │   │       ├── wp80
│   │   │       │   └── _._
│   │   │       ├── wpa81
│   │   │       │   └── _._
│   │   │       ├── xamarinios10
│   │   │       │   └── _._
│   │   │       ├── xamarinmac20
│   │   │       │   └── _._
│   │   │       ├── xamarintvos10
│   │   │       │   └── _._
│   │   │       └── xamarinwatchos10
│   │   │           └── _._
│   │   ├── System.Resources.ResourceManager.4.3.0
│   │   │   ├── System.Resources.ResourceManager.4.3.0.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net45
│   │   │   │   │   └── _._
│   │   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── win8
│   │   │   │   │   └── _._
│   │   │   │   ├── wp80
│   │   │   │   │   └── _._
│   │   │   │   ├── wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── ref
│   │   │       ├── MonoAndroid10
│   │   │       │   └── _._
│   │   │       ├── MonoTouch10
│   │   │       │   └── _._
│   │   │       ├── net45
│   │   │       │   └── _._
│   │   │       ├── netcore50
│   │   │       │   ├── System.Resources.ResourceManager.dll
│   │   │       │   ├── System.Resources.ResourceManager.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Resources.ResourceManager.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Resources.ResourceManager.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Resources.ResourceManager.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Resources.ResourceManager.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Resources.ResourceManager.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Resources.ResourceManager.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Resources.ResourceManager.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Resources.ResourceManager.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Resources.ResourceManager.xml
│   │   │       ├── netstandard1.0
│   │   │       │   ├── System.Resources.ResourceManager.dll
│   │   │       │   ├── System.Resources.ResourceManager.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Resources.ResourceManager.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Resources.ResourceManager.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Resources.ResourceManager.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Resources.ResourceManager.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Resources.ResourceManager.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Resources.ResourceManager.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Resources.ResourceManager.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Resources.ResourceManager.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Resources.ResourceManager.xml
│   │   │       ├── portable-net45 win8 wp8 wpa81
│   │   │       │   └── _._
│   │   │       ├── win8
│   │   │       │   └── _._
│   │   │       ├── wp80
│   │   │       │   └── _._
│   │   │       ├── wpa81
│   │   │       │   └── _._
│   │   │       ├── xamarinios10
│   │   │       │   └── _._
│   │   │       ├── xamarinmac20
│   │   │       │   └── _._
│   │   │       ├── xamarintvos10
│   │   │       │   └── _._
│   │   │       └── xamarinwatchos10
│   │   │           └── _._
│   │   ├── System.Runtime.4.3.1
│   │   │   ├── System.Runtime.4.3.1.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net45
│   │   │   │   │   └── _._
│   │   │   │   ├── net462
│   │   │   │   │   └── System.Runtime.dll
│   │   │   │   ├── portable-net45 win8 wp80 wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── win8
│   │   │   │   │   └── _._
│   │   │   │   ├── wp80
│   │   │   │   │   └── _._
│   │   │   │   ├── wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── ref
│   │   │       ├── MonoAndroid10
│   │   │       │   └── _._
│   │   │       ├── MonoTouch10
│   │   │       │   └── _._
│   │   │       ├── net45
│   │   │       │   └── _._
│   │   │       ├── net462
│   │   │       │   └── System.Runtime.dll
│   │   │       ├── netcore50
│   │   │       │   ├── System.Runtime.dll
│   │   │       │   ├── System.Runtime.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Runtime.xml
│   │   │       ├── netstandard1.0
│   │   │       │   ├── System.Runtime.dll
│   │   │       │   ├── System.Runtime.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Runtime.xml
│   │   │       ├── netstandard1.2
│   │   │       │   ├── System.Runtime.dll
│   │   │       │   ├── System.Runtime.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Runtime.xml
│   │   │       ├── netstandard1.3
│   │   │       │   ├── System.Runtime.dll
│   │   │       │   ├── System.Runtime.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Runtime.xml
│   │   │       ├── netstandard1.5
│   │   │       │   ├── System.Runtime.dll
│   │   │       │   ├── System.Runtime.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Runtime.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Runtime.xml
│   │   │       ├── portable-net45 win8 wp80 wpa81
│   │   │       │   └── _._
│   │   │       ├── win8
│   │   │       │   └── _._
│   │   │       ├── wp80
│   │   │       │   └── _._
│   │   │       ├── wpa81
│   │   │       │   └── _._
│   │   │       ├── xamarinios10
│   │   │       │   └── _._
│   │   │       ├── xamarinmac20
│   │   │       │   └── _._
│   │   │       ├── xamarintvos10
│   │   │       │   └── _._
│   │   │       └── xamarinwatchos10
│   │   │           └── _._
│   │   ├── System.Runtime.CompilerServices.Unsafe.5.0.0
│   │   │   ├── Icon.png
│   │   │   ├── LICENSE.TXT
│   │   │   ├── System.Runtime.CompilerServices.Unsafe.5.0.0.nupkg
│   │   │   ├── THIRD-PARTY-NOTICES.TXT
│   │   │   ├── lib
│   │   │   │   ├── net45
│   │   │   │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
│   │   │   │   │   └── System.Runtime.CompilerServices.Unsafe.xml
│   │   │   │   ├── netcoreapp2.0
│   │   │   │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
│   │   │   │   │   └── System.Runtime.CompilerServices.Unsafe.xml
│   │   │   │   ├── netstandard1.0
│   │   │   │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
│   │   │   │   │   └── System.Runtime.CompilerServices.Unsafe.xml
│   │   │   │   └── netstandard2.0
│   │   │   │       ├── System.Runtime.CompilerServices.Unsafe.dll
│   │   │   │       └── System.Runtime.CompilerServices.Unsafe.xml
│   │   │   ├── ref
│   │   │   │   ├── net461
│   │   │   │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
│   │   │   │   │   └── System.Runtime.CompilerServices.Unsafe.xml
│   │   │   │   ├── netstandard1.0
│   │   │   │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
│   │   │   │   │   └── System.Runtime.CompilerServices.Unsafe.xml
│   │   │   │   ├── netstandard2.0
│   │   │   │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
│   │   │   │   │   └── System.Runtime.CompilerServices.Unsafe.xml
│   │   │   │   └── netstandard2.1
│   │   │   │       ├── System.Runtime.CompilerServices.Unsafe.dll
│   │   │   │       └── System.Runtime.CompilerServices.Unsafe.xml
│   │   │   ├── useSharedDesignerContext.txt
│   │   │   └── version.txt
│   │   ├── System.Runtime.Extensions.4.3.1
│   │   │   ├── System.Runtime.Extensions.4.3.1.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net45
│   │   │   │   │   └── _._
│   │   │   │   ├── net462
│   │   │   │   │   └── System.Runtime.Extensions.dll
│   │   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── win8
│   │   │   │   │   └── _._
│   │   │   │   ├── wp80
│   │   │   │   │   └── _._
│   │   │   │   ├── wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── ref
│   │   │       ├── MonoAndroid10
│   │   │       │   └── _._
│   │   │       ├── MonoTouch10
│   │   │       │   └── _._
│   │   │       ├── net45
│   │   │       │   └── _._
│   │   │       ├── net462
│   │   │       │   └── System.Runtime.Extensions.dll
│   │   │       ├── netcore50
│   │   │       │   ├── System.Runtime.Extensions.dll
│   │   │       │   ├── System.Runtime.Extensions.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Runtime.Extensions.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Runtime.Extensions.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Runtime.Extensions.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Runtime.Extensions.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Runtime.Extensions.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Runtime.Extensions.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Runtime.Extensions.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Runtime.Extensions.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Runtime.Extensions.xml
│   │   │       ├── netstandard1.0
│   │   │       │   ├── System.Runtime.Extensions.dll
│   │   │       │   ├── System.Runtime.Extensions.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Runtime.Extensions.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Runtime.Extensions.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Runtime.Extensions.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Runtime.Extensions.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Runtime.Extensions.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Runtime.Extensions.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Runtime.Extensions.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Runtime.Extensions.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Runtime.Extensions.xml
│   │   │       ├── netstandard1.3
│   │   │       │   ├── System.Runtime.Extensions.dll
│   │   │       │   ├── System.Runtime.Extensions.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Runtime.Extensions.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Runtime.Extensions.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Runtime.Extensions.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Runtime.Extensions.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Runtime.Extensions.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Runtime.Extensions.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Runtime.Extensions.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Runtime.Extensions.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Runtime.Extensions.xml
│   │   │       ├── netstandard1.5
│   │   │       │   ├── System.Runtime.Extensions.dll
│   │   │       │   ├── System.Runtime.Extensions.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Runtime.Extensions.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Runtime.Extensions.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Runtime.Extensions.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Runtime.Extensions.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Runtime.Extensions.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Runtime.Extensions.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Runtime.Extensions.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Runtime.Extensions.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Runtime.Extensions.xml
│   │   │       ├── portable-net45 win8 wp8 wpa81
│   │   │       │   └── _._
│   │   │       ├── win8
│   │   │       │   └── _._
│   │   │       ├── wp80
│   │   │       │   └── _._
│   │   │       ├── wpa81
│   │   │       │   └── _._
│   │   │       ├── xamarinios10
│   │   │       │   └── _._
│   │   │       ├── xamarinmac20
│   │   │       │   └── _._
│   │   │       ├── xamarintvos10
│   │   │       │   └── _._
│   │   │       └── xamarinwatchos10
│   │   │           └── _._
│   │   ├── System.Runtime.Handles.4.3.0
│   │   │   ├── System.Runtime.Handles.4.3.0.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net46
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── ref
│   │   │       ├── MonoAndroid10
│   │   │       │   └── _._
│   │   │       ├── MonoTouch10
│   │   │       │   └── _._
│   │   │       ├── net46
│   │   │       │   └── _._
│   │   │       ├── netstandard1.3
│   │   │       │   ├── System.Runtime.Handles.dll
│   │   │       │   ├── System.Runtime.Handles.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Runtime.Handles.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Runtime.Handles.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Runtime.Handles.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Runtime.Handles.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Runtime.Handles.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Runtime.Handles.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Runtime.Handles.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Runtime.Handles.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Runtime.Handles.xml
│   │   │       ├── xamarinios10
│   │   │       │   └── _._
│   │   │       ├── xamarinmac20
│   │   │       │   └── _._
│   │   │       ├── xamarintvos10
│   │   │       │   └── _._
│   │   │       └── xamarinwatchos10
│   │   │           └── _._
│   │   ├── System.Runtime.InteropServices.4.3.0
│   │   │   ├── System.Runtime.InteropServices.4.3.0.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net45
│   │   │   │   │   └── _._
│   │   │   │   ├── net462
│   │   │   │   │   └── System.Runtime.InteropServices.dll
│   │   │   │   ├── net463
│   │   │   │   │   └── System.Runtime.InteropServices.dll
│   │   │   │   ├── portable-net45 win8 wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── win8
│   │   │   │   │   └── _._
│   │   │   │   ├── wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── ref
│   │   │       ├── MonoAndroid10
│   │   │       │   └── _._
│   │   │       ├── MonoTouch10
│   │   │       │   └── _._
│   │   │       ├── net45
│   │   │       │   └── _._
│   │   │       ├── net462
│   │   │       │   └── System.Runtime.InteropServices.dll
│   │   │       ├── net463
│   │   │       │   └── System.Runtime.InteropServices.dll
│   │   │       ├── netcore50
│   │   │       │   ├── System.Runtime.InteropServices.dll
│   │   │       │   ├── System.Runtime.InteropServices.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Runtime.InteropServices.xml
│   │   │       ├── netcoreapp1.1
│   │   │       │   └── System.Runtime.InteropServices.dll
│   │   │       ├── netstandard1.1
│   │   │       │   ├── System.Runtime.InteropServices.dll
│   │   │       │   ├── System.Runtime.InteropServices.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Runtime.InteropServices.xml
│   │   │       ├── netstandard1.2
│   │   │       │   ├── System.Runtime.InteropServices.dll
│   │   │       │   ├── System.Runtime.InteropServices.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Runtime.InteropServices.xml
│   │   │       ├── netstandard1.3
│   │   │       │   ├── System.Runtime.InteropServices.dll
│   │   │       │   ├── System.Runtime.InteropServices.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Runtime.InteropServices.xml
│   │   │       ├── netstandard1.5
│   │   │       │   ├── System.Runtime.InteropServices.dll
│   │   │       │   ├── System.Runtime.InteropServices.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Runtime.InteropServices.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Runtime.InteropServices.xml
│   │   │       ├── portable-net45 win8 wpa81
│   │   │       │   └── _._
│   │   │       ├── win8
│   │   │       │   └── _._
│   │   │       ├── wpa81
│   │   │       │   └── _._
│   │   │       ├── xamarinios10
│   │   │       │   └── _._
│   │   │       ├── xamarinmac20
│   │   │       │   └── _._
│   │   │       ├── xamarintvos10
│   │   │       │   └── _._
│   │   │       └── xamarinwatchos10
│   │   │           └── _._
│   │   ├── System.Runtime.InteropServices.RuntimeInformation.4.3.0
│   │   │   ├── System.Runtime.InteropServices.RuntimeInformation.4.3.0.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net45
│   │   │   │   │   └── System.Runtime.InteropServices.RuntimeInformation.dll
│   │   │   │   ├── netstandard1.1
│   │   │   │   │   └── System.Runtime.InteropServices.RuntimeInformation.dll
│   │   │   │   ├── win8
│   │   │   │   │   └── System.Runtime.InteropServices.RuntimeInformation.dll
│   │   │   │   ├── wpa81
│   │   │   │   │   └── System.Runtime.InteropServices.RuntimeInformation.dll
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   ├── ref
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── netstandard1.1
│   │   │   │   │   └── System.Runtime.InteropServices.RuntimeInformation.dll
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── runtimes
│   │   │       ├── aot
│   │   │       │   └── lib
│   │   │       │       └── netcore50
│   │   │       │           └── System.Runtime.InteropServices.RuntimeInformation.dll
│   │   │       ├── unix
│   │   │       │   └── lib
│   │   │       │       └── netstandard1.1
│   │   │       │           └── System.Runtime.InteropServices.RuntimeInformation.dll
│   │   │       └── win
│   │   │           └── lib
│   │   │               ├── net45
│   │   │               │   └── System.Runtime.InteropServices.RuntimeInformation.dll
│   │   │               ├── netcore50
│   │   │               │   └── System.Runtime.InteropServices.RuntimeInformation.dll
│   │   │               └── netstandard1.1
│   │   │                   └── System.Runtime.InteropServices.RuntimeInformation.dll
│   │   ├── System.Runtime.Numerics.4.3.0
│   │   │   ├── System.Runtime.Numerics.4.3.0.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net45
│   │   │   │   │   └── _._
│   │   │   │   ├── netcore50
│   │   │   │   │   └── System.Runtime.Numerics.dll
│   │   │   │   ├── netstandard1.3
│   │   │   │   │   └── System.Runtime.Numerics.dll
│   │   │   │   ├── portable-net45 win8 wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── win8
│   │   │   │   │   └── _._
│   │   │   │   ├── wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── ref
│   │   │       ├── MonoAndroid10
│   │   │       │   └── _._
│   │   │       ├── MonoTouch10
│   │   │       │   └── _._
│   │   │       ├── net45
│   │   │       │   └── _._
│   │   │       ├── netcore50
│   │   │       │   ├── System.Runtime.Numerics.dll
│   │   │       │   ├── System.Runtime.Numerics.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Runtime.Numerics.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Runtime.Numerics.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Runtime.Numerics.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Runtime.Numerics.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Runtime.Numerics.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Runtime.Numerics.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Runtime.Numerics.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Runtime.Numerics.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Runtime.Numerics.xml
│   │   │       ├── netstandard1.1
│   │   │       │   ├── System.Runtime.Numerics.dll
│   │   │       │   ├── System.Runtime.Numerics.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Runtime.Numerics.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Runtime.Numerics.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Runtime.Numerics.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Runtime.Numerics.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Runtime.Numerics.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Runtime.Numerics.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Runtime.Numerics.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Runtime.Numerics.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Runtime.Numerics.xml
│   │   │       ├── portable-net45 win8 wpa81
│   │   │       │   └── _._
│   │   │       ├── win8
│   │   │       │   └── _._
│   │   │       ├── wpa81
│   │   │       │   └── _._
│   │   │       ├── xamarinios10
│   │   │       │   └── _._
│   │   │       ├── xamarinmac20
│   │   │       │   └── _._
│   │   │       ├── xamarintvos10
│   │   │       │   └── _._
│   │   │       └── xamarinwatchos10
│   │   │           └── _._
│   │   ├── System.Security.Cryptography.Algorithms.4.3.1
│   │   │   ├── System.Security.Cryptography.Algorithms.4.3.1.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net46
│   │   │   │   │   └── System.Security.Cryptography.Algorithms.dll
│   │   │   │   ├── net461
│   │   │   │   │   └── System.Security.Cryptography.Algorithms.dll
│   │   │   │   ├── net463
│   │   │   │   │   └── System.Security.Cryptography.Algorithms.dll
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   ├── ref
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net46
│   │   │   │   │   └── System.Security.Cryptography.Algorithms.dll
│   │   │   │   ├── net461
│   │   │   │   │   └── System.Security.Cryptography.Algorithms.dll
│   │   │   │   ├── net463
│   │   │   │   │   └── System.Security.Cryptography.Algorithms.dll
│   │   │   │   ├── netstandard1.3
│   │   │   │   │   └── System.Security.Cryptography.Algorithms.dll
│   │   │   │   ├── netstandard1.4
│   │   │   │   │   └── System.Security.Cryptography.Algorithms.dll
│   │   │   │   ├── netstandard1.6
│   │   │   │   │   └── System.Security.Cryptography.Algorithms.dll
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── runtimes
│   │   │       ├── osx
│   │   │       │   └── lib
│   │   │       │       └── netstandard1.6
│   │   │       │           └── System.Security.Cryptography.Algorithms.dll
│   │   │       ├── unix
│   │   │       │   └── lib
│   │   │       │       └── netstandard1.6
│   │   │       │           └── System.Security.Cryptography.Algorithms.dll
│   │   │       └── win
│   │   │           └── lib
│   │   │               ├── net46
│   │   │               │   └── System.Security.Cryptography.Algorithms.dll
│   │   │               ├── net461
│   │   │               │   └── System.Security.Cryptography.Algorithms.dll
│   │   │               ├── net463
│   │   │               │   └── System.Security.Cryptography.Algorithms.dll
│   │   │               ├── netcore50
│   │   │               │   └── System.Security.Cryptography.Algorithms.dll
│   │   │               └── netstandard1.6
│   │   │                   └── System.Security.Cryptography.Algorithms.dll
│   │   ├── System.Security.Cryptography.Encoding.4.3.0
│   │   │   ├── System.Security.Cryptography.Encoding.4.3.0.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net46
│   │   │   │   │   └── System.Security.Cryptography.Encoding.dll
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   ├── ref
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net46
│   │   │   │   │   └── System.Security.Cryptography.Encoding.dll
│   │   │   │   ├── netstandard1.3
│   │   │   │   │   ├── System.Security.Cryptography.Encoding.dll
│   │   │   │   │   ├── System.Security.Cryptography.Encoding.xml
│   │   │   │   │   ├── de
│   │   │   │   │   │   └── System.Security.Cryptography.Encoding.xml
│   │   │   │   │   ├── es
│   │   │   │   │   │   └── System.Security.Cryptography.Encoding.xml
│   │   │   │   │   ├── fr
│   │   │   │   │   │   └── System.Security.Cryptography.Encoding.xml
│   │   │   │   │   ├── it
│   │   │   │   │   │   └── System.Security.Cryptography.Encoding.xml
│   │   │   │   │   ├── ja
│   │   │   │   │   │   └── System.Security.Cryptography.Encoding.xml
│   │   │   │   │   ├── ko
│   │   │   │   │   │   └── System.Security.Cryptography.Encoding.xml
│   │   │   │   │   ├── ru
│   │   │   │   │   │   └── System.Security.Cryptography.Encoding.xml
│   │   │   │   │   ├── zh-hans
│   │   │   │   │   │   └── System.Security.Cryptography.Encoding.xml
│   │   │   │   │   └── zh-hant
│   │   │   │   │       └── System.Security.Cryptography.Encoding.xml
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── runtimes
│   │   │       ├── unix
│   │   │       │   └── lib
│   │   │       │       └── netstandard1.3
│   │   │       │           └── System.Security.Cryptography.Encoding.dll
│   │   │       └── win
│   │   │           └── lib
│   │   │               ├── net46
│   │   │               │   └── System.Security.Cryptography.Encoding.dll
│   │   │               └── netstandard1.3
│   │   │                   └── System.Security.Cryptography.Encoding.dll
│   │   ├── System.Security.Cryptography.Primitives.4.3.0
│   │   │   ├── System.Security.Cryptography.Primitives.4.3.0.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net46
│   │   │   │   │   └── System.Security.Cryptography.Primitives.dll
│   │   │   │   ├── netstandard1.3
│   │   │   │   │   └── System.Security.Cryptography.Primitives.dll
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── ref
│   │   │       ├── MonoAndroid10
│   │   │       │   └── _._
│   │   │       ├── MonoTouch10
│   │   │       │   └── _._
│   │   │       ├── net46
│   │   │       │   └── System.Security.Cryptography.Primitives.dll
│   │   │       ├── netstandard1.3
│   │   │       │   └── System.Security.Cryptography.Primitives.dll
│   │   │       ├── xamarinios10
│   │   │       │   └── _._
│   │   │       ├── xamarinmac20
│   │   │       │   └── _._
│   │   │       ├── xamarintvos10
│   │   │       │   └── _._
│   │   │       └── xamarinwatchos10
│   │   │           └── _._
│   │   ├── System.Security.Cryptography.X509Certificates.4.3.2
│   │   │   ├── System.Security.Cryptography.X509Certificates.4.3.2.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net46
│   │   │   │   │   └── System.Security.Cryptography.X509Certificates.dll
│   │   │   │   ├── net461
│   │   │   │   │   └── System.Security.Cryptography.X509Certificates.dll
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   ├── ref
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net46
│   │   │   │   │   └── System.Security.Cryptography.X509Certificates.dll
│   │   │   │   ├── net461
│   │   │   │   │   └── System.Security.Cryptography.X509Certificates.dll
│   │   │   │   ├── netstandard1.3
│   │   │   │   │   └── System.Security.Cryptography.X509Certificates.dll
│   │   │   │   ├── netstandard1.4
│   │   │   │   │   └── System.Security.Cryptography.X509Certificates.dll
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── runtimes
│   │   │       ├── unix
│   │   │       │   └── lib
│   │   │       │       └── netstandard1.6
│   │   │       │           └── System.Security.Cryptography.X509Certificates.dll
│   │   │       └── win
│   │   │           └── lib
│   │   │               ├── net46
│   │   │               │   └── System.Security.Cryptography.X509Certificates.dll
│   │   │               ├── net461
│   │   │               │   └── System.Security.Cryptography.X509Certificates.dll
│   │   │               ├── netcore50
│   │   │               │   └── System.Security.Cryptography.X509Certificates.dll
│   │   │               └── netstandard1.6
│   │   │                   └── System.Security.Cryptography.X509Certificates.dll
│   │   ├── System.Text.Encoding.4.3.0
│   │   │   ├── System.Text.Encoding.4.3.0.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net45
│   │   │   │   │   └── _._
│   │   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── win8
│   │   │   │   │   └── _._
│   │   │   │   ├── wp80
│   │   │   │   │   └── _._
│   │   │   │   ├── wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── ref
│   │   │       ├── MonoAndroid10
│   │   │       │   └── _._
│   │   │       ├── MonoTouch10
│   │   │       │   └── _._
│   │   │       ├── net45
│   │   │       │   └── _._
│   │   │       ├── netcore50
│   │   │       │   ├── System.Text.Encoding.dll
│   │   │       │   ├── System.Text.Encoding.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Text.Encoding.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Text.Encoding.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Text.Encoding.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Text.Encoding.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Text.Encoding.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Text.Encoding.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Text.Encoding.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Text.Encoding.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Text.Encoding.xml
│   │   │       ├── netstandard1.0
│   │   │       │   ├── System.Text.Encoding.dll
│   │   │       │   ├── System.Text.Encoding.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Text.Encoding.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Text.Encoding.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Text.Encoding.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Text.Encoding.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Text.Encoding.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Text.Encoding.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Text.Encoding.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Text.Encoding.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Text.Encoding.xml
│   │   │       ├── netstandard1.3
│   │   │       │   ├── System.Text.Encoding.dll
│   │   │       │   ├── System.Text.Encoding.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Text.Encoding.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Text.Encoding.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Text.Encoding.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Text.Encoding.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Text.Encoding.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Text.Encoding.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Text.Encoding.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Text.Encoding.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Text.Encoding.xml
│   │   │       ├── portable-net45 win8 wp8 wpa81
│   │   │       │   └── _._
│   │   │       ├── win8
│   │   │       │   └── _._
│   │   │       ├── wp80
│   │   │       │   └── _._
│   │   │       ├── wpa81
│   │   │       │   └── _._
│   │   │       ├── xamarinios10
│   │   │       │   └── _._
│   │   │       ├── xamarinmac20
│   │   │       │   └── _._
│   │   │       ├── xamarintvos10
│   │   │       │   └── _._
│   │   │       └── xamarinwatchos10
│   │   │           └── _._
│   │   ├── System.Text.Encoding.Extensions.4.3.0
│   │   │   ├── System.Text.Encoding.Extensions.4.3.0.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net45
│   │   │   │   │   └── _._
│   │   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── win8
│   │   │   │   │   └── _._
│   │   │   │   ├── wp80
│   │   │   │   │   └── _._
│   │   │   │   ├── wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── ref
│   │   │       ├── MonoAndroid10
│   │   │       │   └── _._
│   │   │       ├── MonoTouch10
│   │   │       │   └── _._
│   │   │       ├── net45
│   │   │       │   └── _._
│   │   │       ├── netcore50
│   │   │       │   ├── System.Text.Encoding.Extensions.dll
│   │   │       │   ├── System.Text.Encoding.Extensions.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Text.Encoding.Extensions.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Text.Encoding.Extensions.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Text.Encoding.Extensions.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Text.Encoding.Extensions.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Text.Encoding.Extensions.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Text.Encoding.Extensions.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Text.Encoding.Extensions.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Text.Encoding.Extensions.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Text.Encoding.Extensions.xml
│   │   │       ├── netstandard1.0
│   │   │       │   ├── System.Text.Encoding.Extensions.dll
│   │   │       │   ├── System.Text.Encoding.Extensions.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Text.Encoding.Extensions.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Text.Encoding.Extensions.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Text.Encoding.Extensions.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Text.Encoding.Extensions.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Text.Encoding.Extensions.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Text.Encoding.Extensions.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Text.Encoding.Extensions.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Text.Encoding.Extensions.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Text.Encoding.Extensions.xml
│   │   │       ├── netstandard1.3
│   │   │       │   ├── System.Text.Encoding.Extensions.dll
│   │   │       │   ├── System.Text.Encoding.Extensions.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Text.Encoding.Extensions.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Text.Encoding.Extensions.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Text.Encoding.Extensions.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Text.Encoding.Extensions.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Text.Encoding.Extensions.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Text.Encoding.Extensions.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Text.Encoding.Extensions.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Text.Encoding.Extensions.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Text.Encoding.Extensions.xml
│   │   │       ├── portable-net45 win8 wp8 wpa81
│   │   │       │   └── _._
│   │   │       ├── win8
│   │   │       │   └── _._
│   │   │       ├── wp80
│   │   │       │   └── _._
│   │   │       ├── wpa81
│   │   │       │   └── _._
│   │   │       ├── xamarinios10
│   │   │       │   └── _._
│   │   │       ├── xamarinmac20
│   │   │       │   └── _._
│   │   │       ├── xamarintvos10
│   │   │       │   └── _._
│   │   │       └── xamarinwatchos10
│   │   │           └── _._
│   │   ├── System.Text.RegularExpressions.4.3.1
│   │   │   ├── System.Text.RegularExpressions.4.3.1.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net45
│   │   │   │   │   └── _._
│   │   │   │   ├── net463
│   │   │   │   │   └── System.Text.RegularExpressions.dll
│   │   │   │   ├── netcore50
│   │   │   │   │   └── System.Text.RegularExpressions.dll
│   │   │   │   ├── netstandard1.6
│   │   │   │   │   └── System.Text.RegularExpressions.dll
│   │   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── win8
│   │   │   │   │   └── _._
│   │   │   │   ├── wp80
│   │   │   │   │   └── _._
│   │   │   │   ├── wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── ref
│   │   │       ├── MonoAndroid10
│   │   │       │   └── _._
│   │   │       ├── MonoTouch10
│   │   │       │   └── _._
│   │   │       ├── net45
│   │   │       │   └── _._
│   │   │       ├── net463
│   │   │       │   └── System.Text.RegularExpressions.dll
│   │   │       ├── netcore50
│   │   │       │   ├── System.Text.RegularExpressions.dll
│   │   │       │   ├── System.Text.RegularExpressions.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Text.RegularExpressions.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Text.RegularExpressions.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Text.RegularExpressions.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Text.RegularExpressions.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Text.RegularExpressions.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Text.RegularExpressions.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Text.RegularExpressions.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Text.RegularExpressions.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Text.RegularExpressions.xml
│   │   │       ├── netcoreapp1.1
│   │   │       │   └── System.Text.RegularExpressions.dll
│   │   │       ├── netstandard1.0
│   │   │       │   ├── System.Text.RegularExpressions.dll
│   │   │       │   ├── System.Text.RegularExpressions.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Text.RegularExpressions.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Text.RegularExpressions.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Text.RegularExpressions.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Text.RegularExpressions.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Text.RegularExpressions.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Text.RegularExpressions.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Text.RegularExpressions.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Text.RegularExpressions.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Text.RegularExpressions.xml
│   │   │       ├── netstandard1.3
│   │   │       │   ├── System.Text.RegularExpressions.dll
│   │   │       │   ├── System.Text.RegularExpressions.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Text.RegularExpressions.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Text.RegularExpressions.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Text.RegularExpressions.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Text.RegularExpressions.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Text.RegularExpressions.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Text.RegularExpressions.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Text.RegularExpressions.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Text.RegularExpressions.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Text.RegularExpressions.xml
│   │   │       ├── netstandard1.6
│   │   │       │   ├── System.Text.RegularExpressions.dll
│   │   │       │   ├── System.Text.RegularExpressions.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Text.RegularExpressions.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Text.RegularExpressions.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Text.RegularExpressions.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Text.RegularExpressions.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Text.RegularExpressions.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Text.RegularExpressions.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Text.RegularExpressions.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Text.RegularExpressions.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Text.RegularExpressions.xml
│   │   │       ├── portable-net45 win8 wp8 wpa81
│   │   │       │   └── _._
│   │   │       ├── win8
│   │   │       │   └── _._
│   │   │       ├── wp80
│   │   │       │   └── _._
│   │   │       ├── wpa81
│   │   │       │   └── _._
│   │   │       ├── xamarinios10
│   │   │       │   └── _._
│   │   │       ├── xamarinmac20
│   │   │       │   └── _._
│   │   │       ├── xamarintvos10
│   │   │       │   └── _._
│   │   │       └── xamarinwatchos10
│   │   │           └── _._
│   │   ├── System.Threading.4.3.0
│   │   │   ├── System.Threading.4.3.0.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net45
│   │   │   │   │   └── _._
│   │   │   │   ├── netcore50
│   │   │   │   │   └── System.Threading.dll
│   │   │   │   ├── netstandard1.3
│   │   │   │   │   └── System.Threading.dll
│   │   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── win8
│   │   │   │   │   └── _._
│   │   │   │   ├── wp80
│   │   │   │   │   └── _._
│   │   │   │   ├── wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   ├── ref
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net45
│   │   │   │   │   └── _._
│   │   │   │   ├── netcore50
│   │   │   │   │   ├── System.Threading.dll
│   │   │   │   │   ├── System.Threading.xml
│   │   │   │   │   ├── de
│   │   │   │   │   │   └── System.Threading.xml
│   │   │   │   │   ├── es
│   │   │   │   │   │   └── System.Threading.xml
│   │   │   │   │   ├── fr
│   │   │   │   │   │   └── System.Threading.xml
│   │   │   │   │   ├── it
│   │   │   │   │   │   └── System.Threading.xml
│   │   │   │   │   ├── ja
│   │   │   │   │   │   └── System.Threading.xml
│   │   │   │   │   ├── ko
│   │   │   │   │   │   └── System.Threading.xml
│   │   │   │   │   ├── ru
│   │   │   │   │   │   └── System.Threading.xml
│   │   │   │   │   ├── zh-hans
│   │   │   │   │   │   └── System.Threading.xml
│   │   │   │   │   └── zh-hant
│   │   │   │   │       └── System.Threading.xml
│   │   │   │   ├── netstandard1.0
│   │   │   │   │   ├── System.Threading.dll
│   │   │   │   │   ├── System.Threading.xml
│   │   │   │   │   ├── de
│   │   │   │   │   │   └── System.Threading.xml
│   │   │   │   │   ├── es
│   │   │   │   │   │   └── System.Threading.xml
│   │   │   │   │   ├── fr
│   │   │   │   │   │   └── System.Threading.xml
│   │   │   │   │   ├── it
│   │   │   │   │   │   └── System.Threading.xml
│   │   │   │   │   ├── ja
│   │   │   │   │   │   └── System.Threading.xml
│   │   │   │   │   ├── ko
│   │   │   │   │   │   └── System.Threading.xml
│   │   │   │   │   ├── ru
│   │   │   │   │   │   └── System.Threading.xml
│   │   │   │   │   ├── zh-hans
│   │   │   │   │   │   └── System.Threading.xml
│   │   │   │   │   └── zh-hant
│   │   │   │   │       └── System.Threading.xml
│   │   │   │   ├── netstandard1.3
│   │   │   │   │   ├── System.Threading.dll
│   │   │   │   │   ├── System.Threading.xml
│   │   │   │   │   ├── de
│   │   │   │   │   │   └── System.Threading.xml
│   │   │   │   │   ├── es
│   │   │   │   │   │   └── System.Threading.xml
│   │   │   │   │   ├── fr
│   │   │   │   │   │   └── System.Threading.xml
│   │   │   │   │   ├── it
│   │   │   │   │   │   └── System.Threading.xml
│   │   │   │   │   ├── ja
│   │   │   │   │   │   └── System.Threading.xml
│   │   │   │   │   ├── ko
│   │   │   │   │   │   └── System.Threading.xml
│   │   │   │   │   ├── ru
│   │   │   │   │   │   └── System.Threading.xml
│   │   │   │   │   ├── zh-hans
│   │   │   │   │   │   └── System.Threading.xml
│   │   │   │   │   └── zh-hant
│   │   │   │   │       └── System.Threading.xml
│   │   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── win8
│   │   │   │   │   └── _._
│   │   │   │   ├── wp80
│   │   │   │   │   └── _._
│   │   │   │   ├── wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── runtimes
│   │   │       └── aot
│   │   │           └── lib
│   │   │               └── netcore50
│   │   │                   └── System.Threading.dll
│   │   ├── System.Threading.Tasks.4.3.0
│   │   │   ├── System.Threading.Tasks.4.3.0.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net45
│   │   │   │   │   └── _._
│   │   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── win8
│   │   │   │   │   └── _._
│   │   │   │   ├── wp80
│   │   │   │   │   └── _._
│   │   │   │   ├── wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── ref
│   │   │       ├── MonoAndroid10
│   │   │       │   └── _._
│   │   │       ├── MonoTouch10
│   │   │       │   └── _._
│   │   │       ├── net45
│   │   │       │   └── _._
│   │   │       ├── netcore50
│   │   │       │   ├── System.Threading.Tasks.dll
│   │   │       │   ├── System.Threading.Tasks.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Threading.Tasks.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Threading.Tasks.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Threading.Tasks.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Threading.Tasks.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Threading.Tasks.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Threading.Tasks.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Threading.Tasks.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Threading.Tasks.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Threading.Tasks.xml
│   │   │       ├── netstandard1.0
│   │   │       │   ├── System.Threading.Tasks.dll
│   │   │       │   ├── System.Threading.Tasks.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Threading.Tasks.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Threading.Tasks.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Threading.Tasks.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Threading.Tasks.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Threading.Tasks.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Threading.Tasks.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Threading.Tasks.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Threading.Tasks.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Threading.Tasks.xml
│   │   │       ├── netstandard1.3
│   │   │       │   ├── System.Threading.Tasks.dll
│   │   │       │   ├── System.Threading.Tasks.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Threading.Tasks.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Threading.Tasks.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Threading.Tasks.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Threading.Tasks.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Threading.Tasks.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Threading.Tasks.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Threading.Tasks.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Threading.Tasks.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Threading.Tasks.xml
│   │   │       ├── portable-net45 win8 wp8 wpa81
│   │   │       │   └── _._
│   │   │       ├── win8
│   │   │       │   └── _._
│   │   │       ├── wp80
│   │   │       │   └── _._
│   │   │       ├── wpa81
│   │   │       │   └── _._
│   │   │       ├── xamarinios10
│   │   │       │   └── _._
│   │   │       ├── xamarinmac20
│   │   │       │   └── _._
│   │   │       ├── xamarintvos10
│   │   │       │   └── _._
│   │   │       └── xamarinwatchos10
│   │   │           └── _._
│   │   ├── System.Threading.Timer.4.3.0
│   │   │   ├── System.Threading.Timer.4.3.0.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net451
│   │   │   │   │   └── _._
│   │   │   │   ├── portable-net451 win81 wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── win81
│   │   │   │   │   └── _._
│   │   │   │   ├── wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── ref
│   │   │       ├── MonoAndroid10
│   │   │       │   └── _._
│   │   │       ├── MonoTouch10
│   │   │       │   └── _._
│   │   │       ├── net451
│   │   │       │   └── _._
│   │   │       ├── netcore50
│   │   │       │   ├── System.Threading.Timer.dll
│   │   │       │   ├── System.Threading.Timer.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Threading.Timer.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Threading.Timer.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Threading.Timer.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Threading.Timer.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Threading.Timer.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Threading.Timer.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Threading.Timer.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Threading.Timer.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Threading.Timer.xml
│   │   │       ├── netstandard1.2
│   │   │       │   ├── System.Threading.Timer.dll
│   │   │       │   ├── System.Threading.Timer.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Threading.Timer.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Threading.Timer.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Threading.Timer.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Threading.Timer.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Threading.Timer.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Threading.Timer.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Threading.Timer.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Threading.Timer.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Threading.Timer.xml
│   │   │       ├── portable-net451 win81 wpa81
│   │   │       │   └── _._
│   │   │       ├── win81
│   │   │       │   └── _._
│   │   │       ├── wpa81
│   │   │       │   └── _._
│   │   │       ├── xamarinios10
│   │   │       │   └── _._
│   │   │       ├── xamarinmac20
│   │   │       │   └── _._
│   │   │       ├── xamarintvos10
│   │   │       │   └── _._
│   │   │       └── xamarinwatchos10
│   │   │           └── _._
│   │   ├── System.Xml.ReaderWriter.4.3.1
│   │   │   ├── System.Xml.ReaderWriter.4.3.1.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net45
│   │   │   │   │   └── _._
│   │   │   │   ├── net46
│   │   │   │   │   └── System.Xml.ReaderWriter.dll
│   │   │   │   ├── netcore50
│   │   │   │   │   └── System.Xml.ReaderWriter.dll
│   │   │   │   ├── netstandard1.3
│   │   │   │   │   └── System.Xml.ReaderWriter.dll
│   │   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── win8
│   │   │   │   │   └── _._
│   │   │   │   ├── wp80
│   │   │   │   │   └── _._
│   │   │   │   ├── wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── ref
│   │   │       ├── MonoAndroid10
│   │   │       │   └── _._
│   │   │       ├── MonoTouch10
│   │   │       │   └── _._
│   │   │       ├── net45
│   │   │       │   └── _._
│   │   │       ├── net46
│   │   │       │   └── System.Xml.ReaderWriter.dll
│   │   │       ├── netcore50
│   │   │       │   ├── System.Xml.ReaderWriter.dll
│   │   │       │   ├── System.Xml.ReaderWriter.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Xml.ReaderWriter.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Xml.ReaderWriter.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Xml.ReaderWriter.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Xml.ReaderWriter.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Xml.ReaderWriter.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Xml.ReaderWriter.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Xml.ReaderWriter.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Xml.ReaderWriter.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Xml.ReaderWriter.xml
│   │   │       ├── netstandard1.0
│   │   │       │   ├── System.Xml.ReaderWriter.dll
│   │   │       │   ├── System.Xml.ReaderWriter.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Xml.ReaderWriter.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Xml.ReaderWriter.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Xml.ReaderWriter.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Xml.ReaderWriter.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Xml.ReaderWriter.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Xml.ReaderWriter.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Xml.ReaderWriter.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Xml.ReaderWriter.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Xml.ReaderWriter.xml
│   │   │       ├── netstandard1.3
│   │   │       │   ├── System.Xml.ReaderWriter.dll
│   │   │       │   ├── System.Xml.ReaderWriter.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Xml.ReaderWriter.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Xml.ReaderWriter.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Xml.ReaderWriter.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Xml.ReaderWriter.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Xml.ReaderWriter.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Xml.ReaderWriter.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Xml.ReaderWriter.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Xml.ReaderWriter.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Xml.ReaderWriter.xml
│   │   │       ├── portable-net45 win8 wp8 wpa81
│   │   │       │   └── _._
│   │   │       ├── win8
│   │   │       │   └── _._
│   │   │       ├── wp80
│   │   │       │   └── _._
│   │   │       ├── wpa81
│   │   │       │   └── _._
│   │   │       ├── xamarinios10
│   │   │       │   └── _._
│   │   │       ├── xamarinmac20
│   │   │       │   └── _._
│   │   │       ├── xamarintvos10
│   │   │       │   └── _._
│   │   │       └── xamarinwatchos10
│   │   │           └── _._
│   │   ├── System.Xml.XDocument.4.3.0
│   │   │   ├── System.Xml.XDocument.4.3.0.nupkg
│   │   │   ├── ThirdPartyNotices.txt
│   │   │   ├── dotnet_library_license.txt
│   │   │   ├── lib
│   │   │   │   ├── MonoAndroid10
│   │   │   │   │   └── _._
│   │   │   │   ├── MonoTouch10
│   │   │   │   │   └── _._
│   │   │   │   ├── net45
│   │   │   │   │   └── _._
│   │   │   │   ├── netcore50
│   │   │   │   │   └── System.Xml.XDocument.dll
│   │   │   │   ├── netstandard1.3
│   │   │   │   │   └── System.Xml.XDocument.dll
│   │   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── win8
│   │   │   │   │   └── _._
│   │   │   │   ├── wp80
│   │   │   │   │   └── _._
│   │   │   │   ├── wpa81
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinios10
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarinmac20
│   │   │   │   │   └── _._
│   │   │   │   ├── xamarintvos10
│   │   │   │   │   └── _._
│   │   │   │   └── xamarinwatchos10
│   │   │   │       └── _._
│   │   │   └── ref
│   │   │       ├── MonoAndroid10
│   │   │       │   └── _._
│   │   │       ├── MonoTouch10
│   │   │       │   └── _._
│   │   │       ├── net45
│   │   │       │   └── _._
│   │   │       ├── netcore50
│   │   │       │   ├── System.Xml.XDocument.dll
│   │   │       │   ├── System.Xml.XDocument.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Xml.XDocument.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Xml.XDocument.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Xml.XDocument.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Xml.XDocument.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Xml.XDocument.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Xml.XDocument.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Xml.XDocument.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Xml.XDocument.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Xml.XDocument.xml
│   │   │       ├── netstandard1.0
│   │   │       │   ├── System.Xml.XDocument.dll
│   │   │       │   ├── System.Xml.XDocument.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Xml.XDocument.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Xml.XDocument.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Xml.XDocument.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Xml.XDocument.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Xml.XDocument.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Xml.XDocument.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Xml.XDocument.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Xml.XDocument.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Xml.XDocument.xml
│   │   │       ├── netstandard1.3
│   │   │       │   ├── System.Xml.XDocument.dll
│   │   │       │   ├── System.Xml.XDocument.xml
│   │   │       │   ├── de
│   │   │       │   │   └── System.Xml.XDocument.xml
│   │   │       │   ├── es
│   │   │       │   │   └── System.Xml.XDocument.xml
│   │   │       │   ├── fr
│   │   │       │   │   └── System.Xml.XDocument.xml
│   │   │       │   ├── it
│   │   │       │   │   └── System.Xml.XDocument.xml
│   │   │       │   ├── ja
│   │   │       │   │   └── System.Xml.XDocument.xml
│   │   │       │   ├── ko
│   │   │       │   │   └── System.Xml.XDocument.xml
│   │   │       │   ├── ru
│   │   │       │   │   └── System.Xml.XDocument.xml
│   │   │       │   ├── zh-hans
│   │   │       │   │   └── System.Xml.XDocument.xml
│   │   │       │   └── zh-hant
│   │   │       │       └── System.Xml.XDocument.xml
│   │   │       ├── portable-net45 win8 wp8 wpa81
│   │   │       │   └── _._
│   │   │       ├── win8
│   │   │       │   └── _._
│   │   │       ├── wp80
│   │   │       │   └── _._
│   │   │       ├── wpa81
│   │   │       │   └── _._
│   │   │       ├── xamarinios10
│   │   │       │   └── _._
│   │   │       ├── xamarinmac20
│   │   │       │   └── _._
│   │   │       ├── xamarintvos10
│   │   │       │   └── _._
│   │   │       └── xamarinwatchos10
│   │   │           └── _._
│   │   ├── WindowsAPICodePack-Core.1.1.2
│   │   │   ├── WindowsAPICodePack-Core.1.1.2.nupkg
│   │   │   └── lib
│   │   │       ├── Microsoft.WindowsAPICodePack.dll
│   │   │       └── Microsoft.WindowsAPICodePack.xml
│   │   └── WindowsAPICodePack-Shell.1.1.1
│   │       ├── WindowsAPICodePack-Shell.1.1.1.nupkg
│   │       └── lib
│   │           ├── Microsoft.WindowsAPICodePack.Shell.dll
│   │           └── Microsoft.WindowsAPICodePack.Shell.xml
│   ├── 音乐播放器
│   │   ├── 256x256.ico
│   │   ├── App.config
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── DLL
│   │   │   └── taglib-sharp.dll
│   │   ├── FodyWeavers.xml
│   │   ├── FodyWeavers.xsd
│   │   ├── FullScreenHelper.cs
│   │   ├── Function_list.cs
│   │   ├── MainWindow.xaml
│   │   ├── MainWindow.xaml.cs
│   │   ├── Microsoft.Expression.Interactions.dll
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   ├── Settings.settings
│   │   │   └── app.manifest
│   │   ├── Refresh_lyrics.cs
│   │   ├── Resources
│   │   │   ├── 298-CAI978.ttf
│   │   │   ├── 图标.png
│   │   │   ├── 图标2.png
│   │   │   ├── 默认背景.jpg
│   │   │   └── 站酷快乐体2016修订版.ttf
│   │   ├── Simple Styles.xaml
│   │   ├── System.Windows.Interactivity.dll
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── MaterialDesignThemes.Wpf.xml
│   │   │   │   ├── Meting4Net.Core.xml
│   │   │   │   ├── Microsoft.WindowsAPICodePack.Shell.xml
│   │   │   │   ├── Microsoft.WindowsAPICodePack.xml
│   │   │   │   ├── Newtonsoft.Json.xml
│   │   │   │   ├── System.Buffers.xml
│   │   │   │   ├── System.Diagnostics.DiagnosticSource.xml
│   │   │   │   ├── System.Memory.xml
│   │   │   │   ├── System.Numerics.Vectors.xml
│   │   │   │   ├── System.Runtime.CompilerServices.Unsafe.xml
│   │   │   │   ├── 方糖音乐播放器.exe
│   │   │   │   ├── 方糖音乐播放器.exe.config
│   │   │   │   └── 方糖音乐播放器.pdb
│   │   │   └── Release
│   │   ├── obj
│   │   │   └── Debug
│   │   │       ├── App.baml
│   │   │       ├── App.g.cs
│   │   │       ├── App.g.i.cs
│   │   │       ├── Costura
│   │   │       │   ├── 072BF56A1DA2A54F1D0FDB755CF5BC84208A7C8E.costura.materialdesigncolors.pdb.compressed
│   │   │       │   ├── 19BF79600B716523B5317B9A7B68760AE5D55741.costura.system.memory.dll.compressed
│   │   │       │   ├── 2F410A0396BC148ED533AD49B6415FB58DD4D641.costura.system.buffers.dll.compressed
│   │   │       │   ├── 3BE805527813D4450C38032C2AC40D87BDBD3DFC.costura.meting4net.core.dll.compressed
│   │   │       │   ├── 3D216458740AD5CB05BC5F7C3491CDE44A1E5DF0.costura.system.numerics.vectors.dll.compressed
│   │   │       │   ├── 3DAA9FC40D080DCDAFA3233B60106176B8F0C5CE.costura.materialdesigncolors.dll.compressed
│   │   │       │   ├── 52414EC411DEA325110F0AD21378C8D101897989.costura.costura.pdb.compressed
│   │   │       │   ├── 790691B8E17BE618ABE2C596B93EB925FC4C1142.costura.costura.dll.compressed
│   │   │       │   ├── 7D0AD03FBDA1C24F883116B940717E596073AE96.costura.newtonsoft.json.dll.compressed
│   │   │       │   ├── 85078D8F2C8A9051F3BE278BF13DB8E4E6C598AB.costura.system.diagnostics.diagnosticsource.dll.compressed
│   │   │       │   ├── 970B783A697D893ECD4916DD86B5FF7574896C9E.costura.microsoft.windowsapicodepack.shell.dll.compressed
│   │   │       │   ├── A222731E6313C6540B9438BE75F9C97AFD3D9969.costura.materialdesignthemes.wpf.dll.compressed
│   │   │       │   ├── A90E1447CEA61F441028783B2544A9A4B65A5414.costura.taglib-sharp.dll.compressed
│   │   │       │   ├── BAB44612721C3DC91AC3D9DFCA7C961A3A511508.costura.system.runtime.compilerservices.unsafe.dll.compressed
│   │   │       │   ├── C400A3D279B9B2ED8F5CFCA0B3A8C342EA64D9E1.costura.microsoft.windowsapicodepack.dll.compressed
│   │   │       │   ├── DABB4ECFFD0C422A8EEBFF5D4EC8116A6E90D7E7.costura.system.windows.interactivity.dll.compressed
│   │   │       │   ├── E31C05AE685E51D07808B1DD24CECED9D299ED81.costura.microsoft.expression.interactions.dll.compressed
│   │   │       │   └── FA216925EA8C8BC2EE3677D1A790A78F89AB1768.costura.materialdesignthemes.wpf.pdb.compressed
│   │   │       ├── DesignTimeResolveAssemblyReferences.cache
│   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       ├── Interop.Shell32.dll
│   │   │       ├── MainWindow.baml
│   │   │       ├── MainWindow.g.cs
│   │   │       ├── MainWindow.g.i.cs
│   │   │       ├── Simple Styles.baml
│   │   │       ├── TempPE
│   │   │       ├── 弹窗提示.baml
│   │   │       ├── 播放窗口.baml
│   │   │       ├── 桌面歌词.baml
│   │   │       ├── 程序设置.baml
│   │   │       ├── 弹窗提示.g.cs
│   │   │       ├── 播放窗口.g.cs
│   │   │       ├── 桌面歌词.g.cs
│   │   │       ├── 程序设置.g.cs
│   │   │       ├── 弹窗提示.g.i.cs
│   │   │       ├── 播放窗口.g.i.cs
│   │   │       ├── 桌面歌词.g.i.cs
│   │   │       ├── 程序设置.g.i.cs
│   │   │       ├── 音乐播放器.csproj.AssemblyReference.cache
│   │   │       ├── 音乐播放器.csproj.CoreCompileInputs.cache
│   │   │       ├── 音乐播放器.csproj.FileListAbsolute.txt
│   │   │       ├── 音乐播放器.csproj.Fody.CopyLocal.cache
│   │   │       ├── 音乐播放器.csproj.GenerateResource.cache
│   │   │       ├── 音乐播放器.csproj.ResolveComReference.cache
│   │   │       ├── 音乐播放器.csproj.SuggestedBindingRedirects.cache
│   │   │       ├── 方糖音乐播放器.Properties.Resources.resources
│   │   │       ├── 方糖音乐播放器.csproj.AssemblyReference.cache
│   │   │       ├── 方糖音乐播放器.csproj.CopyComplete
│   │   │       ├── 方糖音乐播放器.csproj.CoreCompileInputs.cache
│   │   │       ├── 方糖音乐播放器.csproj.FileListAbsolute.txt
│   │   │       ├── 方糖音乐播放器.csproj.Fody.CopyLocal.cache
│   │   │       ├── 方糖音乐播放器.csproj.GenerateResource.cache
│   │   │       ├── 方糖音乐播放器.csproj.ResolveComReference.cache
│   │   │       ├── 方糖音乐播放器.csproj.SuggestedBindingRedirects.cache
│   │   │       ├── 方糖音乐播放器.exe
│   │   │       ├── 方糖音乐播放器.g.resources
│   │   │       ├── 方糖音乐播放器.pdb
│   │   │       ├── 方糖音乐播放器_Content.g.cs
│   │   │       ├── 方糖音乐播放器_Content.g.i.cs
│   │   │       ├── 方糖音乐播放器_MarkupCompile.cache
│   │   │       ├── 方糖音乐播放器_MarkupCompile.i.cache
│   │   │       └── 方糖音乐播放器_MarkupCompile.lref
│   │   ├── packages.config
│   │   ├── 弹窗提示.xaml
│   │   ├── 播放窗口.xaml
│   │   ├── 桌面歌词.xaml
│   │   ├── 程序设置.xaml
│   │   ├── 弹窗提示.xaml.cs
│   │   ├── 播放窗口.xaml.cs
│   │   ├── 桌面歌词.xaml.cs
│   │   ├── 程序设置.xaml.cs
│   │   └── 音乐播放器.csproj
│   └── 音乐播放器.sln
└── ]C#音乐视频播放器.zip

2242 directories, 2678 files



实例下载地址

C#音乐视频播放器

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警