Created
September 14, 2016 21:28
-
-
Save patriksvensson/b566c1e4d0877385283d49bcaeea6781 to your computer and use it in GitHub Desktop.
Lock file for Cake.Frosting.CLI.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": 2, | |
"targets": { | |
".NETCoreApp,Version=v1.0": { | |
"Cake.Common/0.16.0-alpha0084": { | |
"type": "package", | |
"dependencies": { | |
"Cake.Core": "0.16.0-alpha0084", | |
"System.ComponentModel.TypeConverter": "4.1.0", | |
"System.Runtime.Serialization.Json": "4.0.2", | |
"System.Xml.ReaderWriter": "4.0.11", | |
"System.Xml.XPath": "4.0.1", | |
"System.Xml.XPath.XmlDocument": "4.0.1", | |
"System.Xml.XmlDocument": "4.0.1" | |
}, | |
"compile": { | |
"lib/netstandard1.6/Cake.Common.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.6/Cake.Common.dll": {} | |
} | |
}, | |
"Cake.Core/0.16.0-alpha0084": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Extensions.DependencyModel": "1.0.0", | |
"Microsoft.Win32.Registry": "4.0.0", | |
"NETStandard.Library": "1.6.0", | |
"System.Diagnostics.Process": "4.1.0", | |
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0", | |
"System.Runtime.Loader": "4.0.0" | |
}, | |
"compile": { | |
"lib/netstandard1.6/Cake.Core.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.6/Cake.Core.dll": {} | |
} | |
}, | |
"Cake.Frosting/0.1.0-alpha0030": { | |
"type": "package", | |
"dependencies": { | |
"Cake.Common": "0.16.0-alpha0084", | |
"Cake.Core": "0.16.0-alpha0084", | |
"NETStandard.Library": "1.6.0" | |
}, | |
"compile": { | |
"lib/netstandard1.6/Cake.Frosting.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.6/Cake.Frosting.dll": {} | |
} | |
}, | |
"Cake.Frosting.Cli/0.1.0-alpha0030": { | |
"type": "package", | |
"dependencies": { | |
"Cake.Frosting": "0.1.0-alpha0030", | |
"Microsoft.DotNet.Compiler.Common": "1.0.0-preview2-003121", | |
"Microsoft.DotNet.ProjectModel": "1.0.0-rc3-003121", | |
"Microsoft.NETCore.App": "1.0.0" | |
}, | |
"compile": { | |
"lib/netcoreapp1.0/dotnet-cake.dll": {} | |
}, | |
"runtime": { | |
"lib/netcoreapp1.0/dotnet-cake.dll": {} | |
} | |
}, | |
"Libuv/1.9.0": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1" | |
}, | |
"runtimeTargets": { | |
"runtimes/debian-x64/native/libuv.so": { | |
"assetType": "native", | |
"rid": "debian-x64" | |
}, | |
"runtimes/fedora-x64/native/libuv.so": { | |
"assetType": "native", | |
"rid": "fedora-x64" | |
}, | |
"runtimes/opensuse-x64/native/libuv.so": { | |
"assetType": "native", | |
"rid": "opensuse-x64" | |
}, | |
"runtimes/osx/native/libuv.dylib": { | |
"assetType": "native", | |
"rid": "osx" | |
}, | |
"runtimes/rhel-x64/native/libuv.so": { | |
"assetType": "native", | |
"rid": "rhel-x64" | |
}, | |
"runtimes/win7-arm/native/libuv.dll": { | |
"assetType": "native", | |
"rid": "win7-arm" | |
}, | |
"runtimes/win7-x64/native/libuv.dll": { | |
"assetType": "native", | |
"rid": "win7-x64" | |
}, | |
"runtimes/win7-x86/native/libuv.dll": { | |
"assetType": "native", | |
"rid": "win7-x86" | |
} | |
} | |
}, | |
"Microsoft.CodeAnalysis.Analyzers/1.1.0": { | |
"type": "package" | |
}, | |
"Microsoft.CodeAnalysis.Common/1.3.0": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.CodeAnalysis.Analyzers": "1.1.0", | |
"System.AppContext": "4.1.0", | |
"System.Collections": "4.0.11", | |
"System.Collections.Concurrent": "4.0.12", | |
"System.Collections.Immutable": "1.2.0", | |
"System.Console": "4.0.0", | |
"System.Diagnostics.Debug": "4.0.11", | |
"System.Diagnostics.FileVersionInfo": "4.0.0", | |
"System.Diagnostics.StackTrace": "4.0.1", | |
"System.Diagnostics.Tools": "4.0.1", | |
"System.Dynamic.Runtime": "4.0.11", | |
"System.Globalization": "4.0.11", | |
"System.IO.FileSystem": "4.0.1", | |
"System.IO.FileSystem.Primitives": "4.0.1", | |
"System.Linq": "4.1.0", | |
"System.Linq.Expressions": "4.1.0", | |
"System.Reflection": "4.1.0", | |
"System.Reflection.Metadata": "1.3.0", | |
"System.Reflection.Primitives": "4.0.1", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Runtime.Handles": "4.0.1", | |
"System.Runtime.InteropServices": "4.1.0", | |
"System.Runtime.Numerics": "4.0.1", | |
"System.Security.Cryptography.Algorithms": "4.2.0", | |
"System.Security.Cryptography.Encoding": "4.0.0", | |
"System.Security.Cryptography.X509Certificates": "4.1.0", | |
"System.Text.Encoding": "4.0.11", | |
"System.Text.Encoding.CodePages": "4.0.1", | |
"System.Text.Encoding.Extensions": "4.0.11", | |
"System.Threading": "4.0.11", | |
"System.Threading.Tasks": "4.0.11", | |
"System.Threading.Tasks.Parallel": "4.0.1", | |
"System.Threading.Thread": "4.0.0", | |
"System.Xml.ReaderWriter": "4.0.11", | |
"System.Xml.XDocument": "4.0.11", | |
"System.Xml.XPath.XDocument": "4.0.1", | |
"System.Xml.XmlDocument": "4.0.1" | |
}, | |
"compile": { | |
"lib/netstandard1.3/Microsoft.CodeAnalysis.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/Microsoft.CodeAnalysis.dll": {} | |
} | |
}, | |
"Microsoft.CodeAnalysis.CSharp/1.3.0": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.CodeAnalysis.Common": "[1.3.0]" | |
}, | |
"compile": { | |
"lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll": {} | |
} | |
}, | |
"Microsoft.CodeAnalysis.VisualBasic/1.3.0": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.CodeAnalysis.Common": "1.3.0" | |
}, | |
"compile": { | |
"lib/netstandard1.3/_._": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll": {} | |
} | |
}, | |
"Microsoft.CSharp/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11", | |
"System.Diagnostics.Debug": "4.0.11", | |
"System.Dynamic.Runtime": "4.0.11", | |
"System.Globalization": "4.0.11", | |
"System.Linq": "4.1.0", | |
"System.Linq.Expressions": "4.1.0", | |
"System.ObjectModel": "4.0.12", | |
"System.Reflection": "4.1.0", | |
"System.Reflection.Extensions": "4.0.1", | |
"System.Reflection.Primitives": "4.0.1", | |
"System.Reflection.TypeExtensions": "4.1.0", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Runtime.InteropServices": "4.1.0", | |
"System.Threading": "4.0.11" | |
}, | |
"compile": { | |
"ref/netstandard1.0/Microsoft.CSharp.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/Microsoft.CSharp.dll": {} | |
} | |
}, | |
"Microsoft.DotNet.Cli.Utils/1.0.0-preview2-003121": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.DotNet.ProjectModel": "1.0.0-rc3-003121", | |
"NuGet.Frameworks": "3.5.0-beta2-1484", | |
"NuGet.Packaging": "3.5.0-beta2-1484", | |
"NuGet.ProjectModel": "3.5.0-beta2-1484", | |
"NuGet.Versioning": "3.5.0-beta2-1484", | |
"System.Diagnostics.Process": "4.1.0" | |
}, | |
"compile": { | |
"lib/netstandard1.6/Microsoft.DotNet.Cli.Utils.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.6/Microsoft.DotNet.Cli.Utils.dll": {} | |
} | |
}, | |
"Microsoft.DotNet.Compiler.Common/1.0.0-preview2-003121": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.CodeAnalysis.CSharp": "1.3.0", | |
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview2-003121", | |
"Microsoft.DotNet.Files": "1.0.0-preview2-003121", | |
"Microsoft.DotNet.ProjectModel": "1.0.0-rc3-003121" | |
}, | |
"compile": { | |
"lib/netstandard1.6/Microsoft.DotNet.Compiler.Common.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.6/Microsoft.DotNet.Compiler.Common.dll": {} | |
} | |
}, | |
"Microsoft.DotNet.Files/1.0.0-preview2-003121": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview2-003121", | |
"Microsoft.DotNet.ProjectModel": "1.0.0-rc3-003121", | |
"System.Linq.Expressions": "4.1.0" | |
}, | |
"compile": { | |
"lib/netstandard1.6/Microsoft.DotNet.Files.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.6/Microsoft.DotNet.Files.dll": {} | |
} | |
}, | |
"Microsoft.DotNet.InternalAbstractions/1.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.AppContext": "4.1.0", | |
"System.Collections": "4.0.11", | |
"System.IO": "4.1.0", | |
"System.IO.FileSystem": "4.0.1", | |
"System.Reflection.TypeExtensions": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Runtime.InteropServices": "4.1.0", | |
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0" | |
}, | |
"compile": { | |
"lib/netstandard1.3/Microsoft.DotNet.InternalAbstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/Microsoft.DotNet.InternalAbstractions.dll": {} | |
} | |
}, | |
"Microsoft.DotNet.ProjectModel/1.0.0-rc3-003121": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.CSharp": "4.0.1", | |
"Microsoft.Extensions.DependencyModel": "1.0.0", | |
"Newtonsoft.Json": "9.0.1", | |
"NuGet.Packaging": "3.5.0-beta2-1484", | |
"NuGet.RuntimeModel": "3.5.0-beta2-1484", | |
"System.Dynamic.Runtime": "4.0.11", | |
"System.Reflection.Metadata": "1.3.0", | |
"System.Runtime.Loader": "4.0.0", | |
"System.Runtime.Serialization.Primitives": "4.1.1", | |
"System.Security.Cryptography.Algorithms": "4.2.0", | |
"System.Threading.Thread": "4.0.0", | |
"System.Xml.XDocument": "4.0.11" | |
}, | |
"compile": { | |
"lib/netstandard1.6/Microsoft.DotNet.ProjectModel.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.6/Microsoft.DotNet.ProjectModel.dll": {} | |
} | |
}, | |
"Microsoft.Extensions.DependencyModel/1.0.0": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.DotNet.InternalAbstractions": "1.0.0", | |
"Newtonsoft.Json": "9.0.1", | |
"System.Diagnostics.Debug": "4.0.11", | |
"System.Dynamic.Runtime": "4.0.11", | |
"System.Linq": "4.1.0" | |
}, | |
"compile": { | |
"lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll": {} | |
} | |
}, | |
"Microsoft.NETCore.App/1.0.0": { | |
"type": "package", | |
"dependencies": { | |
"Libuv": "1.9.0", | |
"Microsoft.CSharp": "4.0.1", | |
"Microsoft.CodeAnalysis.CSharp": "1.3.0", | |
"Microsoft.CodeAnalysis.VisualBasic": "1.3.0", | |
"Microsoft.NETCore.DotNetHostPolicy": "1.0.1", | |
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.2", | |
"Microsoft.VisualBasic": "10.0.1", | |
"NETStandard.Library": "1.6.0", | |
"System.Buffers": "4.0.0", | |
"System.Collections.Immutable": "1.2.0", | |
"System.ComponentModel": "4.0.1", | |
"System.ComponentModel.Annotations": "4.1.0", | |
"System.Diagnostics.DiagnosticSource": "4.0.0", | |
"System.Diagnostics.Process": "4.1.0", | |
"System.Dynamic.Runtime": "4.0.11", | |
"System.Globalization.Extensions": "4.0.1", | |
"System.IO.FileSystem.Watcher": "4.0.0", | |
"System.IO.MemoryMappedFiles": "4.0.0", | |
"System.IO.UnmanagedMemoryStream": "4.0.1", | |
"System.Linq.Expressions": "4.1.0", | |
"System.Linq.Parallel": "4.0.1", | |
"System.Linq.Queryable": "4.0.1", | |
"System.Net.NameResolution": "4.0.0", | |
"System.Net.Requests": "4.0.11", | |
"System.Net.Security": "4.0.0", | |
"System.Net.WebHeaderCollection": "4.0.1", | |
"System.Numerics.Vectors": "4.1.1", | |
"System.Reflection.DispatchProxy": "4.0.1", | |
"System.Reflection.Metadata": "1.3.0", | |
"System.Reflection.TypeExtensions": "4.1.0", | |
"System.Resources.Reader": "4.0.0", | |
"System.Runtime.Loader": "4.0.0", | |
"System.Security.Cryptography.Algorithms": "4.2.0", | |
"System.Security.Cryptography.Encoding": "4.0.0", | |
"System.Security.Cryptography.Primitives": "4.0.0", | |
"System.Security.Cryptography.X509Certificates": "4.1.0", | |
"System.Threading.Tasks.Dataflow": "4.6.0", | |
"System.Threading.Tasks.Extensions": "4.0.0", | |
"System.Threading.Tasks.Parallel": "4.0.1", | |
"System.Threading.Thread": "4.0.0", | |
"System.Threading.ThreadPool": "4.0.10" | |
}, | |
"compile": { | |
"lib/netcoreapp1.0/_._": {} | |
}, | |
"runtime": { | |
"lib/netcoreapp1.0/_._": {} | |
} | |
}, | |
"Microsoft.NETCore.DotNetHost/1.0.1": { | |
"type": "package" | |
}, | |
"Microsoft.NETCore.DotNetHostPolicy/1.0.1": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.DotNetHostResolver": "1.0.1" | |
} | |
}, | |
"Microsoft.NETCore.DotNetHostResolver/1.0.1": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.DotNetHost": "1.0.1" | |
} | |
}, | |
"Microsoft.NETCore.Jit/1.0.2": { | |
"type": "package" | |
}, | |
"Microsoft.NETCore.Platforms/1.0.1": { | |
"type": "package", | |
"compile": { | |
"lib/netstandard1.0/_._": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.0/_._": {} | |
} | |
}, | |
"Microsoft.NETCore.Runtime.CoreCLR/1.0.2": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Jit": "1.0.2", | |
"Microsoft.NETCore.Windows.ApiSets": "1.0.1" | |
} | |
}, | |
"Microsoft.NETCore.Targets/1.0.1": { | |
"type": "package", | |
"compile": { | |
"lib/netstandard1.0/_._": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.0/_._": {} | |
} | |
}, | |
"Microsoft.NETCore.Windows.ApiSets/1.0.1": { | |
"type": "package" | |
}, | |
"Microsoft.VisualBasic/10.0.1": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11", | |
"System.Diagnostics.Debug": "4.0.11", | |
"System.Dynamic.Runtime": "4.0.11", | |
"System.Globalization": "4.0.11", | |
"System.Linq": "4.1.0", | |
"System.Linq.Expressions": "4.1.0", | |
"System.ObjectModel": "4.0.12", | |
"System.Reflection": "4.1.0", | |
"System.Reflection.Extensions": "4.0.1", | |
"System.Reflection.Primitives": "4.0.1", | |
"System.Reflection.TypeExtensions": "4.1.0", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Runtime.InteropServices": "4.1.0", | |
"System.Threading": "4.0.11" | |
}, | |
"compile": { | |
"ref/netstandard1.1/Microsoft.VisualBasic.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/Microsoft.VisualBasic.dll": {} | |
} | |
}, | |
"Microsoft.Win32.Primitives/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"Microsoft.NETCore.Targets": "1.0.1", | |
"System.Runtime": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {} | |
} | |
}, | |
"Microsoft.Win32.Registry/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"System.Collections": "4.0.11", | |
"System.Globalization": "4.0.11", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Runtime.Handles": "4.0.1", | |
"System.Runtime.InteropServices": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.3/Microsoft.Win32.Registry.dll": {} | |
}, | |
"runtimeTargets": { | |
"runtimes/unix/lib/netstandard1.3/Microsoft.Win32.Registry.dll": { | |
"assetType": "runtime", | |
"rid": "unix" | |
}, | |
"runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll": { | |
"assetType": "runtime", | |
"rid": "win" | |
} | |
} | |
}, | |
"NETStandard.Library/1.6.0": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"Microsoft.Win32.Primitives": "4.0.1", | |
"System.AppContext": "4.1.0", | |
"System.Collections": "4.0.11", | |
"System.Collections.Concurrent": "4.0.12", | |
"System.Console": "4.0.0", | |
"System.Diagnostics.Debug": "4.0.11", | |
"System.Diagnostics.Tools": "4.0.1", | |
"System.Diagnostics.Tracing": "4.1.0", | |
"System.Globalization": "4.0.11", | |
"System.Globalization.Calendars": "4.0.1", | |
"System.IO": "4.1.0", | |
"System.IO.Compression": "4.1.0", | |
"System.IO.Compression.ZipFile": "4.0.1", | |
"System.IO.FileSystem": "4.0.1", | |
"System.IO.FileSystem.Primitives": "4.0.1", | |
"System.Linq": "4.1.0", | |
"System.Linq.Expressions": "4.1.0", | |
"System.Net.Http": "4.1.0", | |
"System.Net.Primitives": "4.0.11", | |
"System.Net.Sockets": "4.1.0", | |
"System.ObjectModel": "4.0.12", | |
"System.Reflection": "4.1.0", | |
"System.Reflection.Extensions": "4.0.1", | |
"System.Reflection.Primitives": "4.0.1", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Runtime.Handles": "4.0.1", | |
"System.Runtime.InteropServices": "4.1.0", | |
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0", | |
"System.Runtime.Numerics": "4.0.1", | |
"System.Security.Cryptography.Algorithms": "4.2.0", | |
"System.Security.Cryptography.Encoding": "4.0.0", | |
"System.Security.Cryptography.Primitives": "4.0.0", | |
"System.Security.Cryptography.X509Certificates": "4.1.0", | |
"System.Text.Encoding": "4.0.11", | |
"System.Text.Encoding.Extensions": "4.0.11", | |
"System.Text.RegularExpressions": "4.1.0", | |
"System.Threading": "4.0.11", | |
"System.Threading.Tasks": "4.0.11", | |
"System.Threading.Timer": "4.0.1", | |
"System.Xml.ReaderWriter": "4.0.11", | |
"System.Xml.XDocument": "4.0.11" | |
} | |
}, | |
"Newtonsoft.Json/9.0.1": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.CSharp": "4.0.1", | |
"System.Collections": "4.0.11", | |
"System.Diagnostics.Debug": "4.0.11", | |
"System.Dynamic.Runtime": "4.0.11", | |
"System.Globalization": "4.0.11", | |
"System.IO": "4.1.0", | |
"System.Linq": "4.1.0", | |
"System.Linq.Expressions": "4.1.0", | |
"System.ObjectModel": "4.0.12", | |
"System.Reflection": "4.1.0", | |
"System.Reflection.Extensions": "4.0.1", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Runtime.Serialization.Primitives": "4.1.1", | |
"System.Text.Encoding": "4.0.11", | |
"System.Text.Encoding.Extensions": "4.0.11", | |
"System.Text.RegularExpressions": "4.1.0", | |
"System.Threading": "4.0.11", | |
"System.Threading.Tasks": "4.0.11", | |
"System.Xml.ReaderWriter": "4.0.11", | |
"System.Xml.XDocument": "4.0.11" | |
}, | |
"compile": { | |
"lib/netstandard1.0/Newtonsoft.Json.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.0/Newtonsoft.Json.dll": {} | |
} | |
}, | |
"NuGet.Common/3.5.0-beta2-1484": { | |
"type": "package", | |
"dependencies": { | |
"NETStandard.Library": "1.6.0", | |
"System.Diagnostics.Process": "4.1.0", | |
"System.Security.Cryptography.Algorithms": "4.2.0", | |
"System.Threading.Thread": "4.0.0" | |
}, | |
"compile": { | |
"lib/netstandard1.3/NuGet.Common.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/NuGet.Common.dll": {} | |
} | |
}, | |
"NuGet.Configuration/3.5.0-beta2-1484": { | |
"type": "package", | |
"dependencies": { | |
"NETStandard.Library": "1.6.0", | |
"NuGet.Common": "3.5.0-beta2-1484", | |
"System.Xml.XDocument": "4.0.11" | |
}, | |
"compile": { | |
"lib/netstandard1.3/NuGet.Configuration.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/NuGet.Configuration.dll": {} | |
} | |
}, | |
"NuGet.DependencyResolver.Core/3.5.0-beta2-1484": { | |
"type": "package", | |
"dependencies": { | |
"NETStandard.Library": "1.6.0", | |
"NuGet.Frameworks": "3.5.0-beta2-1484", | |
"NuGet.LibraryModel": "3.5.0-beta2-1484", | |
"NuGet.Protocol.Core.v3": "3.5.0-beta2-1484", | |
"NuGet.Repositories": "3.5.0-beta2-1484", | |
"NuGet.RuntimeModel": "3.5.0-beta2-1484" | |
}, | |
"compile": { | |
"lib/netstandard1.3/NuGet.DependencyResolver.Core.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/NuGet.DependencyResolver.Core.dll": {} | |
} | |
}, | |
"NuGet.Frameworks/3.5.0-beta2-1484": { | |
"type": "package", | |
"dependencies": { | |
"NETStandard.Library": "1.6.0" | |
}, | |
"compile": { | |
"lib/netstandard1.3/NuGet.Frameworks.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/NuGet.Frameworks.dll": {} | |
} | |
}, | |
"NuGet.LibraryModel/3.5.0-beta2-1484": { | |
"type": "package", | |
"dependencies": { | |
"NETStandard.Library": "1.6.0", | |
"NuGet.Frameworks": "3.5.0-beta2-1484", | |
"NuGet.Versioning": "3.5.0-beta2-1484" | |
}, | |
"compile": { | |
"lib/netstandard1.3/NuGet.LibraryModel.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/NuGet.LibraryModel.dll": {} | |
} | |
}, | |
"NuGet.Packaging/3.5.0-beta2-1484": { | |
"type": "package", | |
"dependencies": { | |
"NETStandard.Library": "1.6.0", | |
"NuGet.Common": "3.5.0-beta2-1484", | |
"NuGet.Packaging.Core": "3.5.0-beta2-1484", | |
"System.IO.Compression": "4.1.0" | |
}, | |
"compile": { | |
"lib/netstandard1.3/NuGet.Packaging.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/NuGet.Packaging.dll": {} | |
} | |
}, | |
"NuGet.Packaging.Core/3.5.0-beta2-1484": { | |
"type": "package", | |
"dependencies": { | |
"NETStandard.Library": "1.6.0", | |
"NuGet.Common": "3.5.0-beta2-1484", | |
"NuGet.Packaging.Core.Types": "3.5.0-beta2-1484", | |
"System.Xml.XDocument": "4.0.11" | |
}, | |
"compile": { | |
"lib/netstandard1.3/NuGet.Packaging.Core.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/NuGet.Packaging.Core.dll": {} | |
} | |
}, | |
"NuGet.Packaging.Core.Types/3.5.0-beta2-1484": { | |
"type": "package", | |
"dependencies": { | |
"NETStandard.Library": "1.6.0", | |
"NuGet.Frameworks": "3.5.0-beta2-1484", | |
"NuGet.Versioning": "3.5.0-beta2-1484" | |
}, | |
"compile": { | |
"lib/netstandard1.3/NuGet.Packaging.Core.Types.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/NuGet.Packaging.Core.Types.dll": {} | |
} | |
}, | |
"NuGet.ProjectModel/3.5.0-beta2-1484": { | |
"type": "package", | |
"dependencies": { | |
"NETStandard.Library": "1.6.0", | |
"Newtonsoft.Json": "6.0.4", | |
"NuGet.DependencyResolver.Core": "3.5.0-beta2-1484", | |
"System.Dynamic.Runtime": "4.0.11", | |
"System.Threading.Thread": "4.0.0" | |
}, | |
"compile": { | |
"lib/netstandard1.3/NuGet.ProjectModel.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/NuGet.ProjectModel.dll": {} | |
} | |
}, | |
"NuGet.Protocol.Core.Types/3.5.0-beta2-1484": { | |
"type": "package", | |
"dependencies": { | |
"NETStandard.Library": "1.6.0", | |
"NuGet.Common": "3.5.0-beta2-1484", | |
"NuGet.Configuration": "3.5.0-beta2-1484", | |
"NuGet.Packaging": "3.5.0-beta2-1484", | |
"System.Net.Http": "4.1.0" | |
}, | |
"compile": { | |
"lib/netstandard1.3/NuGet.Protocol.Core.Types.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/NuGet.Protocol.Core.Types.dll": {} | |
} | |
}, | |
"NuGet.Protocol.Core.v3/3.5.0-beta2-1484": { | |
"type": "package", | |
"dependencies": { | |
"NETStandard.Library": "1.6.0", | |
"Newtonsoft.Json": "6.0.4", | |
"NuGet.Common": "3.5.0-beta2-1484", | |
"NuGet.Packaging": "3.5.0-beta2-1484", | |
"NuGet.Protocol.Core.Types": "3.5.0-beta2-1484", | |
"System.Dynamic.Runtime": "4.0.11" | |
}, | |
"compile": { | |
"lib/netstandard1.3/NuGet.Protocol.Core.v3.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/NuGet.Protocol.Core.v3.dll": {} | |
} | |
}, | |
"NuGet.Repositories/3.5.0-beta2-1484": { | |
"type": "package", | |
"dependencies": { | |
"NETStandard.Library": "1.6.0", | |
"NuGet.Packaging": "3.5.0-beta2-1484" | |
}, | |
"compile": { | |
"lib/netstandard1.3/NuGet.Repositories.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/NuGet.Repositories.dll": {} | |
} | |
}, | |
"NuGet.RuntimeModel/3.5.0-beta2-1484": { | |
"type": "package", | |
"dependencies": { | |
"NETStandard.Library": "1.6.0", | |
"Newtonsoft.Json": "6.0.4", | |
"NuGet.Frameworks": "3.5.0-beta2-1484", | |
"NuGet.Versioning": "3.5.0-beta2-1484", | |
"System.Dynamic.Runtime": "4.0.11", | |
"System.ObjectModel": "4.0.12" | |
}, | |
"compile": { | |
"lib/netstandard1.3/NuGet.RuntimeModel.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/NuGet.RuntimeModel.dll": {} | |
} | |
}, | |
"NuGet.Versioning/3.5.0-beta2-1484": { | |
"type": "package", | |
"dependencies": { | |
"NETStandard.Library": "1.6.0" | |
}, | |
"compile": { | |
"lib/netstandard1.0/NuGet.Versioning.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.0/NuGet.Versioning.dll": {} | |
} | |
}, | |
"runtime.native.System/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"Microsoft.NETCore.Targets": "1.0.1" | |
}, | |
"compile": { | |
"lib/netstandard1.0/_._": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.0/_._": {} | |
} | |
}, | |
"runtime.native.System.IO.Compression/4.1.0": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"Microsoft.NETCore.Targets": "1.0.1" | |
}, | |
"compile": { | |
"lib/netstandard1.0/_._": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.0/_._": {} | |
} | |
}, | |
"runtime.native.System.Net.Http/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"Microsoft.NETCore.Targets": "1.0.1" | |
}, | |
"compile": { | |
"lib/netstandard1.0/_._": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.0/_._": {} | |
} | |
}, | |
"runtime.native.System.Net.Security/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"Microsoft.NETCore.Targets": "1.0.1" | |
}, | |
"compile": { | |
"lib/netstandard1.0/_._": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.0/_._": {} | |
} | |
}, | |
"runtime.native.System.Security.Cryptography/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"Microsoft.NETCore.Targets": "1.0.1" | |
}, | |
"compile": { | |
"lib/netstandard1.0/_._": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.0/_._": {} | |
} | |
}, | |
"System.AppContext/4.1.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.6/System.AppContext.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.6/System.AppContext.dll": {} | |
} | |
}, | |
"System.Buffers/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Diagnostics.Debug": "4.0.11", | |
"System.Diagnostics.Tracing": "4.1.0", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Threading": "4.0.11" | |
}, | |
"compile": { | |
"lib/netstandard1.1/System.Buffers.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.1/System.Buffers.dll": {} | |
} | |
}, | |
"System.Collections/4.0.11": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"Microsoft.NETCore.Targets": "1.0.1", | |
"System.Runtime": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.Collections.dll": {} | |
} | |
}, | |
"System.Collections.Concurrent/4.0.12": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11", | |
"System.Diagnostics.Debug": "4.0.11", | |
"System.Diagnostics.Tracing": "4.1.0", | |
"System.Globalization": "4.0.11", | |
"System.Reflection": "4.1.0", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Threading": "4.0.11", | |
"System.Threading.Tasks": "4.0.11" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.Collections.Concurrent.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/System.Collections.Concurrent.dll": {} | |
} | |
}, | |
"System.Collections.Immutable/1.2.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11", | |
"System.Diagnostics.Debug": "4.0.11", | |
"System.Globalization": "4.0.11", | |
"System.Linq": "4.1.0", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Threading": "4.0.11" | |
}, | |
"compile": { | |
"lib/netstandard1.0/System.Collections.Immutable.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.0/System.Collections.Immutable.dll": {} | |
} | |
}, | |
"System.Collections.NonGeneric/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"System.Diagnostics.Debug": "4.0.11", | |
"System.Globalization": "4.0.11", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Threading": "4.0.11" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.Collections.NonGeneric.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/System.Collections.NonGeneric.dll": {} | |
} | |
}, | |
"System.Collections.Specialized/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections.NonGeneric": "4.0.1", | |
"System.Globalization": "4.0.11", | |
"System.Globalization.Extensions": "4.0.1", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Threading": "4.0.11" | |
}, | |
"compile": { | |
"ref/netstandard1.3/_._": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/System.Collections.Specialized.dll": {} | |
} | |
}, | |
"System.ComponentModel/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.0/System.ComponentModel.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/System.ComponentModel.dll": {} | |
} | |
}, | |
"System.ComponentModel.Annotations/4.1.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11", | |
"System.ComponentModel": "4.0.1", | |
"System.Globalization": "4.0.11", | |
"System.Linq": "4.1.0", | |
"System.Reflection": "4.1.0", | |
"System.Reflection.Extensions": "4.0.1", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Text.RegularExpressions": "4.1.0", | |
"System.Threading": "4.0.11" | |
}, | |
"compile": { | |
"ref/netstandard1.4/System.ComponentModel.Annotations.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.4/System.ComponentModel.Annotations.dll": {} | |
} | |
}, | |
"System.ComponentModel.Primitives/4.1.0": { | |
"type": "package", | |
"dependencies": { | |
"System.ComponentModel": "4.0.1", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.0/System.ComponentModel.Primitives.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.0/System.ComponentModel.Primitives.dll": {} | |
} | |
}, | |
"System.ComponentModel.TypeConverter/4.1.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11", | |
"System.Collections.NonGeneric": "4.0.1", | |
"System.Collections.Specialized": "4.0.1", | |
"System.ComponentModel": "4.0.1", | |
"System.ComponentModel.Primitives": "4.1.0", | |
"System.Globalization": "4.0.11", | |
"System.Linq": "4.1.0", | |
"System.Reflection": "4.1.0", | |
"System.Reflection.Extensions": "4.0.1", | |
"System.Reflection.Primitives": "4.0.1", | |
"System.Reflection.TypeExtensions": "4.1.0", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Threading": "4.0.11" | |
}, | |
"compile": { | |
"ref/netstandard1.5/System.ComponentModel.TypeConverter.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.5/System.ComponentModel.TypeConverter.dll": {} | |
} | |
}, | |
"System.Console/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"Microsoft.NETCore.Targets": "1.0.1", | |
"System.IO": "4.1.0", | |
"System.Runtime": "4.1.0", | |
"System.Text.Encoding": "4.0.11" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.Console.dll": {} | |
} | |
}, | |
"System.Diagnostics.Debug/4.0.11": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"Microsoft.NETCore.Targets": "1.0.1", | |
"System.Runtime": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.Diagnostics.Debug.dll": {} | |
} | |
}, | |
"System.Diagnostics.DiagnosticSource/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11", | |
"System.Diagnostics.Tracing": "4.1.0", | |
"System.Reflection": "4.1.0", | |
"System.Runtime": "4.1.0", | |
"System.Threading": "4.0.11" | |
}, | |
"compile": { | |
"lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {} | |
} | |
}, | |
"System.Diagnostics.FileVersionInfo/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"System.Globalization": "4.0.11", | |
"System.IO": "4.1.0", | |
"System.IO.FileSystem": "4.0.1", | |
"System.IO.FileSystem.Primitives": "4.0.1", | |
"System.Reflection.Metadata": "1.3.0", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Runtime.InteropServices": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.3/_._": {} | |
}, | |
"runtimeTargets": { | |
"runtimes/unix/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll": { | |
"assetType": "runtime", | |
"rid": "unix" | |
}, | |
"runtimes/win/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll": { | |
"assetType": "runtime", | |
"rid": "win" | |
} | |
} | |
}, | |
"System.Diagnostics.Process/4.1.0": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"Microsoft.Win32.Primitives": "4.0.1", | |
"Microsoft.Win32.Registry": "4.0.0", | |
"System.Collections": "4.0.11", | |
"System.Diagnostics.Debug": "4.0.11", | |
"System.Globalization": "4.0.11", | |
"System.IO": "4.1.0", | |
"System.IO.FileSystem": "4.0.1", | |
"System.IO.FileSystem.Primitives": "4.0.1", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Runtime.Handles": "4.0.1", | |
"System.Runtime.InteropServices": "4.1.0", | |
"System.Text.Encoding": "4.0.11", | |
"System.Text.Encoding.Extensions": "4.0.11", | |
"System.Threading": "4.0.11", | |
"System.Threading.Tasks": "4.0.11", | |
"System.Threading.Thread": "4.0.0", | |
"System.Threading.ThreadPool": "4.0.10", | |
"runtime.native.System": "4.0.0" | |
}, | |
"compile": { | |
"ref/netstandard1.4/System.Diagnostics.Process.dll": {} | |
}, | |
"runtimeTargets": { | |
"runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll": { | |
"assetType": "runtime", | |
"rid": "linux" | |
}, | |
"runtimes/osx/lib/netstandard1.4/System.Diagnostics.Process.dll": { | |
"assetType": "runtime", | |
"rid": "osx" | |
}, | |
"runtimes/win/lib/netstandard1.4/System.Diagnostics.Process.dll": { | |
"assetType": "runtime", | |
"rid": "win" | |
} | |
} | |
}, | |
"System.Diagnostics.StackTrace/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections.Immutable": "1.2.0", | |
"System.IO.FileSystem": "4.0.1", | |
"System.Reflection": "4.1.0", | |
"System.Reflection.Metadata": "1.3.0", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.3/_._": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/System.Diagnostics.StackTrace.dll": {} | |
} | |
}, | |
"System.Diagnostics.Tools/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"Microsoft.NETCore.Targets": "1.0.1", | |
"System.Runtime": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.0/System.Diagnostics.Tools.dll": {} | |
} | |
}, | |
"System.Diagnostics.Tracing/4.1.0": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"Microsoft.NETCore.Targets": "1.0.1", | |
"System.Runtime": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.5/System.Diagnostics.Tracing.dll": {} | |
} | |
}, | |
"System.Dynamic.Runtime/4.0.11": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11", | |
"System.Diagnostics.Debug": "4.0.11", | |
"System.Globalization": "4.0.11", | |
"System.Linq": "4.1.0", | |
"System.Linq.Expressions": "4.1.0", | |
"System.ObjectModel": "4.0.12", | |
"System.Reflection": "4.1.0", | |
"System.Reflection.Emit": "4.0.1", | |
"System.Reflection.Emit.ILGeneration": "4.0.1", | |
"System.Reflection.Primitives": "4.0.1", | |
"System.Reflection.TypeExtensions": "4.1.0", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Threading": "4.0.11" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.Dynamic.Runtime.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/System.Dynamic.Runtime.dll": {} | |
} | |
}, | |
"System.Globalization/4.0.11": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"Microsoft.NETCore.Targets": "1.0.1", | |
"System.Runtime": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.Globalization.dll": {} | |
} | |
}, | |
"System.Globalization.Calendars/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"Microsoft.NETCore.Targets": "1.0.1", | |
"System.Globalization": "4.0.11", | |
"System.Runtime": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.Globalization.Calendars.dll": {} | |
} | |
}, | |
"System.Globalization.Extensions/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"System.Globalization": "4.0.11", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Runtime.InteropServices": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.Globalization.Extensions.dll": {} | |
}, | |
"runtimeTargets": { | |
"runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll": { | |
"assetType": "runtime", | |
"rid": "unix" | |
}, | |
"runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll": { | |
"assetType": "runtime", | |
"rid": "win" | |
} | |
} | |
}, | |
"System.IO/4.1.0": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"Microsoft.NETCore.Targets": "1.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Text.Encoding": "4.0.11", | |
"System.Threading.Tasks": "4.0.11" | |
}, | |
"compile": { | |
"ref/netstandard1.5/System.IO.dll": {} | |
} | |
}, | |
"System.IO.Compression/4.1.0": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"System.Collections": "4.0.11", | |
"System.Diagnostics.Debug": "4.0.11", | |
"System.IO": "4.1.0", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Runtime.Handles": "4.0.1", | |
"System.Runtime.InteropServices": "4.1.0", | |
"System.Text.Encoding": "4.0.11", | |
"System.Threading": "4.0.11", | |
"System.Threading.Tasks": "4.0.11", | |
"runtime.native.System": "4.0.0", | |
"runtime.native.System.IO.Compression": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.IO.Compression.dll": {} | |
}, | |
"runtimeTargets": { | |
"runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": { | |
"assetType": "runtime", | |
"rid": "unix" | |
}, | |
"runtimes/win/lib/netstandard1.3/System.IO.Compression.dll": { | |
"assetType": "runtime", | |
"rid": "win" | |
} | |
} | |
}, | |
"System.IO.Compression.ZipFile/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"System.Buffers": "4.0.0", | |
"System.IO": "4.1.0", | |
"System.IO.Compression": "4.1.0", | |
"System.IO.FileSystem": "4.0.1", | |
"System.IO.FileSystem.Primitives": "4.0.1", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Text.Encoding": "4.0.11" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} | |
} | |
}, | |
"System.IO.FileSystem/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"Microsoft.NETCore.Targets": "1.0.1", | |
"System.IO": "4.1.0", | |
"System.IO.FileSystem.Primitives": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Handles": "4.0.1", | |
"System.Text.Encoding": "4.0.11", | |
"System.Threading.Tasks": "4.0.11" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.IO.FileSystem.dll": {} | |
} | |
}, | |
"System.IO.FileSystem.Primitives/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} | |
} | |
}, | |
"System.IO.FileSystem.Watcher/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"Microsoft.Win32.Primitives": "4.0.1", | |
"System.Collections": "4.0.11", | |
"System.IO.FileSystem": "4.0.1", | |
"System.IO.FileSystem.Primitives": "4.0.1", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Runtime.Handles": "4.0.1", | |
"System.Runtime.InteropServices": "4.1.0", | |
"System.Text.Encoding": "4.0.11", | |
"System.Threading": "4.0.11", | |
"System.Threading.Overlapped": "4.0.1", | |
"System.Threading.Tasks": "4.0.11", | |
"System.Threading.Thread": "4.0.0", | |
"runtime.native.System": "4.0.0" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.IO.FileSystem.Watcher.dll": {} | |
}, | |
"runtimeTargets": { | |
"runtimes/linux/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll": { | |
"assetType": "runtime", | |
"rid": "linux" | |
}, | |
"runtimes/osx/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll": { | |
"assetType": "runtime", | |
"rid": "osx" | |
}, | |
"runtimes/win/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll": { | |
"assetType": "runtime", | |
"rid": "win" | |
} | |
} | |
}, | |
"System.IO.MemoryMappedFiles/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"System.IO": "4.1.0", | |
"System.IO.FileSystem": "4.0.1", | |
"System.IO.FileSystem.Primitives": "4.0.1", | |
"System.IO.UnmanagedMemoryStream": "4.0.1", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Runtime.Handles": "4.0.1", | |
"System.Runtime.InteropServices": "4.1.0", | |
"System.Threading": "4.0.11", | |
"System.Threading.Tasks": "4.0.11", | |
"runtime.native.System": "4.0.0" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.IO.MemoryMappedFiles.dll": {} | |
}, | |
"runtimeTargets": { | |
"runtimes/unix/lib/netstandard1.3/System.IO.MemoryMappedFiles.dll": { | |
"assetType": "runtime", | |
"rid": "unix" | |
}, | |
"runtimes/win/lib/netstandard1.3/System.IO.MemoryMappedFiles.dll": { | |
"assetType": "runtime", | |
"rid": "win" | |
} | |
} | |
}, | |
"System.IO.UnmanagedMemoryStream/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"System.IO": "4.1.0", | |
"System.IO.FileSystem.Primitives": "4.0.1", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.InteropServices": "4.1.0", | |
"System.Threading": "4.0.11", | |
"System.Threading.Tasks": "4.0.11" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} | |
} | |
}, | |
"System.Linq/4.1.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11", | |
"System.Diagnostics.Debug": "4.0.11", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.6/System.Linq.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.6/System.Linq.dll": {} | |
} | |
}, | |
"System.Linq.Expressions/4.1.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11", | |
"System.Diagnostics.Debug": "4.0.11", | |
"System.Globalization": "4.0.11", | |
"System.IO": "4.1.0", | |
"System.Linq": "4.1.0", | |
"System.ObjectModel": "4.0.12", | |
"System.Reflection": "4.1.0", | |
"System.Reflection.Emit": "4.0.1", | |
"System.Reflection.Emit.ILGeneration": "4.0.1", | |
"System.Reflection.Emit.Lightweight": "4.0.1", | |
"System.Reflection.Extensions": "4.0.1", | |
"System.Reflection.Primitives": "4.0.1", | |
"System.Reflection.TypeExtensions": "4.1.0", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Threading": "4.0.11" | |
}, | |
"compile": { | |
"ref/netstandard1.6/System.Linq.Expressions.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.6/System.Linq.Expressions.dll": {} | |
} | |
}, | |
"System.Linq.Parallel/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11", | |
"System.Collections.Concurrent": "4.0.12", | |
"System.Diagnostics.Debug": "4.0.11", | |
"System.Diagnostics.Tracing": "4.1.0", | |
"System.Linq": "4.1.0", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Threading": "4.0.11", | |
"System.Threading.Tasks": "4.0.11" | |
}, | |
"compile": { | |
"ref/netstandard1.1/System.Linq.Parallel.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/System.Linq.Parallel.dll": {} | |
} | |
}, | |
"System.Linq.Queryable/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11", | |
"System.Diagnostics.Debug": "4.0.11", | |
"System.Linq": "4.1.0", | |
"System.Linq.Expressions": "4.1.0", | |
"System.Reflection": "4.1.0", | |
"System.Reflection.Extensions": "4.0.1", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.0/System.Linq.Queryable.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/System.Linq.Queryable.dll": {} | |
} | |
}, | |
"System.Net.Http/4.1.0": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"System.Collections": "4.0.11", | |
"System.Diagnostics.Debug": "4.0.11", | |
"System.Diagnostics.DiagnosticSource": "4.0.0", | |
"System.Diagnostics.Tracing": "4.1.0", | |
"System.Globalization": "4.0.11", | |
"System.Globalization.Extensions": "4.0.1", | |
"System.IO": "4.1.0", | |
"System.IO.FileSystem": "4.0.1", | |
"System.Net.Primitives": "4.0.11", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Runtime.Handles": "4.0.1", | |
"System.Runtime.InteropServices": "4.1.0", | |
"System.Security.Cryptography.Algorithms": "4.2.0", | |
"System.Security.Cryptography.Encoding": "4.0.0", | |
"System.Security.Cryptography.OpenSsl": "4.0.0", | |
"System.Security.Cryptography.Primitives": "4.0.0", | |
"System.Security.Cryptography.X509Certificates": "4.1.0", | |
"System.Text.Encoding": "4.0.11", | |
"System.Threading": "4.0.11", | |
"System.Threading.Tasks": "4.0.11", | |
"runtime.native.System": "4.0.0", | |
"runtime.native.System.Net.Http": "4.0.1", | |
"runtime.native.System.Security.Cryptography": "4.0.0" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.Net.Http.dll": {} | |
}, | |
"runtimeTargets": { | |
"runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": { | |
"assetType": "runtime", | |
"rid": "unix" | |
}, | |
"runtimes/win/lib/netstandard1.3/System.Net.Http.dll": { | |
"assetType": "runtime", | |
"rid": "win" | |
} | |
} | |
}, | |
"System.Net.NameResolution/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"System.Collections": "4.0.11", | |
"System.Diagnostics.Tracing": "4.1.0", | |
"System.Globalization": "4.0.11", | |
"System.Net.Primitives": "4.0.11", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Runtime.Handles": "4.0.1", | |
"System.Runtime.InteropServices": "4.1.0", | |
"System.Security.Principal.Windows": "4.0.0", | |
"System.Threading": "4.0.11", | |
"System.Threading.Tasks": "4.0.11", | |
"runtime.native.System": "4.0.0" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.Net.NameResolution.dll": {} | |
}, | |
"runtimeTargets": { | |
"runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll": { | |
"assetType": "runtime", | |
"rid": "unix" | |
}, | |
"runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll": { | |
"assetType": "runtime", | |
"rid": "win" | |
} | |
} | |
}, | |
"System.Net.Primitives/4.0.11": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"Microsoft.NETCore.Targets": "1.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Handles": "4.0.1" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.Net.Primitives.dll": {} | |
} | |
}, | |
"System.Net.Requests/4.0.11": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"System.Collections": "4.0.11", | |
"System.Diagnostics.Debug": "4.0.11", | |
"System.Diagnostics.Tracing": "4.1.0", | |
"System.Globalization": "4.0.11", | |
"System.IO": "4.1.0", | |
"System.Net.Http": "4.1.0", | |
"System.Net.Primitives": "4.0.11", | |
"System.Net.WebHeaderCollection": "4.0.1", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Threading": "4.0.11", | |
"System.Threading.Tasks": "4.0.11" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.Net.Requests.dll": {} | |
}, | |
"runtimeTargets": { | |
"runtimes/unix/lib/netstandard1.3/System.Net.Requests.dll": { | |
"assetType": "runtime", | |
"rid": "unix" | |
}, | |
"runtimes/win/lib/netstandard1.3/System.Net.Requests.dll": { | |
"assetType": "runtime", | |
"rid": "win" | |
} | |
} | |
}, | |
"System.Net.Security/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"Microsoft.Win32.Primitives": "4.0.1", | |
"System.Collections": "4.0.11", | |
"System.Collections.Concurrent": "4.0.12", | |
"System.Diagnostics.Tracing": "4.1.0", | |
"System.Globalization": "4.0.11", | |
"System.Globalization.Extensions": "4.0.1", | |
"System.IO": "4.1.0", | |
"System.Net.Primitives": "4.0.11", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Runtime.Handles": "4.0.1", | |
"System.Runtime.InteropServices": "4.1.0", | |
"System.Security.Claims": "4.0.1", | |
"System.Security.Cryptography.Algorithms": "4.2.0", | |
"System.Security.Cryptography.Encoding": "4.0.0", | |
"System.Security.Cryptography.OpenSsl": "4.0.0", | |
"System.Security.Cryptography.Primitives": "4.0.0", | |
"System.Security.Cryptography.X509Certificates": "4.1.0", | |
"System.Security.Principal": "4.0.1", | |
"System.Text.Encoding": "4.0.11", | |
"System.Threading": "4.0.11", | |
"System.Threading.Tasks": "4.0.11", | |
"System.Threading.ThreadPool": "4.0.10", | |
"runtime.native.System": "4.0.0", | |
"runtime.native.System.Net.Security": "4.0.1", | |
"runtime.native.System.Security.Cryptography": "4.0.0" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.Net.Security.dll": {} | |
}, | |
"runtimeTargets": { | |
"runtimes/unix/lib/netstandard1.6/System.Net.Security.dll": { | |
"assetType": "runtime", | |
"rid": "unix" | |
}, | |
"runtimes/win/lib/netstandard1.3/System.Net.Security.dll": { | |
"assetType": "runtime", | |
"rid": "win" | |
} | |
} | |
}, | |
"System.Net.Sockets/4.1.0": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"Microsoft.NETCore.Targets": "1.0.1", | |
"System.IO": "4.1.0", | |
"System.Net.Primitives": "4.0.11", | |
"System.Runtime": "4.1.0", | |
"System.Threading.Tasks": "4.0.11" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.Net.Sockets.dll": {} | |
} | |
}, | |
"System.Net.WebHeaderCollection/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.Net.WebHeaderCollection.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/System.Net.WebHeaderCollection.dll": {} | |
} | |
}, | |
"System.Numerics.Vectors/4.1.1": { | |
"type": "package", | |
"dependencies": { | |
"System.Globalization": "4.0.11", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.0/System.Numerics.Vectors.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.0/System.Numerics.Vectors.dll": {} | |
} | |
}, | |
"System.ObjectModel/4.0.12": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11", | |
"System.Diagnostics.Debug": "4.0.11", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Threading": "4.0.11" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.ObjectModel.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/System.ObjectModel.dll": {} | |
} | |
}, | |
"System.Private.DataContractSerialization/4.1.1": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11", | |
"System.Collections.Concurrent": "4.0.12", | |
"System.Diagnostics.Debug": "4.0.11", | |
"System.Globalization": "4.0.11", | |
"System.IO": "4.1.0", | |
"System.Linq": "4.1.0", | |
"System.Reflection": "4.1.0", | |
"System.Reflection.Emit.ILGeneration": "4.0.1", | |
"System.Reflection.Emit.Lightweight": "4.0.1", | |
"System.Reflection.Extensions": "4.0.1", | |
"System.Reflection.Primitives": "4.0.1", | |
"System.Reflection.TypeExtensions": "4.1.0", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Runtime.Serialization.Primitives": "4.1.1", | |
"System.Text.Encoding": "4.0.11", | |
"System.Text.Encoding.Extensions": "4.0.11", | |
"System.Text.RegularExpressions": "4.1.0", | |
"System.Threading": "4.0.11", | |
"System.Threading.Tasks": "4.0.11", | |
"System.Xml.ReaderWriter": "4.0.11", | |
"System.Xml.XmlDocument": "4.0.1", | |
"System.Xml.XmlSerializer": "4.0.11" | |
}, | |
"compile": { | |
"ref/netstandard/_._": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/System.Private.DataContractSerialization.dll": {} | |
} | |
}, | |
"System.Reflection/4.1.0": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"Microsoft.NETCore.Targets": "1.0.1", | |
"System.IO": "4.1.0", | |
"System.Reflection.Primitives": "4.0.1", | |
"System.Runtime": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.5/System.Reflection.dll": {} | |
} | |
}, | |
"System.Reflection.DispatchProxy/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11", | |
"System.Linq": "4.1.0", | |
"System.Reflection": "4.1.0", | |
"System.Reflection.Emit": "4.0.1", | |
"System.Reflection.Emit.ILGeneration": "4.0.1", | |
"System.Reflection.Extensions": "4.0.1", | |
"System.Reflection.Primitives": "4.0.1", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Threading": "4.0.11" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.Reflection.DispatchProxy.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/System.Reflection.DispatchProxy.dll": {} | |
} | |
}, | |
"System.Reflection.Emit/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"System.IO": "4.1.0", | |
"System.Reflection": "4.1.0", | |
"System.Reflection.Emit.ILGeneration": "4.0.1", | |
"System.Reflection.Primitives": "4.0.1", | |
"System.Runtime": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.1/_._": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/System.Reflection.Emit.dll": {} | |
} | |
}, | |
"System.Reflection.Emit.ILGeneration/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"System.Reflection": "4.1.0", | |
"System.Reflection.Primitives": "4.0.1", | |
"System.Runtime": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.0/_._": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {} | |
} | |
}, | |
"System.Reflection.Emit.Lightweight/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"System.Reflection": "4.1.0", | |
"System.Reflection.Emit.ILGeneration": "4.0.1", | |
"System.Reflection.Primitives": "4.0.1", | |
"System.Runtime": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.0/_._": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {} | |
} | |
}, | |
"System.Reflection.Extensions/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"Microsoft.NETCore.Targets": "1.0.1", | |
"System.Reflection": "4.1.0", | |
"System.Runtime": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.0/System.Reflection.Extensions.dll": {} | |
} | |
}, | |
"System.Reflection.Metadata/1.3.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11", | |
"System.Collections.Immutable": "1.2.0", | |
"System.Diagnostics.Debug": "4.0.11", | |
"System.IO": "4.1.0", | |
"System.Linq": "4.1.0", | |
"System.Reflection": "4.1.0", | |
"System.Reflection.Extensions": "4.0.1", | |
"System.Reflection.Primitives": "4.0.1", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Runtime.InteropServices": "4.1.0", | |
"System.Text.Encoding": "4.0.11", | |
"System.Text.Encoding.Extensions": "4.0.11", | |
"System.Threading": "4.0.11" | |
}, | |
"compile": { | |
"lib/netstandard1.1/System.Reflection.Metadata.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.1/System.Reflection.Metadata.dll": {} | |
} | |
}, | |
"System.Reflection.Primitives/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"Microsoft.NETCore.Targets": "1.0.1", | |
"System.Runtime": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.0/System.Reflection.Primitives.dll": {} | |
} | |
}, | |
"System.Reflection.TypeExtensions/4.1.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Reflection": "4.1.0", | |
"System.Runtime": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.5/System.Reflection.TypeExtensions.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.5/System.Reflection.TypeExtensions.dll": {} | |
} | |
}, | |
"System.Resources.Reader/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.IO": "4.1.0", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Text.Encoding": "4.0.11", | |
"System.Threading": "4.0.11" | |
}, | |
"compile": { | |
"lib/netstandard1.0/System.Resources.Reader.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.0/System.Resources.Reader.dll": {} | |
} | |
}, | |
"System.Resources.ResourceManager/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"Microsoft.NETCore.Targets": "1.0.1", | |
"System.Globalization": "4.0.11", | |
"System.Reflection": "4.1.0", | |
"System.Runtime": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.0/System.Resources.ResourceManager.dll": {} | |
} | |
}, | |
"System.Runtime/4.1.0": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"Microsoft.NETCore.Targets": "1.0.1" | |
}, | |
"compile": { | |
"ref/netstandard1.5/System.Runtime.dll": {} | |
} | |
}, | |
"System.Runtime.Extensions/4.1.0": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"Microsoft.NETCore.Targets": "1.0.1", | |
"System.Runtime": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.5/System.Runtime.Extensions.dll": {} | |
} | |
}, | |
"System.Runtime.Handles/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"Microsoft.NETCore.Targets": "1.0.1", | |
"System.Runtime": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.Runtime.Handles.dll": {} | |
} | |
}, | |
"System.Runtime.InteropServices/4.1.0": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"Microsoft.NETCore.Targets": "1.0.1", | |
"System.Reflection": "4.1.0", | |
"System.Reflection.Primitives": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Handles": "4.0.1" | |
}, | |
"compile": { | |
"ref/netstandard1.5/System.Runtime.InteropServices.dll": {} | |
} | |
}, | |
"System.Runtime.InteropServices.RuntimeInformation/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"System.Reflection": "4.1.0", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.InteropServices": "4.1.0", | |
"System.Threading": "4.0.11", | |
"runtime.native.System": "4.0.0" | |
}, | |
"compile": { | |
"ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} | |
}, | |
"runtimeTargets": { | |
"runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": { | |
"assetType": "runtime", | |
"rid": "unix" | |
}, | |
"runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": { | |
"assetType": "runtime", | |
"rid": "win" | |
} | |
} | |
}, | |
"System.Runtime.Loader/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.IO": "4.1.0", | |
"System.Reflection": "4.1.0", | |
"System.Runtime": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.5/System.Runtime.Loader.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.5/System.Runtime.Loader.dll": {} | |
} | |
}, | |
"System.Runtime.Numerics/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"System.Globalization": "4.0.11", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.1/System.Runtime.Numerics.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/System.Runtime.Numerics.dll": {} | |
} | |
}, | |
"System.Runtime.Serialization.Json/4.0.2": { | |
"type": "package", | |
"dependencies": { | |
"System.IO": "4.1.0", | |
"System.Private.DataContractSerialization": "4.1.1", | |
"System.Runtime": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.0/System.Runtime.Serialization.Json.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/System.Runtime.Serialization.Json.dll": {} | |
} | |
}, | |
"System.Runtime.Serialization.Primitives/4.1.1": { | |
"type": "package", | |
"dependencies": { | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} | |
} | |
}, | |
"System.Security.Claims/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11", | |
"System.Globalization": "4.0.11", | |
"System.IO": "4.1.0", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Security.Principal": "4.0.1" | |
}, | |
"compile": { | |
"ref/netstandard1.3/_._": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/System.Security.Claims.dll": {} | |
} | |
}, | |
"System.Security.Cryptography.Algorithms/4.2.0": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"System.Collections": "4.0.11", | |
"System.IO": "4.1.0", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Runtime.Handles": "4.0.1", | |
"System.Runtime.InteropServices": "4.1.0", | |
"System.Runtime.Numerics": "4.0.1", | |
"System.Security.Cryptography.Encoding": "4.0.0", | |
"System.Security.Cryptography.Primitives": "4.0.0", | |
"System.Text.Encoding": "4.0.11", | |
"runtime.native.System.Security.Cryptography": "4.0.0" | |
}, | |
"compile": { | |
"ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {} | |
}, | |
"runtimeTargets": { | |
"runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { | |
"assetType": "runtime", | |
"rid": "unix" | |
}, | |
"runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { | |
"assetType": "runtime", | |
"rid": "win" | |
} | |
} | |
}, | |
"System.Security.Cryptography.Cng/4.2.0": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"System.IO": "4.1.0", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Runtime.Handles": "4.0.1", | |
"System.Runtime.InteropServices": "4.1.0", | |
"System.Security.Cryptography.Algorithms": "4.2.0", | |
"System.Security.Cryptography.Encoding": "4.0.0", | |
"System.Security.Cryptography.Primitives": "4.0.0", | |
"System.Text.Encoding": "4.0.11" | |
}, | |
"compile": { | |
"ref/netstandard1.6/_._": {} | |
}, | |
"runtimeTargets": { | |
"runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll": { | |
"assetType": "runtime", | |
"rid": "unix" | |
}, | |
"runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll": { | |
"assetType": "runtime", | |
"rid": "win" | |
} | |
} | |
}, | |
"System.Security.Cryptography.Csp/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"System.IO": "4.1.0", | |
"System.Reflection": "4.1.0", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Runtime.Handles": "4.0.1", | |
"System.Runtime.InteropServices": "4.1.0", | |
"System.Security.Cryptography.Algorithms": "4.2.0", | |
"System.Security.Cryptography.Encoding": "4.0.0", | |
"System.Security.Cryptography.Primitives": "4.0.0", | |
"System.Text.Encoding": "4.0.11", | |
"System.Threading": "4.0.11" | |
}, | |
"compile": { | |
"ref/netstandard1.3/_._": {} | |
}, | |
"runtimeTargets": { | |
"runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": { | |
"assetType": "runtime", | |
"rid": "unix" | |
}, | |
"runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": { | |
"assetType": "runtime", | |
"rid": "win" | |
} | |
} | |
}, | |
"System.Security.Cryptography.Encoding/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"System.Collections": "4.0.11", | |
"System.Collections.Concurrent": "4.0.12", | |
"System.Linq": "4.1.0", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Runtime.Handles": "4.0.1", | |
"System.Runtime.InteropServices": "4.1.0", | |
"System.Security.Cryptography.Primitives": "4.0.0", | |
"System.Text.Encoding": "4.0.11", | |
"runtime.native.System.Security.Cryptography": "4.0.0" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} | |
}, | |
"runtimeTargets": { | |
"runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { | |
"assetType": "runtime", | |
"rid": "unix" | |
}, | |
"runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { | |
"assetType": "runtime", | |
"rid": "win" | |
} | |
} | |
}, | |
"System.Security.Cryptography.OpenSsl/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11", | |
"System.IO": "4.1.0", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Runtime.Handles": "4.0.1", | |
"System.Runtime.InteropServices": "4.1.0", | |
"System.Runtime.Numerics": "4.0.1", | |
"System.Security.Cryptography.Algorithms": "4.2.0", | |
"System.Security.Cryptography.Encoding": "4.0.0", | |
"System.Security.Cryptography.Primitives": "4.0.0", | |
"System.Text.Encoding": "4.0.11", | |
"runtime.native.System.Security.Cryptography": "4.0.0" | |
}, | |
"compile": { | |
"ref/netstandard1.6/_._": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": {} | |
}, | |
"runtimeTargets": { | |
"runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": { | |
"assetType": "runtime", | |
"rid": "unix" | |
} | |
} | |
}, | |
"System.Security.Cryptography.Primitives/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Diagnostics.Debug": "4.0.11", | |
"System.Globalization": "4.0.11", | |
"System.IO": "4.1.0", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Threading": "4.0.11", | |
"System.Threading.Tasks": "4.0.11" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} | |
} | |
}, | |
"System.Security.Cryptography.X509Certificates/4.1.0": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"System.Collections": "4.0.11", | |
"System.Diagnostics.Debug": "4.0.11", | |
"System.Globalization": "4.0.11", | |
"System.Globalization.Calendars": "4.0.1", | |
"System.IO": "4.1.0", | |
"System.IO.FileSystem": "4.0.1", | |
"System.IO.FileSystem.Primitives": "4.0.1", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Runtime.Handles": "4.0.1", | |
"System.Runtime.InteropServices": "4.1.0", | |
"System.Runtime.Numerics": "4.0.1", | |
"System.Security.Cryptography.Algorithms": "4.2.0", | |
"System.Security.Cryptography.Cng": "4.2.0", | |
"System.Security.Cryptography.Csp": "4.0.0", | |
"System.Security.Cryptography.Encoding": "4.0.0", | |
"System.Security.Cryptography.OpenSsl": "4.0.0", | |
"System.Security.Cryptography.Primitives": "4.0.0", | |
"System.Text.Encoding": "4.0.11", | |
"System.Threading": "4.0.11", | |
"runtime.native.System": "4.0.0", | |
"runtime.native.System.Net.Http": "4.0.1", | |
"runtime.native.System.Security.Cryptography": "4.0.0" | |
}, | |
"compile": { | |
"ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {} | |
}, | |
"runtimeTargets": { | |
"runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { | |
"assetType": "runtime", | |
"rid": "unix" | |
}, | |
"runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { | |
"assetType": "runtime", | |
"rid": "win" | |
} | |
} | |
}, | |
"System.Security.Principal/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.0/System.Security.Principal.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.0/System.Security.Principal.dll": {} | |
} | |
}, | |
"System.Security.Principal.Windows/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"Microsoft.Win32.Primitives": "4.0.1", | |
"System.Collections": "4.0.11", | |
"System.Diagnostics.Debug": "4.0.11", | |
"System.Reflection": "4.1.0", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Runtime.Handles": "4.0.1", | |
"System.Runtime.InteropServices": "4.1.0", | |
"System.Security.Claims": "4.0.1", | |
"System.Security.Principal": "4.0.1", | |
"System.Text.Encoding": "4.0.11", | |
"System.Threading": "4.0.11" | |
}, | |
"compile": { | |
"ref/netstandard1.3/_._": {} | |
}, | |
"runtimeTargets": { | |
"runtimes/unix/lib/netstandard1.3/System.Security.Principal.Windows.dll": { | |
"assetType": "runtime", | |
"rid": "unix" | |
}, | |
"runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll": { | |
"assetType": "runtime", | |
"rid": "win" | |
} | |
} | |
}, | |
"System.Text.Encoding/4.0.11": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"Microsoft.NETCore.Targets": "1.0.1", | |
"System.Runtime": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.Text.Encoding.dll": {} | |
} | |
}, | |
"System.Text.Encoding.CodePages/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"System.Collections": "4.0.11", | |
"System.Globalization": "4.0.11", | |
"System.IO": "4.1.0", | |
"System.Reflection": "4.1.0", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Runtime.Handles": "4.0.1", | |
"System.Runtime.InteropServices": "4.1.0", | |
"System.Text.Encoding": "4.0.11", | |
"System.Threading": "4.0.11" | |
}, | |
"compile": { | |
"ref/netstandard1.3/_._": {} | |
}, | |
"runtimeTargets": { | |
"runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": { | |
"assetType": "runtime", | |
"rid": "unix" | |
}, | |
"runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": { | |
"assetType": "runtime", | |
"rid": "win" | |
} | |
} | |
}, | |
"System.Text.Encoding.Extensions/4.0.11": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"Microsoft.NETCore.Targets": "1.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Text.Encoding": "4.0.11" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {} | |
} | |
}, | |
"System.Text.RegularExpressions/4.1.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11", | |
"System.Globalization": "4.0.11", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Threading": "4.0.11" | |
}, | |
"compile": { | |
"ref/netstandard1.6/System.Text.RegularExpressions.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.6/System.Text.RegularExpressions.dll": {} | |
} | |
}, | |
"System.Threading/4.0.11": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.1.0", | |
"System.Threading.Tasks": "4.0.11" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.Threading.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/System.Threading.dll": {} | |
} | |
}, | |
"System.Threading.Overlapped/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Handles": "4.0.1" | |
}, | |
"compile": { | |
"ref/netstandard1.3/_._": {} | |
}, | |
"runtimeTargets": { | |
"runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll": { | |
"assetType": "runtime", | |
"rid": "unix" | |
}, | |
"runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.dll": { | |
"assetType": "runtime", | |
"rid": "win" | |
} | |
} | |
}, | |
"System.Threading.Tasks/4.0.11": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"Microsoft.NETCore.Targets": "1.0.1", | |
"System.Runtime": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.Threading.Tasks.dll": {} | |
} | |
}, | |
"System.Threading.Tasks.Dataflow/4.6.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11", | |
"System.Collections.Concurrent": "4.0.12", | |
"System.Diagnostics.Debug": "4.0.11", | |
"System.Diagnostics.Tracing": "4.1.0", | |
"System.Dynamic.Runtime": "4.0.11", | |
"System.Linq": "4.1.0", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Threading": "4.0.11", | |
"System.Threading.Tasks": "4.0.11" | |
}, | |
"compile": { | |
"lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll": {} | |
} | |
}, | |
"System.Threading.Tasks.Extensions/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11", | |
"System.Runtime": "4.1.0", | |
"System.Threading.Tasks": "4.0.11" | |
}, | |
"compile": { | |
"lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {} | |
} | |
}, | |
"System.Threading.Tasks.Parallel/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections.Concurrent": "4.0.12", | |
"System.Diagnostics.Debug": "4.0.11", | |
"System.Diagnostics.Tracing": "4.1.0", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Threading": "4.0.11", | |
"System.Threading.Tasks": "4.0.11" | |
}, | |
"compile": { | |
"ref/netstandard1.1/System.Threading.Tasks.Parallel.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/System.Threading.Tasks.Parallel.dll": {} | |
} | |
}, | |
"System.Threading.Thread/4.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.Threading.Thread.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/System.Threading.Thread.dll": {} | |
} | |
}, | |
"System.Threading.ThreadPool/4.0.10": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Handles": "4.0.1" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.Threading.ThreadPool.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/System.Threading.ThreadPool.dll": {} | |
} | |
}, | |
"System.Threading.Timer/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.0.1", | |
"Microsoft.NETCore.Targets": "1.0.1", | |
"System.Runtime": "4.1.0" | |
}, | |
"compile": { | |
"ref/netstandard1.2/System.Threading.Timer.dll": {} | |
} | |
}, | |
"System.Xml.ReaderWriter/4.0.11": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11", | |
"System.Diagnostics.Debug": "4.0.11", | |
"System.Globalization": "4.0.11", | |
"System.IO": "4.1.0", | |
"System.IO.FileSystem": "4.0.1", | |
"System.IO.FileSystem.Primitives": "4.0.1", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Runtime.InteropServices": "4.1.0", | |
"System.Text.Encoding": "4.0.11", | |
"System.Text.Encoding.Extensions": "4.0.11", | |
"System.Text.RegularExpressions": "4.1.0", | |
"System.Threading.Tasks": "4.0.11", | |
"System.Threading.Tasks.Extensions": "4.0.0" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.Xml.ReaderWriter.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/System.Xml.ReaderWriter.dll": {} | |
} | |
}, | |
"System.Xml.XDocument/4.0.11": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11", | |
"System.Diagnostics.Debug": "4.0.11", | |
"System.Diagnostics.Tools": "4.0.1", | |
"System.Globalization": "4.0.11", | |
"System.IO": "4.1.0", | |
"System.Reflection": "4.1.0", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Text.Encoding": "4.0.11", | |
"System.Threading": "4.0.11", | |
"System.Xml.ReaderWriter": "4.0.11" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.Xml.XDocument.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/System.Xml.XDocument.dll": {} | |
} | |
}, | |
"System.Xml.XmlDocument/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11", | |
"System.Diagnostics.Debug": "4.0.11", | |
"System.Globalization": "4.0.11", | |
"System.IO": "4.1.0", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Text.Encoding": "4.0.11", | |
"System.Threading": "4.0.11", | |
"System.Xml.ReaderWriter": "4.0.11" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.Xml.XmlDocument.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/System.Xml.XmlDocument.dll": {} | |
} | |
}, | |
"System.Xml.XmlSerializer/4.0.11": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11", | |
"System.Globalization": "4.0.11", | |
"System.IO": "4.1.0", | |
"System.Linq": "4.1.0", | |
"System.Reflection": "4.1.0", | |
"System.Reflection.Emit": "4.0.1", | |
"System.Reflection.Emit.ILGeneration": "4.0.1", | |
"System.Reflection.Extensions": "4.0.1", | |
"System.Reflection.Primitives": "4.0.1", | |
"System.Reflection.TypeExtensions": "4.1.0", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Text.RegularExpressions": "4.1.0", | |
"System.Threading": "4.0.11", | |
"System.Xml.ReaderWriter": "4.0.11", | |
"System.Xml.XmlDocument": "4.0.1" | |
}, | |
"compile": { | |
"ref/netstandard1.3/_._": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/System.Xml.XmlSerializer.dll": {} | |
} | |
}, | |
"System.Xml.XPath/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11", | |
"System.Diagnostics.Debug": "4.0.11", | |
"System.Globalization": "4.0.11", | |
"System.IO": "4.1.0", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Threading": "4.0.11", | |
"System.Xml.ReaderWriter": "4.0.11" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.Xml.XPath.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/System.Xml.XPath.dll": {} | |
} | |
}, | |
"System.Xml.XPath.XDocument/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"System.Diagnostics.Debug": "4.0.11", | |
"System.Linq": "4.1.0", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Threading": "4.0.11", | |
"System.Xml.ReaderWriter": "4.0.11", | |
"System.Xml.XDocument": "4.0.11", | |
"System.Xml.XPath": "4.0.1" | |
}, | |
"compile": { | |
"ref/netstandard1.3/_._": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/System.Xml.XPath.XDocument.dll": {} | |
} | |
}, | |
"System.Xml.XPath.XmlDocument/4.0.1": { | |
"type": "package", | |
"dependencies": { | |
"System.Collections": "4.0.11", | |
"System.Globalization": "4.0.11", | |
"System.IO": "4.1.0", | |
"System.Resources.ResourceManager": "4.0.1", | |
"System.Runtime": "4.1.0", | |
"System.Runtime.Extensions": "4.1.0", | |
"System.Threading": "4.0.11", | |
"System.Xml.ReaderWriter": "4.0.11", | |
"System.Xml.XPath": "4.0.1", | |
"System.Xml.XmlDocument": "4.0.1" | |
}, | |
"compile": { | |
"ref/netstandard1.3/System.Xml.XPath.XmlDocument.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/System.Xml.XPath.XmlDocument.dll": {} | |
} | |
} | |
} | |
}, | |
"libraries": { | |
"Cake.Common/0.16.0-alpha0084": { | |
"sha512": "vGsiSXpfuIESpxcB1tPQKgkVlT6wAEDMtuHn9igN7M/Yy8Ni90j2V+03vbbUAlK/TFvhuM6Tx3mtteyOC4M89A==", | |
"type": "package", | |
"path": "cake.common/0.16.0-alpha0084", | |
"files": [ | |
"cake.common.0.16.0-alpha0084.nupkg.sha512", | |
"cake.common.nuspec", | |
"lib/net45/Cake.Common.dll", | |
"lib/net45/Cake.Common.xml", | |
"lib/netstandard1.6/Cake.Common.dll", | |
"lib/netstandard1.6/Cake.Common.xml" | |
] | |
}, | |
"Cake.Core/0.16.0-alpha0084": { | |
"sha512": "WThQhyNAzjEotYRgCqKNfCwC5V+5MgH8qzFF/PZ9esh1wzPMARRtFoeTVTEWvdGAPhZ4j8BHOuPi8V1sC/3ECw==", | |
"type": "package", | |
"path": "cake.core/0.16.0-alpha0084", | |
"files": [ | |
"cake.core.0.16.0-alpha0084.nupkg.sha512", | |
"cake.core.nuspec", | |
"lib/net45/Cake.Core.dll", | |
"lib/net45/Cake.Core.xml", | |
"lib/netstandard1.6/Cake.Core.dll", | |
"lib/netstandard1.6/Cake.Core.xml" | |
] | |
}, | |
"Cake.Frosting/0.1.0-alpha0030": { | |
"sha512": "7OdtQ20FlXsoo/yhDjB/v/GrWplBvne9UrXCglWq8mAWRyA6kaaz7UecEHXNwlaWUD/EhJ4Ce9SnXVnYI75s4Q==", | |
"type": "package", | |
"path": "cake.frosting/0.1.0-alpha0030", | |
"files": [ | |
"cake.frosting.0.1.0-alpha0030.nupkg.sha512", | |
"cake.frosting.nuspec", | |
"lib/netstandard1.6/Cake.Frosting.dll", | |
"lib/netstandard1.6/Cake.Frosting.xml" | |
] | |
}, | |
"Cake.Frosting.Cli/0.1.0-alpha0030": { | |
"sha512": "Qx854KM3Zx2MyfiNS/3C7w1GUxOX32AXpWf5iq3T4lgBDaST6uTjebh+j5ms+Bt83FkJqBXGYn2aIRhHHTKFEw==", | |
"type": "package", | |
"path": "cake.frosting.cli/0.1.0-alpha0030", | |
"files": [ | |
"cake.frosting.cli.0.1.0-alpha0030.nupkg.sha512", | |
"cake.frosting.cli.nuspec", | |
"lib/netcoreapp1.0/dotnet-cake.dll", | |
"lib/netcoreapp1.0/dotnet-cake.runtimeconfig.json", | |
"lib/netcoreapp1.0/dotnet-cake.xml" | |
] | |
}, | |
"Libuv/1.9.0": { | |
"sha512": "yTc7MZ1xE9IE3qPafTyUjGuGr0ufm156EhXZaldh1MKvPi7KR72LnRwNooM8XveqMCmxO7P6CFS12P70dJ6xDg==", | |
"type": "package", | |
"path": "libuv/1.9.0", | |
"files": [ | |
"License.txt", | |
"libuv.1.9.0.nupkg.sha512", | |
"libuv.nuspec", | |
"runtimes/debian-x64/native/libuv.so", | |
"runtimes/fedora-x64/native/libuv.so", | |
"runtimes/opensuse-x64/native/libuv.so", | |
"runtimes/osx/native/libuv.dylib", | |
"runtimes/rhel-x64/native/libuv.so", | |
"runtimes/win7-arm/native/libuv.dll", | |
"runtimes/win7-x64/native/libuv.dll", | |
"runtimes/win7-x86/native/libuv.dll" | |
] | |
}, | |
"Microsoft.CodeAnalysis.Analyzers/1.1.0": { | |
"sha512": "POD4cfglK+bVwTaIxgPBDR5MK0KVBclMneNlYayyeJYDZQ1o6Iu8k4G2+cg2dhDznvBrXrci7oMspotpNxG4kw==", | |
"type": "package", | |
"path": "microsoft.codeanalysis.analyzers/1.1.0", | |
"files": [ | |
"ThirdPartyNotices.rtf", | |
"analyzers/dotnet/cs/Microsoft.CodeAnalysis.Analyzers.dll", | |
"analyzers/dotnet/cs/Microsoft.CodeAnalysis.CSharp.Analyzers.dll", | |
"analyzers/dotnet/vb/Microsoft.CodeAnalysis.Analyzers.dll", | |
"analyzers/dotnet/vb/Microsoft.CodeAnalysis.VisualBasic.Analyzers.dll", | |
"microsoft.codeanalysis.analyzers.1.1.0.nupkg.sha512", | |
"microsoft.codeanalysis.analyzers.nuspec", | |
"tools/install.ps1", | |
"tools/uninstall.ps1" | |
] | |
}, | |
"Microsoft.CodeAnalysis.Common/1.3.0": { | |
"sha512": "Rh1FwzYVBwszfzK0KPQW/XuAAoL4gCfXriGf+snrZXuz9oJmxCzB7OOyWy6Z/ToDCl62+T89ciOHRhGE1ElE6w==", | |
"type": "package", | |
"path": "microsoft.codeanalysis.common/1.3.0", | |
"files": [ | |
"ThirdPartyNotices.rtf", | |
"lib/net45/Microsoft.CodeAnalysis.dll", | |
"lib/net45/Microsoft.CodeAnalysis.xml", | |
"lib/netstandard1.3/Microsoft.CodeAnalysis.dll", | |
"lib/netstandard1.3/Microsoft.CodeAnalysis.xml", | |
"lib/portable-net45+win8/Microsoft.CodeAnalysis.dll", | |
"lib/portable-net45+win8/Microsoft.CodeAnalysis.xml", | |
"microsoft.codeanalysis.common.1.3.0.nupkg.sha512", | |
"microsoft.codeanalysis.common.nuspec" | |
] | |
}, | |
"Microsoft.CodeAnalysis.CSharp/1.3.0": { | |
"sha512": "eMm+WefzRyZiKhbZA5C9HJrumyzfrJBuNd8W3Y63fod+Kmypvb5C+T1klYW8z4ifKXQlQx2lyLRLtA2ce0i5gQ==", | |
"type": "package", | |
"path": "microsoft.codeanalysis.csharp/1.3.0", | |
"files": [ | |
"ThirdPartyNotices.rtf", | |
"lib/net45/Microsoft.CodeAnalysis.CSharp.dll", | |
"lib/net45/Microsoft.CodeAnalysis.CSharp.xml", | |
"lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll", | |
"lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.xml", | |
"lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.dll", | |
"lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.xml", | |
"microsoft.codeanalysis.csharp.1.3.0.nupkg.sha512", | |
"microsoft.codeanalysis.csharp.nuspec" | |
] | |
}, | |
"Microsoft.CodeAnalysis.VisualBasic/1.3.0": { | |
"sha512": "PCFo42ToGldHrtEU8u+Tlh/76tSs6TgNdzK0WoLfcpvQZu0DA3YzkGOGHAWhuWoAd0JrABMKP2MlkHJS5zu6ew==", | |
"type": "package", | |
"path": "microsoft.codeanalysis.visualbasic/1.3.0", | |
"files": [ | |
"ThirdPartyNotices.rtf", | |
"lib/net45/Microsoft.CodeAnalysis.VisualBasic.dll", | |
"lib/net45/Microsoft.CodeAnalysis.VisualBasic.xml", | |
"lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll", | |
"lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.xml", | |
"lib/portable-net45+win8/Microsoft.CodeAnalysis.VisualBasic.dll", | |
"lib/portable-net45+win8/Microsoft.CodeAnalysis.VisualBasic.xml", | |
"microsoft.codeanalysis.visualbasic.1.3.0.nupkg.sha512", | |
"microsoft.codeanalysis.visualbasic.nuspec" | |
] | |
}, | |
"Microsoft.CSharp/4.0.1": { | |
"sha512": "6UKBcIDENizCf1GypHxO69x5qLrYoyPze94ePMGUuV99O921ar2Ff6n0vupF5FZFG8utIaJVPZrwML0OWwoIsw==", | |
"type": "package", | |
"path": "microsoft.csharp/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/netcore50/Microsoft.CSharp.dll", | |
"lib/netstandard1.3/Microsoft.CSharp.dll", | |
"lib/portable-net45+win8+wp8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"microsoft.csharp.4.0.1.nupkg.sha512", | |
"microsoft.csharp.nuspec", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/netcore50/Microsoft.CSharp.dll", | |
"ref/netcore50/Microsoft.CSharp.xml", | |
"ref/netcore50/de/Microsoft.CSharp.xml", | |
"ref/netcore50/es/Microsoft.CSharp.xml", | |
"ref/netcore50/fr/Microsoft.CSharp.xml", | |
"ref/netcore50/it/Microsoft.CSharp.xml", | |
"ref/netcore50/ja/Microsoft.CSharp.xml", | |
"ref/netcore50/ko/Microsoft.CSharp.xml", | |
"ref/netcore50/ru/Microsoft.CSharp.xml", | |
"ref/netcore50/zh-hans/Microsoft.CSharp.xml", | |
"ref/netcore50/zh-hant/Microsoft.CSharp.xml", | |
"ref/netstandard1.0/Microsoft.CSharp.dll", | |
"ref/netstandard1.0/Microsoft.CSharp.xml", | |
"ref/netstandard1.0/de/Microsoft.CSharp.xml", | |
"ref/netstandard1.0/es/Microsoft.CSharp.xml", | |
"ref/netstandard1.0/fr/Microsoft.CSharp.xml", | |
"ref/netstandard1.0/it/Microsoft.CSharp.xml", | |
"ref/netstandard1.0/ja/Microsoft.CSharp.xml", | |
"ref/netstandard1.0/ko/Microsoft.CSharp.xml", | |
"ref/netstandard1.0/ru/Microsoft.CSharp.xml", | |
"ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml", | |
"ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._" | |
] | |
}, | |
"Microsoft.DotNet.Cli.Utils/1.0.0-preview2-003121": { | |
"sha512": "FLXqhQjkjj83Sh0TRlLEyMIMtAhDRJuPRWnDONtnCv5bozk1jPzflLEXYbk2xsnsOMpnYrUvKQbwUKUWyaXuFQ==", | |
"type": "package", | |
"path": "microsoft.dotnet.cli.utils/1.0.0-preview2-003121", | |
"files": [ | |
"lib/net451/Microsoft.DotNet.Cli.Utils.dll", | |
"lib/netstandard1.6/Microsoft.DotNet.Cli.Utils.dll", | |
"microsoft.dotnet.cli.utils.1.0.0-preview2-003121.nupkg.sha512", | |
"microsoft.dotnet.cli.utils.nuspec" | |
] | |
}, | |
"Microsoft.DotNet.Compiler.Common/1.0.0-preview2-003121": { | |
"sha512": "lLbGbIBKg+1wW0z319q4bw7aFWGJHQB7c+PKykYej82GGjoisaD/qMIF164e/R6ue6yXWl+rIWq4aiUsNuTpNQ==", | |
"type": "package", | |
"path": "microsoft.dotnet.compiler.common/1.0.0-preview2-003121", | |
"files": [ | |
"lib/net451/Microsoft.DotNet.Compiler.Common.dll", | |
"lib/netstandard1.6/Microsoft.DotNet.Compiler.Common.dll", | |
"microsoft.dotnet.compiler.common.1.0.0-preview2-003121.nupkg.sha512", | |
"microsoft.dotnet.compiler.common.nuspec" | |
] | |
}, | |
"Microsoft.DotNet.Files/1.0.0-preview2-003121": { | |
"sha512": "H9U6JrSBWVwhynpzTU5f7ZTFt66DhTIE6RHy4rwHBllAoVJwxFUIFcRjbY86yIzNM+eNmfPsnsHrvl++593PMA==", | |
"type": "package", | |
"path": "microsoft.dotnet.files/1.0.0-preview2-003121", | |
"files": [ | |
"lib/net451/Microsoft.DotNet.Files.dll", | |
"lib/netstandard1.6/Microsoft.DotNet.Files.dll", | |
"microsoft.dotnet.files.1.0.0-preview2-003121.nupkg.sha512", | |
"microsoft.dotnet.files.nuspec" | |
] | |
}, | |
"Microsoft.DotNet.InternalAbstractions/1.0.0": { | |
"sha512": "AAguUq7YyKk3yDWPoWA8DrLZvURxB/LrDdTn1h5lmPeznkFUpfC3p459w5mQYQE0qpquf/CkSQZ0etiV5vRHFA==", | |
"type": "package", | |
"path": "microsoft.dotnet.internalabstractions/1.0.0", | |
"files": [ | |
"lib/net451/Microsoft.DotNet.InternalAbstractions.dll", | |
"lib/netstandard1.3/Microsoft.DotNet.InternalAbstractions.dll", | |
"microsoft.dotnet.internalabstractions.1.0.0.nupkg.sha512", | |
"microsoft.dotnet.internalabstractions.nuspec" | |
] | |
}, | |
"Microsoft.DotNet.ProjectModel/1.0.0-rc3-003121": { | |
"sha512": "wnWw5KsKinG2wWxdoQIJXZlMFvPNhL7WmIyW9q6xrZFUi/uld5PC3ksq2QDZepF148FUjCIyTP+TnRwU3RJqUg==", | |
"type": "package", | |
"path": "microsoft.dotnet.projectmodel/1.0.0-rc3-003121", | |
"files": [ | |
"lib/net451/Microsoft.DotNet.ProjectModel.dll", | |
"lib/netstandard1.6/Microsoft.DotNet.ProjectModel.dll", | |
"microsoft.dotnet.projectmodel.1.0.0-rc3-003121.nupkg.sha512", | |
"microsoft.dotnet.projectmodel.nuspec" | |
] | |
}, | |
"Microsoft.Extensions.DependencyModel/1.0.0": { | |
"sha512": "n55Y2T4qMgCNMrJaqAN+nlG2EH4XL+e9uxIg4vdFsQeF+L8UKxRdD3C35Bt+xk3vO3Zwp3g+6KFq2VPH2COSmg==", | |
"type": "package", | |
"path": "microsoft.extensions.dependencymodel/1.0.0", | |
"files": [ | |
"lib/net451/Microsoft.Extensions.DependencyModel.dll", | |
"lib/netstandard1.6/Microsoft.Extensions.DependencyModel.dll", | |
"microsoft.extensions.dependencymodel.1.0.0.nupkg.sha512", | |
"microsoft.extensions.dependencymodel.nuspec" | |
] | |
}, | |
"Microsoft.NETCore.App/1.0.0": { | |
"sha512": "Bv40dLDrT+Igcg1e6otW3D8voeJCfcAxOlsxSVlDz+J+cdWls5kblZvPHHvx7gX3/oJoQVIkEeO3sMyv5PSVJA==", | |
"type": "package", | |
"path": "microsoft.netcore.app/1.0.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/netcoreapp1.0/_._", | |
"microsoft.netcore.app.1.0.0.nupkg.sha512", | |
"microsoft.netcore.app.nuspec" | |
] | |
}, | |
"Microsoft.NETCore.DotNetHost/1.0.1": { | |
"sha512": "BcjVBhx0bJ3vsEGtnRDX/MTcDuNN5y/aTo+suKGuPcb2C3w0hVf8FFdKe/i/6jCBrK0RYo8QakpExUzOTO49gA==", | |
"type": "package", | |
"path": "microsoft.netcore.dotnethost/1.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"microsoft.netcore.dotnethost.1.0.1.nupkg.sha512", | |
"microsoft.netcore.dotnethost.nuspec", | |
"runtime.json" | |
] | |
}, | |
"Microsoft.NETCore.DotNetHostPolicy/1.0.1": { | |
"sha512": "2MZ0yJwlF92dQ4jQDMRcWhp6g2RdwFXtoMjLNZto8mzQZxCCiqF6DEjSBjLoT+dTAd8FnfJj1FAZWl6V2q0wUg==", | |
"type": "package", | |
"path": "microsoft.netcore.dotnethostpolicy/1.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"microsoft.netcore.dotnethostpolicy.1.0.1.nupkg.sha512", | |
"microsoft.netcore.dotnethostpolicy.nuspec", | |
"runtime.json" | |
] | |
}, | |
"Microsoft.NETCore.DotNetHostResolver/1.0.1": { | |
"sha512": "M8tixQigDDCWD276mzHMYUN0CH8/h0W+kSiN0aoYrJzSTTFAIBSj/JIGNzq27Zm+lBm7PomGUUGkvFBzr6V5mQ==", | |
"type": "package", | |
"path": "microsoft.netcore.dotnethostresolver/1.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"microsoft.netcore.dotnethostresolver.1.0.1.nupkg.sha512", | |
"microsoft.netcore.dotnethostresolver.nuspec", | |
"runtime.json" | |
] | |
}, | |
"Microsoft.NETCore.Jit/1.0.2": { | |
"sha512": "Ok2vWofa6X8WD9vc4pfLHwvJz1/B6t3gOAoZcjrjrQf7lQOlNIuZIZtLn3wnWX28DuQGpPJkRlBxFj7Z5txNqw==", | |
"type": "package", | |
"path": "microsoft.netcore.jit/1.0.2", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"microsoft.netcore.jit.1.0.2.nupkg.sha512", | |
"microsoft.netcore.jit.nuspec", | |
"runtime.json" | |
] | |
}, | |
"Microsoft.NETCore.Platforms/1.0.1": { | |
"sha512": "00DSkAzUCktNZvWYbxr3i5lVfkU4vB1eYSnu2jAaeKGIKTzYOpbel46vRH46UBJOzGbBmNvB17ThE/eQSJTB6w==", | |
"type": "package", | |
"path": "microsoft.netcore.platforms/1.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/netstandard1.0/_._", | |
"microsoft.netcore.platforms.1.0.1.nupkg.sha512", | |
"microsoft.netcore.platforms.nuspec", | |
"runtime.json" | |
] | |
}, | |
"Microsoft.NETCore.Runtime.CoreCLR/1.0.2": { | |
"sha512": "A0x1xtTjYJWZr2DRzgfCOXgB0JkQg8twnmtTJ79wFje+IihlLbXtx6Z2AxyVokBM5ruwTedR6YdCmHk39QJdtQ==", | |
"type": "package", | |
"path": "microsoft.netcore.runtime.coreclr/1.0.2", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"microsoft.netcore.runtime.coreclr.1.0.2.nupkg.sha512", | |
"microsoft.netcore.runtime.coreclr.nuspec", | |
"runtime.json" | |
] | |
}, | |
"Microsoft.NETCore.Targets/1.0.1": { | |
"sha512": "V33TklliZ9ckPuVDR5+F2i307pnYPA7f43eLu72EkawNKnGelIJQM+81739xDO+kAi8eEe3oYApa9W4WHWgbiQ==", | |
"type": "package", | |
"path": "microsoft.netcore.targets/1.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/netstandard1.0/_._", | |
"microsoft.netcore.targets.1.0.1.nupkg.sha512", | |
"microsoft.netcore.targets.nuspec", | |
"runtime.json" | |
] | |
}, | |
"Microsoft.NETCore.Windows.ApiSets/1.0.1": { | |
"sha512": "mJ7EZm50nS/dtzxt103HmA8m+7H0C/9TZBBZRxqfOjkMzQka1AmLYOz9ToY1sFx71xDGN+6UZTH22jaNJr8XmQ==", | |
"type": "package", | |
"path": "microsoft.netcore.windows.apisets/1.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"microsoft.netcore.windows.apisets.1.0.1.nupkg.sha512", | |
"microsoft.netcore.windows.apisets.nuspec", | |
"runtime.json" | |
] | |
}, | |
"Microsoft.VisualBasic/10.0.1": { | |
"sha512": "2OZea0nA+4MwFThVR7Mvp9EMo6YSrILG41twh1pg7oesPDBMW2QQBcr5YEltFgop7XL3vARRxNgJHpWVbeIx8Q==", | |
"type": "package", | |
"path": "microsoft.visualbasic/10.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/net45/_._", | |
"lib/netcore50/Microsoft.VisualBasic.dll", | |
"lib/netstandard1.3/Microsoft.VisualBasic.dll", | |
"lib/portable-net45+win8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wpa81/_._", | |
"microsoft.visualbasic.10.0.1.nupkg.sha512", | |
"microsoft.visualbasic.nuspec", | |
"ref/net45/_._", | |
"ref/netcore50/Microsoft.VisualBasic.dll", | |
"ref/netcore50/Microsoft.VisualBasic.xml", | |
"ref/netcore50/de/Microsoft.VisualBasic.xml", | |
"ref/netcore50/es/Microsoft.VisualBasic.xml", | |
"ref/netcore50/fr/Microsoft.VisualBasic.xml", | |
"ref/netcore50/it/Microsoft.VisualBasic.xml", | |
"ref/netcore50/ja/Microsoft.VisualBasic.xml", | |
"ref/netcore50/ko/Microsoft.VisualBasic.xml", | |
"ref/netcore50/ru/Microsoft.VisualBasic.xml", | |
"ref/netcore50/zh-hans/Microsoft.VisualBasic.xml", | |
"ref/netcore50/zh-hant/Microsoft.VisualBasic.xml", | |
"ref/netstandard1.1/Microsoft.VisualBasic.dll", | |
"ref/netstandard1.1/Microsoft.VisualBasic.xml", | |
"ref/netstandard1.1/de/Microsoft.VisualBasic.xml", | |
"ref/netstandard1.1/es/Microsoft.VisualBasic.xml", | |
"ref/netstandard1.1/fr/Microsoft.VisualBasic.xml", | |
"ref/netstandard1.1/it/Microsoft.VisualBasic.xml", | |
"ref/netstandard1.1/ja/Microsoft.VisualBasic.xml", | |
"ref/netstandard1.1/ko/Microsoft.VisualBasic.xml", | |
"ref/netstandard1.1/ru/Microsoft.VisualBasic.xml", | |
"ref/netstandard1.1/zh-hans/Microsoft.VisualBasic.xml", | |
"ref/netstandard1.1/zh-hant/Microsoft.VisualBasic.xml", | |
"ref/portable-net45+win8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wpa81/_._" | |
] | |
}, | |
"Microsoft.Win32.Primitives/4.0.1": { | |
"sha512": "sDA9YZe0Np1BUR7vdAwtRCu7SRIyhsuEG7umqm88DFbEeKoRzTi4qm6RtCl1+lAZ7BwGAyc5S6j8XcTypwtHSw==", | |
"type": "package", | |
"path": "microsoft.win32.primitives/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/Microsoft.Win32.Primitives.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"microsoft.win32.primitives.4.0.1.nupkg.sha512", | |
"microsoft.win32.primitives.nuspec", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/Microsoft.Win32.Primitives.dll", | |
"ref/netstandard1.3/Microsoft.Win32.Primitives.dll", | |
"ref/netstandard1.3/Microsoft.Win32.Primitives.xml", | |
"ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml", | |
"ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml", | |
"ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml", | |
"ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml", | |
"ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml", | |
"ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml", | |
"ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml", | |
"ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml", | |
"ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._" | |
] | |
}, | |
"Microsoft.Win32.Registry/4.0.0": { | |
"sha512": "WSBdXIvBrY6vsU/RP5TYs4AFcB1n9/yDYxm8A9tQqkL71OK0z6c3hW/fcCRwrliPnJbifmB8OK8xDG+iyOKXng==", | |
"type": "package", | |
"path": "microsoft.win32.registry/4.0.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/net46/Microsoft.Win32.Registry.dll", | |
"microsoft.win32.registry.4.0.0.nupkg.sha512", | |
"microsoft.win32.registry.nuspec", | |
"ref/net46/Microsoft.Win32.Registry.dll", | |
"ref/netstandard1.3/Microsoft.Win32.Registry.dll", | |
"ref/netstandard1.3/Microsoft.Win32.Registry.xml", | |
"ref/netstandard1.3/de/Microsoft.Win32.Registry.xml", | |
"ref/netstandard1.3/es/Microsoft.Win32.Registry.xml", | |
"ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml", | |
"ref/netstandard1.3/it/Microsoft.Win32.Registry.xml", | |
"ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml", | |
"ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml", | |
"ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml", | |
"ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml", | |
"ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml", | |
"runtimes/unix/lib/netstandard1.3/Microsoft.Win32.Registry.dll", | |
"runtimes/win/lib/net46/Microsoft.Win32.Registry.dll", | |
"runtimes/win/lib/netcore50/_._", | |
"runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll" | |
] | |
}, | |
"NETStandard.Library/1.6.0": { | |
"sha512": "5rqUsCpsndsAOFB57x9WWB9YdGFHwJDESapM+a9vAvvvw/jmcKJk4QCrs6KSg75YX2Bx83V9nhNq6yDSDVDGlg==", | |
"type": "package", | |
"path": "netstandard.library/1.6.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"netstandard.library.1.6.0.nupkg.sha512", | |
"netstandard.library.nuspec" | |
] | |
}, | |
"Newtonsoft.Json/9.0.1": { | |
"sha512": "U82mHQSKaIk+lpSVCbWYKNavmNH1i5xrExDEquU1i6I5pV6UMOqRnJRSlKO3cMPfcpp0RgDY+8jUXHdQ4IfXvw==", | |
"type": "package", | |
"path": "newtonsoft.json/9.0.1", | |
"files": [ | |
"lib/net20/Newtonsoft.Json.dll", | |
"lib/net20/Newtonsoft.Json.xml", | |
"lib/net35/Newtonsoft.Json.dll", | |
"lib/net35/Newtonsoft.Json.xml", | |
"lib/net40/Newtonsoft.Json.dll", | |
"lib/net40/Newtonsoft.Json.xml", | |
"lib/net45/Newtonsoft.Json.dll", | |
"lib/net45/Newtonsoft.Json.xml", | |
"lib/netstandard1.0/Newtonsoft.Json.dll", | |
"lib/netstandard1.0/Newtonsoft.Json.xml", | |
"lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll", | |
"lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml", | |
"lib/portable-net45+wp80+win8+wpa81/Newtonsoft.Json.dll", | |
"lib/portable-net45+wp80+win8+wpa81/Newtonsoft.Json.xml", | |
"newtonsoft.json.9.0.1.nupkg.sha512", | |
"newtonsoft.json.nuspec", | |
"tools/install.ps1" | |
] | |
}, | |
"NuGet.Common/3.5.0-beta2-1484": { | |
"sha512": "rLBmcZOPVF7Mne/LumDNACZZyI5B67hjylt+Z/WSEUQ/IXE9nLv8IVL0+T9xljIaSSQCjO8cOtmJ6ztqrsQKcQ==", | |
"type": "package", | |
"path": "nuget.common/3.5.0-beta2-1484", | |
"files": [ | |
"lib/net45/NuGet.Common.dll", | |
"lib/net45/NuGet.Common.xml", | |
"lib/netstandard1.3/NuGet.Common.dll", | |
"lib/netstandard1.3/NuGet.Common.xml", | |
"nuget.common.3.5.0-beta2-1484.nupkg.sha512", | |
"nuget.common.nuspec" | |
] | |
}, | |
"NuGet.Configuration/3.5.0-beta2-1484": { | |
"sha512": "ee2jhTjPMztWmUIuaM1pdVRytXO7n8V/ZlENzJ/uTsZcnAbPZZLasAUoKJf7kKacBNTfSHd1MmWII/YweHWPGQ==", | |
"type": "package", | |
"path": "nuget.configuration/3.5.0-beta2-1484", | |
"files": [ | |
"lib/net45/NuGet.Configuration.dll", | |
"lib/net45/NuGet.Configuration.xml", | |
"lib/netstandard1.3/NuGet.Configuration.dll", | |
"lib/netstandard1.3/NuGet.Configuration.xml", | |
"nuget.configuration.3.5.0-beta2-1484.nupkg.sha512", | |
"nuget.configuration.nuspec" | |
] | |
}, | |
"NuGet.DependencyResolver.Core/3.5.0-beta2-1484": { | |
"sha512": "C33r3vl2eMbo3YFi7mKMnyFBSVzXxaQA045913UpQQi6oIFkNn8m9Ozztbfv7wQXQGlG+ftopObFE/Ig5I2e8Q==", | |
"type": "package", | |
"path": "nuget.dependencyresolver.core/3.5.0-beta2-1484", | |
"files": [ | |
"lib/net45/NuGet.DependencyResolver.Core.dll", | |
"lib/net45/NuGet.DependencyResolver.Core.xml", | |
"lib/netstandard1.3/NuGet.DependencyResolver.Core.dll", | |
"lib/netstandard1.3/NuGet.DependencyResolver.Core.xml", | |
"nuget.dependencyresolver.core.3.5.0-beta2-1484.nupkg.sha512", | |
"nuget.dependencyresolver.core.nuspec" | |
] | |
}, | |
"NuGet.Frameworks/3.5.0-beta2-1484": { | |
"sha512": "AZoX0c05qgSfx0IOGTbLXa2fD7eM2WUqKP3osMMvSxK+tOGmctHuFlvjXxMHBv9yg0/13KdH0osV/zI7+SjzOA==", | |
"type": "package", | |
"path": "nuget.frameworks/3.5.0-beta2-1484", | |
"files": [ | |
"lib/net40-client/NuGet.Frameworks.dll", | |
"lib/net40-client/NuGet.Frameworks.xml", | |
"lib/net45/NuGet.Frameworks.dll", | |
"lib/net45/NuGet.Frameworks.xml", | |
"lib/netstandard1.3/NuGet.Frameworks.dll", | |
"lib/netstandard1.3/NuGet.Frameworks.xml", | |
"nuget.frameworks.3.5.0-beta2-1484.nupkg.sha512", | |
"nuget.frameworks.nuspec" | |
] | |
}, | |
"NuGet.LibraryModel/3.5.0-beta2-1484": { | |
"sha512": "DliyPvB2O5sLAjhlBceACSm6fzzPDoWRdzbs/7Z89TWqp2JRQ98I5ds5HzeMJjfqO6t1BYoCVDV0h1ymoTuyVQ==", | |
"type": "package", | |
"path": "nuget.librarymodel/3.5.0-beta2-1484", | |
"files": [ | |
"lib/net45/NuGet.LibraryModel.dll", | |
"lib/net45/NuGet.LibraryModel.xml", | |
"lib/netstandard1.3/NuGet.LibraryModel.dll", | |
"lib/netstandard1.3/NuGet.LibraryModel.xml", | |
"nuget.librarymodel.3.5.0-beta2-1484.nupkg.sha512", | |
"nuget.librarymodel.nuspec" | |
] | |
}, | |
"NuGet.Packaging/3.5.0-beta2-1484": { | |
"sha512": "/+7d3vvCel4KhJo6AyOneg07fbAkUsy/ORgIaxW3nNdJubCXSrAdg1wfQpwzBygmErjrPcdYzzk2y2Sc6m7hwQ==", | |
"type": "package", | |
"path": "nuget.packaging/3.5.0-beta2-1484", | |
"files": [ | |
"lib/net45/NuGet.Packaging.dll", | |
"lib/net45/NuGet.Packaging.xml", | |
"lib/netstandard1.3/NuGet.Packaging.dll", | |
"lib/netstandard1.3/NuGet.Packaging.xml", | |
"nuget.packaging.3.5.0-beta2-1484.nupkg.sha512", | |
"nuget.packaging.nuspec" | |
] | |
}, | |
"NuGet.Packaging.Core/3.5.0-beta2-1484": { | |
"sha512": "Lsz2lgYH0mdOvuL8C3G4XLm9EaAheBOqrgLgnBNxCeLGLU+n+Zu8Lt6K1bpzgkeKyTyAhJdWbv/3lS4w7s04gw==", | |
"type": "package", | |
"path": "nuget.packaging.core/3.5.0-beta2-1484", | |
"files": [ | |
"lib/net45/NuGet.Packaging.Core.dll", | |
"lib/net45/NuGet.Packaging.Core.xml", | |
"lib/netstandard1.3/NuGet.Packaging.Core.dll", | |
"lib/netstandard1.3/NuGet.Packaging.Core.xml", | |
"nuget.packaging.core.3.5.0-beta2-1484.nupkg.sha512", | |
"nuget.packaging.core.nuspec" | |
] | |
}, | |
"NuGet.Packaging.Core.Types/3.5.0-beta2-1484": { | |
"sha512": "4mEXZBoe/RKTDVQGwdrl/f5gqolU2d1JWjpbGdQv5EG/xQCC8IQ8FTNYzk0+ydV/vuRM1yaNe+6UQ90nGE+1kQ==", | |
"type": "package", | |
"path": "nuget.packaging.core.types/3.5.0-beta2-1484", | |
"files": [ | |
"lib/net45/NuGet.Packaging.Core.Types.dll", | |
"lib/net45/NuGet.Packaging.Core.Types.xml", | |
"lib/netstandard1.3/NuGet.Packaging.Core.Types.dll", | |
"lib/netstandard1.3/NuGet.Packaging.Core.Types.xml", | |
"nuget.packaging.core.types.3.5.0-beta2-1484.nupkg.sha512", | |
"nuget.packaging.core.types.nuspec" | |
] | |
}, | |
"NuGet.ProjectModel/3.5.0-beta2-1484": { | |
"sha512": "7SFxD1wBRusat8rJm/hICDues0Fm9ECNJLaxbzq6xdPBBN3NljGMp3V3ZeyEose6ItetqPBY9+ZcKhiPIsmx6A==", | |
"type": "package", | |
"path": "nuget.projectmodel/3.5.0-beta2-1484", | |
"files": [ | |
"lib/net45/NuGet.ProjectModel.dll", | |
"lib/net45/NuGet.ProjectModel.xml", | |
"lib/netstandard1.3/NuGet.ProjectModel.dll", | |
"lib/netstandard1.3/NuGet.ProjectModel.xml", | |
"nuget.projectmodel.3.5.0-beta2-1484.nupkg.sha512", | |
"nuget.projectmodel.nuspec" | |
] | |
}, | |
"NuGet.Protocol.Core.Types/3.5.0-beta2-1484": { | |
"sha512": "y+HMFeV4/vqryIhRQATC1HZvE9QOGgOwesCUWlVAY24yi4HcTTVWWSv0WVX8OzJj+uobYWVfICFyC28JnuMEoA==", | |
"type": "package", | |
"path": "nuget.protocol.core.types/3.5.0-beta2-1484", | |
"files": [ | |
"lib/net45/NuGet.Protocol.Core.Types.dll", | |
"lib/net45/NuGet.Protocol.Core.Types.xml", | |
"lib/netstandard1.3/NuGet.Protocol.Core.Types.dll", | |
"lib/netstandard1.3/NuGet.Protocol.Core.Types.xml", | |
"nuget.protocol.core.types.3.5.0-beta2-1484.nupkg.sha512", | |
"nuget.protocol.core.types.nuspec" | |
] | |
}, | |
"NuGet.Protocol.Core.v3/3.5.0-beta2-1484": { | |
"sha512": "DsLSsObYuTF9CJ22/ti5femoz1H5zZiQ5SjnZjhoNrz26Af0M9y3fcLvJGTFO7xPDU6QC1G9lZ0fNW7ucH/GpQ==", | |
"type": "package", | |
"path": "nuget.protocol.core.v3/3.5.0-beta2-1484", | |
"files": [ | |
"lib/net45/NuGet.Protocol.Core.v3.dll", | |
"lib/net45/NuGet.Protocol.Core.v3.xml", | |
"lib/netstandard1.3/NuGet.Protocol.Core.v3.dll", | |
"lib/netstandard1.3/NuGet.Protocol.Core.v3.xml", | |
"nuget.protocol.core.v3.3.5.0-beta2-1484.nupkg.sha512", | |
"nuget.protocol.core.v3.nuspec" | |
] | |
}, | |
"NuGet.Repositories/3.5.0-beta2-1484": { | |
"sha512": "+3ozgJleYPKL2VG44XRzVyFGu8dLOIJ2Kohg2VY87DzTJEnH3kLOMhudZERowNxxzfJpwiSDUXNsDNiWH4EujA==", | |
"type": "package", | |
"path": "nuget.repositories/3.5.0-beta2-1484", | |
"files": [ | |
"lib/net45/NuGet.Repositories.dll", | |
"lib/net45/NuGet.Repositories.xml", | |
"lib/netstandard1.3/NuGet.Repositories.dll", | |
"lib/netstandard1.3/NuGet.Repositories.xml", | |
"nuget.repositories.3.5.0-beta2-1484.nupkg.sha512", | |
"nuget.repositories.nuspec" | |
] | |
}, | |
"NuGet.RuntimeModel/3.5.0-beta2-1484": { | |
"sha512": "vg29WbKcExD9AJrKMr7NB9pnp+0MTAcDHB6gFHCqRynSo6jgjC8q+ZPAlxC115rQiO8fqzOEP59Q8hx20anUtA==", | |
"type": "package", | |
"path": "nuget.runtimemodel/3.5.0-beta2-1484", | |
"files": [ | |
"lib/net45/NuGet.RuntimeModel.dll", | |
"lib/net45/NuGet.RuntimeModel.xml", | |
"lib/netstandard1.3/NuGet.RuntimeModel.dll", | |
"lib/netstandard1.3/NuGet.RuntimeModel.xml", | |
"nuget.runtimemodel.3.5.0-beta2-1484.nupkg.sha512", | |
"nuget.runtimemodel.nuspec" | |
] | |
}, | |
"NuGet.Versioning/3.5.0-beta2-1484": { | |
"sha512": "Stok+SI5lWxOkTgZZM7jT4xuAZogm5+j85mKJeHSXb8o0OAbB+qDX9jkdM2wIEnjoR8R29J0nQYwk2Kl2lWFpA==", | |
"type": "package", | |
"path": "nuget.versioning/3.5.0-beta2-1484", | |
"files": [ | |
"lib/net45/NuGet.Versioning.dll", | |
"lib/net45/NuGet.Versioning.xml", | |
"lib/netstandard1.0/NuGet.Versioning.dll", | |
"lib/netstandard1.0/NuGet.Versioning.xml", | |
"nuget.versioning.3.5.0-beta2-1484.nupkg.sha512", | |
"nuget.versioning.nuspec" | |
] | |
}, | |
"runtime.native.System/4.0.0": { | |
"sha512": "l+LCi9QiDAdSyvpJe9bsGLi4oSr3l5iM77aYxhlWzAm8p/bIUaGIy5Bjm0GSoPPxAh5gAXmfq/xGX12uqzNYyw==", | |
"type": "package", | |
"path": "runtime.native.system/4.0.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/netstandard1.0/_._", | |
"runtime.native.system.4.0.0.nupkg.sha512", | |
"runtime.native.system.nuspec" | |
] | |
}, | |
"runtime.native.System.IO.Compression/4.1.0": { | |
"sha512": "PHVSBw0b+t/lByTstIVOyHVVvfIhWQLyEV9shBmDg2TAuA2drwyeg88VjRZv9sinJSiO9Jo+ej1lFHULE3ma6A==", | |
"type": "package", | |
"path": "runtime.native.system.io.compression/4.1.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/netstandard1.0/_._", | |
"runtime.native.system.io.compression.4.1.0.nupkg.sha512", | |
"runtime.native.system.io.compression.nuspec" | |
] | |
}, | |
"runtime.native.System.Net.Http/4.0.1": { | |
"sha512": "4NOdNHmcBxYvqD1/oo0FaLVwnTqBTg1d9GPQouNACscevgce3qSCsXLiYWv+fbNLK+pWFXbfiqnz3Pb2tzFkEQ==", | |
"type": "package", | |
"path": "runtime.native.system.net.http/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/netstandard1.0/_._", | |
"runtime.native.system.net.http.4.0.1.nupkg.sha512", | |
"runtime.native.system.net.http.nuspec" | |
] | |
}, | |
"runtime.native.System.Net.Security/4.0.1": { | |
"sha512": "z+U2QIA+1PgeqsBAsQ4ZCyr97tLFn0tKcbki67KZSFQCKCqGXdRaTKrn+YLqXt4n5zinb879zd9oPzqUTagKYw==", | |
"type": "package", | |
"path": "runtime.native.system.net.security/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/netstandard1.0/_._", | |
"runtime.native.system.net.security.4.0.1.nupkg.sha512", | |
"runtime.native.system.net.security.nuspec" | |
] | |
}, | |
"runtime.native.System.Security.Cryptography/4.0.0": { | |
"sha512": "bJ3rK5Gas4liAJ3zluyhLBjXz88F3BCNSgtv12TYX+z6hF8Ewmg2ZBbfwWZMMlL/srAbrljKpnAfG/PqmakE7w==", | |
"type": "package", | |
"path": "runtime.native.system.security.cryptography/4.0.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/netstandard1.0/_._", | |
"runtime.native.system.security.cryptography.4.0.0.nupkg.sha512", | |
"runtime.native.system.security.cryptography.nuspec" | |
] | |
}, | |
"System.AppContext/4.1.0": { | |
"sha512": "eIduReQoy0cDuDEMjZVkdlr1vqeSe5okJNvYahnQUKbsTxz1FEY4ZNqinWHP34NmGqVwvYW/xBCqNzuh1KD/Iw==", | |
"type": "package", | |
"path": "system.appcontext/4.1.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.AppContext.dll", | |
"lib/net463/System.AppContext.dll", | |
"lib/netcore50/System.AppContext.dll", | |
"lib/netstandard1.6/System.AppContext.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.AppContext.dll", | |
"ref/net463/System.AppContext.dll", | |
"ref/netstandard/_._", | |
"ref/netstandard1.3/System.AppContext.dll", | |
"ref/netstandard1.3/System.AppContext.xml", | |
"ref/netstandard1.3/de/System.AppContext.xml", | |
"ref/netstandard1.3/es/System.AppContext.xml", | |
"ref/netstandard1.3/fr/System.AppContext.xml", | |
"ref/netstandard1.3/it/System.AppContext.xml", | |
"ref/netstandard1.3/ja/System.AppContext.xml", | |
"ref/netstandard1.3/ko/System.AppContext.xml", | |
"ref/netstandard1.3/ru/System.AppContext.xml", | |
"ref/netstandard1.3/zh-hans/System.AppContext.xml", | |
"ref/netstandard1.3/zh-hant/System.AppContext.xml", | |
"ref/netstandard1.6/System.AppContext.dll", | |
"ref/netstandard1.6/System.AppContext.xml", | |
"ref/netstandard1.6/de/System.AppContext.xml", | |
"ref/netstandard1.6/es/System.AppContext.xml", | |
"ref/netstandard1.6/fr/System.AppContext.xml", | |
"ref/netstandard1.6/it/System.AppContext.xml", | |
"ref/netstandard1.6/ja/System.AppContext.xml", | |
"ref/netstandard1.6/ko/System.AppContext.xml", | |
"ref/netstandard1.6/ru/System.AppContext.xml", | |
"ref/netstandard1.6/zh-hans/System.AppContext.xml", | |
"ref/netstandard1.6/zh-hant/System.AppContext.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"runtimes/aot/lib/netcore50/System.AppContext.dll", | |
"system.appcontext.4.1.0.nupkg.sha512", | |
"system.appcontext.nuspec" | |
] | |
}, | |
"System.Buffers/4.0.0": { | |
"sha512": "AvjzauIAEexdzXBmPB6dz4PAVnQc1qlRJ3CqUqDnGGSXyR60WxMMoDcdfX96op7CoUNJ7RTztBzFNVOkkJMqVw==", | |
"type": "package", | |
"path": "system.buffers/4.0.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/netstandard1.1/.xml", | |
"lib/netstandard1.1/System.Buffers.dll", | |
"system.buffers.4.0.0.nupkg.sha512", | |
"system.buffers.nuspec" | |
] | |
}, | |
"System.Collections/4.0.11": { | |
"sha512": "eQhS+qPkN+kAFBKDbWixkjf/cXRnEb+0xeoGUfTBsTnjbvV1Ih9lNeIn3kBcoEZc3K1XlIjhI3JR6pHwlLnewg==", | |
"type": "package", | |
"path": "system.collections/4.0.11", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/portable-net45+win8+wp8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/netcore50/System.Collections.dll", | |
"ref/netcore50/System.Collections.xml", | |
"ref/netcore50/de/System.Collections.xml", | |
"ref/netcore50/es/System.Collections.xml", | |
"ref/netcore50/fr/System.Collections.xml", | |
"ref/netcore50/it/System.Collections.xml", | |
"ref/netcore50/ja/System.Collections.xml", | |
"ref/netcore50/ko/System.Collections.xml", | |
"ref/netcore50/ru/System.Collections.xml", | |
"ref/netcore50/zh-hans/System.Collections.xml", | |
"ref/netcore50/zh-hant/System.Collections.xml", | |
"ref/netstandard1.0/System.Collections.dll", | |
"ref/netstandard1.0/System.Collections.xml", | |
"ref/netstandard1.0/de/System.Collections.xml", | |
"ref/netstandard1.0/es/System.Collections.xml", | |
"ref/netstandard1.0/fr/System.Collections.xml", | |
"ref/netstandard1.0/it/System.Collections.xml", | |
"ref/netstandard1.0/ja/System.Collections.xml", | |
"ref/netstandard1.0/ko/System.Collections.xml", | |
"ref/netstandard1.0/ru/System.Collections.xml", | |
"ref/netstandard1.0/zh-hans/System.Collections.xml", | |
"ref/netstandard1.0/zh-hant/System.Collections.xml", | |
"ref/netstandard1.3/System.Collections.dll", | |
"ref/netstandard1.3/System.Collections.xml", | |
"ref/netstandard1.3/de/System.Collections.xml", | |
"ref/netstandard1.3/es/System.Collections.xml", | |
"ref/netstandard1.3/fr/System.Collections.xml", | |
"ref/netstandard1.3/it/System.Collections.xml", | |
"ref/netstandard1.3/ja/System.Collections.xml", | |
"ref/netstandard1.3/ko/System.Collections.xml", | |
"ref/netstandard1.3/ru/System.Collections.xml", | |
"ref/netstandard1.3/zh-hans/System.Collections.xml", | |
"ref/netstandard1.3/zh-hant/System.Collections.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.collections.4.0.11.nupkg.sha512", | |
"system.collections.nuspec" | |
] | |
}, | |
"System.Collections.Concurrent/4.0.12": { | |
"sha512": "1fIXBE376hbRfA5reU/RdiRG+vuQDoTj3X7TZmuSF18HRuztBdEx6ZYjsq3xcqvQOsBoNGL2PX8iy5KhCR+QYg==", | |
"type": "package", | |
"path": "system.collections.concurrent/4.0.12", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/netcore50/System.Collections.Concurrent.dll", | |
"lib/netstandard1.3/System.Collections.Concurrent.dll", | |
"lib/portable-net45+win8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/netcore50/System.Collections.Concurrent.dll", | |
"ref/netcore50/System.Collections.Concurrent.xml", | |
"ref/netcore50/de/System.Collections.Concurrent.xml", | |
"ref/netcore50/es/System.Collections.Concurrent.xml", | |
"ref/netcore50/fr/System.Collections.Concurrent.xml", | |
"ref/netcore50/it/System.Collections.Concurrent.xml", | |
"ref/netcore50/ja/System.Collections.Concurrent.xml", | |
"ref/netcore50/ko/System.Collections.Concurrent.xml", | |
"ref/netcore50/ru/System.Collections.Concurrent.xml", | |
"ref/netcore50/zh-hans/System.Collections.Concurrent.xml", | |
"ref/netcore50/zh-hant/System.Collections.Concurrent.xml", | |
"ref/netstandard1.1/System.Collections.Concurrent.dll", | |
"ref/netstandard1.1/System.Collections.Concurrent.xml", | |
"ref/netstandard1.1/de/System.Collections.Concurrent.xml", | |
"ref/netstandard1.1/es/System.Collections.Concurrent.xml", | |
"ref/netstandard1.1/fr/System.Collections.Concurrent.xml", | |
"ref/netstandard1.1/it/System.Collections.Concurrent.xml", | |
"ref/netstandard1.1/ja/System.Collections.Concurrent.xml", | |
"ref/netstandard1.1/ko/System.Collections.Concurrent.xml", | |
"ref/netstandard1.1/ru/System.Collections.Concurrent.xml", | |
"ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml", | |
"ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml", | |
"ref/netstandard1.3/System.Collections.Concurrent.dll", | |
"ref/netstandard1.3/System.Collections.Concurrent.xml", | |
"ref/netstandard1.3/de/System.Collections.Concurrent.xml", | |
"ref/netstandard1.3/es/System.Collections.Concurrent.xml", | |
"ref/netstandard1.3/fr/System.Collections.Concurrent.xml", | |
"ref/netstandard1.3/it/System.Collections.Concurrent.xml", | |
"ref/netstandard1.3/ja/System.Collections.Concurrent.xml", | |
"ref/netstandard1.3/ko/System.Collections.Concurrent.xml", | |
"ref/netstandard1.3/ru/System.Collections.Concurrent.xml", | |
"ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml", | |
"ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml", | |
"ref/portable-net45+win8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.collections.concurrent.4.0.12.nupkg.sha512", | |
"system.collections.concurrent.nuspec" | |
] | |
}, | |
"System.Collections.Immutable/1.2.0": { | |
"sha512": "+dJkSAoYh5UsAYbMTSFMw6Cj2puN6keU0HKq6OjiEj3y4sMUk4UHIv20yJ6HBEguvIcHRWpeFnv9W9Z59iTJxw==", | |
"type": "package", | |
"path": "system.collections.immutable/1.2.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/netstandard1.0/System.Collections.Immutable.dll", | |
"lib/netstandard1.0/System.Collections.Immutable.xml", | |
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", | |
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", | |
"system.collections.immutable.1.2.0.nupkg.sha512", | |
"system.collections.immutable.nuspec" | |
] | |
}, | |
"System.Collections.NonGeneric/4.0.1": { | |
"sha512": "hMxFT2RhhlffyCdKLDXjx8WEC5JfCvNozAZxCablAuFRH74SCV4AgzE8yJCh/73bFnEoZgJ9MJmkjQ0dJmnKqA==", | |
"type": "package", | |
"path": "system.collections.nongeneric/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Collections.NonGeneric.dll", | |
"lib/netstandard1.3/System.Collections.NonGeneric.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.Collections.NonGeneric.dll", | |
"ref/netstandard1.3/System.Collections.NonGeneric.dll", | |
"ref/netstandard1.3/System.Collections.NonGeneric.xml", | |
"ref/netstandard1.3/de/System.Collections.NonGeneric.xml", | |
"ref/netstandard1.3/es/System.Collections.NonGeneric.xml", | |
"ref/netstandard1.3/fr/System.Collections.NonGeneric.xml", | |
"ref/netstandard1.3/it/System.Collections.NonGeneric.xml", | |
"ref/netstandard1.3/ja/System.Collections.NonGeneric.xml", | |
"ref/netstandard1.3/ko/System.Collections.NonGeneric.xml", | |
"ref/netstandard1.3/ru/System.Collections.NonGeneric.xml", | |
"ref/netstandard1.3/zh-hans/System.Collections.NonGeneric.xml", | |
"ref/netstandard1.3/zh-hant/System.Collections.NonGeneric.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.collections.nongeneric.4.0.1.nupkg.sha512", | |
"system.collections.nongeneric.nuspec" | |
] | |
}, | |
"System.Collections.Specialized/4.0.1": { | |
"sha512": "/HKQyVP0yH1I0YtK7KJL/28snxHNH/bi+0lgk/+MbURF6ULhAE31MDI+NZDerNWu264YbxklXCCygISgm+HMug==", | |
"type": "package", | |
"path": "system.collections.specialized/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Collections.Specialized.dll", | |
"lib/netstandard1.3/System.Collections.Specialized.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.Collections.Specialized.dll", | |
"ref/netstandard1.3/System.Collections.Specialized.dll", | |
"ref/netstandard1.3/System.Collections.Specialized.xml", | |
"ref/netstandard1.3/de/System.Collections.Specialized.xml", | |
"ref/netstandard1.3/es/System.Collections.Specialized.xml", | |
"ref/netstandard1.3/fr/System.Collections.Specialized.xml", | |
"ref/netstandard1.3/it/System.Collections.Specialized.xml", | |
"ref/netstandard1.3/ja/System.Collections.Specialized.xml", | |
"ref/netstandard1.3/ko/System.Collections.Specialized.xml", | |
"ref/netstandard1.3/ru/System.Collections.Specialized.xml", | |
"ref/netstandard1.3/zh-hans/System.Collections.Specialized.xml", | |
"ref/netstandard1.3/zh-hant/System.Collections.Specialized.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.collections.specialized.4.0.1.nupkg.sha512", | |
"system.collections.specialized.nuspec" | |
] | |
}, | |
"System.ComponentModel/4.0.1": { | |
"sha512": "0CrRp73KJ+WW/YYS2Je9Xa2eoDrVl/qqlMzot7TK0QEZ3E3u46lzQXfCEid2jcihigmIQ5pxWQ6Mv9bZ2wbsfA==", | |
"type": "package", | |
"path": "system.componentmodel/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/netcore50/System.ComponentModel.dll", | |
"lib/netstandard1.3/System.ComponentModel.dll", | |
"lib/portable-net45+win8+wp8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/netcore50/System.ComponentModel.dll", | |
"ref/netcore50/System.ComponentModel.xml", | |
"ref/netcore50/de/System.ComponentModel.xml", | |
"ref/netcore50/es/System.ComponentModel.xml", | |
"ref/netcore50/fr/System.ComponentModel.xml", | |
"ref/netcore50/it/System.ComponentModel.xml", | |
"ref/netcore50/ja/System.ComponentModel.xml", | |
"ref/netcore50/ko/System.ComponentModel.xml", | |
"ref/netcore50/ru/System.ComponentModel.xml", | |
"ref/netcore50/zh-hans/System.ComponentModel.xml", | |
"ref/netcore50/zh-hant/System.ComponentModel.xml", | |
"ref/netstandard1.0/System.ComponentModel.dll", | |
"ref/netstandard1.0/System.ComponentModel.xml", | |
"ref/netstandard1.0/de/System.ComponentModel.xml", | |
"ref/netstandard1.0/es/System.ComponentModel.xml", | |
"ref/netstandard1.0/fr/System.ComponentModel.xml", | |
"ref/netstandard1.0/it/System.ComponentModel.xml", | |
"ref/netstandard1.0/ja/System.ComponentModel.xml", | |
"ref/netstandard1.0/ko/System.ComponentModel.xml", | |
"ref/netstandard1.0/ru/System.ComponentModel.xml", | |
"ref/netstandard1.0/zh-hans/System.ComponentModel.xml", | |
"ref/netstandard1.0/zh-hant/System.ComponentModel.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.componentmodel.4.0.1.nupkg.sha512", | |
"system.componentmodel.nuspec" | |
] | |
}, | |
"System.ComponentModel.Annotations/4.1.0": { | |
"sha512": "Vwx07MDao54XEJ8CFFYWJybre/0+0dSBa91z0IxVowkpeHnvvEXl815iQmNxPmb37b4DSLVo4GtC/pIF44V98w==", | |
"type": "package", | |
"path": "system.componentmodel.annotations/4.1.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/net461/System.ComponentModel.Annotations.dll", | |
"lib/netcore50/System.ComponentModel.Annotations.dll", | |
"lib/netstandard1.4/System.ComponentModel.Annotations.dll", | |
"lib/portable-net45+win8/_._", | |
"lib/win8/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/net461/System.ComponentModel.Annotations.dll", | |
"ref/netcore50/System.ComponentModel.Annotations.dll", | |
"ref/netcore50/System.ComponentModel.Annotations.xml", | |
"ref/netcore50/de/System.ComponentModel.Annotations.xml", | |
"ref/netcore50/es/System.ComponentModel.Annotations.xml", | |
"ref/netcore50/fr/System.ComponentModel.Annotations.xml", | |
"ref/netcore50/it/System.ComponentModel.Annotations.xml", | |
"ref/netcore50/ja/System.ComponentModel.Annotations.xml", | |
"ref/netcore50/ko/System.ComponentModel.Annotations.xml", | |
"ref/netcore50/ru/System.ComponentModel.Annotations.xml", | |
"ref/netcore50/zh-hans/System.ComponentModel.Annotations.xml", | |
"ref/netcore50/zh-hant/System.ComponentModel.Annotations.xml", | |
"ref/netstandard1.1/System.ComponentModel.Annotations.dll", | |
"ref/netstandard1.1/System.ComponentModel.Annotations.xml", | |
"ref/netstandard1.1/de/System.ComponentModel.Annotations.xml", | |
"ref/netstandard1.1/es/System.ComponentModel.Annotations.xml", | |
"ref/netstandard1.1/fr/System.ComponentModel.Annotations.xml", | |
"ref/netstandard1.1/it/System.ComponentModel.Annotations.xml", | |
"ref/netstandard1.1/ja/System.ComponentModel.Annotations.xml", | |
"ref/netstandard1.1/ko/System.ComponentModel.Annotations.xml", | |
"ref/netstandard1.1/ru/System.ComponentModel.Annotations.xml", | |
"ref/netstandard1.1/zh-hans/System.ComponentModel.Annotations.xml", | |
"ref/netstandard1.1/zh-hant/System.ComponentModel.Annotations.xml", | |
"ref/netstandard1.3/System.ComponentModel.Annotations.dll", | |
"ref/netstandard1.3/System.ComponentModel.Annotations.xml", | |
"ref/netstandard1.3/de/System.ComponentModel.Annotations.xml", | |
"ref/netstandard1.3/es/System.ComponentModel.Annotations.xml", | |
"ref/netstandard1.3/fr/System.ComponentModel.Annotations.xml", | |
"ref/netstandard1.3/it/System.ComponentModel.Annotations.xml", | |
"ref/netstandard1.3/ja/System.ComponentModel.Annotations.xml", | |
"ref/netstandard1.3/ko/System.ComponentModel.Annotations.xml", | |
"ref/netstandard1.3/ru/System.ComponentModel.Annotations.xml", | |
"ref/netstandard1.3/zh-hans/System.ComponentModel.Annotations.xml", | |
"ref/netstandard1.3/zh-hant/System.ComponentModel.Annotations.xml", | |
"ref/netstandard1.4/System.ComponentModel.Annotations.dll", | |
"ref/netstandard1.4/System.ComponentModel.Annotations.xml", | |
"ref/netstandard1.4/de/System.ComponentModel.Annotations.xml", | |
"ref/netstandard1.4/es/System.ComponentModel.Annotations.xml", | |
"ref/netstandard1.4/fr/System.ComponentModel.Annotations.xml", | |
"ref/netstandard1.4/it/System.ComponentModel.Annotations.xml", | |
"ref/netstandard1.4/ja/System.ComponentModel.Annotations.xml", | |
"ref/netstandard1.4/ko/System.ComponentModel.Annotations.xml", | |
"ref/netstandard1.4/ru/System.ComponentModel.Annotations.xml", | |
"ref/netstandard1.4/zh-hans/System.ComponentModel.Annotations.xml", | |
"ref/netstandard1.4/zh-hant/System.ComponentModel.Annotations.xml", | |
"ref/portable-net45+win8/_._", | |
"ref/win8/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.componentmodel.annotations.4.1.0.nupkg.sha512", | |
"system.componentmodel.annotations.nuspec" | |
] | |
}, | |
"System.ComponentModel.Primitives/4.1.0": { | |
"sha512": "sc/7eVCdxPrp3ljpgTKVaQGUXiW05phNWvtv/m2kocXqrUQvTVWKou1Edas2aDjTThLPZOxPYIGNb/HN0QjURg==", | |
"type": "package", | |
"path": "system.componentmodel.primitives/4.1.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/System.ComponentModel.Primitives.dll", | |
"lib/netstandard1.0/System.ComponentModel.Primitives.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/System.ComponentModel.Primitives.dll", | |
"ref/netstandard1.0/System.ComponentModel.Primitives.dll", | |
"ref/netstandard1.0/System.ComponentModel.Primitives.xml", | |
"ref/netstandard1.0/de/System.ComponentModel.Primitives.xml", | |
"ref/netstandard1.0/es/System.ComponentModel.Primitives.xml", | |
"ref/netstandard1.0/fr/System.ComponentModel.Primitives.xml", | |
"ref/netstandard1.0/it/System.ComponentModel.Primitives.xml", | |
"ref/netstandard1.0/ja/System.ComponentModel.Primitives.xml", | |
"ref/netstandard1.0/ko/System.ComponentModel.Primitives.xml", | |
"ref/netstandard1.0/ru/System.ComponentModel.Primitives.xml", | |
"ref/netstandard1.0/zh-hans/System.ComponentModel.Primitives.xml", | |
"ref/netstandard1.0/zh-hant/System.ComponentModel.Primitives.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.componentmodel.primitives.4.1.0.nupkg.sha512", | |
"system.componentmodel.primitives.nuspec" | |
] | |
}, | |
"System.ComponentModel.TypeConverter/4.1.0": { | |
"sha512": "MnDAlaeJZy9pdB5ZdOlwdxfpI+LJQ6e0hmH7d2+y2LkiD8DRJynyDYl4Xxf3fWFm7SbEwBZh4elcfzONQLOoQw==", | |
"type": "package", | |
"path": "system.componentmodel.typeconverter/4.1.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/System.ComponentModel.TypeConverter.dll", | |
"lib/net462/System.ComponentModel.TypeConverter.dll", | |
"lib/netstandard1.0/System.ComponentModel.TypeConverter.dll", | |
"lib/netstandard1.5/System.ComponentModel.TypeConverter.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/System.ComponentModel.TypeConverter.dll", | |
"ref/net462/System.ComponentModel.TypeConverter.dll", | |
"ref/netstandard1.0/System.ComponentModel.TypeConverter.dll", | |
"ref/netstandard1.0/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.0/de/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.0/es/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.0/fr/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.0/it/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.0/ja/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.0/ko/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.0/ru/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.0/zh-hans/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.0/zh-hant/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.5/System.ComponentModel.TypeConverter.dll", | |
"ref/netstandard1.5/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.5/de/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.5/es/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.5/fr/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.5/it/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.5/ja/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.5/ko/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.5/ru/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.5/zh-hans/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.5/zh-hant/System.ComponentModel.TypeConverter.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.componentmodel.typeconverter.4.1.0.nupkg.sha512", | |
"system.componentmodel.typeconverter.nuspec" | |
] | |
}, | |
"System.Console/4.0.0": { | |
"sha512": "BK+2z6954Tkf7hQgjd+xnxQ3ddticzqm64LUhaTlAoiJ9sRKixs2s7AoXq33tn09kDNG1DJTopuFqzPMshyt2A==", | |
"type": "package", | |
"path": "system.console/4.0.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Console.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.Console.dll", | |
"ref/netstandard1.3/System.Console.dll", | |
"ref/netstandard1.3/System.Console.xml", | |
"ref/netstandard1.3/de/System.Console.xml", | |
"ref/netstandard1.3/es/System.Console.xml", | |
"ref/netstandard1.3/fr/System.Console.xml", | |
"ref/netstandard1.3/it/System.Console.xml", | |
"ref/netstandard1.3/ja/System.Console.xml", | |
"ref/netstandard1.3/ko/System.Console.xml", | |
"ref/netstandard1.3/ru/System.Console.xml", | |
"ref/netstandard1.3/zh-hans/System.Console.xml", | |
"ref/netstandard1.3/zh-hant/System.Console.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.console.4.0.0.nupkg.sha512", | |
"system.console.nuspec" | |
] | |
}, | |
"System.Diagnostics.Debug/4.0.11": { | |
"sha512": "FG5UfsIHwtB7Buxj4WjThDSCMW8NBmpVwqzaTPBFczHLb97G3qp7x9aL+bygBNnjX+QlhI57HVQfsrb1BG9+Vg==", | |
"type": "package", | |
"path": "system.diagnostics.debug/4.0.11", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/portable-net45+win8+wp8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/netcore50/System.Diagnostics.Debug.dll", | |
"ref/netcore50/System.Diagnostics.Debug.xml", | |
"ref/netcore50/de/System.Diagnostics.Debug.xml", | |
"ref/netcore50/es/System.Diagnostics.Debug.xml", | |
"ref/netcore50/fr/System.Diagnostics.Debug.xml", | |
"ref/netcore50/it/System.Diagnostics.Debug.xml", | |
"ref/netcore50/ja/System.Diagnostics.Debug.xml", | |
"ref/netcore50/ko/System.Diagnostics.Debug.xml", | |
"ref/netcore50/ru/System.Diagnostics.Debug.xml", | |
"ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", | |
"ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.0/System.Diagnostics.Debug.dll", | |
"ref/netstandard1.0/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.0/de/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.0/es/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.0/fr/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.0/it/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.0/ja/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.0/ko/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.0/ru/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.3/System.Diagnostics.Debug.dll", | |
"ref/netstandard1.3/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.3/de/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.3/es/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.3/fr/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.3/it/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.3/ja/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.3/ko/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.3/ru/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.diagnostics.debug.4.0.11.nupkg.sha512", | |
"system.diagnostics.debug.nuspec" | |
] | |
}, | |
"System.Diagnostics.DiagnosticSource/4.0.0": { | |
"sha512": "W+RrDqnaPXDPXjrjTJ+bABO5y9XZzoBp5m1a5xt8NCAk9f0szcLEwHZZQTUnxgf9iDkBC6TTG5bACRwttGZyxA==", | |
"type": "package", | |
"path": "system.diagnostics.diagnosticsource/4.0.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/net46/System.Diagnostics.DiagnosticSource.dll", | |
"lib/net46/System.Diagnostics.DiagnosticSource.xml", | |
"lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll", | |
"lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml", | |
"lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll", | |
"lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml", | |
"lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll", | |
"lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml", | |
"system.diagnostics.diagnosticsource.4.0.0.nupkg.sha512", | |
"system.diagnostics.diagnosticsource.nuspec" | |
] | |
}, | |
"System.Diagnostics.FileVersionInfo/4.0.0": { | |
"sha512": "4SNEBMFAKZrqOChRdHOpd8GaqN2Ns58xPa34HkZubymefxSqzfDxbbKFpucXpx3h2A4gyhxKb8myJb3H70Gv9w==", | |
"type": "package", | |
"path": "system.diagnostics.fileversioninfo/4.0.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Diagnostics.FileVersionInfo.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.Diagnostics.FileVersionInfo.dll", | |
"ref/netstandard1.3/System.Diagnostics.FileVersionInfo.dll", | |
"ref/netstandard1.3/System.Diagnostics.FileVersionInfo.xml", | |
"ref/netstandard1.3/de/System.Diagnostics.FileVersionInfo.xml", | |
"ref/netstandard1.3/es/System.Diagnostics.FileVersionInfo.xml", | |
"ref/netstandard1.3/fr/System.Diagnostics.FileVersionInfo.xml", | |
"ref/netstandard1.3/it/System.Diagnostics.FileVersionInfo.xml", | |
"ref/netstandard1.3/ja/System.Diagnostics.FileVersionInfo.xml", | |
"ref/netstandard1.3/ko/System.Diagnostics.FileVersionInfo.xml", | |
"ref/netstandard1.3/ru/System.Diagnostics.FileVersionInfo.xml", | |
"ref/netstandard1.3/zh-hans/System.Diagnostics.FileVersionInfo.xml", | |
"ref/netstandard1.3/zh-hant/System.Diagnostics.FileVersionInfo.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"runtimes/unix/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll", | |
"runtimes/win/lib/net46/System.Diagnostics.FileVersionInfo.dll", | |
"runtimes/win/lib/netcore50/System.Diagnostics.FileVersionInfo.dll", | |
"runtimes/win/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll", | |
"system.diagnostics.fileversioninfo.4.0.0.nupkg.sha512", | |
"system.diagnostics.fileversioninfo.nuspec" | |
] | |
}, | |
"System.Diagnostics.Process/4.1.0": { | |
"sha512": "iJ3spmDpsxMAwrx65o0KZz+MflILHBNdBcw35kmWdxUZcH3Jn+4I98fMyY2/uYKpvGRkC2jShsGJFgwwIL/Jfw==", | |
"type": "package", | |
"path": "system.diagnostics.process/4.1.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Diagnostics.Process.dll", | |
"lib/net461/System.Diagnostics.Process.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.Diagnostics.Process.dll", | |
"ref/net461/System.Diagnostics.Process.dll", | |
"ref/netstandard1.3/System.Diagnostics.Process.dll", | |
"ref/netstandard1.3/System.Diagnostics.Process.xml", | |
"ref/netstandard1.3/de/System.Diagnostics.Process.xml", | |
"ref/netstandard1.3/es/System.Diagnostics.Process.xml", | |
"ref/netstandard1.3/fr/System.Diagnostics.Process.xml", | |
"ref/netstandard1.3/it/System.Diagnostics.Process.xml", | |
"ref/netstandard1.3/ja/System.Diagnostics.Process.xml", | |
"ref/netstandard1.3/ko/System.Diagnostics.Process.xml", | |
"ref/netstandard1.3/ru/System.Diagnostics.Process.xml", | |
"ref/netstandard1.3/zh-hans/System.Diagnostics.Process.xml", | |
"ref/netstandard1.3/zh-hant/System.Diagnostics.Process.xml", | |
"ref/netstandard1.4/System.Diagnostics.Process.dll", | |
"ref/netstandard1.4/System.Diagnostics.Process.xml", | |
"ref/netstandard1.4/de/System.Diagnostics.Process.xml", | |
"ref/netstandard1.4/es/System.Diagnostics.Process.xml", | |
"ref/netstandard1.4/fr/System.Diagnostics.Process.xml", | |
"ref/netstandard1.4/it/System.Diagnostics.Process.xml", | |
"ref/netstandard1.4/ja/System.Diagnostics.Process.xml", | |
"ref/netstandard1.4/ko/System.Diagnostics.Process.xml", | |
"ref/netstandard1.4/ru/System.Diagnostics.Process.xml", | |
"ref/netstandard1.4/zh-hans/System.Diagnostics.Process.xml", | |
"ref/netstandard1.4/zh-hant/System.Diagnostics.Process.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll", | |
"runtimes/osx/lib/netstandard1.4/System.Diagnostics.Process.dll", | |
"runtimes/win/lib/net46/System.Diagnostics.Process.dll", | |
"runtimes/win/lib/net461/System.Diagnostics.Process.dll", | |
"runtimes/win/lib/netstandard1.4/System.Diagnostics.Process.dll", | |
"runtimes/win7/lib/netcore50/_._", | |
"system.diagnostics.process.4.1.0.nupkg.sha512", | |
"system.diagnostics.process.nuspec" | |
] | |
}, | |
"System.Diagnostics.StackTrace/4.0.1": { | |
"sha512": "VEbTjmVLhB7+IOi206PbW6RjyDdMaUNxaZN6FzqqTUR8mPKKCIlqeOERFlr6en3Nax2E1AhzbEyspk0+pIPILA==", | |
"type": "package", | |
"path": "system.diagnostics.stacktrace/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Diagnostics.StackTrace.dll", | |
"lib/netstandard1.3/System.Diagnostics.StackTrace.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.Diagnostics.StackTrace.dll", | |
"ref/netstandard1.3/System.Diagnostics.StackTrace.dll", | |
"ref/netstandard1.3/System.Diagnostics.StackTrace.xml", | |
"ref/netstandard1.3/de/System.Diagnostics.StackTrace.xml", | |
"ref/netstandard1.3/es/System.Diagnostics.StackTrace.xml", | |
"ref/netstandard1.3/fr/System.Diagnostics.StackTrace.xml", | |
"ref/netstandard1.3/it/System.Diagnostics.StackTrace.xml", | |
"ref/netstandard1.3/ja/System.Diagnostics.StackTrace.xml", | |
"ref/netstandard1.3/ko/System.Diagnostics.StackTrace.xml", | |
"ref/netstandard1.3/ru/System.Diagnostics.StackTrace.xml", | |
"ref/netstandard1.3/zh-hans/System.Diagnostics.StackTrace.xml", | |
"ref/netstandard1.3/zh-hant/System.Diagnostics.StackTrace.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"runtimes/aot/lib/netcore50/System.Diagnostics.StackTrace.dll", | |
"system.diagnostics.stacktrace.4.0.1.nupkg.sha512", | |
"system.diagnostics.stacktrace.nuspec" | |
] | |
}, | |
"System.Diagnostics.Tools/4.0.1": { | |
"sha512": "NPo2dHVMC5Tue8QKkPn8qr0eV7hnBQkbqZJ/teyVugHU3z4GcJVj3oz9fmAR/RWYtjdC30VYNhs5cuqbDDeb0w==", | |
"type": "package", | |
"path": "system.diagnostics.tools/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/portable-net45+win8+wp8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/netcore50/System.Diagnostics.Tools.dll", | |
"ref/netcore50/System.Diagnostics.Tools.xml", | |
"ref/netcore50/de/System.Diagnostics.Tools.xml", | |
"ref/netcore50/es/System.Diagnostics.Tools.xml", | |
"ref/netcore50/fr/System.Diagnostics.Tools.xml", | |
"ref/netcore50/it/System.Diagnostics.Tools.xml", | |
"ref/netcore50/ja/System.Diagnostics.Tools.xml", | |
"ref/netcore50/ko/System.Diagnostics.Tools.xml", | |
"ref/netcore50/ru/System.Diagnostics.Tools.xml", | |
"ref/netcore50/zh-hans/System.Diagnostics.Tools.xml", | |
"ref/netcore50/zh-hant/System.Diagnostics.Tools.xml", | |
"ref/netstandard1.0/System.Diagnostics.Tools.dll", | |
"ref/netstandard1.0/System.Diagnostics.Tools.xml", | |
"ref/netstandard1.0/de/System.Diagnostics.Tools.xml", | |
"ref/netstandard1.0/es/System.Diagnostics.Tools.xml", | |
"ref/netstandard1.0/fr/System.Diagnostics.Tools.xml", | |
"ref/netstandard1.0/it/System.Diagnostics.Tools.xml", | |
"ref/netstandard1.0/ja/System.Diagnostics.Tools.xml", | |
"ref/netstandard1.0/ko/System.Diagnostics.Tools.xml", | |
"ref/netstandard1.0/ru/System.Diagnostics.Tools.xml", | |
"ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml", | |
"ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.diagnostics.tools.4.0.1.nupkg.sha512", | |
"system.diagnostics.tools.nuspec" | |
] | |
}, | |
"System.Diagnostics.Tracing/4.1.0": { | |
"sha512": "t/iZ6GOE91FrvIP1hlOT5G/fpXkb0/XwwxuEWoOaWNa1jav4WSgV8/fJFTzfgQJurb76CZQME4tVRfvjed0ZjA==", | |
"type": "package", | |
"path": "system.diagnostics.tracing/4.1.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/net462/System.Diagnostics.Tracing.dll", | |
"lib/portable-net45+win8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/net462/System.Diagnostics.Tracing.dll", | |
"ref/netcore50/System.Diagnostics.Tracing.dll", | |
"ref/netcore50/System.Diagnostics.Tracing.xml", | |
"ref/netcore50/de/System.Diagnostics.Tracing.xml", | |
"ref/netcore50/es/System.Diagnostics.Tracing.xml", | |
"ref/netcore50/fr/System.Diagnostics.Tracing.xml", | |
"ref/netcore50/it/System.Diagnostics.Tracing.xml", | |
"ref/netcore50/ja/System.Diagnostics.Tracing.xml", | |
"ref/netcore50/ko/System.Diagnostics.Tracing.xml", | |
"ref/netcore50/ru/System.Diagnostics.Tracing.xml", | |
"ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml", | |
"ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.1/System.Diagnostics.Tracing.dll", | |
"ref/netstandard1.1/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.1/de/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.1/es/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.1/it/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.2/System.Diagnostics.Tracing.dll", | |
"ref/netstandard1.2/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.2/de/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.2/es/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.2/it/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.3/System.Diagnostics.Tracing.dll", | |
"ref/netstandard1.3/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.3/de/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.3/es/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.3/it/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.5/System.Diagnostics.Tracing.dll", | |
"ref/netstandard1.5/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.5/de/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.5/es/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.5/it/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml", | |
"ref/portable-net45+win8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.diagnostics.tracing.4.1.0.nupkg.sha512", | |
"system.diagnostics.tracing.nuspec" | |
] | |
}, | |
"System.Dynamic.Runtime/4.0.11": { | |
"sha512": "LrUmp/JC6lThul2tW9rWcOl1BURcZwvZUWWU+xe5Gjd5CGmkPcEscPPsrNwVlBc6G7DUWeZTgB9f+rFM9UMcrw==", | |
"type": "package", | |
"path": "system.dynamic.runtime/4.0.11", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/netcore50/System.Dynamic.Runtime.dll", | |
"lib/netstandard1.3/System.Dynamic.Runtime.dll", | |
"lib/portable-net45+win8+wp8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/netcore50/System.Dynamic.Runtime.dll", | |
"ref/netcore50/System.Dynamic.Runtime.xml", | |
"ref/netcore50/de/System.Dynamic.Runtime.xml", | |
"ref/netcore50/es/System.Dynamic.Runtime.xml", | |
"ref/netcore50/fr/System.Dynamic.Runtime.xml", | |
"ref/netcore50/it/System.Dynamic.Runtime.xml", | |
"ref/netcore50/ja/System.Dynamic.Runtime.xml", | |
"ref/netcore50/ko/System.Dynamic.Runtime.xml", | |
"ref/netcore50/ru/System.Dynamic.Runtime.xml", | |
"ref/netcore50/zh-hans/System.Dynamic.Runtime.xml", | |
"ref/netcore50/zh-hant/System.Dynamic.Runtime.xml", | |
"ref/netstandard1.0/System.Dynamic.Runtime.dll", | |
"ref/netstandard1.0/System.Dynamic.Runtime.xml", | |
"ref/netstandard1.0/de/System.Dynamic.Runtime.xml", | |
"ref/netstandard1.0/es/System.Dynamic.Runtime.xml", | |
"ref/netstandard1.0/fr/System.Dynamic.Runtime.xml", | |
"ref/netstandard1.0/it/System.Dynamic.Runtime.xml", | |
"ref/netstandard1.0/ja/System.Dynamic.Runtime.xml", | |
"ref/netstandard1.0/ko/System.Dynamic.Runtime.xml", | |
"ref/netstandard1.0/ru/System.Dynamic.Runtime.xml", | |
"ref/netstandard1.0/zh-hans/System.Dynamic.Runtime.xml", | |
"ref/netstandard1.0/zh-hant/System.Dynamic.Runtime.xml", | |
"ref/netstandard1.3/System.Dynamic.Runtime.dll", | |
"ref/netstandard1.3/System.Dynamic.Runtime.xml", | |
"ref/netstandard1.3/de/System.Dynamic.Runtime.xml", | |
"ref/netstandard1.3/es/System.Dynamic.Runtime.xml", | |
"ref/netstandard1.3/fr/System.Dynamic.Runtime.xml", | |
"ref/netstandard1.3/it/System.Dynamic.Runtime.xml", | |
"ref/netstandard1.3/ja/System.Dynamic.Runtime.xml", | |
"ref/netstandard1.3/ko/System.Dynamic.Runtime.xml", | |
"ref/netstandard1.3/ru/System.Dynamic.Runtime.xml", | |
"ref/netstandard1.3/zh-hans/System.Dynamic.Runtime.xml", | |
"ref/netstandard1.3/zh-hant/System.Dynamic.Runtime.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"runtimes/aot/lib/netcore50/System.Dynamic.Runtime.dll", | |
"system.dynamic.runtime.4.0.11.nupkg.sha512", | |
"system.dynamic.runtime.nuspec" | |
] | |
}, | |
"System.Globalization/4.0.11": { | |
"sha512": "7o9OpiZZMAunvQrgLPjCLQcl/tlsFrE77yD5bi915zfzceiCxNqvIB9yxoLGGLI1nsG1sxlxeD9H6ZNnSSUGkg==", | |
"type": "package", | |
"path": "system.globalization/4.0.11", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/portable-net45+win8+wp8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/netcore50/System.Globalization.dll", | |
"ref/netcore50/System.Globalization.xml", | |
"ref/netcore50/de/System.Globalization.xml", | |
"ref/netcore50/es/System.Globalization.xml", | |
"ref/netcore50/fr/System.Globalization.xml", | |
"ref/netcore50/it/System.Globalization.xml", | |
"ref/netcore50/ja/System.Globalization.xml", | |
"ref/netcore50/ko/System.Globalization.xml", | |
"ref/netcore50/ru/System.Globalization.xml", | |
"ref/netcore50/zh-hans/System.Globalization.xml", | |
"ref/netcore50/zh-hant/System.Globalization.xml", | |
"ref/netstandard1.0/System.Globalization.dll", | |
"ref/netstandard1.0/System.Globalization.xml", | |
"ref/netstandard1.0/de/System.Globalization.xml", | |
"ref/netstandard1.0/es/System.Globalization.xml", | |
"ref/netstandard1.0/fr/System.Globalization.xml", | |
"ref/netstandard1.0/it/System.Globalization.xml", | |
"ref/netstandard1.0/ja/System.Globalization.xml", | |
"ref/netstandard1.0/ko/System.Globalization.xml", | |
"ref/netstandard1.0/ru/System.Globalization.xml", | |
"ref/netstandard1.0/zh-hans/System.Globalization.xml", | |
"ref/netstandard1.0/zh-hant/System.Globalization.xml", | |
"ref/netstandard1.3/System.Globalization.dll", | |
"ref/netstandard1.3/System.Globalization.xml", | |
"ref/netstandard1.3/de/System.Globalization.xml", | |
"ref/netstandard1.3/es/System.Globalization.xml", | |
"ref/netstandard1.3/fr/System.Globalization.xml", | |
"ref/netstandard1.3/it/System.Globalization.xml", | |
"ref/netstandard1.3/ja/System.Globalization.xml", | |
"ref/netstandard1.3/ko/System.Globalization.xml", | |
"ref/netstandard1.3/ru/System.Globalization.xml", | |
"ref/netstandard1.3/zh-hans/System.Globalization.xml", | |
"ref/netstandard1.3/zh-hant/System.Globalization.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.globalization.4.0.11.nupkg.sha512", | |
"system.globalization.nuspec" | |
] | |
}, | |
"System.Globalization.Calendars/4.0.1": { | |
"sha512": "2N5Oh7q7pRVTwf1tP7vysfkqWseXxFca+RlW2CAQlW+ucbpCzID8V5Y62E0Pf80ozvRcdnHXhf0Kfuv3KF+uGw==", | |
"type": "package", | |
"path": "system.globalization.calendars/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Globalization.Calendars.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.Globalization.Calendars.dll", | |
"ref/netstandard1.3/System.Globalization.Calendars.dll", | |
"ref/netstandard1.3/System.Globalization.Calendars.xml", | |
"ref/netstandard1.3/de/System.Globalization.Calendars.xml", | |
"ref/netstandard1.3/es/System.Globalization.Calendars.xml", | |
"ref/netstandard1.3/fr/System.Globalization.Calendars.xml", | |
"ref/netstandard1.3/it/System.Globalization.Calendars.xml", | |
"ref/netstandard1.3/ja/System.Globalization.Calendars.xml", | |
"ref/netstandard1.3/ko/System.Globalization.Calendars.xml", | |
"ref/netstandard1.3/ru/System.Globalization.Calendars.xml", | |
"ref/netstandard1.3/zh-hans/System.Globalization.Calendars.xml", | |
"ref/netstandard1.3/zh-hant/System.Globalization.Calendars.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.globalization.calendars.4.0.1.nupkg.sha512", | |
"system.globalization.calendars.nuspec" | |
] | |
}, | |
"System.Globalization.Extensions/4.0.1": { | |
"sha512": "brcciJZM6KCBQoeSx4U+WI1qP8Apbe9+5XRsHlZYskvjh+T/2NIsNwavA0jhin3otJ32d3cOX0k4ymLLFS377Q==", | |
"type": "package", | |
"path": "system.globalization.extensions/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Globalization.Extensions.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.Globalization.Extensions.dll", | |
"ref/netstandard1.3/System.Globalization.Extensions.dll", | |
"ref/netstandard1.3/System.Globalization.Extensions.xml", | |
"ref/netstandard1.3/de/System.Globalization.Extensions.xml", | |
"ref/netstandard1.3/es/System.Globalization.Extensions.xml", | |
"ref/netstandard1.3/fr/System.Globalization.Extensions.xml", | |
"ref/netstandard1.3/it/System.Globalization.Extensions.xml", | |
"ref/netstandard1.3/ja/System.Globalization.Extensions.xml", | |
"ref/netstandard1.3/ko/System.Globalization.Extensions.xml", | |
"ref/netstandard1.3/ru/System.Globalization.Extensions.xml", | |
"ref/netstandard1.3/zh-hans/System.Globalization.Extensions.xml", | |
"ref/netstandard1.3/zh-hant/System.Globalization.Extensions.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll", | |
"runtimes/win/lib/net46/System.Globalization.Extensions.dll", | |
"runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll", | |
"system.globalization.extensions.4.0.1.nupkg.sha512", | |
"system.globalization.extensions.nuspec" | |
] | |
}, | |
"System.IO/4.1.0": { | |
"sha512": "BOhjNKQt20bfDb7RKyyyEvoqV8bLIvnov2VLkp2N/8OislXtJoLnSbq1mUcw6k2WjWktzq0Tind7/r+fZzG4mg==", | |
"type": "package", | |
"path": "system.io/4.1.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/net462/System.IO.dll", | |
"lib/portable-net45+win8+wp8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/net462/System.IO.dll", | |
"ref/netcore50/System.IO.dll", | |
"ref/netcore50/System.IO.xml", | |
"ref/netcore50/de/System.IO.xml", | |
"ref/netcore50/es/System.IO.xml", | |
"ref/netcore50/fr/System.IO.xml", | |
"ref/netcore50/it/System.IO.xml", | |
"ref/netcore50/ja/System.IO.xml", | |
"ref/netcore50/ko/System.IO.xml", | |
"ref/netcore50/ru/System.IO.xml", | |
"ref/netcore50/zh-hans/System.IO.xml", | |
"ref/netcore50/zh-hant/System.IO.xml", | |
"ref/netstandard1.0/System.IO.dll", | |
"ref/netstandard1.0/System.IO.xml", | |
"ref/netstandard1.0/de/System.IO.xml", | |
"ref/netstandard1.0/es/System.IO.xml", | |
"ref/netstandard1.0/fr/System.IO.xml", | |
"ref/netstandard1.0/it/System.IO.xml", | |
"ref/netstandard1.0/ja/System.IO.xml", | |
"ref/netstandard1.0/ko/System.IO.xml", | |
"ref/netstandard1.0/ru/System.IO.xml", | |
"ref/netstandard1.0/zh-hans/System.IO.xml", | |
"ref/netstandard1.0/zh-hant/System.IO.xml", | |
"ref/netstandard1.3/System.IO.dll", | |
"ref/netstandard1.3/System.IO.xml", | |
"ref/netstandard1.3/de/System.IO.xml", | |
"ref/netstandard1.3/es/System.IO.xml", | |
"ref/netstandard1.3/fr/System.IO.xml", | |
"ref/netstandard1.3/it/System.IO.xml", | |
"ref/netstandard1.3/ja/System.IO.xml", | |
"ref/netstandard1.3/ko/System.IO.xml", | |
"ref/netstandard1.3/ru/System.IO.xml", | |
"ref/netstandard1.3/zh-hans/System.IO.xml", | |
"ref/netstandard1.3/zh-hant/System.IO.xml", | |
"ref/netstandard1.5/System.IO.dll", | |
"ref/netstandard1.5/System.IO.xml", | |
"ref/netstandard1.5/de/System.IO.xml", | |
"ref/netstandard1.5/es/System.IO.xml", | |
"ref/netstandard1.5/fr/System.IO.xml", | |
"ref/netstandard1.5/it/System.IO.xml", | |
"ref/netstandard1.5/ja/System.IO.xml", | |
"ref/netstandard1.5/ko/System.IO.xml", | |
"ref/netstandard1.5/ru/System.IO.xml", | |
"ref/netstandard1.5/zh-hans/System.IO.xml", | |
"ref/netstandard1.5/zh-hant/System.IO.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.io.4.1.0.nupkg.sha512", | |
"system.io.nuspec" | |
] | |
}, | |
"System.IO.Compression/4.1.0": { | |
"sha512": "xPyhdKy8Ff9sYKEq5K2VCgkMi2TIq0ud3k/57xai6zzKx6/CdPFfgEi3lxR50oBDTPkdp/4PBO97Scv7PDcDUQ==", | |
"type": "package", | |
"path": "system.io.compression/4.1.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/net46/System.IO.Compression.dll", | |
"lib/portable-net45+win8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/net46/System.IO.Compression.dll", | |
"ref/netcore50/System.IO.Compression.dll", | |
"ref/netcore50/System.IO.Compression.xml", | |
"ref/netcore50/de/System.IO.Compression.xml", | |
"ref/netcore50/es/System.IO.Compression.xml", | |
"ref/netcore50/fr/System.IO.Compression.xml", | |
"ref/netcore50/it/System.IO.Compression.xml", | |
"ref/netcore50/ja/System.IO.Compression.xml", | |
"ref/netcore50/ko/System.IO.Compression.xml", | |
"ref/netcore50/ru/System.IO.Compression.xml", | |
"ref/netcore50/zh-hans/System.IO.Compression.xml", | |
"ref/netcore50/zh-hant/System.IO.Compression.xml", | |
"ref/netstandard1.1/System.IO.Compression.dll", | |
"ref/netstandard1.1/System.IO.Compression.xml", | |
"ref/netstandard1.1/de/System.IO.Compression.xml", | |
"ref/netstandard1.1/es/System.IO.Compression.xml", | |
"ref/netstandard1.1/fr/System.IO.Compression.xml", | |
"ref/netstandard1.1/it/System.IO.Compression.xml", | |
"ref/netstandard1.1/ja/System.IO.Compression.xml", | |
"ref/netstandard1.1/ko/System.IO.Compression.xml", | |
"ref/netstandard1.1/ru/System.IO.Compression.xml", | |
"ref/netstandard1.1/zh-hans/System.IO.Compression.xml", | |
"ref/netstandard1.1/zh-hant/System.IO.Compression.xml", | |
"ref/netstandard1.3/System.IO.Compression.dll", | |
"ref/netstandard1.3/System.IO.Compression.xml", | |
"ref/netstandard1.3/de/System.IO.Compression.xml", | |
"ref/netstandard1.3/es/System.IO.Compression.xml", | |
"ref/netstandard1.3/fr/System.IO.Compression.xml", | |
"ref/netstandard1.3/it/System.IO.Compression.xml", | |
"ref/netstandard1.3/ja/System.IO.Compression.xml", | |
"ref/netstandard1.3/ko/System.IO.Compression.xml", | |
"ref/netstandard1.3/ru/System.IO.Compression.xml", | |
"ref/netstandard1.3/zh-hans/System.IO.Compression.xml", | |
"ref/netstandard1.3/zh-hant/System.IO.Compression.xml", | |
"ref/portable-net45+win8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll", | |
"runtimes/win/lib/net46/System.IO.Compression.dll", | |
"runtimes/win/lib/netstandard1.3/System.IO.Compression.dll", | |
"system.io.compression.4.1.0.nupkg.sha512", | |
"system.io.compression.nuspec" | |
] | |
}, | |
"System.IO.Compression.ZipFile/4.0.1": { | |
"sha512": "iG/YUajW46vadtEcs9VUFuqNaWuCvW+We4aVBCF7qH01X6Ek3v7PDAzE7KoTujSzRmFtlQSMnBRpwcCUSJSc3w==", | |
"type": "package", | |
"path": "system.io.compression.zipfile/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.IO.Compression.ZipFile.dll", | |
"lib/netstandard1.3/System.IO.Compression.ZipFile.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.IO.Compression.ZipFile.dll", | |
"ref/netstandard1.3/System.IO.Compression.ZipFile.dll", | |
"ref/netstandard1.3/System.IO.Compression.ZipFile.xml", | |
"ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml", | |
"ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml", | |
"ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml", | |
"ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml", | |
"ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml", | |
"ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml", | |
"ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml", | |
"ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml", | |
"ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.io.compression.zipfile.4.0.1.nupkg.sha512", | |
"system.io.compression.zipfile.nuspec" | |
] | |
}, | |
"System.IO.FileSystem/4.0.1": { | |
"sha512": "08ztVMX3NPoFcdMsLTSXJ+TPFJekT9ZwBoDC9cBcRTzXgbAlql+b4UaVtD2hCvsqsg9p03hDz5elRcXK5giflQ==", | |
"type": "package", | |
"path": "system.io.filesystem/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.IO.FileSystem.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.IO.FileSystem.dll", | |
"ref/netstandard1.3/System.IO.FileSystem.dll", | |
"ref/netstandard1.3/System.IO.FileSystem.xml", | |
"ref/netstandard1.3/de/System.IO.FileSystem.xml", | |
"ref/netstandard1.3/es/System.IO.FileSystem.xml", | |
"ref/netstandard1.3/fr/System.IO.FileSystem.xml", | |
"ref/netstandard1.3/it/System.IO.FileSystem.xml", | |
"ref/netstandard1.3/ja/System.IO.FileSystem.xml", | |
"ref/netstandard1.3/ko/System.IO.FileSystem.xml", | |
"ref/netstandard1.3/ru/System.IO.FileSystem.xml", | |
"ref/netstandard1.3/zh-hans/System.IO.FileSystem.xml", | |
"ref/netstandard1.3/zh-hant/System.IO.FileSystem.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.io.filesystem.4.0.1.nupkg.sha512", | |
"system.io.filesystem.nuspec" | |
] | |
}, | |
"System.IO.FileSystem.Primitives/4.0.1": { | |
"sha512": "GPRxhHyfclEQcxdPqZE4t9GpIDSvhMkbuO9Qo/pgZfhS+rtVGZookF9/8vZ6oA91mr9xgZTTaDvT3BazJ8TUfg==", | |
"type": "package", | |
"path": "system.io.filesystem.primitives/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.IO.FileSystem.Primitives.dll", | |
"lib/netstandard1.3/System.IO.FileSystem.Primitives.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.IO.FileSystem.Primitives.dll", | |
"ref/netstandard1.3/System.IO.FileSystem.Primitives.dll", | |
"ref/netstandard1.3/System.IO.FileSystem.Primitives.xml", | |
"ref/netstandard1.3/de/System.IO.FileSystem.Primitives.xml", | |
"ref/netstandard1.3/es/System.IO.FileSystem.Primitives.xml", | |
"ref/netstandard1.3/fr/System.IO.FileSystem.Primitives.xml", | |
"ref/netstandard1.3/it/System.IO.FileSystem.Primitives.xml", | |
"ref/netstandard1.3/ja/System.IO.FileSystem.Primitives.xml", | |
"ref/netstandard1.3/ko/System.IO.FileSystem.Primitives.xml", | |
"ref/netstandard1.3/ru/System.IO.FileSystem.Primitives.xml", | |
"ref/netstandard1.3/zh-hans/System.IO.FileSystem.Primitives.xml", | |
"ref/netstandard1.3/zh-hant/System.IO.FileSystem.Primitives.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.io.filesystem.primitives.4.0.1.nupkg.sha512", | |
"system.io.filesystem.primitives.nuspec" | |
] | |
}, | |
"System.IO.FileSystem.Watcher/4.0.0": { | |
"sha512": "ZiyW7T8k/zUnszm+ePO9vgQ6hINIFsijJM///JKcS9HQ9HpsxxdmS7NtKnsOn2MRwvMsg/tXw+4HzP++YcesPQ==", | |
"type": "package", | |
"path": "system.io.filesystem.watcher/4.0.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.IO.FileSystem.Watcher.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.IO.FileSystem.Watcher.dll", | |
"ref/netstandard1.3/System.IO.FileSystem.Watcher.dll", | |
"ref/netstandard1.3/System.IO.FileSystem.Watcher.xml", | |
"ref/netstandard1.3/de/System.IO.FileSystem.Watcher.xml", | |
"ref/netstandard1.3/es/System.IO.FileSystem.Watcher.xml", | |
"ref/netstandard1.3/fr/System.IO.FileSystem.Watcher.xml", | |
"ref/netstandard1.3/it/System.IO.FileSystem.Watcher.xml", | |
"ref/netstandard1.3/ja/System.IO.FileSystem.Watcher.xml", | |
"ref/netstandard1.3/ko/System.IO.FileSystem.Watcher.xml", | |
"ref/netstandard1.3/ru/System.IO.FileSystem.Watcher.xml", | |
"ref/netstandard1.3/zh-hans/System.IO.FileSystem.Watcher.xml", | |
"ref/netstandard1.3/zh-hant/System.IO.FileSystem.Watcher.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"runtimes/linux/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll", | |
"runtimes/osx/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll", | |
"runtimes/win/lib/net46/System.IO.FileSystem.Watcher.dll", | |
"runtimes/win/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll", | |
"runtimes/win7/lib/netcore50/_._", | |
"system.io.filesystem.watcher.4.0.0.nupkg.sha512", | |
"system.io.filesystem.watcher.nuspec" | |
] | |
}, | |
"System.IO.MemoryMappedFiles/4.0.0": { | |
"sha512": "95OBsk+zwZC3hn8HRluiWeBkhf55OVg05z0Rio7VouFj53sXNH9qaiDO8EWvfyqP9mPCtR24vOHRzGi3NcQH1Q==", | |
"type": "package", | |
"path": "system.io.memorymappedfiles/4.0.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.IO.MemoryMappedFiles.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.IO.MemoryMappedFiles.dll", | |
"ref/netstandard1.3/System.IO.MemoryMappedFiles.dll", | |
"ref/netstandard1.3/System.IO.MemoryMappedFiles.xml", | |
"ref/netstandard1.3/de/System.IO.MemoryMappedFiles.xml", | |
"ref/netstandard1.3/es/System.IO.MemoryMappedFiles.xml", | |
"ref/netstandard1.3/fr/System.IO.MemoryMappedFiles.xml", | |
"ref/netstandard1.3/it/System.IO.MemoryMappedFiles.xml", | |
"ref/netstandard1.3/ja/System.IO.MemoryMappedFiles.xml", | |
"ref/netstandard1.3/ko/System.IO.MemoryMappedFiles.xml", | |
"ref/netstandard1.3/ru/System.IO.MemoryMappedFiles.xml", | |
"ref/netstandard1.3/zh-hans/System.IO.MemoryMappedFiles.xml", | |
"ref/netstandard1.3/zh-hant/System.IO.MemoryMappedFiles.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"runtimes/unix/lib/netstandard1.3/System.IO.MemoryMappedFiles.dll", | |
"runtimes/win/lib/net46/System.IO.MemoryMappedFiles.dll", | |
"runtimes/win/lib/netcore50/System.IO.MemoryMappedFiles.dll", | |
"runtimes/win/lib/netstandard1.3/System.IO.MemoryMappedFiles.dll", | |
"system.io.memorymappedfiles.4.0.0.nupkg.sha512", | |
"system.io.memorymappedfiles.nuspec" | |
] | |
}, | |
"System.IO.UnmanagedMemoryStream/4.0.1": { | |
"sha512": "4eKpaa2nL1veLVeyBa4/QkldmRcxu22eaGlXCuKkoTPhcY3xMw+LX7ammHFyoXZnMnJuSOzrAQckYiEitbrAHg==", | |
"type": "package", | |
"path": "system.io.unmanagedmemorystream/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.IO.UnmanagedMemoryStream.dll", | |
"lib/netstandard1.3/System.IO.UnmanagedMemoryStream.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.IO.UnmanagedMemoryStream.dll", | |
"ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll", | |
"ref/netstandard1.3/System.IO.UnmanagedMemoryStream.xml", | |
"ref/netstandard1.3/de/System.IO.UnmanagedMemoryStream.xml", | |
"ref/netstandard1.3/es/System.IO.UnmanagedMemoryStream.xml", | |
"ref/netstandard1.3/fr/System.IO.UnmanagedMemoryStream.xml", | |
"ref/netstandard1.3/it/System.IO.UnmanagedMemoryStream.xml", | |
"ref/netstandard1.3/ja/System.IO.UnmanagedMemoryStream.xml", | |
"ref/netstandard1.3/ko/System.IO.UnmanagedMemoryStream.xml", | |
"ref/netstandard1.3/ru/System.IO.UnmanagedMemoryStream.xml", | |
"ref/netstandard1.3/zh-hans/System.IO.UnmanagedMemoryStream.xml", | |
"ref/netstandard1.3/zh-hant/System.IO.UnmanagedMemoryStream.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.io.unmanagedmemorystream.4.0.1.nupkg.sha512", | |
"system.io.unmanagedmemorystream.nuspec" | |
] | |
}, | |
"System.Linq/4.1.0": { | |
"sha512": "Gy2hDP2UEGjqtTM/U1bPkxIg130USp6UFejzra5+Xn9ZzSnGLQZu1AwSfE+8qnJXKjZwzzAsqPLWRbDgZmf7Xw==", | |
"type": "package", | |
"path": "system.linq/4.1.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/net463/System.Linq.dll", | |
"lib/netcore50/System.Linq.dll", | |
"lib/netstandard1.6/System.Linq.dll", | |
"lib/portable-net45+win8+wp8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/net463/System.Linq.dll", | |
"ref/netcore50/System.Linq.dll", | |
"ref/netcore50/System.Linq.xml", | |
"ref/netcore50/de/System.Linq.xml", | |
"ref/netcore50/es/System.Linq.xml", | |
"ref/netcore50/fr/System.Linq.xml", | |
"ref/netcore50/it/System.Linq.xml", | |
"ref/netcore50/ja/System.Linq.xml", | |
"ref/netcore50/ko/System.Linq.xml", | |
"ref/netcore50/ru/System.Linq.xml", | |
"ref/netcore50/zh-hans/System.Linq.xml", | |
"ref/netcore50/zh-hant/System.Linq.xml", | |
"ref/netstandard1.0/System.Linq.dll", | |
"ref/netstandard1.0/System.Linq.xml", | |
"ref/netstandard1.0/de/System.Linq.xml", | |
"ref/netstandard1.0/es/System.Linq.xml", | |
"ref/netstandard1.0/fr/System.Linq.xml", | |
"ref/netstandard1.0/it/System.Linq.xml", | |
"ref/netstandard1.0/ja/System.Linq.xml", | |
"ref/netstandard1.0/ko/System.Linq.xml", | |
"ref/netstandard1.0/ru/System.Linq.xml", | |
"ref/netstandard1.0/zh-hans/System.Linq.xml", | |
"ref/netstandard1.0/zh-hant/System.Linq.xml", | |
"ref/netstandard1.6/System.Linq.dll", | |
"ref/netstandard1.6/System.Linq.xml", | |
"ref/netstandard1.6/de/System.Linq.xml", | |
"ref/netstandard1.6/es/System.Linq.xml", | |
"ref/netstandard1.6/fr/System.Linq.xml", | |
"ref/netstandard1.6/it/System.Linq.xml", | |
"ref/netstandard1.6/ja/System.Linq.xml", | |
"ref/netstandard1.6/ko/System.Linq.xml", | |
"ref/netstandard1.6/ru/System.Linq.xml", | |
"ref/netstandard1.6/zh-hans/System.Linq.xml", | |
"ref/netstandard1.6/zh-hant/System.Linq.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.linq.4.1.0.nupkg.sha512", | |
"system.linq.nuspec" | |
] | |
}, | |
"System.Linq.Expressions/4.1.0": { | |
"sha512": "g4rV4A2ag0MO6l5HOXu4RaW1P54s6OJfFqvcmlyjCsewmny9MKpmcdqJ1RNckQtbNLYSU4YxtWPV8AKTHXFExQ==", | |
"type": "package", | |
"path": "system.linq.expressions/4.1.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/net463/System.Linq.Expressions.dll", | |
"lib/netcore50/System.Linq.Expressions.dll", | |
"lib/netstandard1.6/System.Linq.Expressions.dll", | |
"lib/portable-net45+win8+wp8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/net463/System.Linq.Expressions.dll", | |
"ref/netcore50/System.Linq.Expressions.dll", | |
"ref/netcore50/System.Linq.Expressions.xml", | |
"ref/netcore50/de/System.Linq.Expressions.xml", | |
"ref/netcore50/es/System.Linq.Expressions.xml", | |
"ref/netcore50/fr/System.Linq.Expressions.xml", | |
"ref/netcore50/it/System.Linq.Expressions.xml", | |
"ref/netcore50/ja/System.Linq.Expressions.xml", | |
"ref/netcore50/ko/System.Linq.Expressions.xml", | |
"ref/netcore50/ru/System.Linq.Expressions.xml", | |
"ref/netcore50/zh-hans/System.Linq.Expressions.xml", | |
"ref/netcore50/zh-hant/System.Linq.Expressions.xml", | |
"ref/netstandard1.0/System.Linq.Expressions.dll", | |
"ref/netstandard1.0/System.Linq.Expressions.xml", | |
"ref/netstandard1.0/de/System.Linq.Expressions.xml", | |
"ref/netstandard1.0/es/System.Linq.Expressions.xml", | |
"ref/netstandard1.0/fr/System.Linq.Expressions.xml", | |
"ref/netstandard1.0/it/System.Linq.Expressions.xml", | |
"ref/netstandard1.0/ja/System.Linq.Expressions.xml", | |
"ref/netstandard1.0/ko/System.Linq.Expressions.xml", | |
"ref/netstandard1.0/ru/System.Linq.Expressions.xml", | |
"ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml", | |
"ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml", | |
"ref/netstandard1.3/System.Linq.Expressions.dll", | |
"ref/netstandard1.3/System.Linq.Expressions.xml", | |
"ref/netstandard1.3/de/System.Linq.Expressions.xml", | |
"ref/netstandard1.3/es/System.Linq.Expressions.xml", | |
"ref/netstandard1.3/fr/System.Linq.Expressions.xml", | |
"ref/netstandard1.3/it/System.Linq.Expressions.xml", | |
"ref/netstandard1.3/ja/System.Linq.Expressions.xml", | |
"ref/netstandard1.3/ko/System.Linq.Expressions.xml", | |
"ref/netstandard1.3/ru/System.Linq.Expressions.xml", | |
"ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml", | |
"ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml", | |
"ref/netstandard1.6/System.Linq.Expressions.dll", | |
"ref/netstandard1.6/System.Linq.Expressions.xml", | |
"ref/netstandard1.6/de/System.Linq.Expressions.xml", | |
"ref/netstandard1.6/es/System.Linq.Expressions.xml", | |
"ref/netstandard1.6/fr/System.Linq.Expressions.xml", | |
"ref/netstandard1.6/it/System.Linq.Expressions.xml", | |
"ref/netstandard1.6/ja/System.Linq.Expressions.xml", | |
"ref/netstandard1.6/ko/System.Linq.Expressions.xml", | |
"ref/netstandard1.6/ru/System.Linq.Expressions.xml", | |
"ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml", | |
"ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"runtimes/aot/lib/netcore50/System.Linq.Expressions.dll", | |
"system.linq.expressions.4.1.0.nupkg.sha512", | |
"system.linq.expressions.nuspec" | |
] | |
}, | |
"System.Linq.Parallel/4.0.1": { | |
"sha512": "X5Y5OgB2jlFLsiW4uUlLZpNa7/ejm+KRA7qdLdz3KJSMhvQWUx4X3kH9K5nBXDjHkpzBgVdCIkGHkgNfmnBSRA==", | |
"type": "package", | |
"path": "system.linq.parallel/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/netcore50/System.Linq.Parallel.dll", | |
"lib/netstandard1.3/System.Linq.Parallel.dll", | |
"lib/portable-net45+win8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/netcore50/System.Linq.Parallel.dll", | |
"ref/netcore50/System.Linq.Parallel.xml", | |
"ref/netcore50/de/System.Linq.Parallel.xml", | |
"ref/netcore50/es/System.Linq.Parallel.xml", | |
"ref/netcore50/fr/System.Linq.Parallel.xml", | |
"ref/netcore50/it/System.Linq.Parallel.xml", | |
"ref/netcore50/ja/System.Linq.Parallel.xml", | |
"ref/netcore50/ko/System.Linq.Parallel.xml", | |
"ref/netcore50/ru/System.Linq.Parallel.xml", | |
"ref/netcore50/zh-hans/System.Linq.Parallel.xml", | |
"ref/netcore50/zh-hant/System.Linq.Parallel.xml", | |
"ref/netstandard1.1/System.Linq.Parallel.dll", | |
"ref/netstandard1.1/System.Linq.Parallel.xml", | |
"ref/netstandard1.1/de/System.Linq.Parallel.xml", | |
"ref/netstandard1.1/es/System.Linq.Parallel.xml", | |
"ref/netstandard1.1/fr/System.Linq.Parallel.xml", | |
"ref/netstandard1.1/it/System.Linq.Parallel.xml", | |
"ref/netstandard1.1/ja/System.Linq.Parallel.xml", | |
"ref/netstandard1.1/ko/System.Linq.Parallel.xml", | |
"ref/netstandard1.1/ru/System.Linq.Parallel.xml", | |
"ref/netstandard1.1/zh-hans/System.Linq.Parallel.xml", | |
"ref/netstandard1.1/zh-hant/System.Linq.Parallel.xml", | |
"ref/portable-net45+win8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.linq.parallel.4.0.1.nupkg.sha512", | |
"system.linq.parallel.nuspec" | |
] | |
}, | |
"System.Linq.Queryable/4.0.1": { | |
"sha512": "2AuTtS18o9kB/onyFfLCeCD5cadCvj0vvQ1xxslI2t33XkT/7lqSFA0zI5LLuaLLYyfHAWI648uJN/Q5mrqxYA==", | |
"type": "package", | |
"path": "system.linq.queryable/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/monoandroid10/_._", | |
"lib/monotouch10/_._", | |
"lib/net45/_._", | |
"lib/netcore50/System.Linq.Queryable.dll", | |
"lib/netstandard1.3/System.Linq.Queryable.dll", | |
"lib/portable-net45+win8+wp8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/monoandroid10/_._", | |
"ref/monotouch10/_._", | |
"ref/net45/_._", | |
"ref/netcore50/System.Linq.Queryable.dll", | |
"ref/netcore50/System.Linq.Queryable.xml", | |
"ref/netcore50/de/System.Linq.Queryable.xml", | |
"ref/netcore50/es/System.Linq.Queryable.xml", | |
"ref/netcore50/fr/System.Linq.Queryable.xml", | |
"ref/netcore50/it/System.Linq.Queryable.xml", | |
"ref/netcore50/ja/System.Linq.Queryable.xml", | |
"ref/netcore50/ko/System.Linq.Queryable.xml", | |
"ref/netcore50/ru/System.Linq.Queryable.xml", | |
"ref/netcore50/zh-hans/System.Linq.Queryable.xml", | |
"ref/netcore50/zh-hant/System.Linq.Queryable.xml", | |
"ref/netstandard1.0/System.Linq.Queryable.dll", | |
"ref/netstandard1.0/System.Linq.Queryable.xml", | |
"ref/netstandard1.0/de/System.Linq.Queryable.xml", | |
"ref/netstandard1.0/es/System.Linq.Queryable.xml", | |
"ref/netstandard1.0/fr/System.Linq.Queryable.xml", | |
"ref/netstandard1.0/it/System.Linq.Queryable.xml", | |
"ref/netstandard1.0/ja/System.Linq.Queryable.xml", | |
"ref/netstandard1.0/ko/System.Linq.Queryable.xml", | |
"ref/netstandard1.0/ru/System.Linq.Queryable.xml", | |
"ref/netstandard1.0/zh-hans/System.Linq.Queryable.xml", | |
"ref/netstandard1.0/zh-hant/System.Linq.Queryable.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.linq.queryable.4.0.1.nupkg.sha512", | |
"system.linq.queryable.nuspec" | |
] | |
}, | |
"System.Net.Http/4.1.0": { | |
"sha512": "6kJi3FlKNZg/ffkdLab53cGQ2lUXd0GptYMOxCWLALj6WNNNwsshWgUfePM0Ck/+QYjTewg9wMCyCaKeSFlNCQ==", | |
"type": "package", | |
"path": "system.net.http/4.1.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/Xamarinmac20/_._", | |
"lib/monoandroid10/_._", | |
"lib/monotouch10/_._", | |
"lib/net45/_._", | |
"lib/net46/System.Net.Http.dll", | |
"lib/portable-net45+win8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/Xamarinmac20/_._", | |
"ref/monoandroid10/_._", | |
"ref/monotouch10/_._", | |
"ref/net45/_._", | |
"ref/net46/System.Net.Http.dll", | |
"ref/net46/System.Net.Http.xml", | |
"ref/net46/de/System.Net.Http.xml", | |
"ref/net46/es/System.Net.Http.xml", | |
"ref/net46/fr/System.Net.Http.xml", | |
"ref/net46/it/System.Net.Http.xml", | |
"ref/net46/ja/System.Net.Http.xml", | |
"ref/net46/ko/System.Net.Http.xml", | |
"ref/net46/ru/System.Net.Http.xml", | |
"ref/net46/zh-hans/System.Net.Http.xml", | |
"ref/net46/zh-hant/System.Net.Http.xml", | |
"ref/netcore50/System.Net.Http.dll", | |
"ref/netcore50/System.Net.Http.xml", | |
"ref/netcore50/de/System.Net.Http.xml", | |
"ref/netcore50/es/System.Net.Http.xml", | |
"ref/netcore50/fr/System.Net.Http.xml", | |
"ref/netcore50/it/System.Net.Http.xml", | |
"ref/netcore50/ja/System.Net.Http.xml", | |
"ref/netcore50/ko/System.Net.Http.xml", | |
"ref/netcore50/ru/System.Net.Http.xml", | |
"ref/netcore50/zh-hans/System.Net.Http.xml", | |
"ref/netcore50/zh-hant/System.Net.Http.xml", | |
"ref/netstandard1.1/System.Net.Http.dll", | |
"ref/netstandard1.1/System.Net.Http.xml", | |
"ref/netstandard1.1/de/System.Net.Http.xml", | |
"ref/netstandard1.1/es/System.Net.Http.xml", | |
"ref/netstandard1.1/fr/System.Net.Http.xml", | |
"ref/netstandard1.1/it/System.Net.Http.xml", | |
"ref/netstandard1.1/ja/System.Net.Http.xml", | |
"ref/netstandard1.1/ko/System.Net.Http.xml", | |
"ref/netstandard1.1/ru/System.Net.Http.xml", | |
"ref/netstandard1.1/zh-hans/System.Net.Http.xml", | |
"ref/netstandard1.1/zh-hant/System.Net.Http.xml", | |
"ref/netstandard1.3/System.Net.Http.dll", | |
"ref/netstandard1.3/System.Net.Http.xml", | |
"ref/netstandard1.3/de/System.Net.Http.xml", | |
"ref/netstandard1.3/es/System.Net.Http.xml", | |
"ref/netstandard1.3/fr/System.Net.Http.xml", | |
"ref/netstandard1.3/it/System.Net.Http.xml", | |
"ref/netstandard1.3/ja/System.Net.Http.xml", | |
"ref/netstandard1.3/ko/System.Net.Http.xml", | |
"ref/netstandard1.3/ru/System.Net.Http.xml", | |
"ref/netstandard1.3/zh-hans/System.Net.Http.xml", | |
"ref/netstandard1.3/zh-hant/System.Net.Http.xml", | |
"ref/portable-net45+win8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"runtimes/unix/lib/netstandard1.6/System.Net.Http.dll", | |
"runtimes/win/lib/net46/System.Net.Http.dll", | |
"runtimes/win/lib/netcore50/System.Net.Http.dll", | |
"runtimes/win/lib/netstandard1.3/System.Net.Http.dll", | |
"system.net.http.4.1.0.nupkg.sha512", | |
"system.net.http.nuspec" | |
] | |
}, | |
"System.Net.NameResolution/4.0.0": { | |
"sha512": "e/xvdaWjQnAyAN377hXRwjZGdW0oDQEUolHr/ZgF9xjgacFqunKocJIaF6zD5yjtW1lqZ0UMDdgK/fKvJykw3Q==", | |
"type": "package", | |
"path": "system.net.nameresolution/4.0.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Net.NameResolution.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.Net.NameResolution.dll", | |
"ref/netstandard1.3/System.Net.NameResolution.dll", | |
"ref/netstandard1.3/System.Net.NameResolution.xml", | |
"ref/netstandard1.3/de/System.Net.NameResolution.xml", | |
"ref/netstandard1.3/es/System.Net.NameResolution.xml", | |
"ref/netstandard1.3/fr/System.Net.NameResolution.xml", | |
"ref/netstandard1.3/it/System.Net.NameResolution.xml", | |
"ref/netstandard1.3/ja/System.Net.NameResolution.xml", | |
"ref/netstandard1.3/ko/System.Net.NameResolution.xml", | |
"ref/netstandard1.3/ru/System.Net.NameResolution.xml", | |
"ref/netstandard1.3/zh-hans/System.Net.NameResolution.xml", | |
"ref/netstandard1.3/zh-hant/System.Net.NameResolution.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll", | |
"runtimes/win/lib/net46/System.Net.NameResolution.dll", | |
"runtimes/win/lib/netcore50/System.Net.NameResolution.dll", | |
"runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll", | |
"system.net.nameresolution.4.0.0.nupkg.sha512", | |
"system.net.nameresolution.nuspec" | |
] | |
}, | |
"System.Net.Primitives/4.0.11": { | |
"sha512": "lHkGI9u/nsObrmhD+wipLiS2DHrkETEMaHb54yWy7JC4WR11yseUT9ufsCRKTx/b0ScZG5oQIT0hflUJb5HW0g==", | |
"type": "package", | |
"path": "system.net.primitives/4.0.11", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/portable-net45+win8+wp8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/netcore50/System.Net.Primitives.dll", | |
"ref/netcore50/System.Net.Primitives.xml", | |
"ref/netcore50/de/System.Net.Primitives.xml", | |
"ref/netcore50/es/System.Net.Primitives.xml", | |
"ref/netcore50/fr/System.Net.Primitives.xml", | |
"ref/netcore50/it/System.Net.Primitives.xml", | |
"ref/netcore50/ja/System.Net.Primitives.xml", | |
"ref/netcore50/ko/System.Net.Primitives.xml", | |
"ref/netcore50/ru/System.Net.Primitives.xml", | |
"ref/netcore50/zh-hans/System.Net.Primitives.xml", | |
"ref/netcore50/zh-hant/System.Net.Primitives.xml", | |
"ref/netstandard1.0/System.Net.Primitives.dll", | |
"ref/netstandard1.0/System.Net.Primitives.xml", | |
"ref/netstandard1.0/de/System.Net.Primitives.xml", | |
"ref/netstandard1.0/es/System.Net.Primitives.xml", | |
"ref/netstandard1.0/fr/System.Net.Primitives.xml", | |
"ref/netstandard1.0/it/System.Net.Primitives.xml", | |
"ref/netstandard1.0/ja/System.Net.Primitives.xml", | |
"ref/netstandard1.0/ko/System.Net.Primitives.xml", | |
"ref/netstandard1.0/ru/System.Net.Primitives.xml", | |
"ref/netstandard1.0/zh-hans/System.Net.Primitives.xml", | |
"ref/netstandard1.0/zh-hant/System.Net.Primitives.xml", | |
"ref/netstandard1.1/System.Net.Primitives.dll", | |
"ref/netstandard1.1/System.Net.Primitives.xml", | |
"ref/netstandard1.1/de/System.Net.Primitives.xml", | |
"ref/netstandard1.1/es/System.Net.Primitives.xml", | |
"ref/netstandard1.1/fr/System.Net.Primitives.xml", | |
"ref/netstandard1.1/it/System.Net.Primitives.xml", | |
"ref/netstandard1.1/ja/System.Net.Primitives.xml", | |
"ref/netstandard1.1/ko/System.Net.Primitives.xml", | |
"ref/netstandard1.1/ru/System.Net.Primitives.xml", | |
"ref/netstandard1.1/zh-hans/System.Net.Primitives.xml", | |
"ref/netstandard1.1/zh-hant/System.Net.Primitives.xml", | |
"ref/netstandard1.3/System.Net.Primitives.dll", | |
"ref/netstandard1.3/System.Net.Primitives.xml", | |
"ref/netstandard1.3/de/System.Net.Primitives.xml", | |
"ref/netstandard1.3/es/System.Net.Primitives.xml", | |
"ref/netstandard1.3/fr/System.Net.Primitives.xml", | |
"ref/netstandard1.3/it/System.Net.Primitives.xml", | |
"ref/netstandard1.3/ja/System.Net.Primitives.xml", | |
"ref/netstandard1.3/ko/System.Net.Primitives.xml", | |
"ref/netstandard1.3/ru/System.Net.Primitives.xml", | |
"ref/netstandard1.3/zh-hans/System.Net.Primitives.xml", | |
"ref/netstandard1.3/zh-hant/System.Net.Primitives.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.net.primitives.4.0.11.nupkg.sha512", | |
"system.net.primitives.nuspec" | |
] | |
}, | |
"System.Net.Requests/4.0.11": { | |
"sha512": "bSBaijtDbM2t+o4PTysY4wjKnZ/ZeyBQRxT2FJFIpEk+F3YvMlTvAGOZKlnH1KWbkmxrD+buOiq5eLvgmx1LwA==", | |
"type": "package", | |
"path": "system.net.requests/4.0.11", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/portable-net45+win8+wp8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/net46/_._", | |
"ref/netcore50/System.Net.Requests.dll", | |
"ref/netcore50/System.Net.Requests.xml", | |
"ref/netcore50/de/System.Net.Requests.xml", | |
"ref/netcore50/es/System.Net.Requests.xml", | |
"ref/netcore50/fr/System.Net.Requests.xml", | |
"ref/netcore50/it/System.Net.Requests.xml", | |
"ref/netcore50/ja/System.Net.Requests.xml", | |
"ref/netcore50/ko/System.Net.Requests.xml", | |
"ref/netcore50/ru/System.Net.Requests.xml", | |
"ref/netcore50/zh-hans/System.Net.Requests.xml", | |
"ref/netcore50/zh-hant/System.Net.Requests.xml", | |
"ref/netstandard1.0/System.Net.Requests.dll", | |
"ref/netstandard1.0/System.Net.Requests.xml", | |
"ref/netstandard1.0/de/System.Net.Requests.xml", | |
"ref/netstandard1.0/es/System.Net.Requests.xml", | |
"ref/netstandard1.0/fr/System.Net.Requests.xml", | |
"ref/netstandard1.0/it/System.Net.Requests.xml", | |
"ref/netstandard1.0/ja/System.Net.Requests.xml", | |
"ref/netstandard1.0/ko/System.Net.Requests.xml", | |
"ref/netstandard1.0/ru/System.Net.Requests.xml", | |
"ref/netstandard1.0/zh-hans/System.Net.Requests.xml", | |
"ref/netstandard1.0/zh-hant/System.Net.Requests.xml", | |
"ref/netstandard1.1/System.Net.Requests.dll", | |
"ref/netstandard1.1/System.Net.Requests.xml", | |
"ref/netstandard1.1/de/System.Net.Requests.xml", | |
"ref/netstandard1.1/es/System.Net.Requests.xml", | |
"ref/netstandard1.1/fr/System.Net.Requests.xml", | |
"ref/netstandard1.1/it/System.Net.Requests.xml", | |
"ref/netstandard1.1/ja/System.Net.Requests.xml", | |
"ref/netstandard1.1/ko/System.Net.Requests.xml", | |
"ref/netstandard1.1/ru/System.Net.Requests.xml", | |
"ref/netstandard1.1/zh-hans/System.Net.Requests.xml", | |
"ref/netstandard1.1/zh-hant/System.Net.Requests.xml", | |
"ref/netstandard1.3/System.Net.Requests.dll", | |
"ref/netstandard1.3/System.Net.Requests.xml", | |
"ref/netstandard1.3/de/System.Net.Requests.xml", | |
"ref/netstandard1.3/es/System.Net.Requests.xml", | |
"ref/netstandard1.3/fr/System.Net.Requests.xml", | |
"ref/netstandard1.3/it/System.Net.Requests.xml", | |
"ref/netstandard1.3/ja/System.Net.Requests.xml", | |
"ref/netstandard1.3/ko/System.Net.Requests.xml", | |
"ref/netstandard1.3/ru/System.Net.Requests.xml", | |
"ref/netstandard1.3/zh-hans/System.Net.Requests.xml", | |
"ref/netstandard1.3/zh-hant/System.Net.Requests.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"runtimes/unix/lib/netstandard1.3/System.Net.Requests.dll", | |
"runtimes/win/lib/net46/_._", | |
"runtimes/win/lib/netstandard1.3/System.Net.Requests.dll", | |
"system.net.requests.4.0.11.nupkg.sha512", | |
"system.net.requests.nuspec" | |
] | |
}, | |
"System.Net.Security/4.0.0": { | |
"sha512": "jERtNWeLyCoixV78848FOYEHsc5MNi60KNRnZZgfuOSdxGbHcR6X6jYAix0Dgbl2RZg0Ckbu0BoIWoUR5eR5Vg==", | |
"type": "package", | |
"path": "system.net.security/4.0.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Net.Security.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.Net.Security.dll", | |
"ref/netstandard1.3/System.Net.Security.dll", | |
"ref/netstandard1.3/System.Net.Security.xml", | |
"ref/netstandard1.3/de/System.Net.Security.xml", | |
"ref/netstandard1.3/es/System.Net.Security.xml", | |
"ref/netstandard1.3/fr/System.Net.Security.xml", | |
"ref/netstandard1.3/it/System.Net.Security.xml", | |
"ref/netstandard1.3/ja/System.Net.Security.xml", | |
"ref/netstandard1.3/ko/System.Net.Security.xml", | |
"ref/netstandard1.3/ru/System.Net.Security.xml", | |
"ref/netstandard1.3/zh-hans/System.Net.Security.xml", | |
"ref/netstandard1.3/zh-hant/System.Net.Security.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"runtimes/unix/lib/netstandard1.6/System.Net.Security.dll", | |
"runtimes/win/lib/net46/System.Net.Security.dll", | |
"runtimes/win/lib/netstandard1.3/System.Net.Security.dll", | |
"runtimes/win7/lib/netcore50/_._", | |
"system.net.security.4.0.0.nupkg.sha512", | |
"system.net.security.nuspec" | |
] | |
}, | |
"System.Net.Sockets/4.1.0": { | |
"sha512": "iM7Ln/bM0OAdJQBQr7XLVZIGtN+FZWfzK4/mQmZN4PBpYXKxbJoQ4uF4qNzqssrikqTYtTKudEMXaypDHYSxwA==", | |
"type": "package", | |
"path": "system.net.sockets/4.1.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Net.Sockets.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.Net.Sockets.dll", | |
"ref/netstandard1.3/System.Net.Sockets.dll", | |
"ref/netstandard1.3/System.Net.Sockets.xml", | |
"ref/netstandard1.3/de/System.Net.Sockets.xml", | |
"ref/netstandard1.3/es/System.Net.Sockets.xml", | |
"ref/netstandard1.3/fr/System.Net.Sockets.xml", | |
"ref/netstandard1.3/it/System.Net.Sockets.xml", | |
"ref/netstandard1.3/ja/System.Net.Sockets.xml", | |
"ref/netstandard1.3/ko/System.Net.Sockets.xml", | |
"ref/netstandard1.3/ru/System.Net.Sockets.xml", | |
"ref/netstandard1.3/zh-hans/System.Net.Sockets.xml", | |
"ref/netstandard1.3/zh-hant/System.Net.Sockets.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.net.sockets.4.1.0.nupkg.sha512", | |
"system.net.sockets.nuspec" | |
] | |
}, | |
"System.Net.WebHeaderCollection/4.0.1": { | |
"sha512": "bMkgKvpdrBj1hXMEn+qPChL4qQTpEooXGHHVSrcolQihvBkZMig79TnAnSydN1I8ED/z2F2gImpdSslYkfUB6g==", | |
"type": "package", | |
"path": "system.net.webheadercollection/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/_._", | |
"lib/netstandard1.3/System.Net.WebHeaderCollection.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/_._", | |
"ref/netstandard1.3/System.Net.WebHeaderCollection.dll", | |
"ref/netstandard1.3/System.Net.WebHeaderCollection.xml", | |
"ref/netstandard1.3/de/System.Net.WebHeaderCollection.xml", | |
"ref/netstandard1.3/es/System.Net.WebHeaderCollection.xml", | |
"ref/netstandard1.3/fr/System.Net.WebHeaderCollection.xml", | |
"ref/netstandard1.3/it/System.Net.WebHeaderCollection.xml", | |
"ref/netstandard1.3/ja/System.Net.WebHeaderCollection.xml", | |
"ref/netstandard1.3/ko/System.Net.WebHeaderCollection.xml", | |
"ref/netstandard1.3/ru/System.Net.WebHeaderCollection.xml", | |
"ref/netstandard1.3/zh-hans/System.Net.WebHeaderCollection.xml", | |
"ref/netstandard1.3/zh-hant/System.Net.WebHeaderCollection.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.net.webheadercollection.4.0.1.nupkg.sha512", | |
"system.net.webheadercollection.nuspec" | |
] | |
}, | |
"System.Numerics.Vectors/4.1.1": { | |
"sha512": "FcZdwnVNcAhX9IquMgeHj/eNUCS1AvSZa036gqn8Pr3mNd2/lpIVVS54Fy2HmFz13EB/Nj+4hAk0toWf+zFy1g==", | |
"type": "package", | |
"path": "system.numerics.vectors/4.1.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Numerics.Vectors.dll", | |
"lib/net46/System.Numerics.Vectors.xml", | |
"lib/netstandard1.0/System.Numerics.Vectors.dll", | |
"lib/netstandard1.0/System.Numerics.Vectors.xml", | |
"lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll", | |
"lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.Numerics.Vectors.dll", | |
"ref/net46/System.Numerics.Vectors.xml", | |
"ref/netstandard1.0/System.Numerics.Vectors.dll", | |
"ref/netstandard1.0/System.Numerics.Vectors.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.numerics.vectors.4.1.1.nupkg.sha512", | |
"system.numerics.vectors.nuspec" | |
] | |
}, | |
"System.ObjectModel/4.0.12": { | |
"sha512": "GxHTSME3pFISXpiC74T85H2Ajqm7BtMImQ9h0VE7pwbyVmvST8iEOUvaOXqIQ+OBoiTeRPKfo0pAw4Zv4rSnkg==", | |
"type": "package", | |
"path": "system.objectmodel/4.0.12", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/netcore50/System.ObjectModel.dll", | |
"lib/netstandard1.3/System.ObjectModel.dll", | |
"lib/portable-net45+win8+wp8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/netcore50/System.ObjectModel.dll", | |
"ref/netcore50/System.ObjectModel.xml", | |
"ref/netcore50/de/System.ObjectModel.xml", | |
"ref/netcore50/es/System.ObjectModel.xml", | |
"ref/netcore50/fr/System.ObjectModel.xml", | |
"ref/netcore50/it/System.ObjectModel.xml", | |
"ref/netcore50/ja/System.ObjectModel.xml", | |
"ref/netcore50/ko/System.ObjectModel.xml", | |
"ref/netcore50/ru/System.ObjectModel.xml", | |
"ref/netcore50/zh-hans/System.ObjectModel.xml", | |
"ref/netcore50/zh-hant/System.ObjectModel.xml", | |
"ref/netstandard1.0/System.ObjectModel.dll", | |
"ref/netstandard1.0/System.ObjectModel.xml", | |
"ref/netstandard1.0/de/System.ObjectModel.xml", | |
"ref/netstandard1.0/es/System.ObjectModel.xml", | |
"ref/netstandard1.0/fr/System.ObjectModel.xml", | |
"ref/netstandard1.0/it/System.ObjectModel.xml", | |
"ref/netstandard1.0/ja/System.ObjectModel.xml", | |
"ref/netstandard1.0/ko/System.ObjectModel.xml", | |
"ref/netstandard1.0/ru/System.ObjectModel.xml", | |
"ref/netstandard1.0/zh-hans/System.ObjectModel.xml", | |
"ref/netstandard1.0/zh-hant/System.ObjectModel.xml", | |
"ref/netstandard1.3/System.ObjectModel.dll", | |
"ref/netstandard1.3/System.ObjectModel.xml", | |
"ref/netstandard1.3/de/System.ObjectModel.xml", | |
"ref/netstandard1.3/es/System.ObjectModel.xml", | |
"ref/netstandard1.3/fr/System.ObjectModel.xml", | |
"ref/netstandard1.3/it/System.ObjectModel.xml", | |
"ref/netstandard1.3/ja/System.ObjectModel.xml", | |
"ref/netstandard1.3/ko/System.ObjectModel.xml", | |
"ref/netstandard1.3/ru/System.ObjectModel.xml", | |
"ref/netstandard1.3/zh-hans/System.ObjectModel.xml", | |
"ref/netstandard1.3/zh-hant/System.ObjectModel.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.objectmodel.4.0.12.nupkg.sha512", | |
"system.objectmodel.nuspec" | |
] | |
}, | |
"System.Private.DataContractSerialization/4.1.1": { | |
"sha512": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==", | |
"type": "package", | |
"path": "system.private.datacontractserialization/4.1.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/netstandard1.3/System.Private.DataContractSerialization.dll", | |
"ref/netstandard/_._", | |
"runtimes/aot/lib/netcore50/System.Private.DataContractSerialization.dll", | |
"system.private.datacontractserialization.4.1.1.nupkg.sha512", | |
"system.private.datacontractserialization.nuspec" | |
] | |
}, | |
"System.Reflection/4.1.0": { | |
"sha512": "YlYM4ZKiDm+hdP5Eu+jSQkes3OhqvRf7r4RlRhNDBKKxNsYpnIIJSNmorXjUGTIcTR6d4ccMZ+DaWRqHdf3w2w==", | |
"type": "package", | |
"path": "system.reflection/4.1.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/net462/System.Reflection.dll", | |
"lib/portable-net45+win8+wp8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/net462/System.Reflection.dll", | |
"ref/netcore50/System.Reflection.dll", | |
"ref/netcore50/System.Reflection.xml", | |
"ref/netcore50/de/System.Reflection.xml", | |
"ref/netcore50/es/System.Reflection.xml", | |
"ref/netcore50/fr/System.Reflection.xml", | |
"ref/netcore50/it/System.Reflection.xml", | |
"ref/netcore50/ja/System.Reflection.xml", | |
"ref/netcore50/ko/System.Reflection.xml", | |
"ref/netcore50/ru/System.Reflection.xml", | |
"ref/netcore50/zh-hans/System.Reflection.xml", | |
"ref/netcore50/zh-hant/System.Reflection.xml", | |
"ref/netstandard1.0/System.Reflection.dll", | |
"ref/netstandard1.0/System.Reflection.xml", | |
"ref/netstandard1.0/de/System.Reflection.xml", | |
"ref/netstandard1.0/es/System.Reflection.xml", | |
"ref/netstandard1.0/fr/System.Reflection.xml", | |
"ref/netstandard1.0/it/System.Reflection.xml", | |
"ref/netstandard1.0/ja/System.Reflection.xml", | |
"ref/netstandard1.0/ko/System.Reflection.xml", | |
"ref/netstandard1.0/ru/System.Reflection.xml", | |
"ref/netstandard1.0/zh-hans/System.Reflection.xml", | |
"ref/netstandard1.0/zh-hant/System.Reflection.xml", | |
"ref/netstandard1.3/System.Reflection.dll", | |
"ref/netstandard1.3/System.Reflection.xml", | |
"ref/netstandard1.3/de/System.Reflection.xml", | |
"ref/netstandard1.3/es/System.Reflection.xml", | |
"ref/netstandard1.3/fr/System.Reflection.xml", | |
"ref/netstandard1.3/it/System.Reflection.xml", | |
"ref/netstandard1.3/ja/System.Reflection.xml", | |
"ref/netstandard1.3/ko/System.Reflection.xml", | |
"ref/netstandard1.3/ru/System.Reflection.xml", | |
"ref/netstandard1.3/zh-hans/System.Reflection.xml", | |
"ref/netstandard1.3/zh-hant/System.Reflection.xml", | |
"ref/netstandard1.5/System.Reflection.dll", | |
"ref/netstandard1.5/System.Reflection.xml", | |
"ref/netstandard1.5/de/System.Reflection.xml", | |
"ref/netstandard1.5/es/System.Reflection.xml", | |
"ref/netstandard1.5/fr/System.Reflection.xml", | |
"ref/netstandard1.5/it/System.Reflection.xml", | |
"ref/netstandard1.5/ja/System.Reflection.xml", | |
"ref/netstandard1.5/ko/System.Reflection.xml", | |
"ref/netstandard1.5/ru/System.Reflection.xml", | |
"ref/netstandard1.5/zh-hans/System.Reflection.xml", | |
"ref/netstandard1.5/zh-hant/System.Reflection.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.reflection.4.1.0.nupkg.sha512", | |
"system.reflection.nuspec" | |
] | |
}, | |
"System.Reflection.DispatchProxy/4.0.1": { | |
"sha512": "TZrXkRJGzh4VBDKFgYtrtaRT4+Dpw8+8AOiievfCDtldb1pPBLG09Dw51Ikv6OxKgNbyWJhpFkrY5ETFONnxWw==", | |
"type": "package", | |
"path": "system.reflection.dispatchproxy/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/netstandard1.3/System.Reflection.DispatchProxy.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/netstandard1.3/System.Reflection.DispatchProxy.dll", | |
"ref/netstandard1.3/System.Reflection.DispatchProxy.xml", | |
"ref/netstandard1.3/de/System.Reflection.DispatchProxy.xml", | |
"ref/netstandard1.3/es/System.Reflection.DispatchProxy.xml", | |
"ref/netstandard1.3/fr/System.Reflection.DispatchProxy.xml", | |
"ref/netstandard1.3/it/System.Reflection.DispatchProxy.xml", | |
"ref/netstandard1.3/ja/System.Reflection.DispatchProxy.xml", | |
"ref/netstandard1.3/ko/System.Reflection.DispatchProxy.xml", | |
"ref/netstandard1.3/ru/System.Reflection.DispatchProxy.xml", | |
"ref/netstandard1.3/zh-hans/System.Reflection.DispatchProxy.xml", | |
"ref/netstandard1.3/zh-hant/System.Reflection.DispatchProxy.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"runtimes/aot/lib/netcore50/System.Reflection.DispatchProxy.dll", | |
"system.reflection.dispatchproxy.4.0.1.nupkg.sha512", | |
"system.reflection.dispatchproxy.nuspec" | |
] | |
}, | |
"System.Reflection.Emit/4.0.1": { | |
"sha512": "3vMSHrjIQGh1j+gdKCBIamN5B0R6/v4l866emO5IZgQSHcNR2aQZ3d0bq2e2KTyPY2ttCKpgSYjIUaoNryCRaw==", | |
"type": "package", | |
"path": "system.reflection.emit/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/net45/_._", | |
"lib/netcore50/System.Reflection.Emit.dll", | |
"lib/netstandard1.3/System.Reflection.Emit.dll", | |
"lib/xamarinmac20/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/net45/_._", | |
"ref/netstandard1.1/System.Reflection.Emit.dll", | |
"ref/netstandard1.1/System.Reflection.Emit.xml", | |
"ref/netstandard1.1/de/System.Reflection.Emit.xml", | |
"ref/netstandard1.1/es/System.Reflection.Emit.xml", | |
"ref/netstandard1.1/fr/System.Reflection.Emit.xml", | |
"ref/netstandard1.1/it/System.Reflection.Emit.xml", | |
"ref/netstandard1.1/ja/System.Reflection.Emit.xml", | |
"ref/netstandard1.1/ko/System.Reflection.Emit.xml", | |
"ref/netstandard1.1/ru/System.Reflection.Emit.xml", | |
"ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml", | |
"ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml", | |
"ref/xamarinmac20/_._", | |
"system.reflection.emit.4.0.1.nupkg.sha512", | |
"system.reflection.emit.nuspec" | |
] | |
}, | |
"System.Reflection.Emit.ILGeneration/4.0.1": { | |
"sha512": "GBFdLUZtXzfIXaW9Md26Hxkvbqf6Gq7HQV8/SSUT7cb4/PtXkGHyaMaNIDXuFbwVhLJfIQoB5bF00lYUl1MHMQ==", | |
"type": "package", | |
"path": "system.reflection.emit.ilgeneration/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/net45/_._", | |
"lib/netcore50/System.Reflection.Emit.ILGeneration.dll", | |
"lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll", | |
"lib/portable-net45+wp8/_._", | |
"lib/wp80/_._", | |
"ref/net45/_._", | |
"ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll", | |
"ref/netstandard1.0/System.Reflection.Emit.ILGeneration.xml", | |
"ref/netstandard1.0/de/System.Reflection.Emit.ILGeneration.xml", | |
"ref/netstandard1.0/es/System.Reflection.Emit.ILGeneration.xml", | |
"ref/netstandard1.0/fr/System.Reflection.Emit.ILGeneration.xml", | |
"ref/netstandard1.0/it/System.Reflection.Emit.ILGeneration.xml", | |
"ref/netstandard1.0/ja/System.Reflection.Emit.ILGeneration.xml", | |
"ref/netstandard1.0/ko/System.Reflection.Emit.ILGeneration.xml", | |
"ref/netstandard1.0/ru/System.Reflection.Emit.ILGeneration.xml", | |
"ref/netstandard1.0/zh-hans/System.Reflection.Emit.ILGeneration.xml", | |
"ref/netstandard1.0/zh-hant/System.Reflection.Emit.ILGeneration.xml", | |
"ref/portable-net45+wp8/_._", | |
"ref/wp80/_._", | |
"runtimes/aot/lib/netcore50/_._", | |
"system.reflection.emit.ilgeneration.4.0.1.nupkg.sha512", | |
"system.reflection.emit.ilgeneration.nuspec" | |
] | |
}, | |
"System.Reflection.Emit.Lightweight/4.0.1": { | |
"sha512": "i+/4qvwS87A3kEreOolDBpmkuTOXq305ZBaV+VRDhNUWB8wIEz3cLJCBDvepaIhniR/LybhXmOIgkQdBIF7pWA==", | |
"type": "package", | |
"path": "system.reflection.emit.lightweight/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/net45/_._", | |
"lib/netcore50/System.Reflection.Emit.Lightweight.dll", | |
"lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll", | |
"lib/portable-net45+wp8/_._", | |
"lib/wp80/_._", | |
"ref/net45/_._", | |
"ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll", | |
"ref/netstandard1.0/System.Reflection.Emit.Lightweight.xml", | |
"ref/netstandard1.0/de/System.Reflection.Emit.Lightweight.xml", | |
"ref/netstandard1.0/es/System.Reflection.Emit.Lightweight.xml", | |
"ref/netstandard1.0/fr/System.Reflection.Emit.Lightweight.xml", | |
"ref/netstandard1.0/it/System.Reflection.Emit.Lightweight.xml", | |
"ref/netstandard1.0/ja/System.Reflection.Emit.Lightweight.xml", | |
"ref/netstandard1.0/ko/System.Reflection.Emit.Lightweight.xml", | |
"ref/netstandard1.0/ru/System.Reflection.Emit.Lightweight.xml", | |
"ref/netstandard1.0/zh-hans/System.Reflection.Emit.Lightweight.xml", | |
"ref/netstandard1.0/zh-hant/System.Reflection.Emit.Lightweight.xml", | |
"ref/portable-net45+wp8/_._", | |
"ref/wp80/_._", | |
"runtimes/aot/lib/netcore50/_._", | |
"system.reflection.emit.lightweight.4.0.1.nupkg.sha512", | |
"system.reflection.emit.lightweight.nuspec" | |
] | |
}, | |
"System.Reflection.Extensions/4.0.1": { | |
"sha512": "ORtxFHMwtnEacvlvechvZnGKT4ehYKBWRnhmUrFEXiETQTld15jaGGr72JrvU/DYPGpri6GC9hoAE8m/gVOBoA==", | |
"type": "package", | |
"path": "system.reflection.extensions/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/portable-net45+win8+wp8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/netcore50/System.Reflection.Extensions.dll", | |
"ref/netcore50/System.Reflection.Extensions.xml", | |
"ref/netcore50/de/System.Reflection.Extensions.xml", | |
"ref/netcore50/es/System.Reflection.Extensions.xml", | |
"ref/netcore50/fr/System.Reflection.Extensions.xml", | |
"ref/netcore50/it/System.Reflection.Extensions.xml", | |
"ref/netcore50/ja/System.Reflection.Extensions.xml", | |
"ref/netcore50/ko/System.Reflection.Extensions.xml", | |
"ref/netcore50/ru/System.Reflection.Extensions.xml", | |
"ref/netcore50/zh-hans/System.Reflection.Extensions.xml", | |
"ref/netcore50/zh-hant/System.Reflection.Extensions.xml", | |
"ref/netstandard1.0/System.Reflection.Extensions.dll", | |
"ref/netstandard1.0/System.Reflection.Extensions.xml", | |
"ref/netstandard1.0/de/System.Reflection.Extensions.xml", | |
"ref/netstandard1.0/es/System.Reflection.Extensions.xml", | |
"ref/netstandard1.0/fr/System.Reflection.Extensions.xml", | |
"ref/netstandard1.0/it/System.Reflection.Extensions.xml", | |
"ref/netstandard1.0/ja/System.Reflection.Extensions.xml", | |
"ref/netstandard1.0/ko/System.Reflection.Extensions.xml", | |
"ref/netstandard1.0/ru/System.Reflection.Extensions.xml", | |
"ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml", | |
"ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.reflection.extensions.4.0.1.nupkg.sha512", | |
"system.reflection.extensions.nuspec" | |
] | |
}, | |
"System.Reflection.Metadata/1.3.0": { | |
"sha512": "vBY6xBT9mhw0BFtgVa6xBzK4u5wPVDHVc3nIpnGScebv07aclvVljxlsBKaR5LCp4dlzYLEhkQyOz1vGQg7uzQ==", | |
"type": "package", | |
"path": "system.reflection.metadata/1.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/netstandard1.1/System.Reflection.Metadata.dll", | |
"lib/netstandard1.1/System.Reflection.Metadata.xml", | |
"lib/portable-net45+win8/System.Reflection.Metadata.dll", | |
"lib/portable-net45+win8/System.Reflection.Metadata.xml", | |
"system.reflection.metadata.1.3.0.nupkg.sha512", | |
"system.reflection.metadata.nuspec" | |
] | |
}, | |
"System.Reflection.Primitives/4.0.1": { | |
"sha512": "hvbZfQJlqCTGF0etEE1Y+xyrT1L7GfB+1S6T5PUT7hF/byHQw42Fw7Im2b/2bNfLhTEvsLMM8LGeq1LYSFmxvg==", | |
"type": "package", | |
"path": "system.reflection.primitives/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/portable-net45+win8+wp8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/netcore50/System.Reflection.Primitives.dll", | |
"ref/netcore50/System.Reflection.Primitives.xml", | |
"ref/netcore50/de/System.Reflection.Primitives.xml", | |
"ref/netcore50/es/System.Reflection.Primitives.xml", | |
"ref/netcore50/fr/System.Reflection.Primitives.xml", | |
"ref/netcore50/it/System.Reflection.Primitives.xml", | |
"ref/netcore50/ja/System.Reflection.Primitives.xml", | |
"ref/netcore50/ko/System.Reflection.Primitives.xml", | |
"ref/netcore50/ru/System.Reflection.Primitives.xml", | |
"ref/netcore50/zh-hans/System.Reflection.Primitives.xml", | |
"ref/netcore50/zh-hant/System.Reflection.Primitives.xml", | |
"ref/netstandard1.0/System.Reflection.Primitives.dll", | |
"ref/netstandard1.0/System.Reflection.Primitives.xml", | |
"ref/netstandard1.0/de/System.Reflection.Primitives.xml", | |
"ref/netstandard1.0/es/System.Reflection.Primitives.xml", | |
"ref/netstandard1.0/fr/System.Reflection.Primitives.xml", | |
"ref/netstandard1.0/it/System.Reflection.Primitives.xml", | |
"ref/netstandard1.0/ja/System.Reflection.Primitives.xml", | |
"ref/netstandard1.0/ko/System.Reflection.Primitives.xml", | |
"ref/netstandard1.0/ru/System.Reflection.Primitives.xml", | |
"ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml", | |
"ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.reflection.primitives.4.0.1.nupkg.sha512", | |
"system.reflection.primitives.nuspec" | |
] | |
}, | |
"System.Reflection.TypeExtensions/4.1.0": { | |
"sha512": "dWWQRDg9ApI2p3ZGuV4Km1La0i2b2cIWjc7ruhflNcv6IYKnn8+XyAJk8Ynzexzt0+RROTylcx8J2KVUmRspEA==", | |
"type": "package", | |
"path": "system.reflection.typeextensions/4.1.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Reflection.TypeExtensions.dll", | |
"lib/net462/System.Reflection.TypeExtensions.dll", | |
"lib/netcore50/System.Reflection.TypeExtensions.dll", | |
"lib/netstandard1.5/System.Reflection.TypeExtensions.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.Reflection.TypeExtensions.dll", | |
"ref/net462/System.Reflection.TypeExtensions.dll", | |
"ref/netstandard1.3/System.Reflection.TypeExtensions.dll", | |
"ref/netstandard1.3/System.Reflection.TypeExtensions.xml", | |
"ref/netstandard1.3/de/System.Reflection.TypeExtensions.xml", | |
"ref/netstandard1.3/es/System.Reflection.TypeExtensions.xml", | |
"ref/netstandard1.3/fr/System.Reflection.TypeExtensions.xml", | |
"ref/netstandard1.3/it/System.Reflection.TypeExtensions.xml", | |
"ref/netstandard1.3/ja/System.Reflection.TypeExtensions.xml", | |
"ref/netstandard1.3/ko/System.Reflection.TypeExtensions.xml", | |
"ref/netstandard1.3/ru/System.Reflection.TypeExtensions.xml", | |
"ref/netstandard1.3/zh-hans/System.Reflection.TypeExtensions.xml", | |
"ref/netstandard1.3/zh-hant/System.Reflection.TypeExtensions.xml", | |
"ref/netstandard1.5/System.Reflection.TypeExtensions.dll", | |
"ref/netstandard1.5/System.Reflection.TypeExtensions.xml", | |
"ref/netstandard1.5/de/System.Reflection.TypeExtensions.xml", | |
"ref/netstandard1.5/es/System.Reflection.TypeExtensions.xml", | |
"ref/netstandard1.5/fr/System.Reflection.TypeExtensions.xml", | |
"ref/netstandard1.5/it/System.Reflection.TypeExtensions.xml", | |
"ref/netstandard1.5/ja/System.Reflection.TypeExtensions.xml", | |
"ref/netstandard1.5/ko/System.Reflection.TypeExtensions.xml", | |
"ref/netstandard1.5/ru/System.Reflection.TypeExtensions.xml", | |
"ref/netstandard1.5/zh-hans/System.Reflection.TypeExtensions.xml", | |
"ref/netstandard1.5/zh-hant/System.Reflection.TypeExtensions.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"runtimes/aot/lib/netcore50/System.Reflection.TypeExtensions.dll", | |
"system.reflection.typeextensions.4.1.0.nupkg.sha512", | |
"system.reflection.typeextensions.nuspec" | |
] | |
}, | |
"System.Resources.Reader/4.0.0": { | |
"sha512": "InkQNiOIP/pAcDoUzEsbhF0AwYsWopERigiFAjUOaPnrD91Q6N/LehGzgoufmaCbKo/7CD2E88sQ90FoCUPqGg==", | |
"type": "package", | |
"path": "system.resources.reader/4.0.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/netstandard1.0/System.Resources.Reader.dll", | |
"system.resources.reader.4.0.0.nupkg.sha512", | |
"system.resources.reader.nuspec" | |
] | |
}, | |
"System.Resources.ResourceManager/4.0.1": { | |
"sha512": "FuoDjxfIzAfSjI7+anQnU9DUpGhVeT8DfyHbe7I852KbxM2RtoQm/gTt4GVTMjHSVpGYng8YooMeUvTfFMJugw==", | |
"type": "package", | |
"path": "system.resources.resourcemanager/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/portable-net45+win8+wp8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/netcore50/System.Resources.ResourceManager.dll", | |
"ref/netcore50/System.Resources.ResourceManager.xml", | |
"ref/netcore50/de/System.Resources.ResourceManager.xml", | |
"ref/netcore50/es/System.Resources.ResourceManager.xml", | |
"ref/netcore50/fr/System.Resources.ResourceManager.xml", | |
"ref/netcore50/it/System.Resources.ResourceManager.xml", | |
"ref/netcore50/ja/System.Resources.ResourceManager.xml", | |
"ref/netcore50/ko/System.Resources.ResourceManager.xml", | |
"ref/netcore50/ru/System.Resources.ResourceManager.xml", | |
"ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", | |
"ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", | |
"ref/netstandard1.0/System.Resources.ResourceManager.dll", | |
"ref/netstandard1.0/System.Resources.ResourceManager.xml", | |
"ref/netstandard1.0/de/System.Resources.ResourceManager.xml", | |
"ref/netstandard1.0/es/System.Resources.ResourceManager.xml", | |
"ref/netstandard1.0/fr/System.Resources.ResourceManager.xml", | |
"ref/netstandard1.0/it/System.Resources.ResourceManager.xml", | |
"ref/netstandard1.0/ja/System.Resources.ResourceManager.xml", | |
"ref/netstandard1.0/ko/System.Resources.ResourceManager.xml", | |
"ref/netstandard1.0/ru/System.Resources.ResourceManager.xml", | |
"ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml", | |
"ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.resources.resourcemanager.4.0.1.nupkg.sha512", | |
"system.resources.resourcemanager.nuspec" | |
] | |
}, | |
"System.Runtime/4.1.0": { | |
"sha512": "/Pf5diAN78cdVAXxnMZuKGR7EGgPN3EgQRWX9CxUQTSKR09XK53eqy23SapsfrX0w1hZe0/wCoj4ZJWE4vM4tw==", | |
"type": "package", | |
"path": "system.runtime/4.1.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/net462/System.Runtime.dll", | |
"lib/portable-net45+win8+wp80+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/net462/System.Runtime.dll", | |
"ref/netcore50/System.Runtime.dll", | |
"ref/netcore50/System.Runtime.xml", | |
"ref/netcore50/de/System.Runtime.xml", | |
"ref/netcore50/es/System.Runtime.xml", | |
"ref/netcore50/fr/System.Runtime.xml", | |
"ref/netcore50/it/System.Runtime.xml", | |
"ref/netcore50/ja/System.Runtime.xml", | |
"ref/netcore50/ko/System.Runtime.xml", | |
"ref/netcore50/ru/System.Runtime.xml", | |
"ref/netcore50/zh-hans/System.Runtime.xml", | |
"ref/netcore50/zh-hant/System.Runtime.xml", | |
"ref/netstandard1.0/System.Runtime.dll", | |
"ref/netstandard1.0/System.Runtime.xml", | |
"ref/netstandard1.0/de/System.Runtime.xml", | |
"ref/netstandard1.0/es/System.Runtime.xml", | |
"ref/netstandard1.0/fr/System.Runtime.xml", | |
"ref/netstandard1.0/it/System.Runtime.xml", | |
"ref/netstandard1.0/ja/System.Runtime.xml", | |
"ref/netstandard1.0/ko/System.Runtime.xml", | |
"ref/netstandard1.0/ru/System.Runtime.xml", | |
"ref/netstandard1.0/zh-hans/System.Runtime.xml", | |
"ref/netstandard1.0/zh-hant/System.Runtime.xml", | |
"ref/netstandard1.2/System.Runtime.dll", | |
"ref/netstandard1.2/System.Runtime.xml", | |
"ref/netstandard1.2/de/System.Runtime.xml", | |
"ref/netstandard1.2/es/System.Runtime.xml", | |
"ref/netstandard1.2/fr/System.Runtime.xml", | |
"ref/netstandard1.2/it/System.Runtime.xml", | |
"ref/netstandard1.2/ja/System.Runtime.xml", | |
"ref/netstandard1.2/ko/System.Runtime.xml", | |
"ref/netstandard1.2/ru/System.Runtime.xml", | |
"ref/netstandard1.2/zh-hans/System.Runtime.xml", | |
"ref/netstandard1.2/zh-hant/System.Runtime.xml", | |
"ref/netstandard1.3/System.Runtime.dll", | |
"ref/netstandard1.3/System.Runtime.xml", | |
"ref/netstandard1.3/de/System.Runtime.xml", | |
"ref/netstandard1.3/es/System.Runtime.xml", | |
"ref/netstandard1.3/fr/System.Runtime.xml", | |
"ref/netstandard1.3/it/System.Runtime.xml", | |
"ref/netstandard1.3/ja/System.Runtime.xml", | |
"ref/netstandard1.3/ko/System.Runtime.xml", | |
"ref/netstandard1.3/ru/System.Runtime.xml", | |
"ref/netstandard1.3/zh-hans/System.Runtime.xml", | |
"ref/netstandard1.3/zh-hant/System.Runtime.xml", | |
"ref/netstandard1.5/System.Runtime.dll", | |
"ref/netstandard1.5/System.Runtime.xml", | |
"ref/netstandard1.5/de/System.Runtime.xml", | |
"ref/netstandard1.5/es/System.Runtime.xml", | |
"ref/netstandard1.5/fr/System.Runtime.xml", | |
"ref/netstandard1.5/it/System.Runtime.xml", | |
"ref/netstandard1.5/ja/System.Runtime.xml", | |
"ref/netstandard1.5/ko/System.Runtime.xml", | |
"ref/netstandard1.5/ru/System.Runtime.xml", | |
"ref/netstandard1.5/zh-hans/System.Runtime.xml", | |
"ref/netstandard1.5/zh-hant/System.Runtime.xml", | |
"ref/portable-net45+win8+wp80+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.runtime.4.1.0.nupkg.sha512", | |
"system.runtime.nuspec" | |
] | |
}, | |
"System.Runtime.Extensions/4.1.0": { | |
"sha512": "QH8PD63mURJ8HAyOFweM75rBd9/1yGJZIkjEkzuVn6M0rMuotbL7xjldWWyptlrJLg8UuNy/NYbKp/BVxF+4PQ==", | |
"type": "package", | |
"path": "system.runtime.extensions/4.1.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/net462/System.Runtime.Extensions.dll", | |
"lib/portable-net45+win8+wp8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/net462/System.Runtime.Extensions.dll", | |
"ref/netcore50/System.Runtime.Extensions.dll", | |
"ref/netcore50/System.Runtime.Extensions.xml", | |
"ref/netcore50/de/System.Runtime.Extensions.xml", | |
"ref/netcore50/es/System.Runtime.Extensions.xml", | |
"ref/netcore50/fr/System.Runtime.Extensions.xml", | |
"ref/netcore50/it/System.Runtime.Extensions.xml", | |
"ref/netcore50/ja/System.Runtime.Extensions.xml", | |
"ref/netcore50/ko/System.Runtime.Extensions.xml", | |
"ref/netcore50/ru/System.Runtime.Extensions.xml", | |
"ref/netcore50/zh-hans/System.Runtime.Extensions.xml", | |
"ref/netcore50/zh-hant/System.Runtime.Extensions.xml", | |
"ref/netstandard1.0/System.Runtime.Extensions.dll", | |
"ref/netstandard1.0/System.Runtime.Extensions.xml", | |
"ref/netstandard1.0/de/System.Runtime.Extensions.xml", | |
"ref/netstandard1.0/es/System.Runtime.Extensions.xml", | |
"ref/netstandard1.0/fr/System.Runtime.Extensions.xml", | |
"ref/netstandard1.0/it/System.Runtime.Extensions.xml", | |
"ref/netstandard1.0/ja/System.Runtime.Extensions.xml", | |
"ref/netstandard1.0/ko/System.Runtime.Extensions.xml", | |
"ref/netstandard1.0/ru/System.Runtime.Extensions.xml", | |
"ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml", | |
"ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml", | |
"ref/netstandard1.3/System.Runtime.Extensions.dll", | |
"ref/netstandard1.3/System.Runtime.Extensions.xml", | |
"ref/netstandard1.3/de/System.Runtime.Extensions.xml", | |
"ref/netstandard1.3/es/System.Runtime.Extensions.xml", | |
"ref/netstandard1.3/fr/System.Runtime.Extensions.xml", | |
"ref/netstandard1.3/it/System.Runtime.Extensions.xml", | |
"ref/netstandard1.3/ja/System.Runtime.Extensions.xml", | |
"ref/netstandard1.3/ko/System.Runtime.Extensions.xml", | |
"ref/netstandard1.3/ru/System.Runtime.Extensions.xml", | |
"ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml", | |
"ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml", | |
"ref/netstandard1.5/System.Runtime.Extensions.dll", | |
"ref/netstandard1.5/System.Runtime.Extensions.xml", | |
"ref/netstandard1.5/de/System.Runtime.Extensions.xml", | |
"ref/netstandard1.5/es/System.Runtime.Extensions.xml", | |
"ref/netstandard1.5/fr/System.Runtime.Extensions.xml", | |
"ref/netstandard1.5/it/System.Runtime.Extensions.xml", | |
"ref/netstandard1.5/ja/System.Runtime.Extensions.xml", | |
"ref/netstandard1.5/ko/System.Runtime.Extensions.xml", | |
"ref/netstandard1.5/ru/System.Runtime.Extensions.xml", | |
"ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml", | |
"ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.runtime.extensions.4.1.0.nupkg.sha512", | |
"system.runtime.extensions.nuspec" | |
] | |
}, | |
"System.Runtime.Handles/4.0.1": { | |
"sha512": "NFx4sxb0yz61eEjSn5os+fPyAFG/Hw1Yf8c2jYfTU0jXi4dwyyVR9aao/FKw0Zm6T5C5liorHuc3mAIAHFK8zA==", | |
"type": "package", | |
"path": "system.runtime.handles/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/_._", | |
"ref/netstandard1.3/System.Runtime.Handles.dll", | |
"ref/netstandard1.3/System.Runtime.Handles.xml", | |
"ref/netstandard1.3/de/System.Runtime.Handles.xml", | |
"ref/netstandard1.3/es/System.Runtime.Handles.xml", | |
"ref/netstandard1.3/fr/System.Runtime.Handles.xml", | |
"ref/netstandard1.3/it/System.Runtime.Handles.xml", | |
"ref/netstandard1.3/ja/System.Runtime.Handles.xml", | |
"ref/netstandard1.3/ko/System.Runtime.Handles.xml", | |
"ref/netstandard1.3/ru/System.Runtime.Handles.xml", | |
"ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml", | |
"ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.runtime.handles.4.0.1.nupkg.sha512", | |
"system.runtime.handles.nuspec" | |
] | |
}, | |
"System.Runtime.InteropServices/4.1.0": { | |
"sha512": "3k8DMSJQpLN5aCe3y9tO54K66IDn6YIzJU+lz4nkKKrB38GG5zVrcFcNkqv6/pyhMuDkrnCM+cdtnXXfUvrWcw==", | |
"type": "package", | |
"path": "system.runtime.interopservices/4.1.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/net462/System.Runtime.InteropServices.dll", | |
"lib/portable-net45+win8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/net462/System.Runtime.InteropServices.dll", | |
"ref/netcore50/System.Runtime.InteropServices.dll", | |
"ref/netcore50/System.Runtime.InteropServices.xml", | |
"ref/netcore50/de/System.Runtime.InteropServices.xml", | |
"ref/netcore50/es/System.Runtime.InteropServices.xml", | |
"ref/netcore50/fr/System.Runtime.InteropServices.xml", | |
"ref/netcore50/it/System.Runtime.InteropServices.xml", | |
"ref/netcore50/ja/System.Runtime.InteropServices.xml", | |
"ref/netcore50/ko/System.Runtime.InteropServices.xml", | |
"ref/netcore50/ru/System.Runtime.InteropServices.xml", | |
"ref/netcore50/zh-hans/System.Runtime.InteropServices.xml", | |
"ref/netcore50/zh-hant/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.1/System.Runtime.InteropServices.dll", | |
"ref/netstandard1.1/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.1/de/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.1/es/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.1/fr/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.1/it/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.1/ja/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.1/ko/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.1/ru/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.2/System.Runtime.InteropServices.dll", | |
"ref/netstandard1.2/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.2/de/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.2/es/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.2/fr/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.2/it/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.2/ja/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.2/ko/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.2/ru/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.3/System.Runtime.InteropServices.dll", | |
"ref/netstandard1.3/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.3/de/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.3/es/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.3/fr/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.3/it/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.3/ja/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.3/ko/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.3/ru/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.5/System.Runtime.InteropServices.dll", | |
"ref/netstandard1.5/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.5/de/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.5/es/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.5/fr/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.5/it/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.5/ja/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.5/ko/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.5/ru/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml", | |
"ref/portable-net45+win8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.runtime.interopservices.4.1.0.nupkg.sha512", | |
"system.runtime.interopservices.nuspec" | |
] | |
}, | |
"System.Runtime.InteropServices.RuntimeInformation/4.0.0": { | |
"sha512": "Jjqvv/GcAgMFV7hbJv5aMdNpXLPY8T4HfNk7zuQ0yaKZYidh0PjtEsUEOxR5DwA4LiebslMqPolT+cKAP0URJQ==", | |
"type": "package", | |
"path": "system.runtime.interopservices.runtimeinformation/4.0.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll", | |
"lib/win8/System.Runtime.InteropServices.RuntimeInformation.dll", | |
"lib/wpa81/System.Runtime.InteropServices.RuntimeInformation.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"runtimes/aot/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll", | |
"runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", | |
"runtimes/win/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll", | |
"runtimes/win/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll", | |
"runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", | |
"system.runtime.interopservices.runtimeinformation.4.0.0.nupkg.sha512", | |
"system.runtime.interopservices.runtimeinformation.nuspec" | |
] | |
}, | |
"System.Runtime.Loader/4.0.0": { | |
"sha512": "1o+AOcmKMaE7Z96uMNei0c3thy+rQWKOux4k5Q4x8CnMLwv2SYUXXQJBRb7XQ6/Dh7Xv/luNIjVWwYtx4OgkYQ==", | |
"type": "package", | |
"path": "system.runtime.loader/4.0.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/net462/_._", | |
"lib/netstandard1.5/System.Runtime.Loader.dll", | |
"ref/netstandard1.5/System.Runtime.Loader.dll", | |
"ref/netstandard1.5/System.Runtime.Loader.xml", | |
"ref/netstandard1.5/de/System.Runtime.Loader.xml", | |
"ref/netstandard1.5/es/System.Runtime.Loader.xml", | |
"ref/netstandard1.5/fr/System.Runtime.Loader.xml", | |
"ref/netstandard1.5/it/System.Runtime.Loader.xml", | |
"ref/netstandard1.5/ja/System.Runtime.Loader.xml", | |
"ref/netstandard1.5/ko/System.Runtime.Loader.xml", | |
"ref/netstandard1.5/ru/System.Runtime.Loader.xml", | |
"ref/netstandard1.5/zh-hans/System.Runtime.Loader.xml", | |
"ref/netstandard1.5/zh-hant/System.Runtime.Loader.xml", | |
"system.runtime.loader.4.0.0.nupkg.sha512", | |
"system.runtime.loader.nuspec" | |
] | |
}, | |
"System.Runtime.Numerics/4.0.1": { | |
"sha512": "9o93nVB1eXqlxshKIS6j7ZDEag255pLFW80xpZp5ujJNZrNQjUoSDHJclqphhcgAqM6n+NG5Dx43vcOVYOph4A==", | |
"type": "package", | |
"path": "system.runtime.numerics/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/netcore50/System.Runtime.Numerics.dll", | |
"lib/netstandard1.3/System.Runtime.Numerics.dll", | |
"lib/portable-net45+win8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/netcore50/System.Runtime.Numerics.dll", | |
"ref/netcore50/System.Runtime.Numerics.xml", | |
"ref/netcore50/de/System.Runtime.Numerics.xml", | |
"ref/netcore50/es/System.Runtime.Numerics.xml", | |
"ref/netcore50/fr/System.Runtime.Numerics.xml", | |
"ref/netcore50/it/System.Runtime.Numerics.xml", | |
"ref/netcore50/ja/System.Runtime.Numerics.xml", | |
"ref/netcore50/ko/System.Runtime.Numerics.xml", | |
"ref/netcore50/ru/System.Runtime.Numerics.xml", | |
"ref/netcore50/zh-hans/System.Runtime.Numerics.xml", | |
"ref/netcore50/zh-hant/System.Runtime.Numerics.xml", | |
"ref/netstandard1.1/System.Runtime.Numerics.dll", | |
"ref/netstandard1.1/System.Runtime.Numerics.xml", | |
"ref/netstandard1.1/de/System.Runtime.Numerics.xml", | |
"ref/netstandard1.1/es/System.Runtime.Numerics.xml", | |
"ref/netstandard1.1/fr/System.Runtime.Numerics.xml", | |
"ref/netstandard1.1/it/System.Runtime.Numerics.xml", | |
"ref/netstandard1.1/ja/System.Runtime.Numerics.xml", | |
"ref/netstandard1.1/ko/System.Runtime.Numerics.xml", | |
"ref/netstandard1.1/ru/System.Runtime.Numerics.xml", | |
"ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml", | |
"ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml", | |
"ref/portable-net45+win8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.runtime.numerics.4.0.1.nupkg.sha512", | |
"system.runtime.numerics.nuspec" | |
] | |
}, | |
"System.Runtime.Serialization.Json/4.0.2": { | |
"sha512": "+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==", | |
"type": "package", | |
"path": "system.runtime.serialization.json/4.0.2", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/netcore50/System.Runtime.Serialization.Json.dll", | |
"lib/netstandard1.3/System.Runtime.Serialization.Json.dll", | |
"lib/portable-net45+win8+wp8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/netcore50/System.Runtime.Serialization.Json.dll", | |
"ref/netcore50/System.Runtime.Serialization.Json.xml", | |
"ref/netcore50/de/System.Runtime.Serialization.Json.xml", | |
"ref/netcore50/es/System.Runtime.Serialization.Json.xml", | |
"ref/netcore50/fr/System.Runtime.Serialization.Json.xml", | |
"ref/netcore50/it/System.Runtime.Serialization.Json.xml", | |
"ref/netcore50/ja/System.Runtime.Serialization.Json.xml", | |
"ref/netcore50/ko/System.Runtime.Serialization.Json.xml", | |
"ref/netcore50/ru/System.Runtime.Serialization.Json.xml", | |
"ref/netcore50/zh-hans/System.Runtime.Serialization.Json.xml", | |
"ref/netcore50/zh-hant/System.Runtime.Serialization.Json.xml", | |
"ref/netstandard1.0/System.Runtime.Serialization.Json.dll", | |
"ref/netstandard1.0/System.Runtime.Serialization.Json.xml", | |
"ref/netstandard1.0/de/System.Runtime.Serialization.Json.xml", | |
"ref/netstandard1.0/es/System.Runtime.Serialization.Json.xml", | |
"ref/netstandard1.0/fr/System.Runtime.Serialization.Json.xml", | |
"ref/netstandard1.0/it/System.Runtime.Serialization.Json.xml", | |
"ref/netstandard1.0/ja/System.Runtime.Serialization.Json.xml", | |
"ref/netstandard1.0/ko/System.Runtime.Serialization.Json.xml", | |
"ref/netstandard1.0/ru/System.Runtime.Serialization.Json.xml", | |
"ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Json.xml", | |
"ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Json.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.runtime.serialization.json.4.0.2.nupkg.sha512", | |
"system.runtime.serialization.json.nuspec" | |
] | |
}, | |
"System.Runtime.Serialization.Primitives/4.1.1": { | |
"sha512": "HZ6Du5QrTG8MNJbf4e4qMO3JRAkIboGT5Fk804uZtg3Gq516S7hAqTm2UZKUHa7/6HUGdVy3AqMQKbns06G/cg==", | |
"type": "package", | |
"path": "system.runtime.serialization.primitives/4.1.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/net46/System.Runtime.Serialization.Primitives.dll", | |
"lib/netcore50/System.Runtime.Serialization.Primitives.dll", | |
"lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll", | |
"lib/portable-net45+win8+wp8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/net46/System.Runtime.Serialization.Primitives.dll", | |
"ref/netcore50/System.Runtime.Serialization.Primitives.dll", | |
"ref/netcore50/System.Runtime.Serialization.Primitives.xml", | |
"ref/netcore50/de/System.Runtime.Serialization.Primitives.xml", | |
"ref/netcore50/es/System.Runtime.Serialization.Primitives.xml", | |
"ref/netcore50/fr/System.Runtime.Serialization.Primitives.xml", | |
"ref/netcore50/it/System.Runtime.Serialization.Primitives.xml", | |
"ref/netcore50/ja/System.Runtime.Serialization.Primitives.xml", | |
"ref/netcore50/ko/System.Runtime.Serialization.Primitives.xml", | |
"ref/netcore50/ru/System.Runtime.Serialization.Primitives.xml", | |
"ref/netcore50/zh-hans/System.Runtime.Serialization.Primitives.xml", | |
"ref/netcore50/zh-hant/System.Runtime.Serialization.Primitives.xml", | |
"ref/netstandard1.0/System.Runtime.Serialization.Primitives.dll", | |
"ref/netstandard1.0/System.Runtime.Serialization.Primitives.xml", | |
"ref/netstandard1.0/de/System.Runtime.Serialization.Primitives.xml", | |
"ref/netstandard1.0/es/System.Runtime.Serialization.Primitives.xml", | |
"ref/netstandard1.0/fr/System.Runtime.Serialization.Primitives.xml", | |
"ref/netstandard1.0/it/System.Runtime.Serialization.Primitives.xml", | |
"ref/netstandard1.0/ja/System.Runtime.Serialization.Primitives.xml", | |
"ref/netstandard1.0/ko/System.Runtime.Serialization.Primitives.xml", | |
"ref/netstandard1.0/ru/System.Runtime.Serialization.Primitives.xml", | |
"ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Primitives.xml", | |
"ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Primitives.xml", | |
"ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll", | |
"ref/netstandard1.3/System.Runtime.Serialization.Primitives.xml", | |
"ref/netstandard1.3/de/System.Runtime.Serialization.Primitives.xml", | |
"ref/netstandard1.3/es/System.Runtime.Serialization.Primitives.xml", | |
"ref/netstandard1.3/fr/System.Runtime.Serialization.Primitives.xml", | |
"ref/netstandard1.3/it/System.Runtime.Serialization.Primitives.xml", | |
"ref/netstandard1.3/ja/System.Runtime.Serialization.Primitives.xml", | |
"ref/netstandard1.3/ko/System.Runtime.Serialization.Primitives.xml", | |
"ref/netstandard1.3/ru/System.Runtime.Serialization.Primitives.xml", | |
"ref/netstandard1.3/zh-hans/System.Runtime.Serialization.Primitives.xml", | |
"ref/netstandard1.3/zh-hant/System.Runtime.Serialization.Primitives.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"runtimes/aot/lib/netcore50/System.Runtime.Serialization.Primitives.dll", | |
"system.runtime.serialization.primitives.4.1.1.nupkg.sha512", | |
"system.runtime.serialization.primitives.nuspec" | |
] | |
}, | |
"System.Security.Claims/4.0.1": { | |
"sha512": "hk64BbTcl99jwx92DWyOtNOjvxJjE3MoqdpCnay6BCRGwND+2H0z33K71SU4wIYj0dC+bnL+UyJXJiV7O+ttAw==", | |
"type": "package", | |
"path": "system.security.claims/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Security.Claims.dll", | |
"lib/netstandard1.3/System.Security.Claims.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.Security.Claims.dll", | |
"ref/netstandard1.3/System.Security.Claims.dll", | |
"ref/netstandard1.3/System.Security.Claims.xml", | |
"ref/netstandard1.3/de/System.Security.Claims.xml", | |
"ref/netstandard1.3/es/System.Security.Claims.xml", | |
"ref/netstandard1.3/fr/System.Security.Claims.xml", | |
"ref/netstandard1.3/it/System.Security.Claims.xml", | |
"ref/netstandard1.3/ja/System.Security.Claims.xml", | |
"ref/netstandard1.3/ko/System.Security.Claims.xml", | |
"ref/netstandard1.3/ru/System.Security.Claims.xml", | |
"ref/netstandard1.3/zh-hans/System.Security.Claims.xml", | |
"ref/netstandard1.3/zh-hant/System.Security.Claims.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.security.claims.4.0.1.nupkg.sha512", | |
"system.security.claims.nuspec" | |
] | |
}, | |
"System.Security.Cryptography.Algorithms/4.2.0": { | |
"sha512": "w5zAWP/keup4ufYcNCTt2g0892esZrDOyPUJpBP5/d8hDWavlwFFEskFQ9KJCFueqh0M/dTCqpgXk3U7vYaP8Q==", | |
"type": "package", | |
"path": "system.security.cryptography.algorithms/4.2.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Security.Cryptography.Algorithms.dll", | |
"lib/net461/System.Security.Cryptography.Algorithms.dll", | |
"lib/net463/System.Security.Cryptography.Algorithms.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.Security.Cryptography.Algorithms.dll", | |
"ref/net461/System.Security.Cryptography.Algorithms.dll", | |
"ref/net463/System.Security.Cryptography.Algorithms.dll", | |
"ref/netstandard1.3/System.Security.Cryptography.Algorithms.dll", | |
"ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll", | |
"ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll", | |
"runtimes/win/lib/net46/System.Security.Cryptography.Algorithms.dll", | |
"runtimes/win/lib/net461/System.Security.Cryptography.Algorithms.dll", | |
"runtimes/win/lib/net463/System.Security.Cryptography.Algorithms.dll", | |
"runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll", | |
"runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll", | |
"system.security.cryptography.algorithms.4.2.0.nupkg.sha512", | |
"system.security.cryptography.algorithms.nuspec" | |
] | |
}, | |
"System.Security.Cryptography.Cng/4.2.0": { | |
"sha512": "kr0ad6gKFu8AvqKeiH4aYT7VaYDctU2e7E3ouzoqvtU2dmYJERsNnLf6L5RtJyMhhiTiKRKMolFhMKnjXDsKIQ==", | |
"type": "package", | |
"path": "system.security.cryptography.cng/4.2.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/net46/System.Security.Cryptography.Cng.dll", | |
"lib/net461/System.Security.Cryptography.Cng.dll", | |
"lib/net463/System.Security.Cryptography.Cng.dll", | |
"ref/net46/System.Security.Cryptography.Cng.dll", | |
"ref/net461/System.Security.Cryptography.Cng.dll", | |
"ref/net463/System.Security.Cryptography.Cng.dll", | |
"ref/netstandard1.3/System.Security.Cryptography.Cng.dll", | |
"ref/netstandard1.4/System.Security.Cryptography.Cng.dll", | |
"ref/netstandard1.6/System.Security.Cryptography.Cng.dll", | |
"runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll", | |
"runtimes/win/lib/net46/System.Security.Cryptography.Cng.dll", | |
"runtimes/win/lib/net461/System.Security.Cryptography.Cng.dll", | |
"runtimes/win/lib/net463/System.Security.Cryptography.Cng.dll", | |
"runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll", | |
"runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll", | |
"system.security.cryptography.cng.4.2.0.nupkg.sha512", | |
"system.security.cryptography.cng.nuspec" | |
] | |
}, | |
"System.Security.Cryptography.Csp/4.0.0": { | |
"sha512": "B39dPE3SH2olkNbdiJ1dyx87Ps0R6lerr1vedd2o8MK3Bw+DKsKwOCkdwQS2xuGWekVXTLUogx3NBAprhbj1fQ==", | |
"type": "package", | |
"path": "system.security.cryptography.csp/4.0.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Security.Cryptography.Csp.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.Security.Cryptography.Csp.dll", | |
"ref/netstandard1.3/System.Security.Cryptography.Csp.dll", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll", | |
"runtimes/win/lib/net46/System.Security.Cryptography.Csp.dll", | |
"runtimes/win/lib/netcore50/_._", | |
"runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll", | |
"system.security.cryptography.csp.4.0.0.nupkg.sha512", | |
"system.security.cryptography.csp.nuspec" | |
] | |
}, | |
"System.Security.Cryptography.Encoding/4.0.0": { | |
"sha512": "IBxjBg9B/TLOp3IZXywscuZKhm+3RWbPBs74N11IbBoiPy/0ABZ8zsqJ1WH3EgUvzh7Tw3mDtkO1uGiYd9D7PQ==", | |
"type": "package", | |
"path": "system.security.cryptography.encoding/4.0.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Security.Cryptography.Encoding.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.Security.Cryptography.Encoding.dll", | |
"ref/netstandard1.3/System.Security.Cryptography.Encoding.dll", | |
"ref/netstandard1.3/System.Security.Cryptography.Encoding.xml", | |
"ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml", | |
"ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml", | |
"ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml", | |
"ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml", | |
"ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml", | |
"ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml", | |
"ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml", | |
"ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml", | |
"ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll", | |
"runtimes/win/lib/net46/System.Security.Cryptography.Encoding.dll", | |
"runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll", | |
"system.security.cryptography.encoding.4.0.0.nupkg.sha512", | |
"system.security.cryptography.encoding.nuspec" | |
] | |
}, | |
"System.Security.Cryptography.OpenSsl/4.0.0": { | |
"sha512": "lLKB4UP5LbI05Q/J5Qgu1hqAEk1DDPo13DwBTYvPIMcNIwd1+lyGij9xpgRh5x/fHlm5Zd9JKzTSyqzBfg2hBw==", | |
"type": "package", | |
"path": "system.security.cryptography.openssl/4.0.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll", | |
"ref/netstandard1.6/System.Security.Cryptography.OpenSsl.dll", | |
"runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll", | |
"system.security.cryptography.openssl.4.0.0.nupkg.sha512", | |
"system.security.cryptography.openssl.nuspec" | |
] | |
}, | |
"System.Security.Cryptography.Primitives/4.0.0": { | |
"sha512": "KoEHeFA3gJz+AD++WSGnucxZ0Cpd9NwmzjOFYE4J9soqgC9C9NAT7BwbRfsFieQ11fQqKDmwVGZy0tGq7HbZhg==", | |
"type": "package", | |
"path": "system.security.cryptography.primitives/4.0.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Security.Cryptography.Primitives.dll", | |
"lib/netstandard1.3/System.Security.Cryptography.Primitives.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.Security.Cryptography.Primitives.dll", | |
"ref/netstandard1.3/System.Security.Cryptography.Primitives.dll", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.security.cryptography.primitives.4.0.0.nupkg.sha512", | |
"system.security.cryptography.primitives.nuspec" | |
] | |
}, | |
"System.Security.Cryptography.X509Certificates/4.1.0": { | |
"sha512": "DMmhIjMHqSFoejio2CEUWGrGN9nnFcl+sqlI18aEvaBePqmYkGWVVCzLoVDSlCNDUCwX82fks3lW8thvKW9zow==", | |
"type": "package", | |
"path": "system.security.cryptography.x509certificates/4.1.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Security.Cryptography.X509Certificates.dll", | |
"lib/net461/System.Security.Cryptography.X509Certificates.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.Security.Cryptography.X509Certificates.dll", | |
"ref/net461/System.Security.Cryptography.X509Certificates.dll", | |
"ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll", | |
"ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll", | |
"ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll", | |
"runtimes/win/lib/net46/System.Security.Cryptography.X509Certificates.dll", | |
"runtimes/win/lib/net461/System.Security.Cryptography.X509Certificates.dll", | |
"runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll", | |
"runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll", | |
"system.security.cryptography.x509certificates.4.1.0.nupkg.sha512", | |
"system.security.cryptography.x509certificates.nuspec" | |
] | |
}, | |
"System.Security.Principal/4.0.1": { | |
"sha512": "zNfD1uTPaOB6kLcAImJ6m3y1bRtoQ95GnMEXncEvvCtITop3zjmeAAj6+kMD5q76g7ZL7tUVqlAooBlvR9M0nQ==", | |
"type": "package", | |
"path": "system.security.principal/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/netcore50/System.Security.Principal.dll", | |
"lib/netstandard1.0/System.Security.Principal.dll", | |
"lib/portable-net45+win8+wp8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/netcore50/System.Security.Principal.dll", | |
"ref/netcore50/System.Security.Principal.xml", | |
"ref/netcore50/de/System.Security.Principal.xml", | |
"ref/netcore50/es/System.Security.Principal.xml", | |
"ref/netcore50/fr/System.Security.Principal.xml", | |
"ref/netcore50/it/System.Security.Principal.xml", | |
"ref/netcore50/ja/System.Security.Principal.xml", | |
"ref/netcore50/ko/System.Security.Principal.xml", | |
"ref/netcore50/ru/System.Security.Principal.xml", | |
"ref/netcore50/zh-hans/System.Security.Principal.xml", | |
"ref/netcore50/zh-hant/System.Security.Principal.xml", | |
"ref/netstandard1.0/System.Security.Principal.dll", | |
"ref/netstandard1.0/System.Security.Principal.xml", | |
"ref/netstandard1.0/de/System.Security.Principal.xml", | |
"ref/netstandard1.0/es/System.Security.Principal.xml", | |
"ref/netstandard1.0/fr/System.Security.Principal.xml", | |
"ref/netstandard1.0/it/System.Security.Principal.xml", | |
"ref/netstandard1.0/ja/System.Security.Principal.xml", | |
"ref/netstandard1.0/ko/System.Security.Principal.xml", | |
"ref/netstandard1.0/ru/System.Security.Principal.xml", | |
"ref/netstandard1.0/zh-hans/System.Security.Principal.xml", | |
"ref/netstandard1.0/zh-hant/System.Security.Principal.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.security.principal.4.0.1.nupkg.sha512", | |
"system.security.principal.nuspec" | |
] | |
}, | |
"System.Security.Principal.Windows/4.0.0": { | |
"sha512": "kAR50uifKAoqF1pHAQPJjimFKe2ZjiiJgkB5euTXlxwIJxz5oXTe3n5KSZfyW9sPWqt7r5T0kioTdvonKdGHnA==", | |
"type": "package", | |
"path": "system.security.principal.windows/4.0.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/net46/System.Security.Principal.Windows.dll", | |
"ref/net46/System.Security.Principal.Windows.dll", | |
"ref/netstandard1.3/System.Security.Principal.Windows.dll", | |
"ref/netstandard1.3/System.Security.Principal.Windows.xml", | |
"ref/netstandard1.3/de/System.Security.Principal.Windows.xml", | |
"ref/netstandard1.3/es/System.Security.Principal.Windows.xml", | |
"ref/netstandard1.3/fr/System.Security.Principal.Windows.xml", | |
"ref/netstandard1.3/it/System.Security.Principal.Windows.xml", | |
"ref/netstandard1.3/ja/System.Security.Principal.Windows.xml", | |
"ref/netstandard1.3/ko/System.Security.Principal.Windows.xml", | |
"ref/netstandard1.3/ru/System.Security.Principal.Windows.xml", | |
"ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml", | |
"ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml", | |
"runtimes/unix/lib/netstandard1.3/System.Security.Principal.Windows.dll", | |
"runtimes/win/lib/net46/System.Security.Principal.Windows.dll", | |
"runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll", | |
"system.security.principal.windows.4.0.0.nupkg.sha512", | |
"system.security.principal.windows.nuspec" | |
] | |
}, | |
"System.Text.Encoding/4.0.11": { | |
"sha512": "Qjb1JXFpB/ateOWPbxJjVUZR6SQsHk5POrp1gnNVIIk82X6BCz/3LDN04WYM9m/uYB0KNeytDgg2BnYCzpaEAw==", | |
"type": "package", | |
"path": "system.text.encoding/4.0.11", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/portable-net45+win8+wp8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/netcore50/System.Text.Encoding.dll", | |
"ref/netcore50/System.Text.Encoding.xml", | |
"ref/netcore50/de/System.Text.Encoding.xml", | |
"ref/netcore50/es/System.Text.Encoding.xml", | |
"ref/netcore50/fr/System.Text.Encoding.xml", | |
"ref/netcore50/it/System.Text.Encoding.xml", | |
"ref/netcore50/ja/System.Text.Encoding.xml", | |
"ref/netcore50/ko/System.Text.Encoding.xml", | |
"ref/netcore50/ru/System.Text.Encoding.xml", | |
"ref/netcore50/zh-hans/System.Text.Encoding.xml", | |
"ref/netcore50/zh-hant/System.Text.Encoding.xml", | |
"ref/netstandard1.0/System.Text.Encoding.dll", | |
"ref/netstandard1.0/System.Text.Encoding.xml", | |
"ref/netstandard1.0/de/System.Text.Encoding.xml", | |
"ref/netstandard1.0/es/System.Text.Encoding.xml", | |
"ref/netstandard1.0/fr/System.Text.Encoding.xml", | |
"ref/netstandard1.0/it/System.Text.Encoding.xml", | |
"ref/netstandard1.0/ja/System.Text.Encoding.xml", | |
"ref/netstandard1.0/ko/System.Text.Encoding.xml", | |
"ref/netstandard1.0/ru/System.Text.Encoding.xml", | |
"ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", | |
"ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", | |
"ref/netstandard1.3/System.Text.Encoding.dll", | |
"ref/netstandard1.3/System.Text.Encoding.xml", | |
"ref/netstandard1.3/de/System.Text.Encoding.xml", | |
"ref/netstandard1.3/es/System.Text.Encoding.xml", | |
"ref/netstandard1.3/fr/System.Text.Encoding.xml", | |
"ref/netstandard1.3/it/System.Text.Encoding.xml", | |
"ref/netstandard1.3/ja/System.Text.Encoding.xml", | |
"ref/netstandard1.3/ko/System.Text.Encoding.xml", | |
"ref/netstandard1.3/ru/System.Text.Encoding.xml", | |
"ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", | |
"ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.text.encoding.4.0.11.nupkg.sha512", | |
"system.text.encoding.nuspec" | |
] | |
}, | |
"System.Text.Encoding.CodePages/4.0.1": { | |
"sha512": "pcWxLSc2u7wcdW4kcJaUOH0FotIAqS6ZvsbEro9nWSk6XfqHm+AkKHOE/rEkoBOE9FIpAg9O5DYfoRAhnca+rA==", | |
"type": "package", | |
"path": "system.text.encoding.codepages/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Text.Encoding.CodePages.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/netstandard1.3/System.Text.Encoding.CodePages.dll", | |
"ref/netstandard1.3/System.Text.Encoding.CodePages.xml", | |
"ref/netstandard1.3/de/System.Text.Encoding.CodePages.xml", | |
"ref/netstandard1.3/es/System.Text.Encoding.CodePages.xml", | |
"ref/netstandard1.3/fr/System.Text.Encoding.CodePages.xml", | |
"ref/netstandard1.3/it/System.Text.Encoding.CodePages.xml", | |
"ref/netstandard1.3/ja/System.Text.Encoding.CodePages.xml", | |
"ref/netstandard1.3/ko/System.Text.Encoding.CodePages.xml", | |
"ref/netstandard1.3/ru/System.Text.Encoding.CodePages.xml", | |
"ref/netstandard1.3/zh-hans/System.Text.Encoding.CodePages.xml", | |
"ref/netstandard1.3/zh-hant/System.Text.Encoding.CodePages.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll", | |
"runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll", | |
"system.text.encoding.codepages.4.0.1.nupkg.sha512", | |
"system.text.encoding.codepages.nuspec" | |
] | |
}, | |
"System.Text.Encoding.Extensions/4.0.11": { | |
"sha512": "Ekpo2ezcUR6lk1QQdRy/uB4vudCTWg+xw4xye2nMWJTSi1YulavlDviYFEk9v0g3T0s2hR/DKwDMmdLEIcf7Aw==", | |
"type": "package", | |
"path": "system.text.encoding.extensions/4.0.11", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/portable-net45+win8+wp8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/netcore50/System.Text.Encoding.Extensions.dll", | |
"ref/netcore50/System.Text.Encoding.Extensions.xml", | |
"ref/netcore50/de/System.Text.Encoding.Extensions.xml", | |
"ref/netcore50/es/System.Text.Encoding.Extensions.xml", | |
"ref/netcore50/fr/System.Text.Encoding.Extensions.xml", | |
"ref/netcore50/it/System.Text.Encoding.Extensions.xml", | |
"ref/netcore50/ja/System.Text.Encoding.Extensions.xml", | |
"ref/netcore50/ko/System.Text.Encoding.Extensions.xml", | |
"ref/netcore50/ru/System.Text.Encoding.Extensions.xml", | |
"ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml", | |
"ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.0/System.Text.Encoding.Extensions.dll", | |
"ref/netstandard1.0/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.3/System.Text.Encoding.Extensions.dll", | |
"ref/netstandard1.3/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.text.encoding.extensions.4.0.11.nupkg.sha512", | |
"system.text.encoding.extensions.nuspec" | |
] | |
}, | |
"System.Text.RegularExpressions/4.1.0": { | |
"sha512": "eZLioZeZLK/uXQYigGuU5GpOJLAtXdiR7xAxLVM8gFWylS7pFvVHPFvzfNBuGcopi42dhHbnHWDn56leEULUag==", | |
"type": "package", | |
"path": "system.text.regularexpressions/4.1.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/net463/System.Text.RegularExpressions.dll", | |
"lib/netcore50/System.Text.RegularExpressions.dll", | |
"lib/netstandard1.6/System.Text.RegularExpressions.dll", | |
"lib/portable-net45+win8+wp8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/net463/System.Text.RegularExpressions.dll", | |
"ref/netcore50/System.Text.RegularExpressions.dll", | |
"ref/netcore50/System.Text.RegularExpressions.xml", | |
"ref/netcore50/de/System.Text.RegularExpressions.xml", | |
"ref/netcore50/es/System.Text.RegularExpressions.xml", | |
"ref/netcore50/fr/System.Text.RegularExpressions.xml", | |
"ref/netcore50/it/System.Text.RegularExpressions.xml", | |
"ref/netcore50/ja/System.Text.RegularExpressions.xml", | |
"ref/netcore50/ko/System.Text.RegularExpressions.xml", | |
"ref/netcore50/ru/System.Text.RegularExpressions.xml", | |
"ref/netcore50/zh-hans/System.Text.RegularExpressions.xml", | |
"ref/netcore50/zh-hant/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.0/System.Text.RegularExpressions.dll", | |
"ref/netstandard1.0/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.0/de/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.0/es/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.0/fr/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.0/it/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.0/ja/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.0/ko/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.0/ru/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.3/System.Text.RegularExpressions.dll", | |
"ref/netstandard1.3/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.3/de/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.3/es/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.3/fr/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.3/it/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.3/ja/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.3/ko/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.3/ru/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.6/System.Text.RegularExpressions.dll", | |
"ref/netstandard1.6/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.6/de/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.6/es/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.6/fr/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.6/it/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.6/ja/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.6/ko/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.6/ru/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.text.regularexpressions.4.1.0.nupkg.sha512", | |
"system.text.regularexpressions.nuspec" | |
] | |
}, | |
"System.Threading/4.0.11": { | |
"sha512": "Cj4CESrhoX1Gu3AOBYGp7QZeQ/rGM3DZBD8lPg4MLY0I4Jet6aCmt/fMSppvVm/muojqsL0Wk9bLcH5K0dlkkQ==", | |
"type": "package", | |
"path": "system.threading/4.0.11", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/netcore50/System.Threading.dll", | |
"lib/netstandard1.3/System.Threading.dll", | |
"lib/portable-net45+win8+wp8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/netcore50/System.Threading.dll", | |
"ref/netcore50/System.Threading.xml", | |
"ref/netcore50/de/System.Threading.xml", | |
"ref/netcore50/es/System.Threading.xml", | |
"ref/netcore50/fr/System.Threading.xml", | |
"ref/netcore50/it/System.Threading.xml", | |
"ref/netcore50/ja/System.Threading.xml", | |
"ref/netcore50/ko/System.Threading.xml", | |
"ref/netcore50/ru/System.Threading.xml", | |
"ref/netcore50/zh-hans/System.Threading.xml", | |
"ref/netcore50/zh-hant/System.Threading.xml", | |
"ref/netstandard1.0/System.Threading.dll", | |
"ref/netstandard1.0/System.Threading.xml", | |
"ref/netstandard1.0/de/System.Threading.xml", | |
"ref/netstandard1.0/es/System.Threading.xml", | |
"ref/netstandard1.0/fr/System.Threading.xml", | |
"ref/netstandard1.0/it/System.Threading.xml", | |
"ref/netstandard1.0/ja/System.Threading.xml", | |
"ref/netstandard1.0/ko/System.Threading.xml", | |
"ref/netstandard1.0/ru/System.Threading.xml", | |
"ref/netstandard1.0/zh-hans/System.Threading.xml", | |
"ref/netstandard1.0/zh-hant/System.Threading.xml", | |
"ref/netstandard1.3/System.Threading.dll", | |
"ref/netstandard1.3/System.Threading.xml", | |
"ref/netstandard1.3/de/System.Threading.xml", | |
"ref/netstandard1.3/es/System.Threading.xml", | |
"ref/netstandard1.3/fr/System.Threading.xml", | |
"ref/netstandard1.3/it/System.Threading.xml", | |
"ref/netstandard1.3/ja/System.Threading.xml", | |
"ref/netstandard1.3/ko/System.Threading.xml", | |
"ref/netstandard1.3/ru/System.Threading.xml", | |
"ref/netstandard1.3/zh-hans/System.Threading.xml", | |
"ref/netstandard1.3/zh-hant/System.Threading.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"runtimes/aot/lib/netcore50/System.Threading.dll", | |
"system.threading.4.0.11.nupkg.sha512", | |
"system.threading.nuspec" | |
] | |
}, | |
"System.Threading.Overlapped/4.0.1": { | |
"sha512": "DrM7eYN1GjRNbdDsS2qVXpOusFNpf5bbtvOM+Moz/vb10PMqcv6QERZwDTGgFH3l06iq4x/BUSG3tn8YF2b+Fg==", | |
"type": "package", | |
"path": "system.threading.overlapped/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/net46/System.Threading.Overlapped.dll", | |
"ref/net46/System.Threading.Overlapped.dll", | |
"ref/netstandard1.3/System.Threading.Overlapped.dll", | |
"ref/netstandard1.3/System.Threading.Overlapped.xml", | |
"ref/netstandard1.3/de/System.Threading.Overlapped.xml", | |
"ref/netstandard1.3/es/System.Threading.Overlapped.xml", | |
"ref/netstandard1.3/fr/System.Threading.Overlapped.xml", | |
"ref/netstandard1.3/it/System.Threading.Overlapped.xml", | |
"ref/netstandard1.3/ja/System.Threading.Overlapped.xml", | |
"ref/netstandard1.3/ko/System.Threading.Overlapped.xml", | |
"ref/netstandard1.3/ru/System.Threading.Overlapped.xml", | |
"ref/netstandard1.3/zh-hans/System.Threading.Overlapped.xml", | |
"ref/netstandard1.3/zh-hant/System.Threading.Overlapped.xml", | |
"runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll", | |
"runtimes/win/lib/net46/System.Threading.Overlapped.dll", | |
"runtimes/win/lib/netcore50/System.Threading.Overlapped.dll", | |
"runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.dll", | |
"system.threading.overlapped.4.0.1.nupkg.sha512", | |
"system.threading.overlapped.nuspec" | |
] | |
}, | |
"System.Threading.Tasks/4.0.11": { | |
"sha512": "Xk/nVhTtB7jQs7p3M6xaK736L0Fq/oOngwV3zto61ZyyuQ5RftXiYy6N9csLsKFoC9fm6cPkASID76PgDWiszQ==", | |
"type": "package", | |
"path": "system.threading.tasks/4.0.11", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/portable-net45+win8+wp8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/netcore50/System.Threading.Tasks.dll", | |
"ref/netcore50/System.Threading.Tasks.xml", | |
"ref/netcore50/de/System.Threading.Tasks.xml", | |
"ref/netcore50/es/System.Threading.Tasks.xml", | |
"ref/netcore50/fr/System.Threading.Tasks.xml", | |
"ref/netcore50/it/System.Threading.Tasks.xml", | |
"ref/netcore50/ja/System.Threading.Tasks.xml", | |
"ref/netcore50/ko/System.Threading.Tasks.xml", | |
"ref/netcore50/ru/System.Threading.Tasks.xml", | |
"ref/netcore50/zh-hans/System.Threading.Tasks.xml", | |
"ref/netcore50/zh-hant/System.Threading.Tasks.xml", | |
"ref/netstandard1.0/System.Threading.Tasks.dll", | |
"ref/netstandard1.0/System.Threading.Tasks.xml", | |
"ref/netstandard1.0/de/System.Threading.Tasks.xml", | |
"ref/netstandard1.0/es/System.Threading.Tasks.xml", | |
"ref/netstandard1.0/fr/System.Threading.Tasks.xml", | |
"ref/netstandard1.0/it/System.Threading.Tasks.xml", | |
"ref/netstandard1.0/ja/System.Threading.Tasks.xml", | |
"ref/netstandard1.0/ko/System.Threading.Tasks.xml", | |
"ref/netstandard1.0/ru/System.Threading.Tasks.xml", | |
"ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml", | |
"ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml", | |
"ref/netstandard1.3/System.Threading.Tasks.dll", | |
"ref/netstandard1.3/System.Threading.Tasks.xml", | |
"ref/netstandard1.3/de/System.Threading.Tasks.xml", | |
"ref/netstandard1.3/es/System.Threading.Tasks.xml", | |
"ref/netstandard1.3/fr/System.Threading.Tasks.xml", | |
"ref/netstandard1.3/it/System.Threading.Tasks.xml", | |
"ref/netstandard1.3/ja/System.Threading.Tasks.xml", | |
"ref/netstandard1.3/ko/System.Threading.Tasks.xml", | |
"ref/netstandard1.3/ru/System.Threading.Tasks.xml", | |
"ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml", | |
"ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.threading.tasks.4.0.11.nupkg.sha512", | |
"system.threading.tasks.nuspec" | |
] | |
}, | |
"System.Threading.Tasks.Dataflow/4.6.0": { | |
"sha512": "3NlnhEx+1y0AZtgXYDBLRK70d+LnhGAzDZTe23d/bOgx5inABPQvubo/WCa2GWIXtCdlfeifvJiqrOxZmynywg==", | |
"type": "package", | |
"path": "system.threading.tasks.dataflow/4.6.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/netstandard1.0/System.Threading.Tasks.Dataflow.XML", | |
"lib/netstandard1.0/System.Threading.Tasks.Dataflow.dll", | |
"lib/netstandard1.1/System.Threading.Tasks.Dataflow.XML", | |
"lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll", | |
"system.threading.tasks.dataflow.4.6.0.nupkg.sha512", | |
"system.threading.tasks.dataflow.nuspec" | |
] | |
}, | |
"System.Threading.Tasks.Extensions/4.0.0": { | |
"sha512": "wlMIrEYjOFg9VCq1VcQ7SW/ziaHluc/SgGNnoHM3TS93vY8MMs1aBhGYcesVaSaYt5k6K1ZSHwHzfowzVoiq5A==", | |
"type": "package", | |
"path": "system.threading.tasks.extensions/4.0.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", | |
"lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", | |
"lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", | |
"lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", | |
"system.threading.tasks.extensions.4.0.0.nupkg.sha512", | |
"system.threading.tasks.extensions.nuspec" | |
] | |
}, | |
"System.Threading.Tasks.Parallel/4.0.1": { | |
"sha512": "vpwMShs+ZBGhwQEAC+CmfKarjju2LC14BVxQr5+4AMraTGzZjMjf00H5USLavkyqmKgI2qXzLXqDEP8mQ+EmXw==", | |
"type": "package", | |
"path": "system.threading.tasks.parallel/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/netcore50/System.Threading.Tasks.Parallel.dll", | |
"lib/netstandard1.3/System.Threading.Tasks.Parallel.dll", | |
"lib/portable-net45+win8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/netcore50/System.Threading.Tasks.Parallel.dll", | |
"ref/netcore50/System.Threading.Tasks.Parallel.xml", | |
"ref/netcore50/de/System.Threading.Tasks.Parallel.xml", | |
"ref/netcore50/es/System.Threading.Tasks.Parallel.xml", | |
"ref/netcore50/fr/System.Threading.Tasks.Parallel.xml", | |
"ref/netcore50/it/System.Threading.Tasks.Parallel.xml", | |
"ref/netcore50/ja/System.Threading.Tasks.Parallel.xml", | |
"ref/netcore50/ko/System.Threading.Tasks.Parallel.xml", | |
"ref/netcore50/ru/System.Threading.Tasks.Parallel.xml", | |
"ref/netcore50/zh-hans/System.Threading.Tasks.Parallel.xml", | |
"ref/netcore50/zh-hant/System.Threading.Tasks.Parallel.xml", | |
"ref/netstandard1.1/System.Threading.Tasks.Parallel.dll", | |
"ref/netstandard1.1/System.Threading.Tasks.Parallel.xml", | |
"ref/netstandard1.1/de/System.Threading.Tasks.Parallel.xml", | |
"ref/netstandard1.1/es/System.Threading.Tasks.Parallel.xml", | |
"ref/netstandard1.1/fr/System.Threading.Tasks.Parallel.xml", | |
"ref/netstandard1.1/it/System.Threading.Tasks.Parallel.xml", | |
"ref/netstandard1.1/ja/System.Threading.Tasks.Parallel.xml", | |
"ref/netstandard1.1/ko/System.Threading.Tasks.Parallel.xml", | |
"ref/netstandard1.1/ru/System.Threading.Tasks.Parallel.xml", | |
"ref/netstandard1.1/zh-hans/System.Threading.Tasks.Parallel.xml", | |
"ref/netstandard1.1/zh-hant/System.Threading.Tasks.Parallel.xml", | |
"ref/portable-net45+win8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.threading.tasks.parallel.4.0.1.nupkg.sha512", | |
"system.threading.tasks.parallel.nuspec" | |
] | |
}, | |
"System.Threading.Thread/4.0.0": { | |
"sha512": "QTaRtW/OSQY284FUoQZjPTOcWtp4t4IxbQYAH/b9neBGvwHcNY1E0lueZO8RRO5uspTcuF0NYNfZYSGFtybWrA==", | |
"type": "package", | |
"path": "system.threading.thread/4.0.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Threading.Thread.dll", | |
"lib/netcore50/_._", | |
"lib/netstandard1.3/System.Threading.Thread.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.Threading.Thread.dll", | |
"ref/netstandard1.3/System.Threading.Thread.dll", | |
"ref/netstandard1.3/System.Threading.Thread.xml", | |
"ref/netstandard1.3/de/System.Threading.Thread.xml", | |
"ref/netstandard1.3/es/System.Threading.Thread.xml", | |
"ref/netstandard1.3/fr/System.Threading.Thread.xml", | |
"ref/netstandard1.3/it/System.Threading.Thread.xml", | |
"ref/netstandard1.3/ja/System.Threading.Thread.xml", | |
"ref/netstandard1.3/ko/System.Threading.Thread.xml", | |
"ref/netstandard1.3/ru/System.Threading.Thread.xml", | |
"ref/netstandard1.3/zh-hans/System.Threading.Thread.xml", | |
"ref/netstandard1.3/zh-hant/System.Threading.Thread.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.threading.thread.4.0.0.nupkg.sha512", | |
"system.threading.thread.nuspec" | |
] | |
}, | |
"System.Threading.ThreadPool/4.0.10": { | |
"sha512": "/M0BAlNVBTco0IiToUy/ZUYPdgwj0ahHs8HO0NFuyPFS+sVKhxGgjY6Tjq16nMclP1WMOnu+KW+RR1IGD+OBUg==", | |
"type": "package", | |
"path": "system.threading.threadpool/4.0.10", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Threading.ThreadPool.dll", | |
"lib/netcore50/_._", | |
"lib/netstandard1.3/System.Threading.ThreadPool.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.Threading.ThreadPool.dll", | |
"ref/netstandard1.3/System.Threading.ThreadPool.dll", | |
"ref/netstandard1.3/System.Threading.ThreadPool.xml", | |
"ref/netstandard1.3/de/System.Threading.ThreadPool.xml", | |
"ref/netstandard1.3/es/System.Threading.ThreadPool.xml", | |
"ref/netstandard1.3/fr/System.Threading.ThreadPool.xml", | |
"ref/netstandard1.3/it/System.Threading.ThreadPool.xml", | |
"ref/netstandard1.3/ja/System.Threading.ThreadPool.xml", | |
"ref/netstandard1.3/ko/System.Threading.ThreadPool.xml", | |
"ref/netstandard1.3/ru/System.Threading.ThreadPool.xml", | |
"ref/netstandard1.3/zh-hans/System.Threading.ThreadPool.xml", | |
"ref/netstandard1.3/zh-hant/System.Threading.ThreadPool.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.threading.threadpool.4.0.10.nupkg.sha512", | |
"system.threading.threadpool.nuspec" | |
] | |
}, | |
"System.Threading.Timer/4.0.1": { | |
"sha512": "VLppZpD7uFPXuc8w2EiRlzRfXHDF5H8UksNqPPLRWJZttQJMs4B/CyGHDNu39nGhNixfpLKjmkBDZJhv8LZJSA==", | |
"type": "package", | |
"path": "system.threading.timer/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net451/_._", | |
"lib/portable-net451+win81+wpa81/_._", | |
"lib/win81/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net451/_._", | |
"ref/netcore50/System.Threading.Timer.dll", | |
"ref/netcore50/System.Threading.Timer.xml", | |
"ref/netcore50/de/System.Threading.Timer.xml", | |
"ref/netcore50/es/System.Threading.Timer.xml", | |
"ref/netcore50/fr/System.Threading.Timer.xml", | |
"ref/netcore50/it/System.Threading.Timer.xml", | |
"ref/netcore50/ja/System.Threading.Timer.xml", | |
"ref/netcore50/ko/System.Threading.Timer.xml", | |
"ref/netcore50/ru/System.Threading.Timer.xml", | |
"ref/netcore50/zh-hans/System.Threading.Timer.xml", | |
"ref/netcore50/zh-hant/System.Threading.Timer.xml", | |
"ref/netstandard1.2/System.Threading.Timer.dll", | |
"ref/netstandard1.2/System.Threading.Timer.xml", | |
"ref/netstandard1.2/de/System.Threading.Timer.xml", | |
"ref/netstandard1.2/es/System.Threading.Timer.xml", | |
"ref/netstandard1.2/fr/System.Threading.Timer.xml", | |
"ref/netstandard1.2/it/System.Threading.Timer.xml", | |
"ref/netstandard1.2/ja/System.Threading.Timer.xml", | |
"ref/netstandard1.2/ko/System.Threading.Timer.xml", | |
"ref/netstandard1.2/ru/System.Threading.Timer.xml", | |
"ref/netstandard1.2/zh-hans/System.Threading.Timer.xml", | |
"ref/netstandard1.2/zh-hant/System.Threading.Timer.xml", | |
"ref/portable-net451+win81+wpa81/_._", | |
"ref/win81/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.threading.timer.4.0.1.nupkg.sha512", | |
"system.threading.timer.nuspec" | |
] | |
}, | |
"System.Xml.ReaderWriter/4.0.11": { | |
"sha512": "ve0J/Mm9g5wJb/m1e+L7hTDDAhR/Ix76Nx9eJ4MYiTKgu5igll8vg+SVkAeqt/3TRM5fZmcVlBiWU5nadQ5TBw==", | |
"type": "package", | |
"path": "system.xml.readerwriter/4.0.11", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/netcore50/System.Xml.ReaderWriter.dll", | |
"lib/netstandard1.3/System.Xml.ReaderWriter.dll", | |
"lib/portable-net45+win8+wp8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/netcore50/System.Xml.ReaderWriter.dll", | |
"ref/netcore50/System.Xml.ReaderWriter.xml", | |
"ref/netcore50/de/System.Xml.ReaderWriter.xml", | |
"ref/netcore50/es/System.Xml.ReaderWriter.xml", | |
"ref/netcore50/fr/System.Xml.ReaderWriter.xml", | |
"ref/netcore50/it/System.Xml.ReaderWriter.xml", | |
"ref/netcore50/ja/System.Xml.ReaderWriter.xml", | |
"ref/netcore50/ko/System.Xml.ReaderWriter.xml", | |
"ref/netcore50/ru/System.Xml.ReaderWriter.xml", | |
"ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml", | |
"ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.0/System.Xml.ReaderWriter.dll", | |
"ref/netstandard1.0/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.0/de/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.0/es/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.0/it/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.3/System.Xml.ReaderWriter.dll", | |
"ref/netstandard1.3/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.3/de/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.3/es/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.3/it/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.xml.readerwriter.4.0.11.nupkg.sha512", | |
"system.xml.readerwriter.nuspec" | |
] | |
}, | |
"System.Xml.XDocument/4.0.11": { | |
"sha512": "8HuWAa25768L0AP7oerrB6oKiiMEOE7LG/L083Z0ZA1S2x0djpbI5JAxli/ppt2OKLjSlh24W9lAMELi3yE7KQ==", | |
"type": "package", | |
"path": "system.xml.xdocument/4.0.11", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/netcore50/System.Xml.XDocument.dll", | |
"lib/netstandard1.3/System.Xml.XDocument.dll", | |
"lib/portable-net45+win8+wp8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/netcore50/System.Xml.XDocument.dll", | |
"ref/netcore50/System.Xml.XDocument.xml", | |
"ref/netcore50/de/System.Xml.XDocument.xml", | |
"ref/netcore50/es/System.Xml.XDocument.xml", | |
"ref/netcore50/fr/System.Xml.XDocument.xml", | |
"ref/netcore50/it/System.Xml.XDocument.xml", | |
"ref/netcore50/ja/System.Xml.XDocument.xml", | |
"ref/netcore50/ko/System.Xml.XDocument.xml", | |
"ref/netcore50/ru/System.Xml.XDocument.xml", | |
"ref/netcore50/zh-hans/System.Xml.XDocument.xml", | |
"ref/netcore50/zh-hant/System.Xml.XDocument.xml", | |
"ref/netstandard1.0/System.Xml.XDocument.dll", | |
"ref/netstandard1.0/System.Xml.XDocument.xml", | |
"ref/netstandard1.0/de/System.Xml.XDocument.xml", | |
"ref/netstandard1.0/es/System.Xml.XDocument.xml", | |
"ref/netstandard1.0/fr/System.Xml.XDocument.xml", | |
"ref/netstandard1.0/it/System.Xml.XDocument.xml", | |
"ref/netstandard1.0/ja/System.Xml.XDocument.xml", | |
"ref/netstandard1.0/ko/System.Xml.XDocument.xml", | |
"ref/netstandard1.0/ru/System.Xml.XDocument.xml", | |
"ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml", | |
"ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml", | |
"ref/netstandard1.3/System.Xml.XDocument.dll", | |
"ref/netstandard1.3/System.Xml.XDocument.xml", | |
"ref/netstandard1.3/de/System.Xml.XDocument.xml", | |
"ref/netstandard1.3/es/System.Xml.XDocument.xml", | |
"ref/netstandard1.3/fr/System.Xml.XDocument.xml", | |
"ref/netstandard1.3/it/System.Xml.XDocument.xml", | |
"ref/netstandard1.3/ja/System.Xml.XDocument.xml", | |
"ref/netstandard1.3/ko/System.Xml.XDocument.xml", | |
"ref/netstandard1.3/ru/System.Xml.XDocument.xml", | |
"ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml", | |
"ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.xml.xdocument.4.0.11.nupkg.sha512", | |
"system.xml.xdocument.nuspec" | |
] | |
}, | |
"System.Xml.XmlDocument/4.0.1": { | |
"sha512": "N7G832aE4xvDgYEvDyiaYysaoBBf0195lo8eW2SxbK+5kX2DtruVLQUjouQ/jlDK9abyCVr4MsLlnZSufJsNwA==", | |
"type": "package", | |
"path": "system.xml.xmldocument/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Xml.XmlDocument.dll", | |
"lib/netstandard1.3/System.Xml.XmlDocument.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.Xml.XmlDocument.dll", | |
"ref/netstandard1.3/System.Xml.XmlDocument.dll", | |
"ref/netstandard1.3/System.Xml.XmlDocument.xml", | |
"ref/netstandard1.3/de/System.Xml.XmlDocument.xml", | |
"ref/netstandard1.3/es/System.Xml.XmlDocument.xml", | |
"ref/netstandard1.3/fr/System.Xml.XmlDocument.xml", | |
"ref/netstandard1.3/it/System.Xml.XmlDocument.xml", | |
"ref/netstandard1.3/ja/System.Xml.XmlDocument.xml", | |
"ref/netstandard1.3/ko/System.Xml.XmlDocument.xml", | |
"ref/netstandard1.3/ru/System.Xml.XmlDocument.xml", | |
"ref/netstandard1.3/zh-hans/System.Xml.XmlDocument.xml", | |
"ref/netstandard1.3/zh-hant/System.Xml.XmlDocument.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.xml.xmldocument.4.0.1.nupkg.sha512", | |
"system.xml.xmldocument.nuspec" | |
] | |
}, | |
"System.Xml.XmlSerializer/4.0.11": { | |
"sha512": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==", | |
"type": "package", | |
"path": "system.xml.xmlserializer/4.0.11", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/netcore50/System.Xml.XmlSerializer.dll", | |
"lib/netstandard1.3/System.Xml.XmlSerializer.dll", | |
"lib/portable-net45+win8+wp8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/netcore50/System.Xml.XmlSerializer.dll", | |
"ref/netcore50/System.Xml.XmlSerializer.xml", | |
"ref/netcore50/de/System.Xml.XmlSerializer.xml", | |
"ref/netcore50/es/System.Xml.XmlSerializer.xml", | |
"ref/netcore50/fr/System.Xml.XmlSerializer.xml", | |
"ref/netcore50/it/System.Xml.XmlSerializer.xml", | |
"ref/netcore50/ja/System.Xml.XmlSerializer.xml", | |
"ref/netcore50/ko/System.Xml.XmlSerializer.xml", | |
"ref/netcore50/ru/System.Xml.XmlSerializer.xml", | |
"ref/netcore50/zh-hans/System.Xml.XmlSerializer.xml", | |
"ref/netcore50/zh-hant/System.Xml.XmlSerializer.xml", | |
"ref/netstandard1.0/System.Xml.XmlSerializer.dll", | |
"ref/netstandard1.0/System.Xml.XmlSerializer.xml", | |
"ref/netstandard1.0/de/System.Xml.XmlSerializer.xml", | |
"ref/netstandard1.0/es/System.Xml.XmlSerializer.xml", | |
"ref/netstandard1.0/fr/System.Xml.XmlSerializer.xml", | |
"ref/netstandard1.0/it/System.Xml.XmlSerializer.xml", | |
"ref/netstandard1.0/ja/System.Xml.XmlSerializer.xml", | |
"ref/netstandard1.0/ko/System.Xml.XmlSerializer.xml", | |
"ref/netstandard1.0/ru/System.Xml.XmlSerializer.xml", | |
"ref/netstandard1.0/zh-hans/System.Xml.XmlSerializer.xml", | |
"ref/netstandard1.0/zh-hant/System.Xml.XmlSerializer.xml", | |
"ref/netstandard1.3/System.Xml.XmlSerializer.dll", | |
"ref/netstandard1.3/System.Xml.XmlSerializer.xml", | |
"ref/netstandard1.3/de/System.Xml.XmlSerializer.xml", | |
"ref/netstandard1.3/es/System.Xml.XmlSerializer.xml", | |
"ref/netstandard1.3/fr/System.Xml.XmlSerializer.xml", | |
"ref/netstandard1.3/it/System.Xml.XmlSerializer.xml", | |
"ref/netstandard1.3/ja/System.Xml.XmlSerializer.xml", | |
"ref/netstandard1.3/ko/System.Xml.XmlSerializer.xml", | |
"ref/netstandard1.3/ru/System.Xml.XmlSerializer.xml", | |
"ref/netstandard1.3/zh-hans/System.Xml.XmlSerializer.xml", | |
"ref/netstandard1.3/zh-hant/System.Xml.XmlSerializer.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"runtimes/aot/lib/netcore50/System.Xml.XmlSerializer.dll", | |
"system.xml.xmlserializer.4.0.11.nupkg.sha512", | |
"system.xml.xmlserializer.nuspec" | |
] | |
}, | |
"System.Xml.XPath/4.0.1": { | |
"sha512": "5WqHAbUGf7yZKezQzOujFjaNErSvBbr0aMepOq9kggYFeIwDfb3RMvw9mseM++anSPkot6MPmvelImH6fmMO1w==", | |
"type": "package", | |
"path": "system.xml.xpath/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Xml.XPath.dll", | |
"lib/netstandard1.3/System.Xml.XPath.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.Xml.XPath.dll", | |
"ref/netstandard1.3/System.Xml.XPath.dll", | |
"ref/netstandard1.3/System.Xml.XPath.xml", | |
"ref/netstandard1.3/de/System.Xml.XPath.xml", | |
"ref/netstandard1.3/es/System.Xml.XPath.xml", | |
"ref/netstandard1.3/fr/System.Xml.XPath.xml", | |
"ref/netstandard1.3/it/System.Xml.XPath.xml", | |
"ref/netstandard1.3/ja/System.Xml.XPath.xml", | |
"ref/netstandard1.3/ko/System.Xml.XPath.xml", | |
"ref/netstandard1.3/ru/System.Xml.XPath.xml", | |
"ref/netstandard1.3/zh-hans/System.Xml.XPath.xml", | |
"ref/netstandard1.3/zh-hant/System.Xml.XPath.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.xml.xpath.4.0.1.nupkg.sha512", | |
"system.xml.xpath.nuspec" | |
] | |
}, | |
"System.Xml.XPath.XDocument/4.0.1": { | |
"sha512": "gIwkguV1BOkS1bH2b9U8DHfDFMrMaZvgMGtWH3Q/iN1pmj/BJFTzn3Rs/YtAaqHn2WDfV5P2ltuPpq5siocxWA==", | |
"type": "package", | |
"path": "system.xml.xpath.xdocument/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Xml.XPath.XDocument.dll", | |
"lib/netstandard1.3/System.Xml.XPath.XDocument.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.Xml.XPath.XDocument.dll", | |
"ref/netstandard1.3/System.Xml.XPath.XDocument.dll", | |
"ref/netstandard1.3/System.Xml.XPath.XDocument.xml", | |
"ref/netstandard1.3/de/System.Xml.XPath.XDocument.xml", | |
"ref/netstandard1.3/es/System.Xml.XPath.XDocument.xml", | |
"ref/netstandard1.3/fr/System.Xml.XPath.XDocument.xml", | |
"ref/netstandard1.3/it/System.Xml.XPath.XDocument.xml", | |
"ref/netstandard1.3/ja/System.Xml.XPath.XDocument.xml", | |
"ref/netstandard1.3/ko/System.Xml.XPath.XDocument.xml", | |
"ref/netstandard1.3/ru/System.Xml.XPath.XDocument.xml", | |
"ref/netstandard1.3/zh-hans/System.Xml.XPath.XDocument.xml", | |
"ref/netstandard1.3/zh-hant/System.Xml.XPath.XDocument.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.xml.xpath.xdocument.4.0.1.nupkg.sha512", | |
"system.xml.xpath.xdocument.nuspec" | |
] | |
}, | |
"System.Xml.XPath.XmlDocument/4.0.1": { | |
"sha512": "Zm2BdeanuncYs3NhCj4c9e1x3EXFzFBVv2wPEc/Dj4ZbI9R8ecLSR5frAsx4zJCPBtKQreQ7Q/KxJEohJZbfzA==", | |
"type": "package", | |
"path": "system.xml.xpath.xmldocument/4.0.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/netstandard1.3/System.Xml.XPath.XmlDocument.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/netstandard1.3/System.Xml.XPath.XmlDocument.dll", | |
"ref/netstandard1.3/System.Xml.XPath.XmlDocument.xml", | |
"ref/netstandard1.3/de/System.Xml.XPath.XmlDocument.xml", | |
"ref/netstandard1.3/es/System.Xml.XPath.XmlDocument.xml", | |
"ref/netstandard1.3/fr/System.Xml.XPath.XmlDocument.xml", | |
"ref/netstandard1.3/it/System.Xml.XPath.XmlDocument.xml", | |
"ref/netstandard1.3/ja/System.Xml.XPath.XmlDocument.xml", | |
"ref/netstandard1.3/ko/System.Xml.XPath.XmlDocument.xml", | |
"ref/netstandard1.3/ru/System.Xml.XPath.XmlDocument.xml", | |
"ref/netstandard1.3/zh-hans/System.Xml.XPath.XmlDocument.xml", | |
"ref/netstandard1.3/zh-hant/System.Xml.XPath.XmlDocument.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.xml.xpath.xmldocument.4.0.1.nupkg.sha512", | |
"system.xml.xpath.xmldocument.nuspec" | |
] | |
} | |
}, | |
"projectFileDependencyGroups": { | |
"": [], | |
".NETCoreApp,Version=v1.0": [ | |
"Cake.Frosting.CLI >= 0.1.0-alpha0030" | |
] | |
}, | |
"tools": {}, | |
"projectFileToolGroups": {}, | |
"packageFolders": { | |
"C:\\Users\\psn\\.nuget\\packages\\": {} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment