From 18202a16de1ae2904651148eec9dfa23157d652e Mon Sep 17 00:00:00 2001 From: Tobias Klika Date: Thu, 5 Apr 2018 15:58:02 +0200 Subject: [PATCH] reconfigure projects and update deps --- .../PocketSharp.UWP/PocketSharp.UWP.csproj | 8 +- .../PocketSharp.UWP.nuget.props | 21 + .../PocketSharp.UWP.nuget.targets | 13 +- .../PocketSharp.UWP/project.json | 8 +- .../PocketSharp.UWP/project.lock.json | 31436 +++++++++++----- .../PocketSharp.Wpf/PocketSharp.Wpf.csproj | 28 +- .../PocketSharp.Wpf/app.config | 2 +- .../PocketSharp.Wpf/packages.config | 8 +- PocketSharp.Tests/PocketSharp.Tests.csproj | 44 +- PocketSharp.Tests/packages.config | 48 +- PocketSharp/PocketSharp.csproj | 5 +- PocketSharp/packages.config | 2 +- 12 files changed, 22317 insertions(+), 9306 deletions(-) create mode 100644 PocketSharp.Examples/PocketSharp.UWP/PocketSharp.UWP.nuget.props diff --git a/PocketSharp.Examples/PocketSharp.UWP/PocketSharp.UWP.csproj b/PocketSharp.Examples/PocketSharp.UWP/PocketSharp.UWP.csproj index 8d7b669..7cbd314 100644 --- a/PocketSharp.Examples/PocketSharp.UWP/PocketSharp.UWP.csproj +++ b/PocketSharp.Examples/PocketSharp.UWP/PocketSharp.UWP.csproj @@ -1,4 +1,4 @@ - + @@ -11,8 +11,8 @@ PocketSharp.UWP en-US UAP - 10.0.10586.0 - 10.0.10240.0 + 10.0.15063.0 + 10.0.15063.0 14 512 {A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} @@ -146,4 +146,4 @@ --> - \ No newline at end of file + diff --git a/PocketSharp.Examples/PocketSharp.UWP/PocketSharp.UWP.nuget.props b/PocketSharp.Examples/PocketSharp.UWP/PocketSharp.UWP.nuget.props new file mode 100644 index 0000000..8a405de --- /dev/null +++ b/PocketSharp.Examples/PocketSharp.UWP/PocketSharp.UWP.nuget.props @@ -0,0 +1,21 @@ + + + + True + NuGet + O:\PocketSharp\PocketSharp.Examples\PocketSharp.UWP\project.lock.json + $(UserProfile)\.nuget\packages\ + C:\Users\cee\.nuget\packages\;C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\ + ProjectJson + 4.6.2 + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + + + + + + + \ No newline at end of file diff --git a/PocketSharp.Examples/PocketSharp.UWP/PocketSharp.UWP.nuget.targets b/PocketSharp.Examples/PocketSharp.UWP/PocketSharp.UWP.nuget.targets index 3f77c27..6278624 100644 --- a/PocketSharp.Examples/PocketSharp.UWP/PocketSharp.UWP.nuget.targets +++ b/PocketSharp.Examples/PocketSharp.UWP/PocketSharp.UWP.nuget.targets @@ -1,10 +1,13 @@  - - $(UserProfile)\.nuget\packages\ + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - + + + + + + \ No newline at end of file diff --git a/PocketSharp.Examples/PocketSharp.UWP/project.json b/PocketSharp.Examples/PocketSharp.UWP/project.json index 46d3ecb..ba919d7 100644 --- a/PocketSharp.Examples/PocketSharp.UWP/project.json +++ b/PocketSharp.Examples/PocketSharp.UWP/project.json @@ -1,11 +1,11 @@ { "dependencies": { - "Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0", - "Newtonsoft.Json": "7.0.1", - "PropertyChanged.Fody": "1.50.3" + "Microsoft.NETCore.UniversalWindowsPlatform": "6.0.8", + "Newtonsoft.Json": "11.0.2", + "PropertyChanged.Fody": "2.4.0" }, "frameworks": { - "uap10.0": {} + "uap10.0.15063": {} }, "runtimes": { "win10-arm": {}, diff --git a/PocketSharp.Examples/PocketSharp.UWP/project.lock.json b/PocketSharp.Examples/PocketSharp.UWP/project.lock.json index 272247d..17962fa 100644 --- a/PocketSharp.Examples/PocketSharp.UWP/project.lock.json +++ b/PocketSharp.Examples/PocketSharp.UWP/project.lock.json @@ -1,27 +1,32 @@ { - "locked": false, - "version": 1, + "version": 3, "targets": { - "UAP,Version=v10.0": { - "Fody/1.29.2": {}, - "Microsoft.CSharp/4.0.0": { + "UAP,Version=v10.0.15063": { + "Fody/3.0.0": { + "type": "package", + "build": { + "build/Fody.targets": {} + } + }, + "Microsoft.CSharp/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Dynamic.Runtime": "[4.0.0, )", - "System.Globalization": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.0, )", - "System.ObjectModel": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Dynamic.Runtime": "4.3.0", + "System.Globalization": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { "ref/netcore50/Microsoft.CSharp.dll": {} @@ -30,158 +35,283 @@ "lib/netcore50/Microsoft.CSharp.dll": {} } }, - "Microsoft.NETCore/5.0.0": { + "Microsoft.Net.Native.Compiler/1.7.3": { + "type": "package", "dependencies": { - "Microsoft.CSharp": "[4.0.0, )", - "Microsoft.NETCore.Targets": "[1.0.0, )", - "Microsoft.VisualBasic": "[10.0.0, )", - "System.AppContext": "[4.0.0, )", - "System.Collections": "[4.0.10, )", - "System.Collections.Concurrent": "[4.0.10, )", - "System.Collections.Immutable": "[1.1.37, )", - "System.ComponentModel": "[4.0.0, )", - "System.ComponentModel.Annotations": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Diagnostics.Tools": "[4.0.0, )", - "System.Diagnostics.Tracing": "[4.0.20, )", - "System.Dynamic.Runtime": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.Globalization.Calendars": "[4.0.0, )", - "System.Globalization.Extensions": "[4.0.0, )", - "System.IO": "[4.0.10, )", - "System.IO.Compression": "[4.0.0, )", - "System.IO.Compression.ZipFile": "[4.0.0, )", - "System.IO.FileSystem": "[4.0.0, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.IO.UnmanagedMemoryStream": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.10, )", - "System.Linq.Parallel": "[4.0.0, )", - "System.Linq.Queryable": "[4.0.0, )", - "System.Net.Http": "[4.0.0, )", - "System.Net.NetworkInformation": "[4.0.0, )", - "System.Net.Primitives": "[4.0.10, )", - "System.Numerics.Vectors": "[4.1.0, )", - "System.ObjectModel": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.DispatchProxy": "[4.0.0, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Metadata": "[1.0.22, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.Handles": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Runtime.Numerics": "[4.0.0, )", - "System.Security.Claims": "[4.0.0, )", - "System.Security.Principal": "[4.0.0, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )", - "System.Threading.Tasks.Dataflow": "[4.5.25, )", - "System.Threading.Tasks.Parallel": "[4.0.0, )", - "System.Threading.Timer": "[4.0.0, )", - "System.Xml.ReaderWriter": "[4.0.10, )", - "System.Xml.XDocument": "[4.0.10, )" + "Microsoft.Net.Native.SharedLibrary-arm": "1.7.0", + "Microsoft.Net.Native.SharedLibrary-x64": "1.7.0", + "Microsoft.Net.Native.SharedLibrary-x86": "1.7.0" + }, + "build": { + "build/Microsoft.Net.Native.Compiler.props": {}, + "build/Microsoft.Net.Native.Compiler.targets": {} } }, - "Microsoft.NETCore.Platforms/1.0.0": {}, - "Microsoft.NETCore.Portable.Compatibility/1.0.0": { + "Microsoft.Net.Native.SharedLibrary-arm/1.7.0": { + "type": "package", + "build": { + "build/Microsoft.Net.Native.SharedLibrary-arm.props": {}, + "build/Microsoft.Net.Native.SharedLibrary-arm.targets": {} + } + }, + "Microsoft.Net.Native.SharedLibrary-x64/1.7.0": { + "type": "package", + "build": { + "build/Microsoft.Net.Native.SharedLibrary-x64.props": {}, + "build/Microsoft.Net.Native.SharedLibrary-x64.targets": {} + } + }, + "Microsoft.Net.Native.SharedLibrary-x86/1.7.0": { + "type": "package", + "build": { + "build/Microsoft.Net.Native.SharedLibrary-x86.props": {}, + "build/Microsoft.Net.Native.SharedLibrary-x86.targets": {} + } + }, + "Microsoft.NETCore/5.0.2": { + "type": "package", "dependencies": { - "Microsoft.NETCore.Runtime": "[1.0.0, )" + "Microsoft.CSharp": "4.0.1", + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.VisualBasic": "10.0.1", + "System.AppContext": "4.1.0", + "System.Collections": "4.0.11", + "System.Collections.Concurrent": "4.0.12", + "System.Collections.Immutable": "1.2.0", + "System.ComponentModel": "4.0.1", + "System.ComponentModel.Annotations": "4.1.0", + "System.Diagnostics.Debug": "4.0.11", + "System.Diagnostics.Tools": "4.0.1", + "System.Diagnostics.Tracing": "4.1.0", + "System.Dynamic.Runtime": "4.0.11", + "System.Globalization": "4.0.11", + "System.Globalization.Calendars": "4.0.1", + "System.Globalization.Extensions": "4.0.1", + "System.IO": "4.1.0", + "System.IO.Compression": "4.1.1", + "System.IO.Compression.ZipFile": "4.0.1", + "System.IO.FileSystem": "4.0.1", + "System.IO.FileSystem.Primitives": "4.0.1", + "System.IO.UnmanagedMemoryStream": "4.0.1", + "System.Linq": "4.1.0", + "System.Linq.Expressions": "4.1.0", + "System.Linq.Parallel": "4.0.1", + "System.Linq.Queryable": "4.0.1", + "System.Net.Http": "4.1.0", + "System.Net.NetworkInformation": "4.1.0", + "System.Net.Primitives": "4.0.11", + "System.Numerics.Vectors": "4.1.1", + "System.ObjectModel": "4.0.12", + "System.Reflection": "4.1.0", + "System.Reflection.DispatchProxy": "4.0.1", + "System.Reflection.Extensions": "4.0.1", + "System.Reflection.Metadata": "1.3.0", + "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.Handles": "4.0.1", + "System.Runtime.InteropServices": "4.1.0", + "System.Runtime.Numerics": "4.0.1", + "System.Security.Claims": "4.0.1", + "System.Security.Principal": "4.0.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.Threading.Tasks.Dataflow": "4.6.0", + "System.Threading.Tasks.Parallel": "4.0.1", + "System.Threading.Timer": "4.0.1", + "System.Xml.ReaderWriter": "4.0.11", + "System.Xml.XDocument": "4.0.11" + } + }, + "Microsoft.NETCore.Jit/1.0.3": { + "type": "package" + }, + "Microsoft.NETCore.Platforms/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Portable.Compatibility/1.0.2": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Runtime.CoreCLR": "1.0.2" }, "compile": { - "ref/netcore50/mscorlib.dll": {}, "ref/netcore50/System.ComponentModel.DataAnnotations.dll": {}, "ref/netcore50/System.Core.dll": {}, - "ref/netcore50/System.dll": {}, "ref/netcore50/System.Net.dll": {}, "ref/netcore50/System.Numerics.dll": {}, "ref/netcore50/System.Runtime.Serialization.dll": {}, - "ref/netcore50/System.ServiceModel.dll": {}, "ref/netcore50/System.ServiceModel.Web.dll": {}, + "ref/netcore50/System.ServiceModel.dll": {}, "ref/netcore50/System.Windows.dll": {}, - "ref/netcore50/System.Xml.dll": {}, "ref/netcore50/System.Xml.Linq.dll": {}, - "ref/netcore50/System.Xml.Serialization.dll": {} + "ref/netcore50/System.Xml.Serialization.dll": {}, + "ref/netcore50/System.Xml.dll": {}, + "ref/netcore50/System.dll": {}, + "ref/netcore50/mscorlib.dll": {} }, "runtime": { "lib/netcore50/System.ComponentModel.DataAnnotations.dll": {}, "lib/netcore50/System.Core.dll": {}, - "lib/netcore50/System.dll": {}, "lib/netcore50/System.Net.dll": {}, "lib/netcore50/System.Numerics.dll": {}, "lib/netcore50/System.Runtime.Serialization.dll": {}, - "lib/netcore50/System.ServiceModel.dll": {}, "lib/netcore50/System.ServiceModel.Web.dll": {}, + "lib/netcore50/System.ServiceModel.dll": {}, "lib/netcore50/System.Windows.dll": {}, - "lib/netcore50/System.Xml.dll": {}, "lib/netcore50/System.Xml.Linq.dll": {}, - "lib/netcore50/System.Xml.Serialization.dll": {} + "lib/netcore50/System.Xml.Serialization.dll": {}, + "lib/netcore50/System.Xml.dll": {}, + "lib/netcore50/System.dll": {} + }, + "runtimeTargets": { + "runtimes/aot/lib/netcore50/System.ComponentModel.DataAnnotations.dll": { + "assetType": "runtime", + "rid": "aot" + }, + "runtimes/aot/lib/netcore50/System.Core.dll": { + "assetType": "runtime", + "rid": "aot" + }, + "runtimes/aot/lib/netcore50/System.Net.dll": { + "assetType": "runtime", + "rid": "aot" + }, + "runtimes/aot/lib/netcore50/System.Numerics.dll": { + "assetType": "runtime", + "rid": "aot" + }, + "runtimes/aot/lib/netcore50/System.Runtime.Serialization.dll": { + "assetType": "runtime", + "rid": "aot" + }, + "runtimes/aot/lib/netcore50/System.ServiceModel.Web.dll": { + "assetType": "runtime", + "rid": "aot" + }, + "runtimes/aot/lib/netcore50/System.ServiceModel.dll": { + "assetType": "runtime", + "rid": "aot" + }, + "runtimes/aot/lib/netcore50/System.Windows.dll": { + "assetType": "runtime", + "rid": "aot" + }, + "runtimes/aot/lib/netcore50/System.Xml.Linq.dll": { + "assetType": "runtime", + "rid": "aot" + }, + "runtimes/aot/lib/netcore50/System.Xml.Serialization.dll": { + "assetType": "runtime", + "rid": "aot" + }, + "runtimes/aot/lib/netcore50/System.Xml.dll": { + "assetType": "runtime", + "rid": "aot" + }, + "runtimes/aot/lib/netcore50/System.dll": { + "assetType": "runtime", + "rid": "aot" + }, + "runtimes/aot/lib/netcore50/mscorlib.dll": { + "assetType": "runtime", + "rid": "aot" + } } }, - "Microsoft.NETCore.Runtime/1.0.0": {}, - "Microsoft.NETCore.Targets/1.0.0": { + "Microsoft.NETCore.Runtime.CoreCLR/1.0.3": { + "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "[1.0.0, )", - "Microsoft.NETCore.Targets.UniversalWindowsPlatform": "[5.0.0, )" + "Microsoft.NETCore.Jit": "1.0.3", + "Microsoft.NETCore.Windows.ApiSets": "1.0.1" } }, - "Microsoft.NETCore.Targets.UniversalWindowsPlatform/5.0.0": {}, - "Microsoft.NETCore.UniversalWindowsPlatform/5.0.0": { - "dependencies": { - "Microsoft.NETCore": "[5.0.0, )", - "Microsoft.NETCore.Portable.Compatibility": "[1.0.0, )", - "Microsoft.NETCore.Runtime": "[1.0.0, )", - "Microsoft.Win32.Primitives": "[4.0.0, )", - "System.ComponentModel.EventBasedAsync": "[4.0.10, )", - "System.Data.Common": "[4.0.0, )", - "System.Diagnostics.Contracts": "[4.0.0, )", - "System.Diagnostics.StackTrace": "[4.0.0, )", - "System.IO.IsolatedStorage": "[4.0.0, )", - "System.Net.Http.Rtc": "[4.0.0, )", - "System.Net.Requests": "[4.0.10, )", - "System.Net.Sockets": "[4.0.0, )", - "System.Net.WebHeaderCollection": "[4.0.0, )", - "System.Numerics.Vectors.WindowsRuntime": "[4.0.0, )", - "System.Reflection.Context": "[4.0.0, )", - "System.Runtime.InteropServices.WindowsRuntime": "[4.0.0, )", - "System.Runtime.Serialization.Json": "[4.0.0, )", - "System.Runtime.Serialization.Primitives": "[4.0.10, )", - "System.Runtime.Serialization.Xml": "[4.0.10, )", - "System.Runtime.WindowsRuntime": "[4.0.10, )", - "System.Runtime.WindowsRuntime.UI.Xaml": "[4.0.0, )", - "System.ServiceModel.Duplex": "[4.0.0, )", - "System.ServiceModel.Http": "[4.0.10, )", - "System.ServiceModel.NetTcp": "[4.0.0, )", - "System.ServiceModel.Primitives": "[4.0.0, )", - "System.ServiceModel.Security": "[4.0.0, )", - "System.Text.Encoding.CodePages": "[4.0.0, )", - "System.Xml.XmlSerializer": "[4.0.10, )" + "Microsoft.NETCore.Targets/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} } }, - "Microsoft.VisualBasic/10.0.0": { + "Microsoft.NETCore.UniversalWindowsPlatform/6.0.8": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Dynamic.Runtime": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.10, )", - "System.ObjectModel": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )" + "Microsoft.NETCore": "5.0.2", + "Microsoft.NETCore.Portable.Compatibility": "1.0.2", + "Microsoft.NETCore.Runtime.CoreCLR": "1.0.3", + "Microsoft.NETCore.Targets": "1.0.2", + "Microsoft.Net.Native.Compiler": "1.7.3", + "Microsoft.Win32.Primitives": "4.0.1", + "System.Collections.NonGeneric": "4.0.1", + "System.Collections.Specialized": "4.0.1", + "System.ComponentModel.EventBasedAsync": "4.0.11", + "System.Data.Common": "4.1.0", + "System.Diagnostics.Contracts": "4.0.1", + "System.Diagnostics.StackTrace": "4.0.2", + "System.IO.IsolatedStorage": "4.0.1", + "System.Net.Http.Rtc": "4.0.1", + "System.Net.NameResolution": "4.0.0", + "System.Net.Requests": "4.0.11", + "System.Net.Sockets": "4.1.0", + "System.Net.WebHeaderCollection": "4.0.1", + "System.Net.WebSockets": "4.0.0", + "System.Net.WebSockets.Client": "4.0.2", + "System.Numerics.Vectors.WindowsRuntime": "4.0.1", + "System.Reflection.Context": "4.0.1", + "System.Runtime.InteropServices.WindowsRuntime": "4.0.1", + "System.Runtime.Serialization.Json": "4.0.3", + "System.Runtime.Serialization.Primitives": "4.1.1", + "System.Runtime.Serialization.Xml": "4.1.2", + "System.Runtime.WindowsRuntime": "4.0.11", + "System.Runtime.WindowsRuntime.UI.Xaml": "4.0.1", + "System.ServiceModel.Duplex": "4.0.2", + "System.ServiceModel.Http": "4.1.1", + "System.ServiceModel.NetTcp": "4.1.1", + "System.ServiceModel.Primitives": "4.1.1", + "System.ServiceModel.Security": "4.0.2", + "System.Text.Encoding.CodePages": "4.0.1", + "System.Threading.Overlapped": "4.0.1", + "System.Xml.XmlDocument": "4.0.1", + "System.Xml.XmlSerializer": "4.0.11" + }, + "compile": { + "ref/netcore50/_._": {} + } + }, + "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/netcore50/Microsoft.VisualBasic.dll": {} @@ -190,139 +320,332 @@ "lib/netcore50/Microsoft.VisualBasic.dll": {} } }, - "Microsoft.Win32.Primitives/4.0.0": { + "Microsoft.Win32.Primitives/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.20, )", - "System.Runtime.InteropServices": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" }, "compile": { - "ref/dotnet/Microsoft.Win32.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {} } }, - "Newtonsoft.Json/7.0.1": { - "compile": { - "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {} - }, - "runtime": { - "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {} + "NETStandard.Library/1.6.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.Win32.Primitives": "4.3.0", + "System.AppContext": "4.3.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Console": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Calendars": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.IO.Compression.ZipFile": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.Net.Http": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Net.Sockets": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Timer": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0", + "System.Xml.XDocument": "4.3.0" } }, - "PropertyChanged.Fody/1.50.3": { + "Newtonsoft.Json/11.0.2": { + "type": "package", "dependencies": { - "Fody": "[1.29.2, )" + "Microsoft.CSharp": "4.3.0", + "NETStandard.Library": "1.6.1", + "System.ComponentModel.TypeConverter": "4.3.0", + "System.Runtime.Serialization.Formatters": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0", + "System.Xml.XmlDocument": "4.3.0" }, "compile": { - "Lib/dotnet/PropertyChanged.dll": {} + "lib/netstandard1.3/Newtonsoft.Json.dll": {} }, "runtime": { - "Lib/dotnet/PropertyChanged.dll": {} + "lib/netstandard1.3/Newtonsoft.Json.dll": {} } }, - "System.AppContext/4.0.0": { + "PropertyChanged.Fody/2.4.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Threading": "[4.0.0, )" + "Fody": "3.0.0", + "NETStandard.Library": "1.6.1" }, "compile": { - "ref/dotnet/System.AppContext.dll": {} + "lib/netstandard1.0/PropertyChanged.dll": {} + }, + "runtime": { + "lib/netstandard1.0/PropertyChanged.dll": {} + } + }, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "debian.8-x64" + } + } + }, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/fedora.23-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "fedora.23-x64" + } + } + }, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/fedora.24-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "fedora.24-x64" + } + } + }, + "runtime.native.System.IO.Compression/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "dependencies": { + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/opensuse.13.2-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "opensuse.13.2-x64" + } + } + }, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "opensuse.42.1-x64" + } + } + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib": { + "assetType": "native", + "rid": "osx.10.10-x64" + } + } + }, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "rhel.7-x64" + } + } + }, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "ubuntu.14.04-x64" + } + } + }, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/ubuntu.16.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "ubuntu.16.04-x64" + } + } + }, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "ubuntu.16.10-x64" + } + } + }, + "System.AppContext/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.AppContext.dll": {} }, "runtime": { "lib/netcore50/System.AppContext.dll": {} + }, + "runtimeTargets": { + "runtimes/aot/lib/netcore50/System.AppContext.dll": { + "assetType": "runtime", + "rid": "aot" + } } }, - "System.Collections/4.0.10": { - "dependencies": { - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" - }, + "System.Buffers/4.3.0": { + "type": "package", "compile": { - "ref/dotnet/System.Collections.dll": {} + "lib/netstandard1.1/_._": {} }, "runtime": { - "lib/netcore50/System.Collections.dll": {} + "lib/netstandard1.1/System.Buffers.dll": {} } }, - "System.Collections.Concurrent/4.0.10": { + "System.Collections/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Diagnostics.Tracing": "[4.0.20, )", - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" }, "compile": { - "ref/dotnet/System.Collections.Concurrent.dll": {} + "ref/netcore50/System.Collections.dll": {} }, "runtime": { - "lib/dotnet/System.Collections.Concurrent.dll": {} + "lib/win8/_._": {} } }, - "System.Collections.Immutable/1.1.37": { + "System.Collections.Concurrent/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" }, "compile": { - "lib/dotnet/System.Collections.Immutable.dll": {} + "ref/netcore50/System.Collections.Concurrent.dll": {} }, "runtime": { - "lib/dotnet/System.Collections.Immutable.dll": {} + "lib/netcore50/System.Collections.Concurrent.dll": {} } }, - "System.Collections.NonGeneric/4.0.0": { + "System.Collections.Immutable/1.2.0": { + "type": "package", + "compile": { + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} + }, + "runtime": { + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.1": { + "type": "package", "dependencies": { - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )" + "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/dotnet/System.Collections.NonGeneric.dll": {} + "ref/netstandard1.3/System.Collections.NonGeneric.dll": {} }, "runtime": { - "lib/dotnet/System.Collections.NonGeneric.dll": {} + "lib/netstandard1.3/System.Collections.NonGeneric.dll": {} } }, - "System.Collections.Specialized/4.0.0": { + "System.Collections.Specialized/4.0.1": { + "type": "package", "dependencies": { - "System.Collections.NonGeneric": "[4.0.0, )", - "System.Globalization": "[4.0.10, )", - "System.Globalization.Extensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )" + "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/dotnet/System.Collections.Specialized.dll": {} + "ref/netstandard1.3/System.Collections.Specialized.dll": {} }, "runtime": { - "lib/dotnet/System.Collections.Specialized.dll": {} + "lib/netstandard1.3/System.Collections.Specialized.dll": {} } }, - "System.ComponentModel/4.0.0": { + "System.ComponentModel/4.0.1": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.20, )" + "System.Runtime": "4.1.0" }, "compile": { "ref/netcore50/System.ComponentModel.dll": {} @@ -331,310 +654,396 @@ "lib/netcore50/System.ComponentModel.dll": {} } }, - "System.ComponentModel.Annotations/4.0.10": { + "System.ComponentModel.Annotations/4.1.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.ComponentModel": "[4.0.0, )", - "System.Globalization": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.10, )", - "System.Threading": "[4.0.10, )" + "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/dotnet/System.ComponentModel.Annotations.dll": {} + "ref/netcore50/System.ComponentModel.Annotations.dll": {} }, "runtime": { - "lib/dotnet/System.ComponentModel.Annotations.dll": {} + "lib/netcore50/System.ComponentModel.Annotations.dll": {} } }, - "System.ComponentModel.EventBasedAsync/4.0.10": { + "System.ComponentModel.EventBasedAsync/4.0.11": { + "type": "package", "dependencies": { - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + "ref/netcore50/System.ComponentModel.EventBasedAsync.dll": {} }, "runtime": { - "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + "lib/netcore50/System.ComponentModel.EventBasedAsync.dll": {} } }, - "System.Data.Common/4.0.0": { + "System.ComponentModel.Primitives/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard1.0/System.ComponentModel.Primitives.dll": {} + }, + "runtime": { + "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {} + } + }, + "System.ComponentModel.TypeConverter/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Collections.NonGeneric": "[4.0.0, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.0, )" + "System.ComponentModel.Primitives": "4.3.0" }, "compile": { - "ref/dotnet/System.Data.Common.dll": {} + "ref/netstandard1.0/System.ComponentModel.TypeConverter.dll": {} }, "runtime": { - "lib/dotnet/System.Data.Common.dll": {} + "lib/netstandard1.0/System.ComponentModel.TypeConverter.dll": {} } }, - "System.Diagnostics.Contracts/4.0.0": { + "System.Console/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Console.dll": {} + } + }, + "System.Data.Common/4.1.0": { + "type": "package", + "compile": { + "ref/netstandard1.2/System.Data.Common.dll": {} + }, + "runtime": { + "lib/netstandard1.2/System.Data.Common.dll": {} + } + }, + "System.Diagnostics.Contracts/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, "compile": { "ref/netcore50/System.Diagnostics.Contracts.dll": {} }, "runtime": { "lib/netcore50/System.Diagnostics.Contracts.dll": {} + }, + "runtimeTargets": { + "runtimes/aot/lib/netcore50/System.Diagnostics.Contracts.dll": { + "assetType": "runtime", + "rid": "aot" + } } }, - "System.Diagnostics.Debug/4.0.10": { + "System.Diagnostics.Debug/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" }, "compile": { - "ref/dotnet/System.Diagnostics.Debug.dll": {} + "ref/netcore50/System.Diagnostics.Debug.dll": {} }, "runtime": { - "lib/netcore50/System.Diagnostics.Debug.dll": {} + "lib/win8/_._": {} } }, - "System.Diagnostics.StackTrace/4.0.0": { + "System.Diagnostics.DiagnosticSource/4.3.0": { + "type": "package", + "compile": { + "lib/netstandard1.3/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {} + } + }, + "System.Diagnostics.StackTrace/4.0.2": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.0.1" }, "compile": { - "ref/dotnet/System.Diagnostics.StackTrace.dll": {} + "ref/netstandard1.3/System.Diagnostics.StackTrace.dll": {} }, "runtime": { - "lib/netcore50/System.Diagnostics.StackTrace.dll": {} + "lib/netstandard1.3/System.Diagnostics.StackTrace.dll": {} + }, + "runtimeTargets": { + "runtimes/aot/lib/netcore50/System.Diagnostics.StackTrace.dll": { + "assetType": "runtime", + "rid": "aot" + } } }, - "System.Diagnostics.Tools/4.0.0": { + "System.Diagnostics.Tools/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, "compile": { "ref/netcore50/System.Diagnostics.Tools.dll": {} }, "runtime": { - "lib/netcore50/System.Diagnostics.Tools.dll": {} + "lib/win8/_._": {} } }, - "System.Diagnostics.Tracing/4.0.20": { + "System.Diagnostics.Tracing/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Globalization": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.0, )", - "System.Text.Encoding": "[4.0.0, )", - "System.Threading": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" }, "compile": { - "ref/dotnet/System.Diagnostics.Tracing.dll": {} + "ref/netcore50/System.Diagnostics.Tracing.dll": {} }, "runtime": { - "lib/netcore50/System.Diagnostics.Tracing.dll": {} + "lib/win8/_._": {} } }, - "System.Dynamic.Runtime/4.0.10": { + "System.Dynamic.Runtime/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.10, )", - "System.ObjectModel": "[4.0.0, )", - "System.Reflection": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/System.Dynamic.Runtime.dll": {} + "ref/netcore50/System.Dynamic.Runtime.dll": {} }, "runtime": { "lib/netcore50/System.Dynamic.Runtime.dll": {} + }, + "runtimeTargets": { + "runtimes/aot/lib/netcore50/System.Dynamic.Runtime.dll": { + "assetType": "runtime", + "rid": "aot" + } } }, - "System.Globalization/4.0.10": { + "System.Globalization/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" }, "compile": { - "ref/dotnet/System.Globalization.dll": {} + "ref/netcore50/System.Globalization.dll": {} }, "runtime": { - "lib/netcore50/System.Globalization.dll": {} + "lib/win8/_._": {} } }, - "System.Globalization.Calendars/4.0.0": { + "System.Globalization.Calendars/4.3.0": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.0, )", - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Runtime": "4.3.0" }, "compile": { - "ref/dotnet/System.Globalization.Calendars.dll": {} - }, - "runtime": { - "lib/netcore50/System.Globalization.Calendars.dll": {} + "ref/netstandard1.3/System.Globalization.Calendars.dll": {} } }, - "System.Globalization.Extensions/4.0.0": { + "System.Globalization.Extensions/4.0.1": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )" + "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/dotnet/System.Globalization.Extensions.dll": {} + "ref/netstandard1.3/System.Globalization.Extensions.dll": {} }, - "runtime": { - "lib/dotnet/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.0.10": { + "System.IO/4.3.0": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/dotnet/System.IO.dll": {} + "ref/netcore50/System.IO.dll": {} }, "runtime": { - "lib/netcore50/System.IO.dll": {} + "lib/win8/_._": {} } }, - "System.IO.Compression/4.0.0": { + "System.IO.Compression/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.IO": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.0, )", - "System.Text.Encoding": "[4.0.0, )", - "System.Threading": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.0, )" + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System.IO.Compression": "4.3.0" }, "compile": { "ref/netcore50/System.IO.Compression.dll": {} }, "runtime": { - "lib/netcore50/System.IO.Compression.dll": {} + "lib/win8/_._": {} + }, + "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.0": { + "System.IO.Compression.ZipFile/4.3.0": { + "type": "package", "dependencies": { - "System.IO": "[4.0.10, )", - "System.IO.Compression": "[4.0.0, )", - "System.IO.FileSystem": "[4.0.0, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.Encoding": "[4.0.10, )" + "System.Buffers": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/dotnet/System.IO.Compression.ZipFile.dll": {} + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {} }, "runtime": { - "lib/dotnet/System.IO.Compression.ZipFile.dll": {} + "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} } }, - "System.IO.FileSystem/4.0.0": { + "System.IO.FileSystem/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.Handles": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Runtime.WindowsRuntime": "[4.0.0, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Overlapped": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/dotnet/System.IO.FileSystem.dll": {} + "ref/netstandard1.3/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} }, "runtime": { - "lib/netcore50/System.IO.FileSystem.dll": {} + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} } }, - "System.IO.FileSystem.Primitives/4.0.0": { + "System.IO.IsolatedStorage/4.0.1": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.20, )" + "System.IO": "4.1.0", + "System.IO.FileSystem": "4.0.1", + "System.IO.FileSystem.Primitives": "4.0.1", + "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/dotnet/System.IO.FileSystem.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} - } - }, - "System.IO.IsolatedStorage/4.0.0": { - "dependencies": { - "System.IO": "[4.0.10, )", - "System.IO.FileSystem": "[4.0.0, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" - }, - "compile": { - "ref/dotnet/System.IO.IsolatedStorage.dll": {} + "ref/netstandard1.4/System.IO.IsolatedStorage.dll": {} }, "runtime": { "lib/netcore50/System.IO.IsolatedStorage.dll": {} } }, - "System.IO.UnmanagedMemoryStream/4.0.0": { + "System.IO.UnmanagedMemoryStream/4.0.1": { + "type": "package", "dependencies": { - "System.IO": "[4.0.10, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "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/dotnet/System.IO.UnmanagedMemoryStream.dll": {} + "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} }, "runtime": { - "lib/dotnet/System.IO.UnmanagedMemoryStream.dll": {} + "lib/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} } }, - "System.Linq/4.0.0": { + "System.Linq/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" }, "compile": { "ref/netcore50/System.Linq.dll": {} @@ -643,41 +1052,51 @@ "lib/netcore50/System.Linq.dll": {} } }, - "System.Linq.Expressions/4.0.10": { + "System.Linq.Expressions/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.IO": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.0, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Linq": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/System.Linq.Expressions.dll": {} + "ref/netcore50/System.Linq.Expressions.dll": {} }, "runtime": { "lib/netcore50/System.Linq.Expressions.dll": {} + }, + "runtimeTargets": { + "runtimes/aot/lib/netcore50/System.Linq.Expressions.dll": { + "assetType": "runtime", + "rid": "aot" + } } }, - "System.Linq.Parallel/4.0.0": { + "System.Linq.Parallel/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Collections.Concurrent": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Diagnostics.Tracing": "[4.0.20, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "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/netcore50/System.Linq.Parallel.dll": {} @@ -686,15 +1105,17 @@ "lib/netcore50/System.Linq.Parallel.dll": {} } }, - "System.Linq.Queryable/4.0.0": { + "System.Linq.Queryable/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "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/netcore50/System.Linq.Queryable.dll": {} @@ -703,284 +1124,413 @@ "lib/netcore50/System.Linq.Queryable.dll": {} } }, - "System.Net.Http/4.0.0": { + "System.Net.Http/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Net.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Runtime.WindowsRuntime": "[4.0.10, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.WindowsRuntime": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" }, "compile": { "ref/netcore50/System.Net.Http.dll": {} }, "runtime": { - "lib/netcore50/System.Net.Http.dll": {} + "lib/win8/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netcore50/System.Net.Http.dll": { + "assetType": "runtime", + "rid": "win" + } } }, - "System.Net.Http.Rtc/4.0.0": { + "System.Net.Http.Rtc/4.0.1": { + "type": "package", "dependencies": { - "System.Net.Http": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.0.1", + "System.Net.Http": "4.1.0", + "System.Runtime": "4.1.0" }, "compile": { "ref/netcore50/System.Net.Http.Rtc.dll": {} }, "runtime": { - "lib/netcore50/System.Net.Http.Rtc.dll": {} + "lib/win8/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netcore50/System.Net.Http.Rtc.dll": { + "assetType": "runtime", + "rid": "win" + } } }, - "System.Net.NetworkInformation/4.0.0": { + "System.Net.NameResolution/4.0.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )", - "System.Runtime.InteropServices.WindowsRuntime": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "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.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11" + }, + "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/netcore50/System.Net.NameResolution.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Net.NetworkInformation/4.1.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.Win32.Primitives": "4.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.InteropServices": "4.1.0", + "System.Runtime.InteropServices.WindowsRuntime": "4.0.1", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11" }, "compile": { "ref/netcore50/System.Net.NetworkInformation.dll": {} }, "runtime": { - "lib/netcore50/System.Net.NetworkInformation.dll": {} + "lib/win8/_._": {} + }, + "runtimeTargets": { + "runtimes/linux/lib/netstandard1.3/System.Net.NetworkInformation.dll": { + "assetType": "runtime", + "rid": "linux" + }, + "runtimes/osx/lib/netstandard1.3/System.Net.NetworkInformation.dll": { + "assetType": "runtime", + "rid": "osx" + }, + "runtimes/win/lib/netcore50/System.Net.NetworkInformation.dll": { + "assetType": "runtime", + "rid": "win" + } } }, - "System.Net.Primitives/4.0.10": { + "System.Net.Primitives/4.3.0": { + "type": "package", "dependencies": { - "System.Private.Networking": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" }, "compile": { - "ref/dotnet/System.Net.Primitives.dll": {} + "ref/netcore50/System.Net.Primitives.dll": {} }, "runtime": { - "lib/netcore50/System.Net.Primitives.dll": {} + "lib/win8/_._": {} } }, - "System.Net.Requests/4.0.10": { + "System.Net.Requests/4.0.11": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Net.Http": "[4.0.0, )", - "System.Net.Primitives": "[4.0.10, )", - "System.Net.WebHeaderCollection": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "System.IO": "4.1.0", + "System.Net.Primitives": "4.0.11", + "System.Net.WebHeaderCollection": "4.0.1", + "System.Runtime": "4.1.0", + "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/dotnet/System.Net.Requests.dll": {} + "ref/netcore50/System.Net.Requests.dll": {} }, "runtime": { - "lib/dotnet/System.Net.Requests.dll": {} + "lib/win8/_._": {} + }, + "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.Sockets/4.0.0": { + "System.Net.Sockets/4.3.0": { + "type": "package", "dependencies": { - "System.Private.Networking": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/dotnet/System.Net.Sockets.dll": {} - }, - "runtime": { - "lib/netcore50/System.Net.Sockets.dll": {} + "ref/netstandard1.3/System.Net.Sockets.dll": {} } }, - "System.Net.WebHeaderCollection/4.0.0": { + "System.Net.WebHeaderCollection/4.0.1": { + "type": "package", "dependencies": { - "System.Collections.NonGeneric": "[4.0.0, )", - "System.Collections.Specialized": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Collections": "4.0.11", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0" }, "compile": { - "ref/dotnet/System.Net.WebHeaderCollection.dll": {} + "ref/netstandard1.3/System.Net.WebHeaderCollection.dll": {} }, "runtime": { - "lib/dotnet/System.Net.WebHeaderCollection.dll": {} + "lib/netstandard1.3/System.Net.WebHeaderCollection.dll": {} } }, - "System.Numerics.Vectors/4.1.0": { + "System.Net.WebSockets/4.0.0": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )" + "Microsoft.Win32.Primitives": "4.0.1", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/dotnet/System.Numerics.Vectors.dll": {} + "ref/netstandard1.3/System.Net.WebSockets.dll": {} }, "runtime": { - "lib/dotnet/System.Numerics.Vectors.dll": {} + "lib/netstandard1.3/System.Net.WebSockets.dll": {} } }, - "System.Numerics.Vectors.WindowsRuntime/4.0.0": { + "System.Net.WebSockets.Client/4.0.2": { + "type": "package", "dependencies": { - "System.Numerics.Vectors": "[4.1.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.WindowsRuntime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.0.2", + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.Diagnostics.Tracing": "4.1.0", + "System.Globalization": "4.0.11", + "System.Net.Primitives": "4.0.11", + "System.Net.WebHeaderCollection": "4.0.1", + "System.Net.WebSockets": "4.0.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Runtime.InteropServices.WindowsRuntime": "4.0.1", + "System.Runtime.WindowsRuntime": "4.0.11", + "System.Security.Cryptography.X509Certificates": "4.1.0", + "System.Text.Encoding": "4.0.11", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11" }, "compile": { - "lib/dotnet/System.Numerics.Vectors.WindowsRuntime.dll": {} + "ref/netstandard1.3/System.Net.WebSockets.Client.dll": {} }, - "runtime": { - "lib/dotnet/System.Numerics.Vectors.WindowsRuntime.dll": {} + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Net.WebSockets.Client.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netcore50/System.Net.WebSockets.Client.dll": { + "assetType": "runtime", + "rid": "win" + } } }, - "System.ObjectModel/4.0.10": { + "System.Numerics.Vectors/4.1.1": { + "type": "package", + "compile": { + "ref/netstandard1.0/System.Numerics.Vectors.dll": {} + }, + "runtime": { + "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll": {} + } + }, + "System.Numerics.Vectors.WindowsRuntime/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Threading": "[4.0.10, )" + "System.Numerics.Vectors": "4.1.1", + "System.Runtime": "4.1.0", + "System.Runtime.WindowsRuntime": "4.0.11" }, "compile": { - "ref/dotnet/System.ObjectModel.dll": {} + "lib/uap10.0/System.Numerics.Vectors.WindowsRuntime.dll": {} }, "runtime": { - "lib/dotnet/System.ObjectModel.dll": {} + "lib/uap10.0/System.Numerics.Vectors.WindowsRuntime.dll": {} } }, - "System.Private.DataContractSerialization/4.0.0": { + "System.ObjectModel/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.Serialization.Primitives": "[4.0.10, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Xml.ReaderWriter": "[4.0.10, )", - "System.Xml.XmlSerializer": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/netcore50/_._": {} + "ref/netcore50/System.ObjectModel.dll": {} }, "runtime": { - "lib/netcore50/System.Private.DataContractSerialization.dll": {} + "lib/netcore50/System.ObjectModel.dll": {} } }, - "System.Private.Networking/4.0.0": { + "System.Private.DataContractSerialization/4.1.2": { + "type": "package", "dependencies": { - "Microsoft.Win32.Primitives": "[4.0.0, )", - "System.Collections": "[4.0.10, )", - "System.Collections.NonGeneric": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Diagnostics.Tracing": "[4.0.20, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.IO.FileSystem": "[4.0.0, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.Handles": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Overlapped": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.0.2", + "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.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/netcore50/_._": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/netcore50/System.Private.Networking.dll": {} + "lib/netstandard1.3/System.Private.DataContractSerialization.dll": {} + }, + "runtimeTargets": { + "runtimes/aot/lib/netcore50/System.Private.DataContractSerialization.dll": { + "assetType": "runtime", + "rid": "aot" + } } }, - "System.Private.ServiceModel/4.0.0": { + "System.Private.ServiceModel/4.1.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Collections.Concurrent": "[4.0.10, )", - "System.Collections.NonGeneric": "[4.0.0, )", - "System.Collections.Specialized": "[4.0.0, )", - "System.ComponentModel.EventBasedAsync": "[4.0.10, )", - "System.Diagnostics.Contracts": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.IO.Compression": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.10, )", - "System.Linq.Queryable": "[4.0.0, )", - "System.Net.Http": "[4.0.0, )", - "System.Net.Primitives": "[4.0.10, )", - "System.Net.WebHeaderCollection": "[4.0.0, )", - "System.ObjectModel": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.DispatchProxy": "[4.0.0, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Runtime.Serialization.Primitives": "[4.0.10, )", - "System.Runtime.Serialization.Xml": "[4.0.10, )", - "System.Runtime.WindowsRuntime": "[4.0.10, )", - "System.Security.Claims": "[4.0.0, )", - "System.Security.Principal": "[4.0.0, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )", - "System.Threading.Timer": "[4.0.0, )", - "System.Xml.ReaderWriter": "[4.0.10, )", - "System.Xml.XmlDocument": "[4.0.0, )", - "System.Xml.XmlSerializer": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.0.1", + "System.Collections": "4.0.11", + "System.Collections.Concurrent": "4.0.12", + "System.Collections.NonGeneric": "4.0.1", + "System.Collections.Specialized": "4.0.1", + "System.ComponentModel.EventBasedAsync": "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.IO.Compression": "4.1.0", + "System.Linq": "4.1.0", + "System.Linq.Expressions": "4.1.0", + "System.Linq.Queryable": "4.0.1", + "System.Net.Http": "4.1.0", + "System.Net.Primitives": "4.0.11", + "System.Net.WebHeaderCollection": "4.0.1", + "System.Net.WebSockets": "4.0.0", + "System.Net.WebSockets.Client": "4.0.0", + "System.ObjectModel": "4.0.12", + "System.Reflection": "4.1.0", + "System.Reflection.DispatchProxy": "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.InteropServices": "4.1.0", + "System.Runtime.Serialization.Primitives": "4.1.1", + "System.Runtime.Serialization.Xml": "4.1.1", + "System.Runtime.WindowsRuntime": "4.0.11", + "System.Security.Claims": "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.Security.Principal": "4.0.1", + "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.Timer": "4.0.1", + "System.Xml.ReaderWriter": "4.0.11", + "System.Xml.XmlDocument": "4.0.1", + "System.Xml.XmlSerializer": "4.0.11" }, "compile": { - "ref/netcore50/_._": {} + "ref/netstandard/_._": {} }, - "runtime": { - "lib/netcore50/System.Private.ServiceModel.dll": {} + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Private.ServiceModel.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win7/lib/netcore50/System.Private.ServiceModel.dll": { + "assetType": "runtime", + "rid": "win7" + } } }, - "System.Private.Uri/4.0.0": { - "compile": { - "ref/netcore50/_._": {} - }, - "runtime": { - "lib/netcore50/System.Private.Uri.dll": {} - } - }, - "System.Reflection/4.0.10": { + "System.Reflection/4.3.0": { + "type": "package", "dependencies": { - "System.IO": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" }, "compile": { - "ref/dotnet/System.Reflection.dll": {} + "ref/netcore50/System.Reflection.dll": {} }, "runtime": { - "lib/netcore50/System.Reflection.dll": {} + "lib/win8/_._": {} } }, - "System.Reflection.Context/4.0.0": { + "System.Reflection.Context/4.0.1": { + "type": "package", "dependencies": { - "System.Reflection": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Reflection": "4.1.0", + "System.Runtime": "4.1.0" }, "compile": { "ref/netcore50/System.Reflection.Context.dll": {} @@ -989,169 +1539,275 @@ "lib/netcore50/System.Reflection.Context.dll": {} } }, - "System.Reflection.DispatchProxy/4.0.0": { + "System.Reflection.DispatchProxy/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Threading": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.0.1", + "System.Runtime": "4.1.0" }, "compile": { - "ref/dotnet/System.Reflection.DispatchProxy.dll": {} + "ref/netstandard1.3/System.Reflection.DispatchProxy.dll": {} }, "runtime": { - "lib/netcore50/System.Reflection.DispatchProxy.dll": {} + "lib/netstandard1.3/System.Reflection.DispatchProxy.dll": {} + }, + "runtimeTargets": { + "runtimes/aot/lib/netcore50/System.Reflection.DispatchProxy.dll": { + "assetType": "runtime", + "rid": "aot" + } } }, - "System.Reflection.Extensions/4.0.0": { + "System.Reflection.Emit/4.0.1": { + "type": "package", "dependencies": { - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )" + "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/netcore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.3.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netcore50/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtimeTargets": { + "runtimes/aot/lib/netcore50/_._": { + "assetType": "runtime", + "rid": "aot" + } + } + }, + "System.Reflection.Emit.Lightweight/4.3.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netcore50/System.Reflection.Emit.Lightweight.dll": {} + }, + "runtimeTargets": { + "runtimes/aot/lib/netcore50/_._": { + "assetType": "runtime", + "rid": "aot" + } + } + }, + "System.Reflection.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" }, "compile": { "ref/netcore50/System.Reflection.Extensions.dll": {} }, "runtime": { - "lib/netcore50/System.Reflection.Extensions.dll": {} + "lib/win8/_._": {} } }, - "System.Reflection.Metadata/1.0.22": { + "System.Reflection.Metadata/1.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Collections.Immutable": "[1.1.37, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.IO": "[4.0.0, )", - "System.Reflection": "[4.0.0, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.0, )", - "System.Text.Encoding": "[4.0.0, )", - "System.Text.Encoding.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections.Immutable": "1.2.0" }, "compile": { - "lib/dotnet/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, - "System.Reflection.Primitives/4.0.0": { + "System.Reflection.Primitives/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" }, "compile": { "ref/netcore50/System.Reflection.Primitives.dll": {} }, "runtime": { - "lib/netcore50/System.Reflection.Primitives.dll": {} + "lib/win8/_._": {} } }, - "System.Reflection.TypeExtensions/4.0.0": { + "System.Reflection.TypeExtensions/4.3.0": { + "type": "package", "dependencies": { - "System.Diagnostics.Contracts": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )" + "System.Diagnostics.Contracts": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Linq": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + "ref/netstandard1.3/System.Reflection.TypeExtensions.dll": {} }, "runtime": { "lib/netcore50/System.Reflection.TypeExtensions.dll": {} + }, + "runtimeTargets": { + "runtimes/aot/lib/netcore50/System.Reflection.TypeExtensions.dll": { + "assetType": "runtime", + "rid": "aot" + } } }, - "System.Resources.ResourceManager/4.0.0": { + "System.Resources.ResourceManager/4.3.0": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" }, "compile": { "ref/netcore50/System.Resources.ResourceManager.dll": {} }, "runtime": { - "lib/netcore50/System.Resources.ResourceManager.dll": {} + "lib/win8/_._": {} } }, - "System.Runtime/4.0.20": { + "System.Runtime/4.3.0": { + "type": "package", "dependencies": { - "System.Private.Uri": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" }, "compile": { - "ref/dotnet/System.Runtime.dll": {} + "ref/netcore50/System.Runtime.dll": {} }, "runtime": { - "lib/netcore50/System.Runtime.dll": {} + "lib/win8/_._": {} } }, - "System.Runtime.Extensions/4.0.10": { + "System.Runtime.Extensions/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" }, "compile": { - "ref/dotnet/System.Runtime.Extensions.dll": {} + "ref/netcore50/System.Runtime.Extensions.dll": {} }, "runtime": { - "lib/netcore50/System.Runtime.Extensions.dll": {} + "lib/win8/_._": {} } }, - "System.Runtime.Handles/4.0.0": { + "System.Runtime.Handles/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" }, "compile": { - "ref/dotnet/System.Runtime.Handles.dll": {} - }, - "runtime": { - "lib/netcore50/System.Runtime.Handles.dll": {} + "ref/netstandard1.3/System.Runtime.Handles.dll": {} } }, - "System.Runtime.InteropServices/4.0.20": { + "System.Runtime.InteropServices/4.3.0": { + "type": "package", "dependencies": { - "System.Reflection": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Handles": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" }, "compile": { - "ref/dotnet/System.Runtime.InteropServices.dll": {} + "ref/netcore50/System.Runtime.InteropServices.dll": {} }, "runtime": { - "lib/netcore50/System.Runtime.InteropServices.dll": {} + "lib/win8/_._": {} } }, - "System.Runtime.InteropServices.WindowsRuntime/4.0.0": { + "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} + }, + "runtime": { + "lib/win8/System.Runtime.InteropServices.RuntimeInformation.dll": {} + }, + "runtimeTargets": { + "runtimes/aot/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll": { + "assetType": "runtime", + "rid": "aot" + }, + "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Runtime.InteropServices.WindowsRuntime/4.0.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.1.0" + }, "compile": { "ref/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll": {} }, "runtime": { "lib/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll": {} + }, + "runtimeTargets": { + "runtimes/aot/lib/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll": { + "assetType": "runtime", + "rid": "aot" + } } }, - "System.Runtime.Numerics/4.0.0": { + "System.Runtime.Numerics/4.3.0": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )" + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" }, "compile": { "ref/netcore50/System.Runtime.Numerics.dll": {} @@ -1160,9 +1816,28 @@ "lib/netcore50/System.Runtime.Numerics.dll": {} } }, - "System.Runtime.Serialization.Json/4.0.0": { + "System.Runtime.Serialization.Formatters/4.3.0": { + "type": "package", "dependencies": { - "System.Private.DataContractSerialization": "[4.0.0, )" + "System.Collections": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Serialization.Formatters.dll": {} + }, + "runtime": { + "lib/netstandard1.4/System.Runtime.Serialization.Formatters.dll": {} + } + }, + "System.Runtime.Serialization.Json/4.0.3": { + "type": "package", + "dependencies": { + "System.IO": "4.1.0", + "System.Private.DataContractSerialization": "4.1.2", + "System.Runtime": "4.1.0" }, "compile": { "ref/netcore50/System.Runtime.Serialization.Json.dll": {} @@ -1171,86 +1846,244 @@ "lib/netcore50/System.Runtime.Serialization.Json.dll": {} } }, - "System.Runtime.Serialization.Primitives/4.0.10": { + "System.Runtime.Serialization.Primitives/4.3.0": { + "type": "package", "dependencies": { - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" }, "compile": { - "ref/dotnet/System.Runtime.Serialization.Primitives.dll": {} + "ref/netcore50/System.Runtime.Serialization.Primitives.dll": {} }, "runtime": { - "lib/dotnet/System.Runtime.Serialization.Primitives.dll": {} + "lib/netcore50/System.Runtime.Serialization.Primitives.dll": {} + }, + "runtimeTargets": { + "runtimes/aot/lib/netcore50/System.Runtime.Serialization.Primitives.dll": { + "assetType": "runtime", + "rid": "aot" + } } }, - "System.Runtime.Serialization.Xml/4.0.10": { + "System.Runtime.Serialization.Xml/4.1.2": { + "type": "package", "dependencies": { - "System.Private.DataContractSerialization": "[4.0.0, )", - "System.Runtime.Serialization.Primitives": "[4.0.10, )" + "System.IO": "4.1.0", + "System.Private.DataContractSerialization": "4.1.2", + "System.Runtime": "4.1.0", + "System.Runtime.Serialization.Primitives": "4.1.1", + "System.Text.Encoding": "4.0.11", + "System.Xml.ReaderWriter": "4.0.11" }, "compile": { - "ref/dotnet/System.Runtime.Serialization.Xml.dll": {} + "ref/netcore50/System.Runtime.Serialization.Xml.dll": {} }, "runtime": { "lib/netcore50/System.Runtime.Serialization.Xml.dll": {} } }, - "System.Runtime.WindowsRuntime/4.0.10": { + "System.Runtime.WindowsRuntime/4.3.0": { + "type": "package", "dependencies": { - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.0, )", - "System.IO": "[4.0.10, )", - "System.ObjectModel": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" }, "compile": { "ref/netcore50/System.Runtime.WindowsRuntime.dll": {} }, "runtime": { - "lib/netcore50/System.Runtime.WindowsRuntime.dll": {} + "lib/win8/_._": {} + }, + "runtimeTargets": { + "runtimes/win8-aot/lib/netcore50/System.Runtime.WindowsRuntime.dll": { + "assetType": "runtime", + "rid": "win8-aot" + }, + "runtimes/win8/lib/netstandard1.3/System.Runtime.WindowsRuntime.dll": { + "assetType": "runtime", + "rid": "win8" + } } }, - "System.Runtime.WindowsRuntime.UI.Xaml/4.0.0": { + "System.Runtime.WindowsRuntime.UI.Xaml/4.0.1": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Runtime.WindowsRuntime": "[4.0.0, )" + "System.Runtime": "4.1.0", + "System.Runtime.WindowsRuntime": "4.0.11" }, "compile": { "ref/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.dll": {} }, "runtime": { - "lib/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.dll": {} + "lib/win8/_._": {} + }, + "runtimeTargets": { + "runtimes/win8/lib/netstandard1.3/System.Runtime.WindowsRuntime.UI.Xaml.dll": { + "assetType": "runtime", + "rid": "win8" + } } }, - "System.Security.Claims/4.0.0": { + "System.Security.Claims/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.IO": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Security.Principal": "[4.0.0, )" + "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/dotnet/System.Security.Claims.dll": {} + "ref/netstandard1.3/System.Security.Claims.dll": {} }, "runtime": { - "lib/dotnet/System.Security.Claims.dll": {} + "lib/netstandard1.3/System.Security.Claims.dll": {} } }, - "System.Security.Principal/4.0.0": { + "System.Security.Cryptography.Algorithms/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Cng/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.4/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Encoding/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Linq": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.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.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Calendars": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Cng": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netcore50/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/netcore50/System.Security.Principal.dll": {} @@ -1259,10 +2092,13 @@ "lib/netcore50/System.Security.Principal.dll": {} } }, - "System.ServiceModel.Duplex/4.0.0": { + "System.ServiceModel.Duplex/4.0.2": { + "type": "package", "dependencies": { - "System.Private.ServiceModel": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Private.ServiceModel": "4.1.1", + "System.Runtime": "4.1.0", + "System.ServiceModel.Primitives": "4.1.1", + "System.Threading": "4.0.11" }, "compile": { "ref/netcore50/System.ServiceModel.Duplex.dll": {} @@ -1271,22 +2107,32 @@ "lib/netcore50/System.ServiceModel.Duplex.dll": {} } }, - "System.ServiceModel.Http/4.0.10": { + "System.ServiceModel.Http/4.1.1": { + "type": "package", "dependencies": { - "System.Private.ServiceModel": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Net.Primitives": "4.0.11", + "System.Net.WebHeaderCollection": "4.0.1", + "System.Private.ServiceModel": "4.1.1", + "System.Runtime": "4.1.0", + "System.Runtime.Serialization.Xml": "4.1.1", + "System.ServiceModel.Primitives": "4.1.1", + "System.Text.Encoding": "4.0.11" }, "compile": { - "ref/dotnet/System.ServiceModel.Http.dll": {} + "ref/netcore50/System.ServiceModel.Http.dll": {} }, "runtime": { "lib/netcore50/System.ServiceModel.Http.dll": {} } }, - "System.ServiceModel.NetTcp/4.0.0": { + "System.ServiceModel.NetTcp/4.1.1": { + "type": "package", "dependencies": { - "System.Private.ServiceModel": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Net.Primitives": "4.0.11", + "System.Private.ServiceModel": "4.1.1", + "System.Runtime": "4.1.0", + "System.Runtime.Serialization.Xml": "4.1.1", + "System.ServiceModel.Primitives": "4.1.1" }, "compile": { "ref/netcore50/System.ServiceModel.NetTcp.dll": {} @@ -1295,10 +2141,25 @@ "lib/netcore50/System.ServiceModel.NetTcp.dll": {} } }, - "System.ServiceModel.Primitives/4.0.0": { + "System.ServiceModel.Primitives/4.1.1": { + "type": "package", "dependencies": { - "System.Private.ServiceModel": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Collections": "4.0.11", + "System.ComponentModel.EventBasedAsync": "4.0.11", + "System.Globalization": "4.0.11", + "System.IO": "4.1.0", + "System.Net.Primitives": "4.0.11", + "System.ObjectModel": "4.0.12", + "System.Private.ServiceModel": "4.1.1", + "System.Reflection": "4.1.0", + "System.Runtime": "4.1.0", + "System.Runtime.Serialization.Primitives": "4.1.1", + "System.Runtime.Serialization.Xml": "4.1.1", + "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.Xml.ReaderWriter": "4.0.11" }, "compile": { "ref/netcore50/System.ServiceModel.Primitives.dll": {} @@ -1307,10 +2168,13 @@ "lib/netcore50/System.ServiceModel.Primitives.dll": {} } }, - "System.ServiceModel.Security/4.0.0": { + "System.ServiceModel.Security/4.0.2": { + "type": "package", "dependencies": { - "System.Private.ServiceModel": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Private.ServiceModel": "4.1.1", + "System.Runtime": "4.1.0", + "System.Runtime.Serialization.Xml": "4.1.1", + "System.ServiceModel.Primitives": "4.1.1" }, "compile": { "ref/netcore50/System.ServiceModel.Security.dll": {} @@ -1319,136 +2183,169 @@ "lib/netcore50/System.ServiceModel.Security.dll": {} } }, - "System.Text.Encoding/4.0.10": { + "System.Text.Encoding/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" }, "compile": { - "ref/dotnet/System.Text.Encoding.dll": {} + "ref/netcore50/System.Text.Encoding.dll": {} }, "runtime": { - "lib/netcore50/System.Text.Encoding.dll": {} + "lib/win8/_._": {} } }, - "System.Text.Encoding.CodePages/4.0.0": { + "System.Text.Encoding.CodePages/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.Handles": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Threading": "[4.0.10, )" + "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/dotnet/System.Text.Encoding.CodePages.dll": {} + "ref/netstandard1.3/System.Text.Encoding.CodePages.dll": {} + }, + "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.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netcore50/System.Text.Encoding.Extensions.dll": {} }, "runtime": { - "lib/dotnet/System.Text.Encoding.CodePages.dll": {} + "lib/win8/_._": {} } }, - "System.Text.Encoding.Extensions/4.0.10": { + "System.Text.RegularExpressions/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )", - "System.Text.Encoding": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + "ref/netcore50/System.Text.RegularExpressions.dll": {} }, "runtime": { - "lib/netcore50/System.Text.Encoding.Extensions.dll": {} + "lib/netcore50/System.Text.RegularExpressions.dll": {} } }, - "System.Text.RegularExpressions/4.0.10": { + "System.Threading/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )" + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/dotnet/System.Text.RegularExpressions.dll": {} - }, - "runtime": { - "lib/dotnet/System.Text.RegularExpressions.dll": {} - } - }, - "System.Threading/4.0.10": { - "dependencies": { - "System.Runtime": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.0, )" - }, - "compile": { - "ref/dotnet/System.Threading.dll": {} + "ref/netcore50/System.Threading.dll": {} }, "runtime": { "lib/netcore50/System.Threading.dll": {} + }, + "runtimeTargets": { + "runtimes/aot/lib/netcore50/System.Threading.dll": { + "assetType": "runtime", + "rid": "aot" + } } }, - "System.Threading.Overlapped/4.0.0": { + "System.Threading.Overlapped/4.0.1": { + "type": "package", "dependencies": { - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Runtime.Handles": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.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" }, "compile": { - "ref/dotnet/System.Threading.Overlapped.dll": {} + "ref/netstandard1.3/System.Threading.Overlapped.dll": {} }, - "runtime": { - "lib/netcore50/System.Threading.Overlapped.dll": {} + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netcore50/System.Threading.Overlapped.dll": { + "assetType": "runtime", + "rid": "win" + } } }, - "System.Threading.Tasks/4.0.10": { + "System.Threading.Tasks/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" }, "compile": { - "ref/dotnet/System.Threading.Tasks.dll": {} + "ref/netcore50/System.Threading.Tasks.dll": {} }, "runtime": { - "lib/netcore50/System.Threading.Tasks.dll": {} + "lib/win8/_._": {} } }, - "System.Threading.Tasks.Dataflow/4.5.25": { - "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Collections.Concurrent": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Diagnostics.Tracing": "[4.0.0, )", - "System.Dynamic.Runtime": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.0, )" - }, + "System.Threading.Tasks.Dataflow/4.6.0": { + "type": "package", "compile": { - "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {} + "lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll": {} }, "runtime": { - "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {} + "lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll": {} } }, - "System.Threading.Tasks.Parallel/4.0.0": { + "System.Threading.Tasks.Extensions/4.3.0": { + "type": "package", + "compile": { + "lib/portable-net45+win8+wp8+wpa81/_._": {} + }, + "runtime": { + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll": {} + } + }, + "System.Threading.Tasks.Parallel/4.0.1": { + "type": "package", "dependencies": { - "System.Collections.Concurrent": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Diagnostics.Tracing": "[4.0.20, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "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/netcore50/System.Threading.Tasks.Parallel.dll": {} @@ -1457,126 +2354,154 @@ "lib/netcore50/System.Threading.Tasks.Parallel.dll": {} } }, - "System.Threading.Timer/4.0.0": { + "System.Threading.Timer/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, "compile": { "ref/netcore50/System.Threading.Timer.dll": {} }, "runtime": { - "lib/netcore50/System.Threading.Timer.dll": {} + "lib/win81/_._": {} } }, - "System.Xml.ReaderWriter/4.0.10": { + "System.Xml.ReaderWriter/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.IO.FileSystem": "[4.0.0, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Tasks.Extensions": "4.3.0" }, "compile": { - "ref/dotnet/System.Xml.ReaderWriter.dll": {} + "ref/netcore50/System.Xml.ReaderWriter.dll": {} }, "runtime": { - "lib/dotnet/System.Xml.ReaderWriter.dll": {} + "lib/netcore50/System.Xml.ReaderWriter.dll": {} } }, - "System.Xml.XDocument/4.0.10": { + "System.Xml.XDocument/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Xml.ReaderWriter": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0" }, "compile": { - "ref/dotnet/System.Xml.XDocument.dll": {} + "ref/netcore50/System.Xml.XDocument.dll": {} }, "runtime": { - "lib/dotnet/System.Xml.XDocument.dll": {} + "lib/netcore50/System.Xml.XDocument.dll": {} } }, - "System.Xml.XmlDocument/4.0.0": { + "System.Xml.XmlDocument/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Xml.ReaderWriter": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0" }, "compile": { - "ref/dotnet/System.Xml.XmlDocument.dll": {} + "ref/netstandard1.3/System.Xml.XmlDocument.dll": {} }, "runtime": { - "lib/dotnet/System.Xml.XmlDocument.dll": {} + "lib/netstandard1.3/System.Xml.XmlDocument.dll": {} } }, - "System.Xml.XmlSerializer/4.0.10": { + "System.Xml.XmlSerializer/4.0.11": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Xml.ReaderWriter": "[4.0.10, )", - "System.Xml.XmlDocument": "[4.0.0, )" + "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/dotnet/System.Xml.XmlSerializer.dll": {} + "ref/netcore50/System.Xml.XmlSerializer.dll": {} }, "runtime": { "lib/netcore50/System.Xml.XmlSerializer.dll": {} + }, + "runtimeTargets": { + "runtimes/aot/lib/netcore50/System.Xml.XmlSerializer.dll": { + "assetType": "runtime", + "rid": "aot" + } } + }, + "PocketSharp/1.0.0": { + "type": "project" } }, - "UAP,Version=v10.0/win10-arm": { - "Fody/1.29.2": {}, - "Microsoft.CSharp/4.0.0": { + "UAP,Version=v10.0.15063/win10-arm": { + "Fody/3.0.0": { + "type": "package", + "build": { + "build/Fody.targets": {} + } + }, + "Microsoft.CSharp/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Dynamic.Runtime": "[4.0.0, )", - "System.Globalization": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.0, )", - "System.ObjectModel": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Dynamic.Runtime": "4.3.0", + "System.Globalization": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { "ref/netcore50/Microsoft.CSharp.dll": {} @@ -1585,342 +2510,833 @@ "lib/netcore50/Microsoft.CSharp.dll": {} } }, - "Microsoft.NETCore/5.0.0": { + "Microsoft.Net.Native.Compiler/1.7.3": { + "type": "package", "dependencies": { - "Microsoft.CSharp": "[4.0.0, )", - "Microsoft.NETCore.Targets": "[1.0.0, )", - "Microsoft.VisualBasic": "[10.0.0, )", - "System.AppContext": "[4.0.0, )", - "System.Collections": "[4.0.10, )", - "System.Collections.Concurrent": "[4.0.10, )", - "System.Collections.Immutable": "[1.1.37, )", - "System.ComponentModel": "[4.0.0, )", - "System.ComponentModel.Annotations": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Diagnostics.Tools": "[4.0.0, )", - "System.Diagnostics.Tracing": "[4.0.20, )", - "System.Dynamic.Runtime": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.Globalization.Calendars": "[4.0.0, )", - "System.Globalization.Extensions": "[4.0.0, )", - "System.IO": "[4.0.10, )", - "System.IO.Compression": "[4.0.0, )", - "System.IO.Compression.ZipFile": "[4.0.0, )", - "System.IO.FileSystem": "[4.0.0, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.IO.UnmanagedMemoryStream": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.10, )", - "System.Linq.Parallel": "[4.0.0, )", - "System.Linq.Queryable": "[4.0.0, )", - "System.Net.Http": "[4.0.0, )", - "System.Net.NetworkInformation": "[4.0.0, )", - "System.Net.Primitives": "[4.0.10, )", - "System.Numerics.Vectors": "[4.1.0, )", - "System.ObjectModel": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.DispatchProxy": "[4.0.0, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Metadata": "[1.0.22, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.Handles": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Runtime.Numerics": "[4.0.0, )", - "System.Security.Claims": "[4.0.0, )", - "System.Security.Principal": "[4.0.0, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )", - "System.Threading.Tasks.Dataflow": "[4.5.25, )", - "System.Threading.Tasks.Parallel": "[4.0.0, )", - "System.Threading.Timer": "[4.0.0, )", - "System.Xml.ReaderWriter": "[4.0.10, )", - "System.Xml.XDocument": "[4.0.10, )" + "Microsoft.Net.Native.SharedLibrary-arm": "1.7.0", + "Microsoft.Net.Native.SharedLibrary-x64": "1.7.0", + "Microsoft.Net.Native.SharedLibrary-x86": "1.7.0" + }, + "build": { + "build/Microsoft.Net.Native.Compiler.props": {}, + "build/Microsoft.Net.Native.Compiler.targets": {} } }, - "Microsoft.NETCore.Platforms/1.0.0": {}, - "Microsoft.NETCore.Portable.Compatibility/1.0.0": { + "Microsoft.Net.Native.SharedLibrary-arm/1.7.0": { + "type": "package", + "build": { + "build/Microsoft.Net.Native.SharedLibrary-arm.props": {}, + "build/Microsoft.Net.Native.SharedLibrary-arm.targets": {} + } + }, + "Microsoft.Net.Native.SharedLibrary-x64/1.7.0": { + "type": "package", + "build": { + "build/Microsoft.Net.Native.SharedLibrary-x64.props": {}, + "build/Microsoft.Net.Native.SharedLibrary-x64.targets": {} + } + }, + "Microsoft.Net.Native.SharedLibrary-x86/1.7.0": { + "type": "package", + "build": { + "build/Microsoft.Net.Native.SharedLibrary-x86.props": {}, + "build/Microsoft.Net.Native.SharedLibrary-x86.targets": {} + } + }, + "Microsoft.NETCore/5.0.2": { + "type": "package", "dependencies": { - "Microsoft.NETCore.Runtime": "[1.0.0, )" + "Microsoft.CSharp": "4.0.1", + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.VisualBasic": "10.0.1", + "System.AppContext": "4.1.0", + "System.Collections": "4.0.11", + "System.Collections.Concurrent": "4.0.12", + "System.Collections.Immutable": "1.2.0", + "System.ComponentModel": "4.0.1", + "System.ComponentModel.Annotations": "4.1.0", + "System.Diagnostics.Debug": "4.0.11", + "System.Diagnostics.Tools": "4.0.1", + "System.Diagnostics.Tracing": "4.1.0", + "System.Dynamic.Runtime": "4.0.11", + "System.Globalization": "4.0.11", + "System.Globalization.Calendars": "4.0.1", + "System.Globalization.Extensions": "4.0.1", + "System.IO": "4.1.0", + "System.IO.Compression": "4.1.1", + "System.IO.Compression.ZipFile": "4.0.1", + "System.IO.FileSystem": "4.0.1", + "System.IO.FileSystem.Primitives": "4.0.1", + "System.IO.UnmanagedMemoryStream": "4.0.1", + "System.Linq": "4.1.0", + "System.Linq.Expressions": "4.1.0", + "System.Linq.Parallel": "4.0.1", + "System.Linq.Queryable": "4.0.1", + "System.Net.Http": "4.1.0", + "System.Net.NetworkInformation": "4.1.0", + "System.Net.Primitives": "4.0.11", + "System.Numerics.Vectors": "4.1.1", + "System.ObjectModel": "4.0.12", + "System.Reflection": "4.1.0", + "System.Reflection.DispatchProxy": "4.0.1", + "System.Reflection.Extensions": "4.0.1", + "System.Reflection.Metadata": "1.3.0", + "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.Handles": "4.0.1", + "System.Runtime.InteropServices": "4.1.0", + "System.Runtime.Numerics": "4.0.1", + "System.Security.Claims": "4.0.1", + "System.Security.Principal": "4.0.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.Threading.Tasks.Dataflow": "4.6.0", + "System.Threading.Tasks.Parallel": "4.0.1", + "System.Threading.Timer": "4.0.1", + "System.Xml.ReaderWriter": "4.0.11", + "System.Xml.XDocument": "4.0.11" + } + }, + "Microsoft.NETCore.Jit/1.0.3": { + "type": "package" + }, + "Microsoft.NETCore.Platforms/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Portable.Compatibility/1.0.2": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Runtime.CoreCLR": "1.0.2" }, "compile": { - "ref/netcore50/mscorlib.dll": {}, "ref/netcore50/System.ComponentModel.DataAnnotations.dll": {}, "ref/netcore50/System.Core.dll": {}, - "ref/netcore50/System.dll": {}, "ref/netcore50/System.Net.dll": {}, "ref/netcore50/System.Numerics.dll": {}, "ref/netcore50/System.Runtime.Serialization.dll": {}, - "ref/netcore50/System.ServiceModel.dll": {}, "ref/netcore50/System.ServiceModel.Web.dll": {}, + "ref/netcore50/System.ServiceModel.dll": {}, "ref/netcore50/System.Windows.dll": {}, - "ref/netcore50/System.Xml.dll": {}, "ref/netcore50/System.Xml.Linq.dll": {}, - "ref/netcore50/System.Xml.Serialization.dll": {} + "ref/netcore50/System.Xml.Serialization.dll": {}, + "ref/netcore50/System.Xml.dll": {}, + "ref/netcore50/System.dll": {}, + "ref/netcore50/mscorlib.dll": {} }, "runtime": { "lib/netcore50/System.ComponentModel.DataAnnotations.dll": {}, "lib/netcore50/System.Core.dll": {}, - "lib/netcore50/System.dll": {}, "lib/netcore50/System.Net.dll": {}, "lib/netcore50/System.Numerics.dll": {}, "lib/netcore50/System.Runtime.Serialization.dll": {}, - "lib/netcore50/System.ServiceModel.dll": {}, "lib/netcore50/System.ServiceModel.Web.dll": {}, + "lib/netcore50/System.ServiceModel.dll": {}, "lib/netcore50/System.Windows.dll": {}, - "lib/netcore50/System.Xml.dll": {}, "lib/netcore50/System.Xml.Linq.dll": {}, - "lib/netcore50/System.Xml.Serialization.dll": {} + "lib/netcore50/System.Xml.Serialization.dll": {}, + "lib/netcore50/System.Xml.dll": {}, + "lib/netcore50/System.dll": {} } }, - "Microsoft.NETCore.Runtime/1.0.0": {}, - "Microsoft.NETCore.Runtime.CoreCLR-arm/1.0.0": { + "Microsoft.NETCore.Runtime.CoreCLR/1.0.3": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, 4.0.10]", - "System.Diagnostics.Contracts": "[4.0.0, 4.0.0]", - "System.Diagnostics.Debug": "[4.0.10, 4.0.10]", - "System.Diagnostics.StackTrace": "[4.0.0, 4.0.0]", - "System.Diagnostics.Tools": "[4.0.0, 4.0.0]", - "System.Diagnostics.Tracing": "[4.0.20, 4.0.20]", - "System.Globalization": "[4.0.10, 4.0.10]", - "System.Globalization.Calendars": "[4.0.0, 4.0.0]", - "System.IO": "[4.0.10, 4.0.10]", - "System.ObjectModel": "[4.0.10, 4.0.10]", - "System.Private.Uri": "[4.0.0, 4.0.0]", - "System.Reflection": "[4.0.10, 4.0.10]", - "System.Reflection.Extensions": "[4.0.0, 4.0.0]", - "System.Reflection.Primitives": "[4.0.0, 4.0.0]", - "System.Resources.ResourceManager": "[4.0.0, 4.0.0]", - "System.Runtime": "[4.0.20, 4.0.20]", - "System.Runtime.Extensions": "[4.0.10, 4.0.10]", - "System.Runtime.Handles": "[4.0.0, 4.0.0]", - "System.Runtime.InteropServices": "[4.0.20, 4.0.20]", - "System.Text.Encoding": "[4.0.10, 4.0.10]", - "System.Text.Encoding.Extensions": "[4.0.10, 4.0.10]", - "System.Threading": "[4.0.10, 4.0.10]", - "System.Threading.Tasks": "[4.0.10, 4.0.10]", - "System.Threading.Timer": "[4.0.0, 4.0.0]" - }, + "Microsoft.NETCore.Jit": "1.0.3", + "Microsoft.NETCore.Windows.ApiSets": "1.0.1", + "runtime.win8-arm.Microsoft.NETCore.Runtime.CoreCLR": "1.0.2" + } + }, + "Microsoft.NETCore.Targets/1.1.0": { + "type": "package", "compile": { - "ref/dotnet/_._": {} + "lib/netstandard1.0/_._": {} }, "runtime": { - "runtimes/win8-arm/lib/dotnet/mscorlib.ni.dll": {} + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.UniversalWindowsPlatform/6.0.8": { + "type": "package", + "dependencies": { + "Microsoft.NETCore": "5.0.2", + "Microsoft.NETCore.Portable.Compatibility": "1.0.2", + "Microsoft.NETCore.Runtime.CoreCLR": "1.0.3", + "Microsoft.NETCore.Targets": "1.0.2", + "Microsoft.Net.Native.Compiler": "1.7.3", + "Microsoft.Win32.Primitives": "4.0.1", + "System.Collections.NonGeneric": "4.0.1", + "System.Collections.Specialized": "4.0.1", + "System.ComponentModel.EventBasedAsync": "4.0.11", + "System.Data.Common": "4.1.0", + "System.Diagnostics.Contracts": "4.0.1", + "System.Diagnostics.StackTrace": "4.0.2", + "System.IO.IsolatedStorage": "4.0.1", + "System.Net.Http.Rtc": "4.0.1", + "System.Net.NameResolution": "4.0.0", + "System.Net.Requests": "4.0.11", + "System.Net.Sockets": "4.1.0", + "System.Net.WebHeaderCollection": "4.0.1", + "System.Net.WebSockets": "4.0.0", + "System.Net.WebSockets.Client": "4.0.2", + "System.Numerics.Vectors.WindowsRuntime": "4.0.1", + "System.Reflection.Context": "4.0.1", + "System.Runtime.InteropServices.WindowsRuntime": "4.0.1", + "System.Runtime.Serialization.Json": "4.0.3", + "System.Runtime.Serialization.Primitives": "4.1.1", + "System.Runtime.Serialization.Xml": "4.1.2", + "System.Runtime.WindowsRuntime": "4.0.11", + "System.Runtime.WindowsRuntime.UI.Xaml": "4.0.1", + "System.ServiceModel.Duplex": "4.0.2", + "System.ServiceModel.Http": "4.1.1", + "System.ServiceModel.NetTcp": "4.1.1", + "System.ServiceModel.Primitives": "4.1.1", + "System.ServiceModel.Security": "4.0.2", + "System.Text.Encoding.CodePages": "4.0.1", + "System.Threading.Overlapped": "4.0.1", + "System.Xml.XmlDocument": "4.0.1", + "System.Xml.XmlSerializer": "4.0.11", + "runtime.win10-arm.Microsoft.NETCore.UniversalWindowsPlatform": "6.0.8" + }, + "compile": { + "ref/netcore50/_._": {} + } + }, + "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/netcore50/Microsoft.VisualBasic.dll": {} + }, + "runtime": { + "lib/netcore50/Microsoft.VisualBasic.dll": {} + } + }, + "Microsoft.Win32.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.win.Microsoft.Win32.Primitives": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {} + } + }, + "NETStandard.Library/1.6.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.Win32.Primitives": "4.3.0", + "System.AppContext": "4.3.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Console": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Calendars": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.IO.Compression.ZipFile": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.Net.Http": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Net.Sockets": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Timer": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0", + "System.Xml.XDocument": "4.3.0" + } + }, + "Newtonsoft.Json/11.0.2": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.3.0", + "NETStandard.Library": "1.6.1", + "System.ComponentModel.TypeConverter": "4.3.0", + "System.Runtime.Serialization.Formatters": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0", + "System.Xml.XmlDocument": "4.3.0" + }, + "compile": { + "lib/netstandard1.3/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/netstandard1.3/Newtonsoft.Json.dll": {} + } + }, + "PropertyChanged.Fody/2.4.0": { + "type": "package", + "dependencies": { + "Fody": "3.0.0", + "NETStandard.Library": "1.6.1" + }, + "compile": { + "lib/netstandard1.0/PropertyChanged.dll": {} + }, + "runtime": { + "lib/netstandard1.0/PropertyChanged.dll": {} + } + }, + "runtime.any.System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Collections.dll": {} + } + }, + "runtime.any.System.Diagnostics.Tools/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Diagnostics.Tools.dll": {} + } + }, + "runtime.any.System.Diagnostics.Tracing/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Diagnostics.Tracing.dll": {} + } + }, + "runtime.any.System.Globalization/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Globalization.dll": {} + } + }, + "runtime.any.System.Globalization.Calendars/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Globalization.Calendars.dll": {} + } + }, + "runtime.any.System.IO/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.IO.dll": {} + } + }, + "runtime.any.System.Reflection/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Reflection.dll": {} + } + }, + "runtime.any.System.Reflection.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Reflection.Extensions.dll": {} + } + }, + "runtime.any.System.Reflection.Primitives/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Reflection.Primitives.dll": {} + } + }, + "runtime.any.System.Resources.ResourceManager/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Resources.ResourceManager.dll": {} + } + }, + "runtime.any.System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Runtime.dll": {} + } + }, + "runtime.any.System.Runtime.Handles/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Handles.dll": {} + } + }, + "runtime.any.System.Runtime.InteropServices/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Runtime.InteropServices.dll": {} + } + }, + "runtime.any.System.Text.Encoding/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Text.Encoding.dll": {} + } + }, + "runtime.any.System.Text.Encoding.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "runtime.any.System.Threading.Tasks/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Threading.Tasks.dll": {} + } + }, + "runtime.any.System.Threading.Timer/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Threading.Timer.dll": {} + } + }, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.native.System.IO.Compression/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "runtime.win8-arm.runtime.native.System.IO.Compression": "4.3.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "dependencies": { + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.win.Microsoft.Win32.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0", + "System.Runtime.InteropServices": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Primitives.dll": {} + } + }, + "runtime.win.System.Console/4.3.0": { + "type": "package", + "dependencies": { + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Console.dll": {} + } + }, + "runtime.win.System.Diagnostics.Debug/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win.System.IO.FileSystem/4.3.0": { + "type": "package", + "dependencies": { + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.WindowsRuntime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.IO.FileSystem.dll": {} + } + }, + "runtime.win.System.Net.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Net.Primitives.dll": {} + } + }, + "runtime.win.System.Net.Sockets/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Net.NameResolution": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Net.Sockets.dll": {} + } + }, + "runtime.win.System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win10-arm.Microsoft.NETCore.UniversalWindowsPlatform/6.0.8": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + } + }, + "runtime.win7.System.Private.Uri/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Private.Uri.dll": {} + } + }, + "runtime.win8-arm.Microsoft.NETCore.Runtime.CoreCLR/1.0.2": { + "type": "package", + "compile": { + "ref/netstandard1.0/_._": {} + }, + "runtime": { + "runtimes/win8-arm/lib/netstandard1.0/System.Private.CoreLib.dll": {}, + "runtimes/win8-arm/lib/netstandard1.0/mscorlib.dll": {} }, "native": { + "runtimes/win8-arm/native/System.Private.CoreLib.ni.dll": {}, "runtimes/win8-arm/native/clretwrc.dll": {}, "runtimes/win8-arm/native/coreclr.dll": {}, "runtimes/win8-arm/native/dbgshim.dll": {}, "runtimes/win8-arm/native/mscordaccore.dll": {}, "runtimes/win8-arm/native/mscordbi.dll": {}, + "runtimes/win8-arm/native/mscorlib.ni.dll": {}, "runtimes/win8-arm/native/mscorrc.debug.dll": {}, - "runtimes/win8-arm/native/mscorrc.dll": {} + "runtimes/win8-arm/native/mscorrc.dll": {}, + "runtimes/win8-arm/native/sos.dll": {} } }, - "Microsoft.NETCore.Targets/1.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "[1.0.0, )", - "Microsoft.NETCore.Targets.UniversalWindowsPlatform": "[5.0.0, )" + "runtime.win8-arm.runtime.native.System.IO.Compression/4.3.0": { + "type": "package", + "native": { + "runtimes/win8-arm/native/clrcompression.dll": {} } }, - "Microsoft.NETCore.Targets.UniversalWindowsPlatform/5.0.0": {}, - "Microsoft.NETCore.UniversalWindowsPlatform/5.0.0": { + "System.AppContext/4.3.0": { + "type": "package", "dependencies": { - "Microsoft.NETCore": "[5.0.0, )", - "Microsoft.NETCore.Portable.Compatibility": "[1.0.0, )", - "Microsoft.NETCore.Runtime": "[1.0.0, )", - "Microsoft.Win32.Primitives": "[4.0.0, )", - "System.ComponentModel.EventBasedAsync": "[4.0.10, )", - "System.Data.Common": "[4.0.0, )", - "System.Diagnostics.Contracts": "[4.0.0, )", - "System.Diagnostics.StackTrace": "[4.0.0, )", - "System.IO.IsolatedStorage": "[4.0.0, )", - "System.Net.Http.Rtc": "[4.0.0, )", - "System.Net.Requests": "[4.0.10, )", - "System.Net.Sockets": "[4.0.0, )", - "System.Net.WebHeaderCollection": "[4.0.0, )", - "System.Numerics.Vectors.WindowsRuntime": "[4.0.0, )", - "System.Reflection.Context": "[4.0.0, )", - "System.Runtime.InteropServices.WindowsRuntime": "[4.0.0, )", - "System.Runtime.Serialization.Json": "[4.0.0, )", - "System.Runtime.Serialization.Primitives": "[4.0.10, )", - "System.Runtime.Serialization.Xml": "[4.0.10, )", - "System.Runtime.WindowsRuntime": "[4.0.10, )", - "System.Runtime.WindowsRuntime.UI.Xaml": "[4.0.0, )", - "System.ServiceModel.Duplex": "[4.0.0, )", - "System.ServiceModel.Http": "[4.0.10, )", - "System.ServiceModel.NetTcp": "[4.0.0, )", - "System.ServiceModel.Primitives": "[4.0.0, )", - "System.ServiceModel.Security": "[4.0.0, )", - "System.Text.Encoding.CodePages": "[4.0.0, )", - "System.Xml.XmlSerializer": "[4.0.10, )" - } - }, - "Microsoft.VisualBasic/10.0.0": { - "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Dynamic.Runtime": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.10, )", - "System.ObjectModel": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/netcore50/Microsoft.VisualBasic.dll": {} - }, - "runtime": { - "lib/netcore50/Microsoft.VisualBasic.dll": {} - } - }, - "Microsoft.Win32.Primitives/4.0.0": { - "dependencies": { - "System.Runtime": "[4.0.20, )", - "System.Runtime.InteropServices": "[4.0.20, )" - }, - "compile": { - "ref/dotnet/Microsoft.Win32.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/Microsoft.Win32.Primitives.dll": {} - } - }, - "Newtonsoft.Json/7.0.1": { - "compile": { - "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {} - }, - "runtime": { - "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {} - } - }, - "PropertyChanged.Fody/1.50.3": { - "dependencies": { - "Fody": "[1.29.2, )" - }, - "compile": { - "Lib/dotnet/PropertyChanged.dll": {} - }, - "runtime": { - "Lib/dotnet/PropertyChanged.dll": {} - } - }, - "System.AppContext/4.0.0": { - "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Threading": "[4.0.0, )" - }, - "compile": { - "ref/dotnet/System.AppContext.dll": {} + "ref/netstandard1.3/System.AppContext.dll": {} }, "runtime": { "lib/netcore50/System.AppContext.dll": {} } }, - "System.Collections/4.0.10": { - "dependencies": { - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" - }, + "System.Buffers/4.3.0": { + "type": "package", "compile": { - "ref/dotnet/System.Collections.dll": {} + "lib/netstandard1.1/System.Buffers.dll": {} }, "runtime": { - "lib/netcore50/System.Collections.dll": {} + "lib/netstandard1.1/System.Buffers.dll": {} } }, - "System.Collections.Concurrent/4.0.10": { + "System.Collections/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Diagnostics.Tracing": "[4.0.20, )", - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Collections": "4.3.0" }, "compile": { - "ref/dotnet/System.Collections.Concurrent.dll": {} + "ref/netcore50/System.Collections.dll": {} }, "runtime": { - "lib/dotnet/System.Collections.Concurrent.dll": {} + "lib/win8/_._": {} } }, - "System.Collections.Immutable/1.1.37": { + "System.Collections.Concurrent/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" }, "compile": { - "lib/dotnet/System.Collections.Immutable.dll": {} + "ref/netcore50/System.Collections.Concurrent.dll": {} }, "runtime": { - "lib/dotnet/System.Collections.Immutable.dll": {} + "lib/netcore50/System.Collections.Concurrent.dll": {} } }, - "System.Collections.NonGeneric/4.0.0": { + "System.Collections.Immutable/1.2.0": { + "type": "package", + "compile": { + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} + }, + "runtime": { + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.1": { + "type": "package", "dependencies": { - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )" + "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/dotnet/System.Collections.NonGeneric.dll": {} + "ref/netstandard1.3/System.Collections.NonGeneric.dll": {} }, "runtime": { - "lib/dotnet/System.Collections.NonGeneric.dll": {} + "lib/netstandard1.3/System.Collections.NonGeneric.dll": {} } }, - "System.Collections.Specialized/4.0.0": { + "System.Collections.Specialized/4.0.1": { + "type": "package", "dependencies": { - "System.Collections.NonGeneric": "[4.0.0, )", - "System.Globalization": "[4.0.10, )", - "System.Globalization.Extensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )" + "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/dotnet/System.Collections.Specialized.dll": {} + "ref/netstandard1.3/System.Collections.Specialized.dll": {} }, "runtime": { - "lib/dotnet/System.Collections.Specialized.dll": {} + "lib/netstandard1.3/System.Collections.Specialized.dll": {} } }, - "System.ComponentModel/4.0.0": { + "System.ComponentModel/4.0.1": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.20, )" + "System.Runtime": "4.1.0" }, "compile": { "ref/netcore50/System.ComponentModel.dll": {} @@ -1929,61 +3345,92 @@ "lib/netcore50/System.ComponentModel.dll": {} } }, - "System.ComponentModel.Annotations/4.0.10": { + "System.ComponentModel.Annotations/4.1.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.ComponentModel": "[4.0.0, )", - "System.Globalization": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.10, )", - "System.Threading": "[4.0.10, )" + "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/dotnet/System.ComponentModel.Annotations.dll": {} + "ref/netcore50/System.ComponentModel.Annotations.dll": {} }, "runtime": { - "lib/dotnet/System.ComponentModel.Annotations.dll": {} + "lib/netcore50/System.ComponentModel.Annotations.dll": {} } }, - "System.ComponentModel.EventBasedAsync/4.0.10": { + "System.ComponentModel.EventBasedAsync/4.0.11": { + "type": "package", "dependencies": { - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + "ref/netcore50/System.ComponentModel.EventBasedAsync.dll": {} }, "runtime": { - "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + "lib/netcore50/System.ComponentModel.EventBasedAsync.dll": {} } }, - "System.Data.Common/4.0.0": { + "System.ComponentModel.Primitives/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard1.0/System.ComponentModel.Primitives.dll": {} + }, + "runtime": { + "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {} + } + }, + "System.ComponentModel.TypeConverter/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Collections.NonGeneric": "[4.0.0, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.0, )" + "System.ComponentModel.Primitives": "4.3.0" }, "compile": { - "ref/dotnet/System.Data.Common.dll": {} + "ref/netstandard1.0/System.ComponentModel.TypeConverter.dll": {} }, "runtime": { - "lib/dotnet/System.Data.Common.dll": {} + "lib/netstandard1.0/System.ComponentModel.TypeConverter.dll": {} } }, - "System.Diagnostics.Contracts/4.0.0": { + "System.Console/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.win.System.Console": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Console.dll": {} + } + }, + "System.Data.Common/4.1.0": { + "type": "package", + "compile": { + "ref/netstandard1.2/System.Data.Common.dll": {} + }, + "runtime": { + "lib/netstandard1.2/System.Data.Common.dll": {} + } + }, + "System.Diagnostics.Contracts/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, "compile": { "ref/netcore50/System.Diagnostics.Contracts.dll": {} }, @@ -1991,253 +3438,276 @@ "lib/netcore50/System.Diagnostics.Contracts.dll": {} } }, - "System.Diagnostics.Debug/4.0.10": { + "System.Diagnostics.Debug/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.win.System.Diagnostics.Debug": "4.3.0" }, "compile": { - "ref/dotnet/System.Diagnostics.Debug.dll": {} + "ref/netcore50/System.Diagnostics.Debug.dll": {} }, "runtime": { - "lib/netcore50/System.Diagnostics.Debug.dll": {} + "lib/win8/_._": {} } }, - "System.Diagnostics.StackTrace/4.0.0": { + "System.Diagnostics.DiagnosticSource/4.3.0": { + "type": "package", + "compile": { + "lib/netstandard1.3/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {} + } + }, + "System.Diagnostics.StackTrace/4.0.2": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.0.1" }, "compile": { - "ref/dotnet/System.Diagnostics.StackTrace.dll": {} + "ref/netstandard1.3/System.Diagnostics.StackTrace.dll": {} }, "runtime": { - "lib/netcore50/System.Diagnostics.StackTrace.dll": {} + "lib/netstandard1.3/System.Diagnostics.StackTrace.dll": {} } }, - "System.Diagnostics.Tools/4.0.0": { + "System.Diagnostics.Tools/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Diagnostics.Tools": "4.3.0" + }, "compile": { "ref/netcore50/System.Diagnostics.Tools.dll": {} }, "runtime": { - "lib/netcore50/System.Diagnostics.Tools.dll": {} + "lib/win8/_._": {} } }, - "System.Diagnostics.Tracing/4.0.20": { + "System.Diagnostics.Tracing/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Globalization": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.0, )", - "System.Text.Encoding": "[4.0.0, )", - "System.Threading": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Diagnostics.Tracing": "4.3.0" }, "compile": { - "ref/dotnet/System.Diagnostics.Tracing.dll": {} + "ref/netcore50/System.Diagnostics.Tracing.dll": {} }, "runtime": { - "lib/netcore50/System.Diagnostics.Tracing.dll": {} + "lib/win8/_._": {} } }, - "System.Dynamic.Runtime/4.0.10": { + "System.Dynamic.Runtime/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.10, )", - "System.ObjectModel": "[4.0.0, )", - "System.Reflection": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/System.Dynamic.Runtime.dll": {} + "ref/netcore50/System.Dynamic.Runtime.dll": {} }, "runtime": { "lib/netcore50/System.Dynamic.Runtime.dll": {} } }, - "System.Globalization/4.0.10": { + "System.Globalization/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Globalization": "4.3.0" }, "compile": { - "ref/dotnet/System.Globalization.dll": {} + "ref/netcore50/System.Globalization.dll": {} }, "runtime": { - "lib/netcore50/System.Globalization.dll": {} + "lib/win8/_._": {} } }, - "System.Globalization.Calendars/4.0.0": { + "System.Globalization.Calendars/4.3.0": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.0, )", - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Globalization.Calendars": "4.3.0" }, "compile": { - "ref/dotnet/System.Globalization.Calendars.dll": {} - }, - "runtime": { - "lib/netcore50/System.Globalization.Calendars.dll": {} + "ref/netstandard1.3/System.Globalization.Calendars.dll": {} } }, - "System.Globalization.Extensions/4.0.0": { + "System.Globalization.Extensions/4.0.1": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )" + "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/dotnet/System.Globalization.Extensions.dll": {} + "ref/netstandard1.3/System.Globalization.Extensions.dll": {} }, "runtime": { - "lib/dotnet/System.Globalization.Extensions.dll": {} + "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll": {} } }, - "System.IO/4.0.10": { + "System.IO/4.3.0": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.any.System.IO": "4.3.0" }, "compile": { - "ref/dotnet/System.IO.dll": {} + "ref/netcore50/System.IO.dll": {} }, "runtime": { - "lib/netcore50/System.IO.dll": {} + "lib/win8/_._": {} } }, - "System.IO.Compression/4.0.0": { + "System.IO.Compression/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.IO": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.0, )", - "System.Text.Encoding": "[4.0.0, )", - "System.Threading": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.0, )" + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System.IO.Compression": "4.3.0" }, "compile": { "ref/netcore50/System.IO.Compression.dll": {} }, "runtime": { - "lib/netcore50/System.IO.Compression.dll": {} + "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll": {} } }, - "System.IO.Compression.clrcompression-arm/4.0.0": { - "native": { - "runtimes/win10-arm/native/ClrCompression.dll": {} - } - }, - "System.IO.Compression.ZipFile/4.0.0": { + "System.IO.Compression.ZipFile/4.3.0": { + "type": "package", "dependencies": { - "System.IO": "[4.0.10, )", - "System.IO.Compression": "[4.0.0, )", - "System.IO.FileSystem": "[4.0.0, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.Encoding": "[4.0.10, )" + "System.Buffers": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/dotnet/System.IO.Compression.ZipFile.dll": {} + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {} }, "runtime": { - "lib/dotnet/System.IO.Compression.ZipFile.dll": {} + "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} } }, - "System.IO.FileSystem/4.0.0": { + "System.IO.FileSystem/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.Handles": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Runtime.WindowsRuntime": "[4.0.0, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Overlapped": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.win.System.IO.FileSystem": "4.3.0" }, "compile": { - "ref/dotnet/System.IO.FileSystem.dll": {} + "ref/netstandard1.3/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} }, "runtime": { - "lib/netcore50/System.IO.FileSystem.dll": {} + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} } }, - "System.IO.FileSystem.Primitives/4.0.0": { + "System.IO.IsolatedStorage/4.0.1": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.20, )" + "System.IO": "4.1.0", + "System.IO.FileSystem": "4.0.1", + "System.IO.FileSystem.Primitives": "4.0.1", + "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/dotnet/System.IO.FileSystem.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} - } - }, - "System.IO.IsolatedStorage/4.0.0": { - "dependencies": { - "System.IO": "[4.0.10, )", - "System.IO.FileSystem": "[4.0.0, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" - }, - "compile": { - "ref/dotnet/System.IO.IsolatedStorage.dll": {} + "ref/netstandard1.4/System.IO.IsolatedStorage.dll": {} }, "runtime": { "lib/netcore50/System.IO.IsolatedStorage.dll": {} } }, - "System.IO.UnmanagedMemoryStream/4.0.0": { + "System.IO.UnmanagedMemoryStream/4.0.1": { + "type": "package", "dependencies": { - "System.IO": "[4.0.10, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "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/dotnet/System.IO.UnmanagedMemoryStream.dll": {} + "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} }, "runtime": { - "lib/dotnet/System.IO.UnmanagedMemoryStream.dll": {} + "lib/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} } }, - "System.Linq/4.0.0": { + "System.Linq/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" }, "compile": { "ref/netcore50/System.Linq.dll": {} @@ -2246,41 +3716,45 @@ "lib/netcore50/System.Linq.dll": {} } }, - "System.Linq.Expressions/4.0.10": { + "System.Linq.Expressions/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.IO": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.0, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Linq": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/System.Linq.Expressions.dll": {} + "ref/netcore50/System.Linq.Expressions.dll": {} }, "runtime": { "lib/netcore50/System.Linq.Expressions.dll": {} } }, - "System.Linq.Parallel/4.0.0": { + "System.Linq.Parallel/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Collections.Concurrent": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Diagnostics.Tracing": "[4.0.20, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "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/netcore50/System.Linq.Parallel.dll": {} @@ -2289,15 +3763,17 @@ "lib/netcore50/System.Linq.Parallel.dll": {} } }, - "System.Linq.Queryable/4.0.0": { + "System.Linq.Queryable/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "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/netcore50/System.Linq.Queryable.dll": {} @@ -2306,284 +3782,364 @@ "lib/netcore50/System.Linq.Queryable.dll": {} } }, - "System.Net.Http/4.0.0": { + "System.Net.Http/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Net.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Runtime.WindowsRuntime": "[4.0.10, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.WindowsRuntime": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" }, "compile": { "ref/netcore50/System.Net.Http.dll": {} }, "runtime": { - "lib/netcore50/System.Net.Http.dll": {} + "runtimes/win/lib/netcore50/System.Net.Http.dll": {} } }, - "System.Net.Http.Rtc/4.0.0": { + "System.Net.Http.Rtc/4.0.1": { + "type": "package", "dependencies": { - "System.Net.Http": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.0.1", + "System.Net.Http": "4.1.0", + "System.Runtime": "4.1.0" }, "compile": { "ref/netcore50/System.Net.Http.Rtc.dll": {} }, "runtime": { - "lib/netcore50/System.Net.Http.Rtc.dll": {} + "runtimes/win/lib/netcore50/System.Net.Http.Rtc.dll": {} } }, - "System.Net.NetworkInformation/4.0.0": { + "System.Net.NameResolution/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )", - "System.Runtime.InteropServices.WindowsRuntime": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Net.NameResolution.dll": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Net.NameResolution.dll": {} + } + }, + "System.Net.NetworkInformation/4.1.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.Win32.Primitives": "4.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.InteropServices": "4.1.0", + "System.Runtime.InteropServices.WindowsRuntime": "4.0.1", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11" }, "compile": { "ref/netcore50/System.Net.NetworkInformation.dll": {} }, "runtime": { - "lib/netcore50/System.Net.NetworkInformation.dll": {} + "runtimes/win/lib/netcore50/System.Net.NetworkInformation.dll": {} } }, - "System.Net.Primitives/4.0.10": { + "System.Net.Primitives/4.3.0": { + "type": "package", "dependencies": { - "System.Private.Networking": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "runtime.win.System.Net.Primitives": "4.3.0" }, "compile": { - "ref/dotnet/System.Net.Primitives.dll": {} + "ref/netcore50/System.Net.Primitives.dll": {} }, "runtime": { - "lib/netcore50/System.Net.Primitives.dll": {} + "lib/win8/_._": {} } }, - "System.Net.Requests/4.0.10": { + "System.Net.Requests/4.0.11": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Net.Http": "[4.0.0, )", - "System.Net.Primitives": "[4.0.10, )", - "System.Net.WebHeaderCollection": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "System.IO": "4.1.0", + "System.Net.Primitives": "4.0.11", + "System.Net.WebHeaderCollection": "4.0.1", + "System.Runtime": "4.1.0", + "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/dotnet/System.Net.Requests.dll": {} + "ref/netcore50/System.Net.Requests.dll": {} }, "runtime": { - "lib/dotnet/System.Net.Requests.dll": {} + "runtimes/win/lib/netstandard1.3/System.Net.Requests.dll": {} } }, - "System.Net.Sockets/4.0.0": { + "System.Net.Sockets/4.3.0": { + "type": "package", "dependencies": { - "System.Private.Networking": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.win.System.Net.Sockets": "4.3.0" }, "compile": { - "ref/dotnet/System.Net.Sockets.dll": {} - }, - "runtime": { - "lib/netcore50/System.Net.Sockets.dll": {} + "ref/netstandard1.3/System.Net.Sockets.dll": {} } }, - "System.Net.WebHeaderCollection/4.0.0": { + "System.Net.WebHeaderCollection/4.0.1": { + "type": "package", "dependencies": { - "System.Collections.NonGeneric": "[4.0.0, )", - "System.Collections.Specialized": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Collections": "4.0.11", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0" }, "compile": { - "ref/dotnet/System.Net.WebHeaderCollection.dll": {} + "ref/netstandard1.3/System.Net.WebHeaderCollection.dll": {} }, "runtime": { - "lib/dotnet/System.Net.WebHeaderCollection.dll": {} + "lib/netstandard1.3/System.Net.WebHeaderCollection.dll": {} } }, - "System.Numerics.Vectors/4.1.0": { + "System.Net.WebSockets/4.0.0": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )" + "Microsoft.Win32.Primitives": "4.0.1", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/dotnet/System.Numerics.Vectors.dll": {} + "ref/netstandard1.3/System.Net.WebSockets.dll": {} }, "runtime": { - "lib/dotnet/System.Numerics.Vectors.dll": {} + "lib/netstandard1.3/System.Net.WebSockets.dll": {} } }, - "System.Numerics.Vectors.WindowsRuntime/4.0.0": { + "System.Net.WebSockets.Client/4.0.2": { + "type": "package", "dependencies": { - "System.Numerics.Vectors": "[4.1.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.WindowsRuntime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.0.2", + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.Diagnostics.Tracing": "4.1.0", + "System.Globalization": "4.0.11", + "System.Net.Primitives": "4.0.11", + "System.Net.WebHeaderCollection": "4.0.1", + "System.Net.WebSockets": "4.0.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Runtime.InteropServices.WindowsRuntime": "4.0.1", + "System.Runtime.WindowsRuntime": "4.0.11", + "System.Security.Cryptography.X509Certificates": "4.1.0", + "System.Text.Encoding": "4.0.11", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11" }, "compile": { - "lib/dotnet/System.Numerics.Vectors.WindowsRuntime.dll": {} + "ref/netstandard1.3/System.Net.WebSockets.Client.dll": {} }, "runtime": { - "lib/dotnet/System.Numerics.Vectors.WindowsRuntime.dll": {} + "runtimes/win/lib/netcore50/System.Net.WebSockets.Client.dll": {} } }, - "System.ObjectModel/4.0.10": { + "System.Numerics.Vectors/4.1.1": { + "type": "package", + "compile": { + "ref/netstandard1.0/System.Numerics.Vectors.dll": {} + }, + "runtime": { + "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll": {} + } + }, + "System.Numerics.Vectors.WindowsRuntime/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Threading": "[4.0.10, )" + "System.Numerics.Vectors": "4.1.1", + "System.Runtime": "4.1.0", + "System.Runtime.WindowsRuntime": "4.0.11" }, "compile": { - "ref/dotnet/System.ObjectModel.dll": {} + "lib/uap10.0/System.Numerics.Vectors.WindowsRuntime.dll": {} }, "runtime": { - "lib/dotnet/System.ObjectModel.dll": {} + "lib/uap10.0/System.Numerics.Vectors.WindowsRuntime.dll": {} } }, - "System.Private.DataContractSerialization/4.0.0": { + "System.ObjectModel/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.Serialization.Primitives": "[4.0.10, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Xml.ReaderWriter": "[4.0.10, )", - "System.Xml.XmlSerializer": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/netcore50/_._": {} + "ref/netcore50/System.ObjectModel.dll": {} }, "runtime": { - "lib/netcore50/System.Private.DataContractSerialization.dll": {} + "lib/netcore50/System.ObjectModel.dll": {} } }, - "System.Private.Networking/4.0.0": { + "System.Private.DataContractSerialization/4.1.2": { + "type": "package", "dependencies": { - "Microsoft.Win32.Primitives": "[4.0.0, )", - "System.Collections": "[4.0.10, )", - "System.Collections.NonGeneric": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Diagnostics.Tracing": "[4.0.20, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.IO.FileSystem": "[4.0.0, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.Handles": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Overlapped": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.0.2", + "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.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/netcore50/_._": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/netcore50/System.Private.Networking.dll": {} + "lib/netstandard1.3/System.Private.DataContractSerialization.dll": {} } }, - "System.Private.ServiceModel/4.0.0": { + "System.Private.ServiceModel/4.1.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Collections.Concurrent": "[4.0.10, )", - "System.Collections.NonGeneric": "[4.0.0, )", - "System.Collections.Specialized": "[4.0.0, )", - "System.ComponentModel.EventBasedAsync": "[4.0.10, )", - "System.Diagnostics.Contracts": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.IO.Compression": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.10, )", - "System.Linq.Queryable": "[4.0.0, )", - "System.Net.Http": "[4.0.0, )", - "System.Net.Primitives": "[4.0.10, )", - "System.Net.WebHeaderCollection": "[4.0.0, )", - "System.ObjectModel": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.DispatchProxy": "[4.0.0, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Runtime.Serialization.Primitives": "[4.0.10, )", - "System.Runtime.Serialization.Xml": "[4.0.10, )", - "System.Runtime.WindowsRuntime": "[4.0.10, )", - "System.Security.Claims": "[4.0.0, )", - "System.Security.Principal": "[4.0.0, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )", - "System.Threading.Timer": "[4.0.0, )", - "System.Xml.ReaderWriter": "[4.0.10, )", - "System.Xml.XmlDocument": "[4.0.0, )", - "System.Xml.XmlSerializer": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.0.1", + "System.Collections": "4.0.11", + "System.Collections.Concurrent": "4.0.12", + "System.Collections.NonGeneric": "4.0.1", + "System.Collections.Specialized": "4.0.1", + "System.ComponentModel.EventBasedAsync": "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.IO.Compression": "4.1.0", + "System.Linq": "4.1.0", + "System.Linq.Expressions": "4.1.0", + "System.Linq.Queryable": "4.0.1", + "System.Net.Http": "4.1.0", + "System.Net.Primitives": "4.0.11", + "System.Net.WebHeaderCollection": "4.0.1", + "System.Net.WebSockets": "4.0.0", + "System.Net.WebSockets.Client": "4.0.0", + "System.ObjectModel": "4.0.12", + "System.Reflection": "4.1.0", + "System.Reflection.DispatchProxy": "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.InteropServices": "4.1.0", + "System.Runtime.Serialization.Primitives": "4.1.1", + "System.Runtime.Serialization.Xml": "4.1.1", + "System.Runtime.WindowsRuntime": "4.0.11", + "System.Security.Claims": "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.Security.Principal": "4.0.1", + "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.Timer": "4.0.1", + "System.Xml.ReaderWriter": "4.0.11", + "System.Xml.XmlDocument": "4.0.1", + "System.Xml.XmlSerializer": "4.0.11" }, "compile": { - "ref/netcore50/_._": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/netcore50/System.Private.ServiceModel.dll": {} + "runtimes/win7/lib/netcore50/System.Private.ServiceModel.dll": {} } }, - "System.Private.Uri/4.0.0": { - "compile": { - "ref/netcore50/_._": {} - }, - "runtime": { - "lib/netcore50/System.Private.Uri.dll": {} - } - }, - "System.Reflection/4.0.10": { + "System.Private.Uri/4.3.0": { + "type": "package", "dependencies": { - "System.IO": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "runtime.win7.System.Private.Uri": "4.3.0" }, "compile": { - "ref/dotnet/System.Reflection.dll": {} - }, - "runtime": { - "lib/netcore50/System.Reflection.dll": {} + "ref/netstandard/_._": {} } }, - "System.Reflection.Context/4.0.0": { + "System.Reflection/4.3.0": { + "type": "package", "dependencies": { - "System.Reflection": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Reflection": "4.3.0" + }, + "compile": { + "ref/netcore50/System.Reflection.dll": {} + }, + "runtime": { + "lib/win8/_._": {} + } + }, + "System.Reflection.Context/4.0.1": { + "type": "package", + "dependencies": { + "System.Reflection": "4.1.0", + "System.Runtime": "4.1.0" }, "compile": { "ref/netcore50/System.Reflection.Context.dll": {} @@ -2592,198 +4148,224 @@ "lib/netcore50/System.Reflection.Context.dll": {} } }, - "System.Reflection.DispatchProxy/4.0.0": { + "System.Reflection.DispatchProxy/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Threading": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.0.1", + "System.Runtime": "4.1.0" }, "compile": { - "ref/dotnet/System.Reflection.DispatchProxy.dll": {} + "ref/netstandard1.3/System.Reflection.DispatchProxy.dll": {} }, "runtime": { - "lib/netcore50/System.Reflection.DispatchProxy.dll": {} + "lib/netstandard1.3/System.Reflection.DispatchProxy.dll": {} } }, - "System.Reflection.Emit/4.0.0": { + "System.Reflection.Emit/4.0.1": { + "type": "package", "dependencies": { - "System.IO": "[4.0.0, )", - "System.Reflection": "[4.0.0, )", - "System.Reflection.Emit.ILGeneration": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Runtime": "[4.0.0, )" + "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/dotnet/System.Reflection.Emit.dll": {} + "ref/netstandard1.1/_._": {} }, "runtime": { "lib/netcore50/System.Reflection.Emit.dll": {} } }, - "System.Reflection.Emit.ILGeneration/4.0.0": { + "System.Reflection.Emit.ILGeneration/4.3.0": { + "type": "package", "dependencies": { - "System.Reflection": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Runtime": "[4.0.0, )" + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" }, "compile": { - "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + "ref/netstandard1.0/_._": {} }, "runtime": { "lib/netcore50/System.Reflection.Emit.ILGeneration.dll": {} } }, - "System.Reflection.Emit.Lightweight/4.0.0": { + "System.Reflection.Emit.Lightweight/4.3.0": { + "type": "package", "dependencies": { - "System.Reflection": "[4.0.0, )", - "System.Reflection.Emit.ILGeneration": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Runtime": "[4.0.0, )" + "System.Reflection": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" }, "compile": { - "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} + "ref/netstandard1.0/_._": {} }, "runtime": { "lib/netcore50/System.Reflection.Emit.Lightweight.dll": {} } }, - "System.Reflection.Extensions/4.0.0": { + "System.Reflection.Extensions/4.3.0": { + "type": "package", "dependencies": { - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Reflection.Extensions": "4.3.0" }, "compile": { "ref/netcore50/System.Reflection.Extensions.dll": {} }, "runtime": { - "lib/netcore50/System.Reflection.Extensions.dll": {} + "lib/win8/_._": {} } }, - "System.Reflection.Metadata/1.0.22": { + "System.Reflection.Metadata/1.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Collections.Immutable": "[1.1.37, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.IO": "[4.0.0, )", - "System.Reflection": "[4.0.0, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.0, )", - "System.Text.Encoding": "[4.0.0, )", - "System.Text.Encoding.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections.Immutable": "1.2.0" }, "compile": { - "lib/dotnet/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, - "System.Reflection.Primitives/4.0.0": { + "System.Reflection.Primitives/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Reflection.Primitives": "4.3.0" }, "compile": { "ref/netcore50/System.Reflection.Primitives.dll": {} }, "runtime": { - "lib/netcore50/System.Reflection.Primitives.dll": {} + "lib/win8/_._": {} } }, - "System.Reflection.TypeExtensions/4.0.0": { + "System.Reflection.TypeExtensions/4.3.0": { + "type": "package", "dependencies": { - "System.Diagnostics.Contracts": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )" + "System.Diagnostics.Contracts": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Linq": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + "ref/netstandard1.3/System.Reflection.TypeExtensions.dll": {} }, "runtime": { "lib/netcore50/System.Reflection.TypeExtensions.dll": {} } }, - "System.Resources.ResourceManager/4.0.0": { + "System.Resources.ResourceManager/4.3.0": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Resources.ResourceManager": "4.3.0" }, "compile": { "ref/netcore50/System.Resources.ResourceManager.dll": {} }, "runtime": { - "lib/netcore50/System.Resources.ResourceManager.dll": {} + "lib/win8/_._": {} } }, - "System.Runtime/4.0.20": { + "System.Runtime/4.3.0": { + "type": "package", "dependencies": { - "System.Private.Uri": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "runtime.any.System.Runtime": "4.3.0" }, "compile": { - "ref/dotnet/System.Runtime.dll": {} + "ref/netcore50/System.Runtime.dll": {} }, "runtime": { - "lib/netcore50/System.Runtime.dll": {} + "lib/win8/_._": {} } }, - "System.Runtime.Extensions/4.0.10": { + "System.Runtime.Extensions/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.win.System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/dotnet/System.Runtime.Extensions.dll": {} + "ref/netcore50/System.Runtime.Extensions.dll": {} }, "runtime": { - "lib/netcore50/System.Runtime.Extensions.dll": {} + "lib/win8/_._": {} } }, - "System.Runtime.Handles/4.0.0": { + "System.Runtime.Handles/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Runtime.Handles": "4.3.0" }, "compile": { - "ref/dotnet/System.Runtime.Handles.dll": {} - }, - "runtime": { - "lib/netcore50/System.Runtime.Handles.dll": {} + "ref/netstandard1.3/System.Runtime.Handles.dll": {} } }, - "System.Runtime.InteropServices/4.0.20": { + "System.Runtime.InteropServices/4.3.0": { + "type": "package", "dependencies": { - "System.Reflection": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Handles": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "runtime.any.System.Runtime.InteropServices": "4.3.0" }, "compile": { - "ref/dotnet/System.Runtime.InteropServices.dll": {} + "ref/netcore50/System.Runtime.InteropServices.dll": {} }, "runtime": { - "lib/netcore50/System.Runtime.InteropServices.dll": {} + "lib/win8/_._": {} } }, - "System.Runtime.InteropServices.WindowsRuntime/4.0.0": { + "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll": {} + } + }, + "System.Runtime.InteropServices.WindowsRuntime/4.0.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.1.0" + }, "compile": { "ref/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll": {} }, @@ -2791,12 +4373,13 @@ "lib/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll": {} } }, - "System.Runtime.Numerics/4.0.0": { + "System.Runtime.Numerics/4.3.0": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )" + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" }, "compile": { "ref/netcore50/System.Runtime.Numerics.dll": {} @@ -2805,9 +4388,28 @@ "lib/netcore50/System.Runtime.Numerics.dll": {} } }, - "System.Runtime.Serialization.Json/4.0.0": { + "System.Runtime.Serialization.Formatters/4.3.0": { + "type": "package", "dependencies": { - "System.Private.DataContractSerialization": "[4.0.0, )" + "System.Collections": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Serialization.Formatters.dll": {} + }, + "runtime": { + "lib/netstandard1.4/System.Runtime.Serialization.Formatters.dll": {} + } + }, + "System.Runtime.Serialization.Json/4.0.3": { + "type": "package", + "dependencies": { + "System.IO": "4.1.0", + "System.Private.DataContractSerialization": "4.1.2", + "System.Runtime": "4.1.0" }, "compile": { "ref/netcore50/System.Runtime.Serialization.Json.dll": {} @@ -2816,86 +4418,206 @@ "lib/netcore50/System.Runtime.Serialization.Json.dll": {} } }, - "System.Runtime.Serialization.Primitives/4.0.10": { + "System.Runtime.Serialization.Primitives/4.3.0": { + "type": "package", "dependencies": { - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" }, "compile": { - "ref/dotnet/System.Runtime.Serialization.Primitives.dll": {} + "ref/netcore50/System.Runtime.Serialization.Primitives.dll": {} }, "runtime": { - "lib/dotnet/System.Runtime.Serialization.Primitives.dll": {} + "lib/netcore50/System.Runtime.Serialization.Primitives.dll": {} } }, - "System.Runtime.Serialization.Xml/4.0.10": { + "System.Runtime.Serialization.Xml/4.1.2": { + "type": "package", "dependencies": { - "System.Private.DataContractSerialization": "[4.0.0, )", - "System.Runtime.Serialization.Primitives": "[4.0.10, )" + "System.IO": "4.1.0", + "System.Private.DataContractSerialization": "4.1.2", + "System.Runtime": "4.1.0", + "System.Runtime.Serialization.Primitives": "4.1.1", + "System.Text.Encoding": "4.0.11", + "System.Xml.ReaderWriter": "4.0.11" }, "compile": { - "ref/dotnet/System.Runtime.Serialization.Xml.dll": {} + "ref/netcore50/System.Runtime.Serialization.Xml.dll": {} }, "runtime": { "lib/netcore50/System.Runtime.Serialization.Xml.dll": {} } }, - "System.Runtime.WindowsRuntime/4.0.10": { + "System.Runtime.WindowsRuntime/4.3.0": { + "type": "package", "dependencies": { - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.0, )", - "System.IO": "[4.0.10, )", - "System.ObjectModel": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" }, "compile": { "ref/netcore50/System.Runtime.WindowsRuntime.dll": {} }, "runtime": { - "lib/netcore50/System.Runtime.WindowsRuntime.dll": {} + "runtimes/win8/lib/netstandard1.3/System.Runtime.WindowsRuntime.dll": {} } }, - "System.Runtime.WindowsRuntime.UI.Xaml/4.0.0": { + "System.Runtime.WindowsRuntime.UI.Xaml/4.0.1": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Runtime.WindowsRuntime": "[4.0.0, )" + "System.Runtime": "4.1.0", + "System.Runtime.WindowsRuntime": "4.0.11" }, "compile": { "ref/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.dll": {} }, "runtime": { - "lib/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.dll": {} + "runtimes/win8/lib/netstandard1.3/System.Runtime.WindowsRuntime.UI.Xaml.dll": {} } }, - "System.Security.Claims/4.0.0": { + "System.Security.Claims/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.IO": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Security.Principal": "[4.0.0, )" + "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/dotnet/System.Security.Claims.dll": {} + "ref/netstandard1.3/System.Security.Claims.dll": {} }, "runtime": { - "lib/dotnet/System.Security.Claims.dll": {} + "lib/netstandard1.3/System.Security.Claims.dll": {} } }, - "System.Security.Principal/4.0.0": { + "System.Security.Cryptography.Algorithms/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Cng/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.4/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Linq": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Calendars": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Cng": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.1.0" }, "compile": { "ref/netcore50/System.Security.Principal.dll": {} @@ -2904,10 +4626,13 @@ "lib/netcore50/System.Security.Principal.dll": {} } }, - "System.ServiceModel.Duplex/4.0.0": { + "System.ServiceModel.Duplex/4.0.2": { + "type": "package", "dependencies": { - "System.Private.ServiceModel": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Private.ServiceModel": "4.1.1", + "System.Runtime": "4.1.0", + "System.ServiceModel.Primitives": "4.1.1", + "System.Threading": "4.0.11" }, "compile": { "ref/netcore50/System.ServiceModel.Duplex.dll": {} @@ -2916,22 +4641,32 @@ "lib/netcore50/System.ServiceModel.Duplex.dll": {} } }, - "System.ServiceModel.Http/4.0.10": { + "System.ServiceModel.Http/4.1.1": { + "type": "package", "dependencies": { - "System.Private.ServiceModel": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Net.Primitives": "4.0.11", + "System.Net.WebHeaderCollection": "4.0.1", + "System.Private.ServiceModel": "4.1.1", + "System.Runtime": "4.1.0", + "System.Runtime.Serialization.Xml": "4.1.1", + "System.ServiceModel.Primitives": "4.1.1", + "System.Text.Encoding": "4.0.11" }, "compile": { - "ref/dotnet/System.ServiceModel.Http.dll": {} + "ref/netcore50/System.ServiceModel.Http.dll": {} }, "runtime": { "lib/netcore50/System.ServiceModel.Http.dll": {} } }, - "System.ServiceModel.NetTcp/4.0.0": { + "System.ServiceModel.NetTcp/4.1.1": { + "type": "package", "dependencies": { - "System.Private.ServiceModel": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Net.Primitives": "4.0.11", + "System.Private.ServiceModel": "4.1.1", + "System.Runtime": "4.1.0", + "System.Runtime.Serialization.Xml": "4.1.1", + "System.ServiceModel.Primitives": "4.1.1" }, "compile": { "ref/netcore50/System.ServiceModel.NetTcp.dll": {} @@ -2940,10 +4675,25 @@ "lib/netcore50/System.ServiceModel.NetTcp.dll": {} } }, - "System.ServiceModel.Primitives/4.0.0": { + "System.ServiceModel.Primitives/4.1.1": { + "type": "package", "dependencies": { - "System.Private.ServiceModel": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Collections": "4.0.11", + "System.ComponentModel.EventBasedAsync": "4.0.11", + "System.Globalization": "4.0.11", + "System.IO": "4.1.0", + "System.Net.Primitives": "4.0.11", + "System.ObjectModel": "4.0.12", + "System.Private.ServiceModel": "4.1.1", + "System.Reflection": "4.1.0", + "System.Runtime": "4.1.0", + "System.Runtime.Serialization.Primitives": "4.1.1", + "System.Runtime.Serialization.Xml": "4.1.1", + "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.Xml.ReaderWriter": "4.0.11" }, "compile": { "ref/netcore50/System.ServiceModel.Primitives.dll": {} @@ -2952,10 +4702,13 @@ "lib/netcore50/System.ServiceModel.Primitives.dll": {} } }, - "System.ServiceModel.Security/4.0.0": { + "System.ServiceModel.Security/4.0.2": { + "type": "package", "dependencies": { - "System.Private.ServiceModel": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Private.ServiceModel": "4.1.1", + "System.Runtime": "4.1.0", + "System.Runtime.Serialization.Xml": "4.1.1", + "System.ServiceModel.Primitives": "4.1.1" }, "compile": { "ref/netcore50/System.ServiceModel.Security.dll": {} @@ -2964,136 +4717,152 @@ "lib/netcore50/System.ServiceModel.Security.dll": {} } }, - "System.Text.Encoding/4.0.10": { + "System.Text.Encoding/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Text.Encoding": "4.3.0" }, "compile": { - "ref/dotnet/System.Text.Encoding.dll": {} + "ref/netcore50/System.Text.Encoding.dll": {} }, "runtime": { - "lib/netcore50/System.Text.Encoding.dll": {} + "lib/win8/_._": {} } }, - "System.Text.Encoding.CodePages/4.0.0": { + "System.Text.Encoding.CodePages/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.Handles": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Threading": "[4.0.10, )" + "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/dotnet/System.Text.Encoding.CodePages.dll": {} + "ref/netstandard1.3/System.Text.Encoding.CodePages.dll": {} }, "runtime": { - "lib/dotnet/System.Text.Encoding.CodePages.dll": {} + "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": {} } }, - "System.Text.Encoding.Extensions/4.0.10": { + "System.Text.Encoding.Extensions/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )", - "System.Text.Encoding": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.any.System.Text.Encoding.Extensions": "4.3.0" }, "compile": { - "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + "ref/netcore50/System.Text.Encoding.Extensions.dll": {} }, "runtime": { - "lib/netcore50/System.Text.Encoding.Extensions.dll": {} + "lib/win8/_._": {} } }, - "System.Text.RegularExpressions/4.0.10": { + "System.Text.RegularExpressions/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/System.Text.RegularExpressions.dll": {} + "ref/netcore50/System.Text.RegularExpressions.dll": {} }, "runtime": { - "lib/dotnet/System.Text.RegularExpressions.dll": {} + "lib/netcore50/System.Text.RegularExpressions.dll": {} } }, - "System.Threading/4.0.10": { + "System.Threading/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.0, )" + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/dotnet/System.Threading.dll": {} + "ref/netcore50/System.Threading.dll": {} }, "runtime": { "lib/netcore50/System.Threading.dll": {} } }, - "System.Threading.Overlapped/4.0.0": { + "System.Threading.Overlapped/4.3.0": { + "type": "package", "dependencies": { - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Runtime.Handles": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/System.Threading.Overlapped.dll": {} + "ref/netstandard1.3/System.Threading.Overlapped.dll": {} }, "runtime": { - "lib/netcore50/System.Threading.Overlapped.dll": {} + "runtimes/win/lib/netcore50/System.Threading.Overlapped.dll": {} } }, - "System.Threading.Tasks/4.0.10": { + "System.Threading.Tasks/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/dotnet/System.Threading.Tasks.dll": {} + "ref/netcore50/System.Threading.Tasks.dll": {} }, "runtime": { - "lib/netcore50/System.Threading.Tasks.dll": {} + "lib/win8/_._": {} } }, - "System.Threading.Tasks.Dataflow/4.5.25": { - "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Collections.Concurrent": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Diagnostics.Tracing": "[4.0.0, )", - "System.Dynamic.Runtime": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.0, )" - }, + "System.Threading.Tasks.Dataflow/4.6.0": { + "type": "package", "compile": { - "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {} + "lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll": {} }, "runtime": { - "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {} + "lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll": {} } }, - "System.Threading.Tasks.Parallel/4.0.0": { + "System.Threading.Tasks.Extensions/4.3.0": { + "type": "package", + "compile": { + "lib/portable-net45+win8+wp8+wpa81/_._": {} + }, + "runtime": { + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll": {} + } + }, + "System.Threading.Tasks.Parallel/4.0.1": { + "type": "package", "dependencies": { - "System.Collections.Concurrent": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Diagnostics.Tracing": "[4.0.20, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "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/netcore50/System.Threading.Tasks.Parallel.dll": {} @@ -3102,126 +4871,149 @@ "lib/netcore50/System.Threading.Tasks.Parallel.dll": {} } }, - "System.Threading.Timer/4.0.0": { + "System.Threading.Timer/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Threading.Timer": "4.3.0" + }, "compile": { "ref/netcore50/System.Threading.Timer.dll": {} }, "runtime": { - "lib/netcore50/System.Threading.Timer.dll": {} + "lib/win81/_._": {} } }, - "System.Xml.ReaderWriter/4.0.10": { + "System.Xml.ReaderWriter/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.IO.FileSystem": "[4.0.0, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Tasks.Extensions": "4.3.0" }, "compile": { - "ref/dotnet/System.Xml.ReaderWriter.dll": {} + "ref/netcore50/System.Xml.ReaderWriter.dll": {} }, "runtime": { - "lib/dotnet/System.Xml.ReaderWriter.dll": {} + "lib/netcore50/System.Xml.ReaderWriter.dll": {} } }, - "System.Xml.XDocument/4.0.10": { + "System.Xml.XDocument/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Xml.ReaderWriter": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0" }, "compile": { - "ref/dotnet/System.Xml.XDocument.dll": {} + "ref/netcore50/System.Xml.XDocument.dll": {} }, "runtime": { - "lib/dotnet/System.Xml.XDocument.dll": {} + "lib/netcore50/System.Xml.XDocument.dll": {} } }, - "System.Xml.XmlDocument/4.0.0": { + "System.Xml.XmlDocument/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Xml.ReaderWriter": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0" }, "compile": { - "ref/dotnet/System.Xml.XmlDocument.dll": {} + "ref/netstandard1.3/System.Xml.XmlDocument.dll": {} }, "runtime": { - "lib/dotnet/System.Xml.XmlDocument.dll": {} + "lib/netstandard1.3/System.Xml.XmlDocument.dll": {} } }, - "System.Xml.XmlSerializer/4.0.10": { + "System.Xml.XmlSerializer/4.0.11": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Xml.ReaderWriter": "[4.0.10, )", - "System.Xml.XmlDocument": "[4.0.0, )" + "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/dotnet/System.Xml.XmlSerializer.dll": {} + "ref/netcore50/System.Xml.XmlSerializer.dll": {} }, "runtime": { "lib/netcore50/System.Xml.XmlSerializer.dll": {} } + }, + "PocketSharp/1.0.0": { + "type": "project" } }, - "UAP,Version=v10.0/win10-arm-aot": { - "Fody/1.29.2": {}, - "Microsoft.CSharp/4.0.0": { + "UAP,Version=v10.0.15063/win10-arm-aot": { + "Fody/3.0.0": { + "type": "package", + "build": { + "build/Fody.targets": {} + } + }, + "Microsoft.CSharp/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Dynamic.Runtime": "[4.0.0, )", - "System.Globalization": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.0, )", - "System.ObjectModel": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Dynamic.Runtime": "4.3.0", + "System.Globalization": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { "ref/netcore50/Microsoft.CSharp.dll": {} @@ -3230,187 +5022,232 @@ "lib/netcore50/Microsoft.CSharp.dll": {} } }, - "Microsoft.NETCore/5.0.0": { + "Microsoft.Net.Native.Compiler/1.7.3": { + "type": "package", "dependencies": { - "Microsoft.CSharp": "[4.0.0, )", - "Microsoft.NETCore.Targets": "[1.0.0, )", - "Microsoft.VisualBasic": "[10.0.0, )", - "System.AppContext": "[4.0.0, )", - "System.Collections": "[4.0.10, )", - "System.Collections.Concurrent": "[4.0.10, )", - "System.Collections.Immutable": "[1.1.37, )", - "System.ComponentModel": "[4.0.0, )", - "System.ComponentModel.Annotations": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Diagnostics.Tools": "[4.0.0, )", - "System.Diagnostics.Tracing": "[4.0.20, )", - "System.Dynamic.Runtime": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.Globalization.Calendars": "[4.0.0, )", - "System.Globalization.Extensions": "[4.0.0, )", - "System.IO": "[4.0.10, )", - "System.IO.Compression": "[4.0.0, )", - "System.IO.Compression.ZipFile": "[4.0.0, )", - "System.IO.FileSystem": "[4.0.0, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.IO.UnmanagedMemoryStream": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.10, )", - "System.Linq.Parallel": "[4.0.0, )", - "System.Linq.Queryable": "[4.0.0, )", - "System.Net.Http": "[4.0.0, )", - "System.Net.NetworkInformation": "[4.0.0, )", - "System.Net.Primitives": "[4.0.10, )", - "System.Numerics.Vectors": "[4.1.0, )", - "System.ObjectModel": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.DispatchProxy": "[4.0.0, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Metadata": "[1.0.22, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.Handles": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Runtime.Numerics": "[4.0.0, )", - "System.Security.Claims": "[4.0.0, )", - "System.Security.Principal": "[4.0.0, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )", - "System.Threading.Tasks.Dataflow": "[4.5.25, )", - "System.Threading.Tasks.Parallel": "[4.0.0, )", - "System.Threading.Timer": "[4.0.0, )", - "System.Xml.ReaderWriter": "[4.0.10, )", - "System.Xml.XDocument": "[4.0.10, )" + "Microsoft.Net.Native.SharedLibrary-arm": "1.7.0", + "Microsoft.Net.Native.SharedLibrary-x64": "1.7.0", + "Microsoft.Net.Native.SharedLibrary-x86": "1.7.0" + }, + "build": { + "build/Microsoft.Net.Native.Compiler.props": {}, + "build/Microsoft.Net.Native.Compiler.targets": {} } }, - "Microsoft.NETCore.Platforms/1.0.0": {}, - "Microsoft.NETCore.Portable.Compatibility/1.0.0": { + "Microsoft.Net.Native.SharedLibrary-arm/1.7.0": { + "type": "package", + "build": { + "build/Microsoft.Net.Native.SharedLibrary-arm.props": {}, + "build/Microsoft.Net.Native.SharedLibrary-arm.targets": {} + } + }, + "Microsoft.Net.Native.SharedLibrary-x64/1.7.0": { + "type": "package", + "build": { + "build/Microsoft.Net.Native.SharedLibrary-x64.props": {}, + "build/Microsoft.Net.Native.SharedLibrary-x64.targets": {} + } + }, + "Microsoft.Net.Native.SharedLibrary-x86/1.7.0": { + "type": "package", + "build": { + "build/Microsoft.Net.Native.SharedLibrary-x86.props": {}, + "build/Microsoft.Net.Native.SharedLibrary-x86.targets": {} + } + }, + "Microsoft.NETCore/5.0.2": { + "type": "package", "dependencies": { - "Microsoft.NETCore.Runtime": "[1.0.0, )" + "Microsoft.CSharp": "4.0.1", + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.VisualBasic": "10.0.1", + "System.AppContext": "4.1.0", + "System.Collections": "4.0.11", + "System.Collections.Concurrent": "4.0.12", + "System.Collections.Immutable": "1.2.0", + "System.ComponentModel": "4.0.1", + "System.ComponentModel.Annotations": "4.1.0", + "System.Diagnostics.Debug": "4.0.11", + "System.Diagnostics.Tools": "4.0.1", + "System.Diagnostics.Tracing": "4.1.0", + "System.Dynamic.Runtime": "4.0.11", + "System.Globalization": "4.0.11", + "System.Globalization.Calendars": "4.0.1", + "System.Globalization.Extensions": "4.0.1", + "System.IO": "4.1.0", + "System.IO.Compression": "4.1.1", + "System.IO.Compression.ZipFile": "4.0.1", + "System.IO.FileSystem": "4.0.1", + "System.IO.FileSystem.Primitives": "4.0.1", + "System.IO.UnmanagedMemoryStream": "4.0.1", + "System.Linq": "4.1.0", + "System.Linq.Expressions": "4.1.0", + "System.Linq.Parallel": "4.0.1", + "System.Linq.Queryable": "4.0.1", + "System.Net.Http": "4.1.0", + "System.Net.NetworkInformation": "4.1.0", + "System.Net.Primitives": "4.0.11", + "System.Numerics.Vectors": "4.1.1", + "System.ObjectModel": "4.0.12", + "System.Reflection": "4.1.0", + "System.Reflection.DispatchProxy": "4.0.1", + "System.Reflection.Extensions": "4.0.1", + "System.Reflection.Metadata": "1.3.0", + "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.Handles": "4.0.1", + "System.Runtime.InteropServices": "4.1.0", + "System.Runtime.Numerics": "4.0.1", + "System.Security.Claims": "4.0.1", + "System.Security.Principal": "4.0.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.Threading.Tasks.Dataflow": "4.6.0", + "System.Threading.Tasks.Parallel": "4.0.1", + "System.Threading.Timer": "4.0.1", + "System.Xml.ReaderWriter": "4.0.11", + "System.Xml.XDocument": "4.0.11" + } + }, + "Microsoft.NETCore.Jit/1.0.3": { + "type": "package" + }, + "Microsoft.NETCore.Platforms/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Portable.Compatibility/1.0.2": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Runtime.CoreCLR": "1.0.2" }, "compile": { - "ref/netcore50/mscorlib.dll": {}, "ref/netcore50/System.ComponentModel.DataAnnotations.dll": {}, "ref/netcore50/System.Core.dll": {}, - "ref/netcore50/System.dll": {}, "ref/netcore50/System.Net.dll": {}, "ref/netcore50/System.Numerics.dll": {}, "ref/netcore50/System.Runtime.Serialization.dll": {}, - "ref/netcore50/System.ServiceModel.dll": {}, "ref/netcore50/System.ServiceModel.Web.dll": {}, + "ref/netcore50/System.ServiceModel.dll": {}, "ref/netcore50/System.Windows.dll": {}, - "ref/netcore50/System.Xml.dll": {}, "ref/netcore50/System.Xml.Linq.dll": {}, - "ref/netcore50/System.Xml.Serialization.dll": {} + "ref/netcore50/System.Xml.Serialization.dll": {}, + "ref/netcore50/System.Xml.dll": {}, + "ref/netcore50/System.dll": {}, + "ref/netcore50/mscorlib.dll": {} }, "runtime": { - "runtimes/aot/lib/netcore50/mscorlib.dll": {}, "runtimes/aot/lib/netcore50/System.ComponentModel.DataAnnotations.dll": {}, "runtimes/aot/lib/netcore50/System.Core.dll": {}, - "runtimes/aot/lib/netcore50/System.dll": {}, "runtimes/aot/lib/netcore50/System.Net.dll": {}, "runtimes/aot/lib/netcore50/System.Numerics.dll": {}, "runtimes/aot/lib/netcore50/System.Runtime.Serialization.dll": {}, - "runtimes/aot/lib/netcore50/System.ServiceModel.dll": {}, "runtimes/aot/lib/netcore50/System.ServiceModel.Web.dll": {}, + "runtimes/aot/lib/netcore50/System.ServiceModel.dll": {}, "runtimes/aot/lib/netcore50/System.Windows.dll": {}, - "runtimes/aot/lib/netcore50/System.Xml.dll": {}, "runtimes/aot/lib/netcore50/System.Xml.Linq.dll": {}, - "runtimes/aot/lib/netcore50/System.Xml.Serialization.dll": {} + "runtimes/aot/lib/netcore50/System.Xml.Serialization.dll": {}, + "runtimes/aot/lib/netcore50/System.Xml.dll": {}, + "runtimes/aot/lib/netcore50/System.dll": {}, + "runtimes/aot/lib/netcore50/mscorlib.dll": {} } }, - "Microsoft.NETCore.Runtime/1.0.0": {}, - "Microsoft.NETCore.Runtime.Native/1.0.0": { + "Microsoft.NETCore.Runtime.CoreCLR/1.0.3": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, 4.0.10]", - "System.Diagnostics.Contracts": "[4.0.0, 4.0.0]", - "System.Diagnostics.Debug": "[4.0.10, 4.0.10]", - "System.Diagnostics.StackTrace": "[4.0.0, 4.0.0]", - "System.Diagnostics.Tools": "[4.0.0, 4.0.0]", - "System.Diagnostics.Tracing": "[4.0.20, 4.0.20]", - "System.Globalization": "[4.0.10, 4.0.10]", - "System.Globalization.Calendars": "[4.0.0, 4.0.0]", - "System.IO": "[4.0.10, 4.0.10]", - "System.ObjectModel": "[4.0.10, 4.0.10]", - "System.Private.Uri": "[4.0.0, 4.0.0]", - "System.Reflection": "[4.0.10, 4.0.10]", - "System.Reflection.Extensions": "[4.0.0, 4.0.0]", - "System.Reflection.Primitives": "[4.0.0, 4.0.0]", - "System.Resources.ResourceManager": "[4.0.0, 4.0.0]", - "System.Runtime": "[4.0.20, 4.0.20]", - "System.Runtime.Extensions": "[4.0.10, 4.0.10]", - "System.Runtime.Handles": "[4.0.0, 4.0.0]", - "System.Runtime.InteropServices": "[4.0.20, 4.0.20]", - "System.Text.Encoding": "[4.0.10, 4.0.10]", - "System.Text.Encoding.Extensions": "[4.0.10, 4.0.10]", - "System.Threading": "[4.0.10, 4.0.10]", - "System.Threading.Tasks": "[4.0.10, 4.0.10]", - "System.Threading.Timer": "[4.0.0, 4.0.0]" + "Microsoft.NETCore.Jit": "1.0.3", + "Microsoft.NETCore.Windows.ApiSets": "1.0.1", + "runtime.win8-arm.Microsoft.NETCore.Runtime.CoreCLR": "1.0.2" } }, - "Microsoft.NETCore.Targets/1.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "[1.0.0, )", - "Microsoft.NETCore.Targets.UniversalWindowsPlatform": "[5.0.0, )" + "Microsoft.NETCore.Targets/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} } }, - "Microsoft.NETCore.Targets.UniversalWindowsPlatform/5.0.0": {}, - "Microsoft.NETCore.UniversalWindowsPlatform/5.0.0": { + "Microsoft.NETCore.UniversalWindowsPlatform/6.0.8": { + "type": "package", "dependencies": { - "Microsoft.NETCore": "[5.0.0, )", - "Microsoft.NETCore.Portable.Compatibility": "[1.0.0, )", - "Microsoft.NETCore.Runtime": "[1.0.0, )", - "Microsoft.Win32.Primitives": "[4.0.0, )", - "System.ComponentModel.EventBasedAsync": "[4.0.10, )", - "System.Data.Common": "[4.0.0, )", - "System.Diagnostics.Contracts": "[4.0.0, )", - "System.Diagnostics.StackTrace": "[4.0.0, )", - "System.IO.IsolatedStorage": "[4.0.0, )", - "System.Net.Http.Rtc": "[4.0.0, )", - "System.Net.Requests": "[4.0.10, )", - "System.Net.Sockets": "[4.0.0, )", - "System.Net.WebHeaderCollection": "[4.0.0, )", - "System.Numerics.Vectors.WindowsRuntime": "[4.0.0, )", - "System.Reflection.Context": "[4.0.0, )", - "System.Runtime.InteropServices.WindowsRuntime": "[4.0.0, )", - "System.Runtime.Serialization.Json": "[4.0.0, )", - "System.Runtime.Serialization.Primitives": "[4.0.10, )", - "System.Runtime.Serialization.Xml": "[4.0.10, )", - "System.Runtime.WindowsRuntime": "[4.0.10, )", - "System.Runtime.WindowsRuntime.UI.Xaml": "[4.0.0, )", - "System.ServiceModel.Duplex": "[4.0.0, )", - "System.ServiceModel.Http": "[4.0.10, )", - "System.ServiceModel.NetTcp": "[4.0.0, )", - "System.ServiceModel.Primitives": "[4.0.0, )", - "System.ServiceModel.Security": "[4.0.0, )", - "System.Text.Encoding.CodePages": "[4.0.0, )", - "System.Xml.XmlSerializer": "[4.0.10, )" + "Microsoft.NETCore": "5.0.2", + "Microsoft.NETCore.Portable.Compatibility": "1.0.2", + "Microsoft.NETCore.Runtime.CoreCLR": "1.0.3", + "Microsoft.NETCore.Targets": "1.0.2", + "Microsoft.Net.Native.Compiler": "1.7.3", + "Microsoft.Win32.Primitives": "4.0.1", + "System.Collections.NonGeneric": "4.0.1", + "System.Collections.Specialized": "4.0.1", + "System.ComponentModel.EventBasedAsync": "4.0.11", + "System.Data.Common": "4.1.0", + "System.Diagnostics.Contracts": "4.0.1", + "System.Diagnostics.StackTrace": "4.0.2", + "System.IO.IsolatedStorage": "4.0.1", + "System.Net.Http.Rtc": "4.0.1", + "System.Net.NameResolution": "4.0.0", + "System.Net.Requests": "4.0.11", + "System.Net.Sockets": "4.1.0", + "System.Net.WebHeaderCollection": "4.0.1", + "System.Net.WebSockets": "4.0.0", + "System.Net.WebSockets.Client": "4.0.2", + "System.Numerics.Vectors.WindowsRuntime": "4.0.1", + "System.Reflection.Context": "4.0.1", + "System.Runtime.InteropServices.WindowsRuntime": "4.0.1", + "System.Runtime.Serialization.Json": "4.0.3", + "System.Runtime.Serialization.Primitives": "4.1.1", + "System.Runtime.Serialization.Xml": "4.1.2", + "System.Runtime.WindowsRuntime": "4.0.11", + "System.Runtime.WindowsRuntime.UI.Xaml": "4.0.1", + "System.ServiceModel.Duplex": "4.0.2", + "System.ServiceModel.Http": "4.1.1", + "System.ServiceModel.NetTcp": "4.1.1", + "System.ServiceModel.Primitives": "4.1.1", + "System.ServiceModel.Security": "4.0.2", + "System.Text.Encoding.CodePages": "4.0.1", + "System.Threading.Overlapped": "4.0.1", + "System.Xml.XmlDocument": "4.0.1", + "System.Xml.XmlSerializer": "4.0.11", + "runtime.win10-arm-aot.Microsoft.NETCore.UniversalWindowsPlatform": "6.0.8" + }, + "compile": { + "ref/netcore50/_._": {} } }, - "Microsoft.VisualBasic/10.0.0": { + "Microsoft.NETCore.Windows.ApiSets/1.0.1": { + "type": "package" + }, + "Microsoft.VisualBasic/10.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Dynamic.Runtime": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.10, )", - "System.ObjectModel": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )" + "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/netcore50/Microsoft.VisualBasic.dll": {} @@ -3419,139 +5256,635 @@ "lib/netcore50/Microsoft.VisualBasic.dll": {} } }, - "Microsoft.Win32.Primitives/4.0.0": { + "Microsoft.Win32.Primitives/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.20, )", - "System.Runtime.InteropServices": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.win.Microsoft.Win32.Primitives": "4.3.0" }, "compile": { - "ref/dotnet/Microsoft.Win32.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {} } }, - "Newtonsoft.Json/7.0.1": { - "compile": { - "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {} - }, - "runtime": { - "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {} - } - }, - "PropertyChanged.Fody/1.50.3": { + "NETStandard.Library/1.6.1": { + "type": "package", "dependencies": { - "Fody": "[1.29.2, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.Win32.Primitives": "4.3.0", + "System.AppContext": "4.3.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Console": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Calendars": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.IO.Compression.ZipFile": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.Net.Http": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Net.Sockets": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Timer": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0", + "System.Xml.XDocument": "4.3.0" + } + }, + "Newtonsoft.Json/11.0.2": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.3.0", + "NETStandard.Library": "1.6.1", + "System.ComponentModel.TypeConverter": "4.3.0", + "System.Runtime.Serialization.Formatters": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0", + "System.Xml.XmlDocument": "4.3.0" }, "compile": { - "Lib/dotnet/PropertyChanged.dll": {} + "lib/netstandard1.3/Newtonsoft.Json.dll": {} }, "runtime": { - "Lib/dotnet/PropertyChanged.dll": {} + "lib/netstandard1.3/Newtonsoft.Json.dll": {} } }, - "System.AppContext/4.0.0": { + "PropertyChanged.Fody/2.4.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Threading": "[4.0.0, )" + "Fody": "3.0.0", + "NETStandard.Library": "1.6.1" }, "compile": { - "ref/dotnet/System.AppContext.dll": {} + "lib/netstandard1.0/PropertyChanged.dll": {} }, "runtime": { - "lib/netcore50/System.AppContext.dll": {} + "lib/netstandard1.0/PropertyChanged.dll": {} } }, - "System.Collections/4.0.10": { + "runtime.aot.System.Collections/4.3.0": { + "type": "package", "dependencies": { - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/System.Collections.dll": {} + "ref/netstandard/_._": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Collections.dll": {} + "runtimes/aot/lib/netcore50/System.Collections.dll": {} } }, - "System.Collections.Concurrent/4.0.10": { + "runtime.aot.System.Diagnostics.Tools/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Diagnostics.Tools.dll": {} + } + }, + "runtime.aot.System.Diagnostics.Tracing/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Diagnostics.Tracing": "[4.0.20, )", - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/System.Collections.Concurrent.dll": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/dotnet/System.Collections.Concurrent.dll": {} + "runtimes/aot/lib/netcore50/System.Diagnostics.Tracing.dll": {} } }, - "System.Collections.Immutable/1.1.37": { + "runtime.aot.System.Globalization/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Globalization.dll": {} + } + }, + "runtime.aot.System.Globalization.Calendars/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Globalization.Calendars.dll": {} + } + }, + "runtime.aot.System.IO/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Globalization": "4.3.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" }, "compile": { - "lib/dotnet/System.Collections.Immutable.dll": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/dotnet/System.Collections.Immutable.dll": {} + "runtimes/aot/lib/netcore50/System.IO.dll": {} } }, - "System.Collections.NonGeneric/4.0.0": { + "runtime.aot.System.Reflection/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Reflection.dll": {} + } + }, + "runtime.aot.System.Reflection.Extensions/4.3.0": { + "type": "package", "dependencies": { - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )" + "System.Diagnostics.Debug": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/dotnet/System.Collections.NonGeneric.dll": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/dotnet/System.Collections.NonGeneric.dll": {} + "runtimes/aot/lib/netcore50/System.Reflection.Extensions.dll": {} } }, - "System.Collections.Specialized/4.0.0": { + "runtime.aot.System.Reflection.Primitives/4.3.0": { + "type": "package", "dependencies": { - "System.Collections.NonGeneric": "[4.0.0, )", - "System.Globalization": "[4.0.10, )", - "System.Globalization.Extensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )" + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/System.Collections.Specialized.dll": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/dotnet/System.Collections.Specialized.dll": {} + "runtimes/aot/lib/netcore50/System.Reflection.Primitives.dll": {} } }, - "System.ComponentModel/4.0.0": { + "runtime.aot.System.Resources.ResourceManager/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.20, )" + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Resources.ResourceManager.dll": {} + } + }, + "runtime.aot.System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Runtime.dll": {} + } + }, + "runtime.aot.System.Runtime.Handles/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Runtime.Handles.dll": {} + } + }, + "runtime.aot.System.Runtime.InteropServices/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Runtime.InteropServices.dll": {} + } + }, + "runtime.aot.System.Text.Encoding/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Text.Encoding.dll": {} + } + }, + "runtime.aot.System.Text.Encoding.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "runtime.aot.System.Threading.Tasks/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Threading.Tasks.dll": {} + } + }, + "runtime.aot.System.Threading.Timer/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Threading.Timer.dll": {} + } + }, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.native.System.IO.Compression/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "4.0.1" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "dependencies": { + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.win.Microsoft.Win32.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0", + "System.Runtime.InteropServices": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Primitives.dll": {} + } + }, + "runtime.win.System.Console/4.3.0": { + "type": "package", + "dependencies": { + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Console.dll": {} + } + }, + "runtime.win.System.Diagnostics.Debug/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win.System.IO.FileSystem/4.3.0": { + "type": "package", + "dependencies": { + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.WindowsRuntime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.IO.FileSystem.dll": {} + } + }, + "runtime.win.System.Net.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Net.Primitives.dll": {} + } + }, + "runtime.win.System.Net.Sockets/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Net.NameResolution": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Net.Sockets.dll": {} + } + }, + "runtime.win.System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win10-arm-aot.Microsoft.NETCore.UniversalWindowsPlatform/6.0.8": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + } + }, + "runtime.win10-arm-aot.runtime.native.System.IO.Compression/4.0.1": { + "type": "package", + "runtime": { + "runtimes/win10-arm-aot/lib/netcore50/clrcompression.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Private.Uri.dll": {} + } + }, + "runtime.win8-arm.Microsoft.NETCore.Runtime.CoreCLR/1.0.2": { + "type": "package", + "compile": { + "ref/netstandard1.0/_._": {} + }, + "runtime": { + "runtimes/win8-arm-aot/lib/netstandard1.0/_._": {} + }, + "native": { + "runtimes/win8-arm-aot/native/_._": {} + } + }, + "System.AppContext/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.AppContext.dll": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.AppContext.dll": {} + } + }, + "System.Buffers/4.3.0": { + "type": "package", + "compile": { + "lib/netstandard1.1/System.Buffers.dll": {} + }, + "runtime": { + "lib/netstandard1.1/System.Buffers.dll": {} + } + }, + "System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Collections": "4.3.0" + }, + "compile": { + "ref/netcore50/System.Collections.dll": {} + }, + "runtime": { + "lib/win8/_._": {} + } + }, + "System.Collections.Concurrent/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netcore50/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/netcore50/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.Immutable/1.2.0": { + "type": "package", + "compile": { + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} + }, + "runtime": { + "lib/portable-net45+win8+wp8+wpa81/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/System.Collections.Specialized.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Collections.Specialized.dll": {} + } + }, + "System.ComponentModel/4.0.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.1.0" }, "compile": { "ref/netcore50/System.ComponentModel.dll": {} @@ -3560,315 +5893,369 @@ "lib/netcore50/System.ComponentModel.dll": {} } }, - "System.ComponentModel.Annotations/4.0.10": { + "System.ComponentModel.Annotations/4.1.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.ComponentModel": "[4.0.0, )", - "System.Globalization": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.10, )", - "System.Threading": "[4.0.10, )" + "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/dotnet/System.ComponentModel.Annotations.dll": {} + "ref/netcore50/System.ComponentModel.Annotations.dll": {} }, "runtime": { - "lib/dotnet/System.ComponentModel.Annotations.dll": {} + "lib/netcore50/System.ComponentModel.Annotations.dll": {} } }, - "System.ComponentModel.EventBasedAsync/4.0.10": { + "System.ComponentModel.EventBasedAsync/4.0.11": { + "type": "package", "dependencies": { - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + "ref/netcore50/System.ComponentModel.EventBasedAsync.dll": {} }, "runtime": { - "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + "lib/netcore50/System.ComponentModel.EventBasedAsync.dll": {} } }, - "System.Data.Common/4.0.0": { + "System.ComponentModel.Primitives/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard1.0/System.ComponentModel.Primitives.dll": {} + }, + "runtime": { + "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {} + } + }, + "System.ComponentModel.TypeConverter/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Collections.NonGeneric": "[4.0.0, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.0, )" + "System.ComponentModel.Primitives": "4.3.0" }, "compile": { - "ref/dotnet/System.Data.Common.dll": {} + "ref/netstandard1.0/System.ComponentModel.TypeConverter.dll": {} }, "runtime": { - "lib/dotnet/System.Data.Common.dll": {} + "lib/netstandard1.0/System.ComponentModel.TypeConverter.dll": {} } }, - "System.Diagnostics.Contracts/4.0.0": { + "System.Console/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.win.System.Console": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Console.dll": {} + } + }, + "System.Data.Common/4.1.0": { + "type": "package", + "compile": { + "ref/netstandard1.2/System.Data.Common.dll": {} + }, + "runtime": { + "lib/netstandard1.2/System.Data.Common.dll": {} + } + }, + "System.Diagnostics.Contracts/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, "compile": { "ref/netcore50/System.Diagnostics.Contracts.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Contracts.dll": {} + "runtimes/aot/lib/netcore50/System.Diagnostics.Contracts.dll": {} } }, - "System.Diagnostics.Debug/4.0.10": { + "System.Diagnostics.Debug/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.win.System.Diagnostics.Debug": "4.3.0" }, "compile": { - "ref/dotnet/System.Diagnostics.Debug.dll": {} + "ref/netcore50/System.Diagnostics.Debug.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll": {} + "lib/win8/_._": {} } }, - "System.Diagnostics.StackTrace/4.0.0": { + "System.Diagnostics.DiagnosticSource/4.3.0": { + "type": "package", + "compile": { + "lib/netstandard1.3/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {} + } + }, + "System.Diagnostics.StackTrace/4.0.2": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.0.1" }, "compile": { - "ref/dotnet/System.Diagnostics.StackTrace.dll": {} + "ref/netstandard1.3/System.Diagnostics.StackTrace.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.StackTrace.dll": {} + "runtimes/aot/lib/netcore50/System.Diagnostics.StackTrace.dll": {} } }, - "System.Diagnostics.Tools/4.0.0": { + "System.Diagnostics.Tools/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Diagnostics.Tools": "4.3.0" + }, "compile": { "ref/netcore50/System.Diagnostics.Tools.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.dll": {} + "lib/win8/_._": {} } }, - "System.Diagnostics.Tracing/4.0.20": { + "System.Diagnostics.Tracing/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Globalization": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.0, )", - "System.Text.Encoding": "[4.0.0, )", - "System.Threading": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Diagnostics.Tracing": "4.3.0" }, "compile": { - "ref/dotnet/System.Diagnostics.Tracing.dll": {} + "ref/netcore50/System.Diagnostics.Tracing.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll": {} + "lib/win8/_._": {} } }, - "System.Dynamic.Runtime/4.0.10": { + "System.Dynamic.Runtime/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.10, )", - "System.ObjectModel": "[4.0.0, )", - "System.Reflection": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/System.Dynamic.Runtime.dll": {} + "ref/netcore50/System.Dynamic.Runtime.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Dynamic.Runtime.dll": {} + "runtimes/aot/lib/netcore50/System.Dynamic.Runtime.dll": {} } }, - "System.Globalization/4.0.10": { + "System.Globalization/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Globalization": "4.3.0" }, "compile": { - "ref/dotnet/System.Globalization.dll": {} + "ref/netcore50/System.Globalization.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Globalization.dll": {} + "lib/win8/_._": {} } }, - "System.Globalization.Calendars/4.0.0": { + "System.Globalization.Calendars/4.3.0": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.0, )", - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Globalization.Calendars": "4.3.0" }, "compile": { - "ref/dotnet/System.Globalization.Calendars.dll": {} - }, - "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Globalization.Calendars.dll": {} + "ref/netstandard1.3/System.Globalization.Calendars.dll": {} } }, - "System.Globalization.Extensions/4.0.0": { + "System.Globalization.Extensions/4.0.1": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )" + "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/dotnet/System.Globalization.Extensions.dll": {} + "ref/netstandard1.3/System.Globalization.Extensions.dll": {} }, "runtime": { - "lib/dotnet/System.Globalization.Extensions.dll": {} + "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll": {} } }, - "System.IO/4.0.10": { + "System.IO/4.3.0": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.aot.System.IO": "4.3.0" }, "compile": { - "ref/dotnet/System.IO.dll": {} + "ref/netcore50/System.IO.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.IO.dll": {} + "lib/win8/_._": {} } }, - "System.IO.Compression/4.0.0": { + "System.IO.Compression/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.IO": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.0, )", - "System.Text.Encoding": "[4.0.0, )", - "System.Threading": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.0, )" + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System.IO.Compression": "4.3.0" }, "compile": { "ref/netcore50/System.IO.Compression.dll": {} }, "runtime": { - "lib/netcore50/System.IO.Compression.dll": {} + "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll": {} } }, - "System.IO.Compression.clrcompression-arm/4.0.0": { - "native": { - "runtimes/win10-arm/native/ClrCompression.dll": {} - } - }, - "System.IO.Compression.ZipFile/4.0.0": { + "System.IO.Compression.ZipFile/4.3.0": { + "type": "package", "dependencies": { - "System.IO": "[4.0.10, )", - "System.IO.Compression": "[4.0.0, )", - "System.IO.FileSystem": "[4.0.0, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.Encoding": "[4.0.10, )" + "System.Buffers": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/dotnet/System.IO.Compression.ZipFile.dll": {} + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {} }, "runtime": { - "lib/dotnet/System.IO.Compression.ZipFile.dll": {} + "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} } }, - "System.IO.FileSystem/4.0.0": { + "System.IO.FileSystem/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.Handles": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Runtime.WindowsRuntime": "[4.0.0, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Overlapped": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.win.System.IO.FileSystem": "4.3.0" }, "compile": { - "ref/dotnet/System.IO.FileSystem.dll": {} + "ref/netstandard1.3/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} }, "runtime": { - "lib/netcore50/System.IO.FileSystem.dll": {} + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} } }, - "System.IO.FileSystem.Primitives/4.0.0": { + "System.IO.IsolatedStorage/4.0.1": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.20, )" + "System.IO": "4.1.0", + "System.IO.FileSystem": "4.0.1", + "System.IO.FileSystem.Primitives": "4.0.1", + "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/dotnet/System.IO.FileSystem.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} - } - }, - "System.IO.IsolatedStorage/4.0.0": { - "dependencies": { - "System.IO": "[4.0.10, )", - "System.IO.FileSystem": "[4.0.0, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" - }, - "compile": { - "ref/dotnet/System.IO.IsolatedStorage.dll": {} + "ref/netstandard1.4/System.IO.IsolatedStorage.dll": {} }, "runtime": { "lib/netcore50/System.IO.IsolatedStorage.dll": {} } }, - "System.IO.UnmanagedMemoryStream/4.0.0": { + "System.IO.UnmanagedMemoryStream/4.0.1": { + "type": "package", "dependencies": { - "System.IO": "[4.0.10, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "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/dotnet/System.IO.UnmanagedMemoryStream.dll": {} + "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} }, "runtime": { - "lib/dotnet/System.IO.UnmanagedMemoryStream.dll": {} + "lib/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} } }, - "System.Linq/4.0.0": { + "System.Linq/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" }, "compile": { "ref/netcore50/System.Linq.dll": {} @@ -3877,41 +6264,45 @@ "lib/netcore50/System.Linq.dll": {} } }, - "System.Linq.Expressions/4.0.10": { + "System.Linq.Expressions/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.IO": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.0, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Linq": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/System.Linq.Expressions.dll": {} + "ref/netcore50/System.Linq.Expressions.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll": {} + "runtimes/aot/lib/netcore50/System.Linq.Expressions.dll": {} } }, - "System.Linq.Parallel/4.0.0": { + "System.Linq.Parallel/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Collections.Concurrent": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Diagnostics.Tracing": "[4.0.20, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "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/netcore50/System.Linq.Parallel.dll": {} @@ -3920,15 +6311,17 @@ "lib/netcore50/System.Linq.Parallel.dll": {} } }, - "System.Linq.Queryable/4.0.0": { + "System.Linq.Queryable/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "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/netcore50/System.Linq.Queryable.dll": {} @@ -3937,284 +6330,364 @@ "lib/netcore50/System.Linq.Queryable.dll": {} } }, - "System.Net.Http/4.0.0": { + "System.Net.Http/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Net.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Runtime.WindowsRuntime": "[4.0.10, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.WindowsRuntime": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" }, "compile": { "ref/netcore50/System.Net.Http.dll": {} }, "runtime": { - "lib/netcore50/System.Net.Http.dll": {} + "runtimes/win/lib/netcore50/System.Net.Http.dll": {} } }, - "System.Net.Http.Rtc/4.0.0": { + "System.Net.Http.Rtc/4.0.1": { + "type": "package", "dependencies": { - "System.Net.Http": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.0.1", + "System.Net.Http": "4.1.0", + "System.Runtime": "4.1.0" }, "compile": { "ref/netcore50/System.Net.Http.Rtc.dll": {} }, "runtime": { - "lib/netcore50/System.Net.Http.Rtc.dll": {} + "runtimes/win/lib/netcore50/System.Net.Http.Rtc.dll": {} } }, - "System.Net.NetworkInformation/4.0.0": { + "System.Net.NameResolution/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )", - "System.Runtime.InteropServices.WindowsRuntime": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Net.NameResolution.dll": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Net.NameResolution.dll": {} + } + }, + "System.Net.NetworkInformation/4.1.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.Win32.Primitives": "4.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.InteropServices": "4.1.0", + "System.Runtime.InteropServices.WindowsRuntime": "4.0.1", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11" }, "compile": { "ref/netcore50/System.Net.NetworkInformation.dll": {} }, "runtime": { - "lib/netcore50/System.Net.NetworkInformation.dll": {} + "runtimes/win/lib/netcore50/System.Net.NetworkInformation.dll": {} } }, - "System.Net.Primitives/4.0.10": { + "System.Net.Primitives/4.3.0": { + "type": "package", "dependencies": { - "System.Private.Networking": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "runtime.win.System.Net.Primitives": "4.3.0" }, "compile": { - "ref/dotnet/System.Net.Primitives.dll": {} + "ref/netcore50/System.Net.Primitives.dll": {} }, "runtime": { - "lib/netcore50/System.Net.Primitives.dll": {} + "lib/win8/_._": {} } }, - "System.Net.Requests/4.0.10": { + "System.Net.Requests/4.0.11": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Net.Http": "[4.0.0, )", - "System.Net.Primitives": "[4.0.10, )", - "System.Net.WebHeaderCollection": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "System.IO": "4.1.0", + "System.Net.Primitives": "4.0.11", + "System.Net.WebHeaderCollection": "4.0.1", + "System.Runtime": "4.1.0", + "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/dotnet/System.Net.Requests.dll": {} + "ref/netcore50/System.Net.Requests.dll": {} }, "runtime": { - "lib/dotnet/System.Net.Requests.dll": {} + "runtimes/win/lib/netstandard1.3/System.Net.Requests.dll": {} } }, - "System.Net.Sockets/4.0.0": { + "System.Net.Sockets/4.3.0": { + "type": "package", "dependencies": { - "System.Private.Networking": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.win.System.Net.Sockets": "4.3.0" }, "compile": { - "ref/dotnet/System.Net.Sockets.dll": {} - }, - "runtime": { - "lib/netcore50/System.Net.Sockets.dll": {} + "ref/netstandard1.3/System.Net.Sockets.dll": {} } }, - "System.Net.WebHeaderCollection/4.0.0": { + "System.Net.WebHeaderCollection/4.0.1": { + "type": "package", "dependencies": { - "System.Collections.NonGeneric": "[4.0.0, )", - "System.Collections.Specialized": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Collections": "4.0.11", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0" }, "compile": { - "ref/dotnet/System.Net.WebHeaderCollection.dll": {} + "ref/netstandard1.3/System.Net.WebHeaderCollection.dll": {} }, "runtime": { - "lib/dotnet/System.Net.WebHeaderCollection.dll": {} + "lib/netstandard1.3/System.Net.WebHeaderCollection.dll": {} } }, - "System.Numerics.Vectors/4.1.0": { + "System.Net.WebSockets/4.0.0": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )" + "Microsoft.Win32.Primitives": "4.0.1", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/dotnet/System.Numerics.Vectors.dll": {} + "ref/netstandard1.3/System.Net.WebSockets.dll": {} }, "runtime": { - "lib/dotnet/System.Numerics.Vectors.dll": {} + "lib/netstandard1.3/System.Net.WebSockets.dll": {} } }, - "System.Numerics.Vectors.WindowsRuntime/4.0.0": { + "System.Net.WebSockets.Client/4.0.2": { + "type": "package", "dependencies": { - "System.Numerics.Vectors": "[4.1.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.WindowsRuntime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.0.2", + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.Diagnostics.Tracing": "4.1.0", + "System.Globalization": "4.0.11", + "System.Net.Primitives": "4.0.11", + "System.Net.WebHeaderCollection": "4.0.1", + "System.Net.WebSockets": "4.0.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Runtime.InteropServices.WindowsRuntime": "4.0.1", + "System.Runtime.WindowsRuntime": "4.0.11", + "System.Security.Cryptography.X509Certificates": "4.1.0", + "System.Text.Encoding": "4.0.11", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11" }, "compile": { - "lib/dotnet/System.Numerics.Vectors.WindowsRuntime.dll": {} + "ref/netstandard1.3/System.Net.WebSockets.Client.dll": {} }, "runtime": { - "lib/dotnet/System.Numerics.Vectors.WindowsRuntime.dll": {} + "runtimes/win/lib/netcore50/System.Net.WebSockets.Client.dll": {} } }, - "System.ObjectModel/4.0.10": { + "System.Numerics.Vectors/4.1.1": { + "type": "package", + "compile": { + "ref/netstandard1.0/System.Numerics.Vectors.dll": {} + }, + "runtime": { + "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll": {} + } + }, + "System.Numerics.Vectors.WindowsRuntime/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Threading": "[4.0.10, )" + "System.Numerics.Vectors": "4.1.1", + "System.Runtime": "4.1.0", + "System.Runtime.WindowsRuntime": "4.0.11" }, "compile": { - "ref/dotnet/System.ObjectModel.dll": {} + "lib/uap10.0/System.Numerics.Vectors.WindowsRuntime.dll": {} }, "runtime": { - "lib/dotnet/System.ObjectModel.dll": {} + "lib/uap10.0/System.Numerics.Vectors.WindowsRuntime.dll": {} } }, - "System.Private.DataContractSerialization/4.0.0": { + "System.ObjectModel/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.Serialization.Primitives": "[4.0.10, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Xml.ReaderWriter": "[4.0.10, )", - "System.Xml.XmlSerializer": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/netcore50/_._": {} + "ref/netcore50/System.ObjectModel.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Private.DataContractSerialization.dll": {} + "lib/netcore50/System.ObjectModel.dll": {} } }, - "System.Private.Networking/4.0.0": { + "System.Private.DataContractSerialization/4.1.2": { + "type": "package", "dependencies": { - "Microsoft.Win32.Primitives": "[4.0.0, )", - "System.Collections": "[4.0.10, )", - "System.Collections.NonGeneric": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Diagnostics.Tracing": "[4.0.20, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.IO.FileSystem": "[4.0.0, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.Handles": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Overlapped": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.0.2", + "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.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/netcore50/_._": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/netcore50/System.Private.Networking.dll": {} + "runtimes/aot/lib/netcore50/System.Private.DataContractSerialization.dll": {} } }, - "System.Private.ServiceModel/4.0.0": { + "System.Private.ServiceModel/4.1.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Collections.Concurrent": "[4.0.10, )", - "System.Collections.NonGeneric": "[4.0.0, )", - "System.Collections.Specialized": "[4.0.0, )", - "System.ComponentModel.EventBasedAsync": "[4.0.10, )", - "System.Diagnostics.Contracts": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.IO.Compression": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.10, )", - "System.Linq.Queryable": "[4.0.0, )", - "System.Net.Http": "[4.0.0, )", - "System.Net.Primitives": "[4.0.10, )", - "System.Net.WebHeaderCollection": "[4.0.0, )", - "System.ObjectModel": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.DispatchProxy": "[4.0.0, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Runtime.Serialization.Primitives": "[4.0.10, )", - "System.Runtime.Serialization.Xml": "[4.0.10, )", - "System.Runtime.WindowsRuntime": "[4.0.10, )", - "System.Security.Claims": "[4.0.0, )", - "System.Security.Principal": "[4.0.0, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )", - "System.Threading.Timer": "[4.0.0, )", - "System.Xml.ReaderWriter": "[4.0.10, )", - "System.Xml.XmlDocument": "[4.0.0, )", - "System.Xml.XmlSerializer": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.0.1", + "System.Collections": "4.0.11", + "System.Collections.Concurrent": "4.0.12", + "System.Collections.NonGeneric": "4.0.1", + "System.Collections.Specialized": "4.0.1", + "System.ComponentModel.EventBasedAsync": "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.IO.Compression": "4.1.0", + "System.Linq": "4.1.0", + "System.Linq.Expressions": "4.1.0", + "System.Linq.Queryable": "4.0.1", + "System.Net.Http": "4.1.0", + "System.Net.Primitives": "4.0.11", + "System.Net.WebHeaderCollection": "4.0.1", + "System.Net.WebSockets": "4.0.0", + "System.Net.WebSockets.Client": "4.0.0", + "System.ObjectModel": "4.0.12", + "System.Reflection": "4.1.0", + "System.Reflection.DispatchProxy": "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.InteropServices": "4.1.0", + "System.Runtime.Serialization.Primitives": "4.1.1", + "System.Runtime.Serialization.Xml": "4.1.1", + "System.Runtime.WindowsRuntime": "4.0.11", + "System.Security.Claims": "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.Security.Principal": "4.0.1", + "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.Timer": "4.0.1", + "System.Xml.ReaderWriter": "4.0.11", + "System.Xml.XmlDocument": "4.0.1", + "System.Xml.XmlSerializer": "4.0.11" }, "compile": { - "ref/netcore50/_._": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/netcore50/System.Private.ServiceModel.dll": {} + "runtimes/win7/lib/netcore50/System.Private.ServiceModel.dll": {} } }, - "System.Private.Uri/4.0.0": { - "compile": { - "ref/netcore50/_._": {} - }, - "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll": {} - } - }, - "System.Reflection/4.0.10": { + "System.Private.Uri/4.3.0": { + "type": "package", "dependencies": { - "System.IO": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "runtime.win7.System.Private.Uri": "4.3.0" }, "compile": { - "ref/dotnet/System.Reflection.dll": {} - }, - "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Reflection.dll": {} + "ref/netstandard/_._": {} } }, - "System.Reflection.Context/4.0.0": { + "System.Reflection/4.3.0": { + "type": "package", "dependencies": { - "System.Reflection": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Reflection": "4.3.0" + }, + "compile": { + "ref/netcore50/System.Reflection.dll": {} + }, + "runtime": { + "lib/win8/_._": {} + } + }, + "System.Reflection.Context/4.0.1": { + "type": "package", + "dependencies": { + "System.Reflection": "4.1.0", + "System.Runtime": "4.1.0" }, "compile": { "ref/netcore50/System.Reflection.Context.dll": {} @@ -4223,197 +6696,238 @@ "lib/netcore50/System.Reflection.Context.dll": {} } }, - "System.Reflection.DispatchProxy/4.0.0": { + "System.Reflection.DispatchProxy/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Threading": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.0.1", + "System.Runtime": "4.1.0" }, "compile": { - "ref/dotnet/System.Reflection.DispatchProxy.dll": {} + "ref/netstandard1.3/System.Reflection.DispatchProxy.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Reflection.DispatchProxy.dll": {} + "runtimes/aot/lib/netcore50/System.Reflection.DispatchProxy.dll": {} } }, - "System.Reflection.Emit/4.0.0": { + "System.Reflection.Emit/4.0.1": { + "type": "package", "dependencies": { - "System.IO": "[4.0.0, )", - "System.Reflection": "[4.0.0, )", - "System.Reflection.Emit.ILGeneration": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Runtime": "[4.0.0, )" + "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/dotnet/System.Reflection.Emit.dll": {} + "ref/netstandard1.1/_._": {} }, "runtime": { "lib/netcore50/System.Reflection.Emit.dll": {} } }, - "System.Reflection.Emit.ILGeneration/4.0.0": { + "System.Reflection.Emit.ILGeneration/4.3.0": { + "type": "package", "dependencies": { - "System.Reflection": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Runtime": "[4.0.0, )" + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" }, "compile": { - "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + "ref/netstandard1.0/_._": {} }, "runtime": { - "lib/netcore50/System.Reflection.Emit.ILGeneration.dll": {} + "runtimes/aot/lib/netcore50/_._": {} } }, - "System.Reflection.Extensions/4.0.0": { + "System.Reflection.Emit.Lightweight/4.3.0": { + "type": "package", "dependencies": { - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )" + "System.Reflection": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/_._": {} + } + }, + "System.Reflection.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Reflection.Extensions": "4.3.0" }, "compile": { "ref/netcore50/System.Reflection.Extensions.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll": {} + "lib/win8/_._": {} } }, - "System.Reflection.Metadata/1.0.22": { + "System.Reflection.Metadata/1.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Collections.Immutable": "[1.1.37, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.IO": "[4.0.0, )", - "System.Reflection": "[4.0.0, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.0, )", - "System.Text.Encoding": "[4.0.0, )", - "System.Text.Encoding.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections.Immutable": "1.2.0" }, "compile": { - "lib/dotnet/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, - "System.Reflection.Primitives/4.0.0": { + "System.Reflection.Primitives/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Reflection.Primitives": "4.3.0" }, "compile": { "ref/netcore50/System.Reflection.Primitives.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll": {} + "lib/win8/_._": {} } }, - "System.Reflection.TypeExtensions/4.0.0": { + "System.Reflection.TypeExtensions/4.3.0": { + "type": "package", "dependencies": { - "System.Diagnostics.Contracts": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )" + "System.Diagnostics.Contracts": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Linq": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + "ref/netstandard1.3/System.Reflection.TypeExtensions.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.dll": {} + "runtimes/aot/lib/netcore50/System.Reflection.TypeExtensions.dll": {} } }, - "System.Resources.ResourceManager/4.0.0": { + "System.Resources.ResourceManager/4.3.0": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Resources.ResourceManager": "4.3.0" }, "compile": { "ref/netcore50/System.Resources.ResourceManager.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll": {} + "lib/win8/_._": {} } }, - "System.Runtime/4.0.20": { + "System.Runtime/4.3.0": { + "type": "package", "dependencies": { - "System.Private.Uri": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "runtime.aot.System.Runtime": "4.3.0" }, "compile": { - "ref/dotnet/System.Runtime.dll": {} + "ref/netcore50/System.Runtime.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Runtime.dll": {} + "lib/win8/_._": {} } }, - "System.Runtime.Extensions/4.0.10": { + "System.Runtime.Extensions/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.win.System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/dotnet/System.Runtime.Extensions.dll": {} + "ref/netcore50/System.Runtime.Extensions.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll": {} + "lib/win8/_._": {} } }, - "System.Runtime.Handles/4.0.0": { + "System.Runtime.Handles/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Runtime.Handles": "4.3.0" }, "compile": { - "ref/dotnet/System.Runtime.Handles.dll": {} - }, - "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll": {} + "ref/netstandard1.3/System.Runtime.Handles.dll": {} } }, - "System.Runtime.InteropServices/4.0.20": { + "System.Runtime.InteropServices/4.3.0": { + "type": "package", "dependencies": { - "System.Reflection": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Handles": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "runtime.aot.System.Runtime.InteropServices": "4.3.0" }, "compile": { - "ref/dotnet/System.Runtime.InteropServices.dll": {} + "ref/netcore50/System.Runtime.InteropServices.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll": {} + "lib/win8/_._": {} } }, - "System.Runtime.InteropServices.WindowsRuntime/4.0.0": { + "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll": {} + } + }, + "System.Runtime.InteropServices.WindowsRuntime/4.0.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.1.0" + }, "compile": { "ref/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll": {} + "runtimes/aot/lib/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll": {} } }, - "System.Runtime.Numerics/4.0.0": { + "System.Runtime.Numerics/4.3.0": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )" + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" }, "compile": { "ref/netcore50/System.Runtime.Numerics.dll": {} @@ -4422,53 +6936,80 @@ "lib/netcore50/System.Runtime.Numerics.dll": {} } }, - "System.Runtime.Serialization.Json/4.0.0": { + "System.Runtime.Serialization.Formatters/4.3.0": { + "type": "package", "dependencies": { - "System.Private.DataContractSerialization": "[4.0.0, )" + "System.Collections": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Serialization.Formatters.dll": {} + }, + "runtime": { + "lib/netstandard1.4/System.Runtime.Serialization.Formatters.dll": {} + } + }, + "System.Runtime.Serialization.Json/4.0.3": { + "type": "package", + "dependencies": { + "System.IO": "4.1.0", + "System.Private.DataContractSerialization": "4.1.2", + "System.Runtime": "4.1.0" }, "compile": { "ref/netcore50/System.Runtime.Serialization.Json.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Runtime.Serialization.Json.dll": {} + "lib/netcore50/System.Runtime.Serialization.Json.dll": {} } }, - "System.Runtime.Serialization.Primitives/4.0.10": { + "System.Runtime.Serialization.Primitives/4.3.0": { + "type": "package", "dependencies": { - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" }, "compile": { - "ref/dotnet/System.Runtime.Serialization.Primitives.dll": {} + "ref/netcore50/System.Runtime.Serialization.Primitives.dll": {} }, "runtime": { - "lib/dotnet/System.Runtime.Serialization.Primitives.dll": {} + "runtimes/aot/lib/netcore50/System.Runtime.Serialization.Primitives.dll": {} } }, - "System.Runtime.Serialization.Xml/4.0.10": { + "System.Runtime.Serialization.Xml/4.1.2": { + "type": "package", "dependencies": { - "System.Private.DataContractSerialization": "[4.0.0, )", - "System.Runtime.Serialization.Primitives": "[4.0.10, )" + "System.IO": "4.1.0", + "System.Private.DataContractSerialization": "4.1.2", + "System.Runtime": "4.1.0", + "System.Runtime.Serialization.Primitives": "4.1.1", + "System.Text.Encoding": "4.0.11", + "System.Xml.ReaderWriter": "4.0.11" }, "compile": { - "ref/dotnet/System.Runtime.Serialization.Xml.dll": {} + "ref/netcore50/System.Runtime.Serialization.Xml.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Runtime.Serialization.Xml.dll": {} + "lib/netcore50/System.Runtime.Serialization.Xml.dll": {} } }, - "System.Runtime.WindowsRuntime/4.0.10": { + "System.Runtime.WindowsRuntime/4.3.0": { + "type": "package", "dependencies": { - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.0, )", - "System.IO": "[4.0.10, )", - "System.ObjectModel": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" }, "compile": { "ref/netcore50/System.Runtime.WindowsRuntime.dll": {} @@ -4477,42 +7018,154 @@ "runtimes/win8-aot/lib/netcore50/System.Runtime.WindowsRuntime.dll": {} } }, - "System.Runtime.WindowsRuntime.UI.Xaml/4.0.0": { + "System.Runtime.WindowsRuntime.UI.Xaml/4.0.1": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Runtime.WindowsRuntime": "[4.0.0, )" + "System.Runtime": "4.1.0", + "System.Runtime.WindowsRuntime": "4.0.11" }, "compile": { "ref/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.dll": {} }, "runtime": { - "lib/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.dll": {} + "runtimes/win8/lib/netstandard1.3/System.Runtime.WindowsRuntime.UI.Xaml.dll": {} } }, - "System.Security.Claims/4.0.0": { + "System.Security.Claims/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.IO": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Security.Principal": "[4.0.0, )" + "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/dotnet/System.Security.Claims.dll": {} + "ref/netstandard1.3/System.Security.Claims.dll": {} }, "runtime": { - "lib/dotnet/System.Security.Claims.dll": {} + "lib/netstandard1.3/System.Security.Claims.dll": {} } }, - "System.Security.Principal/4.0.0": { + "System.Security.Cryptography.Algorithms/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Cng/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.4/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Linq": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Calendars": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Cng": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.1.0" }, "compile": { "ref/netcore50/System.Security.Principal.dll": {} @@ -4521,10 +7174,13 @@ "lib/netcore50/System.Security.Principal.dll": {} } }, - "System.ServiceModel.Duplex/4.0.0": { + "System.ServiceModel.Duplex/4.0.2": { + "type": "package", "dependencies": { - "System.Private.ServiceModel": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Private.ServiceModel": "4.1.1", + "System.Runtime": "4.1.0", + "System.ServiceModel.Primitives": "4.1.1", + "System.Threading": "4.0.11" }, "compile": { "ref/netcore50/System.ServiceModel.Duplex.dll": {} @@ -4533,22 +7189,32 @@ "lib/netcore50/System.ServiceModel.Duplex.dll": {} } }, - "System.ServiceModel.Http/4.0.10": { + "System.ServiceModel.Http/4.1.1": { + "type": "package", "dependencies": { - "System.Private.ServiceModel": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Net.Primitives": "4.0.11", + "System.Net.WebHeaderCollection": "4.0.1", + "System.Private.ServiceModel": "4.1.1", + "System.Runtime": "4.1.0", + "System.Runtime.Serialization.Xml": "4.1.1", + "System.ServiceModel.Primitives": "4.1.1", + "System.Text.Encoding": "4.0.11" }, "compile": { - "ref/dotnet/System.ServiceModel.Http.dll": {} + "ref/netcore50/System.ServiceModel.Http.dll": {} }, "runtime": { "lib/netcore50/System.ServiceModel.Http.dll": {} } }, - "System.ServiceModel.NetTcp/4.0.0": { + "System.ServiceModel.NetTcp/4.1.1": { + "type": "package", "dependencies": { - "System.Private.ServiceModel": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Net.Primitives": "4.0.11", + "System.Private.ServiceModel": "4.1.1", + "System.Runtime": "4.1.0", + "System.Runtime.Serialization.Xml": "4.1.1", + "System.ServiceModel.Primitives": "4.1.1" }, "compile": { "ref/netcore50/System.ServiceModel.NetTcp.dll": {} @@ -4557,10 +7223,25 @@ "lib/netcore50/System.ServiceModel.NetTcp.dll": {} } }, - "System.ServiceModel.Primitives/4.0.0": { + "System.ServiceModel.Primitives/4.1.1": { + "type": "package", "dependencies": { - "System.Private.ServiceModel": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Collections": "4.0.11", + "System.ComponentModel.EventBasedAsync": "4.0.11", + "System.Globalization": "4.0.11", + "System.IO": "4.1.0", + "System.Net.Primitives": "4.0.11", + "System.ObjectModel": "4.0.12", + "System.Private.ServiceModel": "4.1.1", + "System.Reflection": "4.1.0", + "System.Runtime": "4.1.0", + "System.Runtime.Serialization.Primitives": "4.1.1", + "System.Runtime.Serialization.Xml": "4.1.1", + "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.Xml.ReaderWriter": "4.0.11" }, "compile": { "ref/netcore50/System.ServiceModel.Primitives.dll": {} @@ -4569,10 +7250,13 @@ "lib/netcore50/System.ServiceModel.Primitives.dll": {} } }, - "System.ServiceModel.Security/4.0.0": { + "System.ServiceModel.Security/4.0.2": { + "type": "package", "dependencies": { - "System.Private.ServiceModel": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Private.ServiceModel": "4.1.1", + "System.Runtime": "4.1.0", + "System.Runtime.Serialization.Xml": "4.1.1", + "System.ServiceModel.Primitives": "4.1.1" }, "compile": { "ref/netcore50/System.ServiceModel.Security.dll": {} @@ -4581,136 +7265,152 @@ "lib/netcore50/System.ServiceModel.Security.dll": {} } }, - "System.Text.Encoding/4.0.10": { + "System.Text.Encoding/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Text.Encoding": "4.3.0" }, "compile": { - "ref/dotnet/System.Text.Encoding.dll": {} + "ref/netcore50/System.Text.Encoding.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll": {} + "lib/win8/_._": {} } }, - "System.Text.Encoding.CodePages/4.0.0": { + "System.Text.Encoding.CodePages/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.Handles": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Threading": "[4.0.10, )" + "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/dotnet/System.Text.Encoding.CodePages.dll": {} + "ref/netstandard1.3/System.Text.Encoding.CodePages.dll": {} }, "runtime": { - "lib/dotnet/System.Text.Encoding.CodePages.dll": {} + "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": {} } }, - "System.Text.Encoding.Extensions/4.0.10": { + "System.Text.Encoding.Extensions/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )", - "System.Text.Encoding": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.aot.System.Text.Encoding.Extensions": "4.3.0" }, "compile": { - "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + "ref/netcore50/System.Text.Encoding.Extensions.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll": {} + "lib/win8/_._": {} } }, - "System.Text.RegularExpressions/4.0.10": { + "System.Text.RegularExpressions/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/System.Text.RegularExpressions.dll": {} + "ref/netcore50/System.Text.RegularExpressions.dll": {} }, "runtime": { - "lib/dotnet/System.Text.RegularExpressions.dll": {} + "lib/netcore50/System.Text.RegularExpressions.dll": {} } }, - "System.Threading/4.0.10": { + "System.Threading/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.0, )" + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/dotnet/System.Threading.dll": {} + "ref/netcore50/System.Threading.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Threading.dll": {} + "runtimes/aot/lib/netcore50/System.Threading.dll": {} } }, - "System.Threading.Overlapped/4.0.0": { + "System.Threading.Overlapped/4.3.0": { + "type": "package", "dependencies": { - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Runtime.Handles": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/System.Threading.Overlapped.dll": {} + "ref/netstandard1.3/System.Threading.Overlapped.dll": {} }, "runtime": { - "lib/netcore50/System.Threading.Overlapped.dll": {} + "runtimes/win/lib/netcore50/System.Threading.Overlapped.dll": {} } }, - "System.Threading.Tasks/4.0.10": { + "System.Threading.Tasks/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/dotnet/System.Threading.Tasks.dll": {} + "ref/netcore50/System.Threading.Tasks.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll": {} + "lib/win8/_._": {} } }, - "System.Threading.Tasks.Dataflow/4.5.25": { - "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Collections.Concurrent": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Diagnostics.Tracing": "[4.0.0, )", - "System.Dynamic.Runtime": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.0, )" - }, + "System.Threading.Tasks.Dataflow/4.6.0": { + "type": "package", "compile": { - "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {} + "lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll": {} }, "runtime": { - "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {} + "lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll": {} } }, - "System.Threading.Tasks.Parallel/4.0.0": { + "System.Threading.Tasks.Extensions/4.3.0": { + "type": "package", + "compile": { + "lib/portable-net45+win8+wp8+wpa81/_._": {} + }, + "runtime": { + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll": {} + } + }, + "System.Threading.Tasks.Parallel/4.0.1": { + "type": "package", "dependencies": { - "System.Collections.Concurrent": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Diagnostics.Tracing": "[4.0.20, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "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/netcore50/System.Threading.Tasks.Parallel.dll": {} @@ -4719,126 +7419,149 @@ "lib/netcore50/System.Threading.Tasks.Parallel.dll": {} } }, - "System.Threading.Timer/4.0.0": { + "System.Threading.Timer/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Threading.Timer": "4.3.0" + }, "compile": { "ref/netcore50/System.Threading.Timer.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Threading.Timer.dll": {} + "lib/win81/_._": {} } }, - "System.Xml.ReaderWriter/4.0.10": { + "System.Xml.ReaderWriter/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.IO.FileSystem": "[4.0.0, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Tasks.Extensions": "4.3.0" }, "compile": { - "ref/dotnet/System.Xml.ReaderWriter.dll": {} + "ref/netcore50/System.Xml.ReaderWriter.dll": {} }, "runtime": { - "lib/dotnet/System.Xml.ReaderWriter.dll": {} + "lib/netcore50/System.Xml.ReaderWriter.dll": {} } }, - "System.Xml.XDocument/4.0.10": { + "System.Xml.XDocument/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Xml.ReaderWriter": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0" }, "compile": { - "ref/dotnet/System.Xml.XDocument.dll": {} + "ref/netcore50/System.Xml.XDocument.dll": {} }, "runtime": { - "lib/dotnet/System.Xml.XDocument.dll": {} + "lib/netcore50/System.Xml.XDocument.dll": {} } }, - "System.Xml.XmlDocument/4.0.0": { + "System.Xml.XmlDocument/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Xml.ReaderWriter": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0" }, "compile": { - "ref/dotnet/System.Xml.XmlDocument.dll": {} + "ref/netstandard1.3/System.Xml.XmlDocument.dll": {} }, "runtime": { - "lib/dotnet/System.Xml.XmlDocument.dll": {} + "lib/netstandard1.3/System.Xml.XmlDocument.dll": {} } }, - "System.Xml.XmlSerializer/4.0.10": { + "System.Xml.XmlSerializer/4.0.11": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Xml.ReaderWriter": "[4.0.10, )", - "System.Xml.XmlDocument": "[4.0.0, )" + "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/dotnet/System.Xml.XmlSerializer.dll": {} + "ref/netcore50/System.Xml.XmlSerializer.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Xml.XmlSerializer.dll": {} + "runtimes/aot/lib/netcore50/System.Xml.XmlSerializer.dll": {} } + }, + "PocketSharp/1.0.0": { + "type": "project" } }, - "UAP,Version=v10.0/win10-x64": { - "Fody/1.29.2": {}, - "Microsoft.CSharp/4.0.0": { + "UAP,Version=v10.0.15063/win10-x64": { + "Fody/3.0.0": { + "type": "package", + "build": { + "build/Fody.targets": {} + } + }, + "Microsoft.CSharp/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Dynamic.Runtime": "[4.0.0, )", - "System.Globalization": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.0, )", - "System.ObjectModel": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Dynamic.Runtime": "4.3.0", + "System.Globalization": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { "ref/netcore50/Microsoft.CSharp.dll": {} @@ -4847,347 +7570,842 @@ "lib/netcore50/Microsoft.CSharp.dll": {} } }, - "Microsoft.NETCore/5.0.0": { + "Microsoft.Net.Native.Compiler/1.7.3": { + "type": "package", "dependencies": { - "Microsoft.CSharp": "[4.0.0, )", - "Microsoft.NETCore.Targets": "[1.0.0, )", - "Microsoft.VisualBasic": "[10.0.0, )", - "System.AppContext": "[4.0.0, )", - "System.Collections": "[4.0.10, )", - "System.Collections.Concurrent": "[4.0.10, )", - "System.Collections.Immutable": "[1.1.37, )", - "System.ComponentModel": "[4.0.0, )", - "System.ComponentModel.Annotations": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Diagnostics.Tools": "[4.0.0, )", - "System.Diagnostics.Tracing": "[4.0.20, )", - "System.Dynamic.Runtime": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.Globalization.Calendars": "[4.0.0, )", - "System.Globalization.Extensions": "[4.0.0, )", - "System.IO": "[4.0.10, )", - "System.IO.Compression": "[4.0.0, )", - "System.IO.Compression.ZipFile": "[4.0.0, )", - "System.IO.FileSystem": "[4.0.0, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.IO.UnmanagedMemoryStream": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.10, )", - "System.Linq.Parallel": "[4.0.0, )", - "System.Linq.Queryable": "[4.0.0, )", - "System.Net.Http": "[4.0.0, )", - "System.Net.NetworkInformation": "[4.0.0, )", - "System.Net.Primitives": "[4.0.10, )", - "System.Numerics.Vectors": "[4.1.0, )", - "System.ObjectModel": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.DispatchProxy": "[4.0.0, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Metadata": "[1.0.22, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.Handles": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Runtime.Numerics": "[4.0.0, )", - "System.Security.Claims": "[4.0.0, )", - "System.Security.Principal": "[4.0.0, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )", - "System.Threading.Tasks.Dataflow": "[4.5.25, )", - "System.Threading.Tasks.Parallel": "[4.0.0, )", - "System.Threading.Timer": "[4.0.0, )", - "System.Xml.ReaderWriter": "[4.0.10, )", - "System.Xml.XDocument": "[4.0.10, )" + "Microsoft.Net.Native.SharedLibrary-arm": "1.7.0", + "Microsoft.Net.Native.SharedLibrary-x64": "1.7.0", + "Microsoft.Net.Native.SharedLibrary-x86": "1.7.0" + }, + "build": { + "build/Microsoft.Net.Native.Compiler.props": {}, + "build/Microsoft.Net.Native.Compiler.targets": {} } }, - "Microsoft.NETCore.Platforms/1.0.0": {}, - "Microsoft.NETCore.Portable.Compatibility/1.0.0": { + "Microsoft.Net.Native.SharedLibrary-arm/1.7.0": { + "type": "package", + "build": { + "build/Microsoft.Net.Native.SharedLibrary-arm.props": {}, + "build/Microsoft.Net.Native.SharedLibrary-arm.targets": {} + } + }, + "Microsoft.Net.Native.SharedLibrary-x64/1.7.0": { + "type": "package", + "build": { + "build/Microsoft.Net.Native.SharedLibrary-x64.props": {}, + "build/Microsoft.Net.Native.SharedLibrary-x64.targets": {} + } + }, + "Microsoft.Net.Native.SharedLibrary-x86/1.7.0": { + "type": "package", + "build": { + "build/Microsoft.Net.Native.SharedLibrary-x86.props": {}, + "build/Microsoft.Net.Native.SharedLibrary-x86.targets": {} + } + }, + "Microsoft.NETCore/5.0.2": { + "type": "package", "dependencies": { - "Microsoft.NETCore.Runtime": "[1.0.0, )" + "Microsoft.CSharp": "4.0.1", + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.VisualBasic": "10.0.1", + "System.AppContext": "4.1.0", + "System.Collections": "4.0.11", + "System.Collections.Concurrent": "4.0.12", + "System.Collections.Immutable": "1.2.0", + "System.ComponentModel": "4.0.1", + "System.ComponentModel.Annotations": "4.1.0", + "System.Diagnostics.Debug": "4.0.11", + "System.Diagnostics.Tools": "4.0.1", + "System.Diagnostics.Tracing": "4.1.0", + "System.Dynamic.Runtime": "4.0.11", + "System.Globalization": "4.0.11", + "System.Globalization.Calendars": "4.0.1", + "System.Globalization.Extensions": "4.0.1", + "System.IO": "4.1.0", + "System.IO.Compression": "4.1.1", + "System.IO.Compression.ZipFile": "4.0.1", + "System.IO.FileSystem": "4.0.1", + "System.IO.FileSystem.Primitives": "4.0.1", + "System.IO.UnmanagedMemoryStream": "4.0.1", + "System.Linq": "4.1.0", + "System.Linq.Expressions": "4.1.0", + "System.Linq.Parallel": "4.0.1", + "System.Linq.Queryable": "4.0.1", + "System.Net.Http": "4.1.0", + "System.Net.NetworkInformation": "4.1.0", + "System.Net.Primitives": "4.0.11", + "System.Numerics.Vectors": "4.1.1", + "System.ObjectModel": "4.0.12", + "System.Reflection": "4.1.0", + "System.Reflection.DispatchProxy": "4.0.1", + "System.Reflection.Extensions": "4.0.1", + "System.Reflection.Metadata": "1.3.0", + "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.Handles": "4.0.1", + "System.Runtime.InteropServices": "4.1.0", + "System.Runtime.Numerics": "4.0.1", + "System.Security.Claims": "4.0.1", + "System.Security.Principal": "4.0.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.Threading.Tasks.Dataflow": "4.6.0", + "System.Threading.Tasks.Parallel": "4.0.1", + "System.Threading.Timer": "4.0.1", + "System.Xml.ReaderWriter": "4.0.11", + "System.Xml.XDocument": "4.0.11" + } + }, + "Microsoft.NETCore.Jit/1.0.3": { + "type": "package", + "dependencies": { + "runtime.win7-x64.Microsoft.NETCore.Jit": "1.0.3" + } + }, + "Microsoft.NETCore.Platforms/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Portable.Compatibility/1.0.2": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Runtime.CoreCLR": "1.0.2" }, "compile": { - "ref/netcore50/mscorlib.dll": {}, "ref/netcore50/System.ComponentModel.DataAnnotations.dll": {}, "ref/netcore50/System.Core.dll": {}, - "ref/netcore50/System.dll": {}, "ref/netcore50/System.Net.dll": {}, "ref/netcore50/System.Numerics.dll": {}, "ref/netcore50/System.Runtime.Serialization.dll": {}, - "ref/netcore50/System.ServiceModel.dll": {}, "ref/netcore50/System.ServiceModel.Web.dll": {}, + "ref/netcore50/System.ServiceModel.dll": {}, "ref/netcore50/System.Windows.dll": {}, - "ref/netcore50/System.Xml.dll": {}, "ref/netcore50/System.Xml.Linq.dll": {}, - "ref/netcore50/System.Xml.Serialization.dll": {} + "ref/netcore50/System.Xml.Serialization.dll": {}, + "ref/netcore50/System.Xml.dll": {}, + "ref/netcore50/System.dll": {}, + "ref/netcore50/mscorlib.dll": {} }, "runtime": { "lib/netcore50/System.ComponentModel.DataAnnotations.dll": {}, "lib/netcore50/System.Core.dll": {}, - "lib/netcore50/System.dll": {}, "lib/netcore50/System.Net.dll": {}, "lib/netcore50/System.Numerics.dll": {}, "lib/netcore50/System.Runtime.Serialization.dll": {}, - "lib/netcore50/System.ServiceModel.dll": {}, "lib/netcore50/System.ServiceModel.Web.dll": {}, + "lib/netcore50/System.ServiceModel.dll": {}, "lib/netcore50/System.Windows.dll": {}, - "lib/netcore50/System.Xml.dll": {}, "lib/netcore50/System.Xml.Linq.dll": {}, - "lib/netcore50/System.Xml.Serialization.dll": {} + "lib/netcore50/System.Xml.Serialization.dll": {}, + "lib/netcore50/System.Xml.dll": {}, + "lib/netcore50/System.dll": {} } }, - "Microsoft.NETCore.Runtime/1.0.0": {}, - "Microsoft.NETCore.Runtime.CoreCLR-x64/1.0.0": { + "Microsoft.NETCore.Runtime.CoreCLR/1.0.3": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, 4.0.10]", - "System.Diagnostics.Contracts": "[4.0.0, 4.0.0]", - "System.Diagnostics.Debug": "[4.0.10, 4.0.10]", - "System.Diagnostics.StackTrace": "[4.0.0, 4.0.0]", - "System.Diagnostics.Tools": "[4.0.0, 4.0.0]", - "System.Diagnostics.Tracing": "[4.0.20, 4.0.20]", - "System.Globalization": "[4.0.10, 4.0.10]", - "System.Globalization.Calendars": "[4.0.0, 4.0.0]", - "System.IO": "[4.0.10, 4.0.10]", - "System.ObjectModel": "[4.0.10, 4.0.10]", - "System.Private.Uri": "[4.0.0, 4.0.0]", - "System.Reflection": "[4.0.10, 4.0.10]", - "System.Reflection.Extensions": "[4.0.0, 4.0.0]", - "System.Reflection.Primitives": "[4.0.0, 4.0.0]", - "System.Resources.ResourceManager": "[4.0.0, 4.0.0]", - "System.Runtime": "[4.0.20, 4.0.20]", - "System.Runtime.Extensions": "[4.0.10, 4.0.10]", - "System.Runtime.Handles": "[4.0.0, 4.0.0]", - "System.Runtime.InteropServices": "[4.0.20, 4.0.20]", - "System.Text.Encoding": "[4.0.10, 4.0.10]", - "System.Text.Encoding.Extensions": "[4.0.10, 4.0.10]", - "System.Threading": "[4.0.10, 4.0.10]", - "System.Threading.Tasks": "[4.0.10, 4.0.10]", - "System.Threading.Timer": "[4.0.0, 4.0.0]" - }, + "Microsoft.NETCore.Jit": "1.0.3", + "Microsoft.NETCore.Windows.ApiSets": "1.0.1", + "runtime.win7-x64.Microsoft.NETCore.Runtime.CoreCLR": "1.0.2" + } + }, + "Microsoft.NETCore.Targets/1.1.0": { + "type": "package", "compile": { - "ref/dotnet/_._": {} + "lib/netstandard1.0/_._": {} }, "runtime": { - "runtimes/win7-x64/lib/dotnet/mscorlib.ni.dll": {} + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.UniversalWindowsPlatform/6.0.8": { + "type": "package", + "dependencies": { + "Microsoft.NETCore": "5.0.2", + "Microsoft.NETCore.Portable.Compatibility": "1.0.2", + "Microsoft.NETCore.Runtime.CoreCLR": "1.0.3", + "Microsoft.NETCore.Targets": "1.0.2", + "Microsoft.Net.Native.Compiler": "1.7.3", + "Microsoft.Win32.Primitives": "4.0.1", + "System.Collections.NonGeneric": "4.0.1", + "System.Collections.Specialized": "4.0.1", + "System.ComponentModel.EventBasedAsync": "4.0.11", + "System.Data.Common": "4.1.0", + "System.Diagnostics.Contracts": "4.0.1", + "System.Diagnostics.StackTrace": "4.0.2", + "System.IO.IsolatedStorage": "4.0.1", + "System.Net.Http.Rtc": "4.0.1", + "System.Net.NameResolution": "4.0.0", + "System.Net.Requests": "4.0.11", + "System.Net.Sockets": "4.1.0", + "System.Net.WebHeaderCollection": "4.0.1", + "System.Net.WebSockets": "4.0.0", + "System.Net.WebSockets.Client": "4.0.2", + "System.Numerics.Vectors.WindowsRuntime": "4.0.1", + "System.Reflection.Context": "4.0.1", + "System.Runtime.InteropServices.WindowsRuntime": "4.0.1", + "System.Runtime.Serialization.Json": "4.0.3", + "System.Runtime.Serialization.Primitives": "4.1.1", + "System.Runtime.Serialization.Xml": "4.1.2", + "System.Runtime.WindowsRuntime": "4.0.11", + "System.Runtime.WindowsRuntime.UI.Xaml": "4.0.1", + "System.ServiceModel.Duplex": "4.0.2", + "System.ServiceModel.Http": "4.1.1", + "System.ServiceModel.NetTcp": "4.1.1", + "System.ServiceModel.Primitives": "4.1.1", + "System.ServiceModel.Security": "4.0.2", + "System.Text.Encoding.CodePages": "4.0.1", + "System.Threading.Overlapped": "4.0.1", + "System.Xml.XmlDocument": "4.0.1", + "System.Xml.XmlSerializer": "4.0.11", + "runtime.win10-x64.Microsoft.NETCore.UniversalWindowsPlatform": "6.0.8" + }, + "compile": { + "ref/netcore50/_._": {} + } + }, + "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/netcore50/Microsoft.VisualBasic.dll": {} + }, + "runtime": { + "lib/netcore50/Microsoft.VisualBasic.dll": {} + } + }, + "Microsoft.Win32.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.win.Microsoft.Win32.Primitives": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {} + } + }, + "NETStandard.Library/1.6.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.Win32.Primitives": "4.3.0", + "System.AppContext": "4.3.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Console": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Calendars": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.IO.Compression.ZipFile": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.Net.Http": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Net.Sockets": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Timer": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0", + "System.Xml.XDocument": "4.3.0" + } + }, + "Newtonsoft.Json/11.0.2": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.3.0", + "NETStandard.Library": "1.6.1", + "System.ComponentModel.TypeConverter": "4.3.0", + "System.Runtime.Serialization.Formatters": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0", + "System.Xml.XmlDocument": "4.3.0" + }, + "compile": { + "lib/netstandard1.3/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/netstandard1.3/Newtonsoft.Json.dll": {} + } + }, + "PropertyChanged.Fody/2.4.0": { + "type": "package", + "dependencies": { + "Fody": "3.0.0", + "NETStandard.Library": "1.6.1" + }, + "compile": { + "lib/netstandard1.0/PropertyChanged.dll": {} + }, + "runtime": { + "lib/netstandard1.0/PropertyChanged.dll": {} + } + }, + "runtime.any.System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Collections.dll": {} + } + }, + "runtime.any.System.Diagnostics.Tools/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Diagnostics.Tools.dll": {} + } + }, + "runtime.any.System.Diagnostics.Tracing/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Diagnostics.Tracing.dll": {} + } + }, + "runtime.any.System.Globalization/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Globalization.dll": {} + } + }, + "runtime.any.System.Globalization.Calendars/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Globalization.Calendars.dll": {} + } + }, + "runtime.any.System.IO/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.IO.dll": {} + } + }, + "runtime.any.System.Reflection/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Reflection.dll": {} + } + }, + "runtime.any.System.Reflection.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Reflection.Extensions.dll": {} + } + }, + "runtime.any.System.Reflection.Primitives/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Reflection.Primitives.dll": {} + } + }, + "runtime.any.System.Resources.ResourceManager/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Resources.ResourceManager.dll": {} + } + }, + "runtime.any.System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Runtime.dll": {} + } + }, + "runtime.any.System.Runtime.Handles/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Handles.dll": {} + } + }, + "runtime.any.System.Runtime.InteropServices/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Runtime.InteropServices.dll": {} + } + }, + "runtime.any.System.Text.Encoding/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Text.Encoding.dll": {} + } + }, + "runtime.any.System.Text.Encoding.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "runtime.any.System.Threading.Tasks/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Threading.Tasks.dll": {} + } + }, + "runtime.any.System.Threading.Timer/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Threading.Timer.dll": {} + } + }, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.native.System.IO.Compression/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "runtime.win7-x64.runtime.native.System.IO.Compression": "4.3.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "dependencies": { + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.win.Microsoft.Win32.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0", + "System.Runtime.InteropServices": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Primitives.dll": {} + } + }, + "runtime.win.System.Console/4.3.0": { + "type": "package", + "dependencies": { + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Console.dll": {} + } + }, + "runtime.win.System.Diagnostics.Debug/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win.System.IO.FileSystem/4.3.0": { + "type": "package", + "dependencies": { + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.WindowsRuntime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.IO.FileSystem.dll": {} + } + }, + "runtime.win.System.Net.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Net.Primitives.dll": {} + } + }, + "runtime.win.System.Net.Sockets/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Net.NameResolution": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Net.Sockets.dll": {} + } + }, + "runtime.win.System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win10-x64.Microsoft.NETCore.UniversalWindowsPlatform/6.0.8": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + } + }, + "runtime.win7-x64.Microsoft.NETCore.Jit/1.0.3": { + "type": "package", + "native": { + "runtimes/win7-x64/native/clrjit.dll": {} + } + }, + "runtime.win7-x64.Microsoft.NETCore.Runtime.CoreCLR/1.0.2": { + "type": "package", + "compile": { + "ref/netstandard1.0/_._": {} + }, + "runtime": { + "runtimes/win7-x64/lib/netstandard1.0/System.Private.CoreLib.dll": {}, + "runtimes/win7-x64/lib/netstandard1.0/mscorlib.dll": {} }, "native": { + "runtimes/win7-x64/native/System.Private.CoreLib.ni.dll": {}, "runtimes/win7-x64/native/clretwrc.dll": {}, "runtimes/win7-x64/native/coreclr.dll": {}, "runtimes/win7-x64/native/dbgshim.dll": {}, "runtimes/win7-x64/native/mscordaccore.dll": {}, "runtimes/win7-x64/native/mscordbi.dll": {}, + "runtimes/win7-x64/native/mscorlib.ni.dll": {}, "runtimes/win7-x64/native/mscorrc.debug.dll": {}, - "runtimes/win7-x64/native/mscorrc.dll": {} + "runtimes/win7-x64/native/mscorrc.dll": {}, + "runtimes/win7-x64/native/sos.dll": {} } }, - "Microsoft.NETCore.Targets/1.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "[1.0.0, )", - "Microsoft.NETCore.Targets.UniversalWindowsPlatform": "[5.0.0, )" - } - }, - "Microsoft.NETCore.Targets.UniversalWindowsPlatform/5.0.0": {}, - "Microsoft.NETCore.UniversalWindowsPlatform/5.0.0": { - "dependencies": { - "Microsoft.NETCore": "[5.0.0, )", - "Microsoft.NETCore.Portable.Compatibility": "[1.0.0, )", - "Microsoft.NETCore.Runtime": "[1.0.0, )", - "Microsoft.Win32.Primitives": "[4.0.0, )", - "System.ComponentModel.EventBasedAsync": "[4.0.10, )", - "System.Data.Common": "[4.0.0, )", - "System.Diagnostics.Contracts": "[4.0.0, )", - "System.Diagnostics.StackTrace": "[4.0.0, )", - "System.IO.IsolatedStorage": "[4.0.0, )", - "System.Net.Http.Rtc": "[4.0.0, )", - "System.Net.Requests": "[4.0.10, )", - "System.Net.Sockets": "[4.0.0, )", - "System.Net.WebHeaderCollection": "[4.0.0, )", - "System.Numerics.Vectors.WindowsRuntime": "[4.0.0, )", - "System.Reflection.Context": "[4.0.0, )", - "System.Runtime.InteropServices.WindowsRuntime": "[4.0.0, )", - "System.Runtime.Serialization.Json": "[4.0.0, )", - "System.Runtime.Serialization.Primitives": "[4.0.10, )", - "System.Runtime.Serialization.Xml": "[4.0.10, )", - "System.Runtime.WindowsRuntime": "[4.0.10, )", - "System.Runtime.WindowsRuntime.UI.Xaml": "[4.0.0, )", - "System.ServiceModel.Duplex": "[4.0.0, )", - "System.ServiceModel.Http": "[4.0.10, )", - "System.ServiceModel.NetTcp": "[4.0.0, )", - "System.ServiceModel.Primitives": "[4.0.0, )", - "System.ServiceModel.Security": "[4.0.0, )", - "System.Text.Encoding.CodePages": "[4.0.0, )", - "System.Xml.XmlSerializer": "[4.0.10, )" - } - }, - "Microsoft.NETCore.Windows.ApiSets-x64/1.0.0": { + "runtime.win7-x64.runtime.native.System.IO.Compression/4.3.0": { + "type": "package", "native": { - "runtimes/win10-x64/native/_._": {} + "runtimes/win7-x64/native/clrcompression.dll": {} } }, - "Microsoft.VisualBasic/10.0.0": { - "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Dynamic.Runtime": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.10, )", - "System.ObjectModel": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )" - }, + "runtime.win7.System.Private.Uri/4.3.0": { + "type": "package", "compile": { - "ref/netcore50/Microsoft.VisualBasic.dll": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/netcore50/Microsoft.VisualBasic.dll": {} + "runtimes/win/lib/netcore50/System.Private.Uri.dll": {} } }, - "Microsoft.Win32.Primitives/4.0.0": { + "System.AppContext/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.20, )", - "System.Runtime.InteropServices": "[4.0.20, )" + "System.Collections": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/Microsoft.Win32.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/Microsoft.Win32.Primitives.dll": {} - } - }, - "Newtonsoft.Json/7.0.1": { - "compile": { - "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {} - }, - "runtime": { - "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {} - } - }, - "PropertyChanged.Fody/1.50.3": { - "dependencies": { - "Fody": "[1.29.2, )" - }, - "compile": { - "Lib/dotnet/PropertyChanged.dll": {} - }, - "runtime": { - "Lib/dotnet/PropertyChanged.dll": {} - } - }, - "System.AppContext/4.0.0": { - "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Threading": "[4.0.0, )" - }, - "compile": { - "ref/dotnet/System.AppContext.dll": {} + "ref/netstandard1.3/System.AppContext.dll": {} }, "runtime": { "lib/netcore50/System.AppContext.dll": {} } }, - "System.Collections/4.0.10": { - "dependencies": { - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" - }, + "System.Buffers/4.3.0": { + "type": "package", "compile": { - "ref/dotnet/System.Collections.dll": {} + "lib/netstandard1.1/System.Buffers.dll": {} }, "runtime": { - "lib/netcore50/System.Collections.dll": {} + "lib/netstandard1.1/System.Buffers.dll": {} } }, - "System.Collections.Concurrent/4.0.10": { + "System.Collections/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Diagnostics.Tracing": "[4.0.20, )", - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Collections": "4.3.0" }, "compile": { - "ref/dotnet/System.Collections.Concurrent.dll": {} + "ref/netcore50/System.Collections.dll": {} }, "runtime": { - "lib/dotnet/System.Collections.Concurrent.dll": {} + "lib/win8/_._": {} } }, - "System.Collections.Immutable/1.1.37": { + "System.Collections.Concurrent/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" }, "compile": { - "lib/dotnet/System.Collections.Immutable.dll": {} + "ref/netcore50/System.Collections.Concurrent.dll": {} }, "runtime": { - "lib/dotnet/System.Collections.Immutable.dll": {} + "lib/netcore50/System.Collections.Concurrent.dll": {} } }, - "System.Collections.NonGeneric/4.0.0": { + "System.Collections.Immutable/1.2.0": { + "type": "package", + "compile": { + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} + }, + "runtime": { + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.1": { + "type": "package", "dependencies": { - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )" + "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/dotnet/System.Collections.NonGeneric.dll": {} + "ref/netstandard1.3/System.Collections.NonGeneric.dll": {} }, "runtime": { - "lib/dotnet/System.Collections.NonGeneric.dll": {} + "lib/netstandard1.3/System.Collections.NonGeneric.dll": {} } }, - "System.Collections.Specialized/4.0.0": { + "System.Collections.Specialized/4.0.1": { + "type": "package", "dependencies": { - "System.Collections.NonGeneric": "[4.0.0, )", - "System.Globalization": "[4.0.10, )", - "System.Globalization.Extensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )" + "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/dotnet/System.Collections.Specialized.dll": {} + "ref/netstandard1.3/System.Collections.Specialized.dll": {} }, "runtime": { - "lib/dotnet/System.Collections.Specialized.dll": {} + "lib/netstandard1.3/System.Collections.Specialized.dll": {} } }, - "System.ComponentModel/4.0.0": { + "System.ComponentModel/4.0.1": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.20, )" + "System.Runtime": "4.1.0" }, "compile": { "ref/netcore50/System.ComponentModel.dll": {} @@ -5196,61 +8414,92 @@ "lib/netcore50/System.ComponentModel.dll": {} } }, - "System.ComponentModel.Annotations/4.0.10": { + "System.ComponentModel.Annotations/4.1.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.ComponentModel": "[4.0.0, )", - "System.Globalization": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.10, )", - "System.Threading": "[4.0.10, )" + "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/dotnet/System.ComponentModel.Annotations.dll": {} + "ref/netcore50/System.ComponentModel.Annotations.dll": {} }, "runtime": { - "lib/dotnet/System.ComponentModel.Annotations.dll": {} + "lib/netcore50/System.ComponentModel.Annotations.dll": {} } }, - "System.ComponentModel.EventBasedAsync/4.0.10": { + "System.ComponentModel.EventBasedAsync/4.0.11": { + "type": "package", "dependencies": { - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + "ref/netcore50/System.ComponentModel.EventBasedAsync.dll": {} }, "runtime": { - "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + "lib/netcore50/System.ComponentModel.EventBasedAsync.dll": {} } }, - "System.Data.Common/4.0.0": { + "System.ComponentModel.Primitives/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard1.0/System.ComponentModel.Primitives.dll": {} + }, + "runtime": { + "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {} + } + }, + "System.ComponentModel.TypeConverter/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Collections.NonGeneric": "[4.0.0, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.0, )" + "System.ComponentModel.Primitives": "4.3.0" }, "compile": { - "ref/dotnet/System.Data.Common.dll": {} + "ref/netstandard1.0/System.ComponentModel.TypeConverter.dll": {} }, "runtime": { - "lib/dotnet/System.Data.Common.dll": {} + "lib/netstandard1.0/System.ComponentModel.TypeConverter.dll": {} } }, - "System.Diagnostics.Contracts/4.0.0": { + "System.Console/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.win.System.Console": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Console.dll": {} + } + }, + "System.Data.Common/4.1.0": { + "type": "package", + "compile": { + "ref/netstandard1.2/System.Data.Common.dll": {} + }, + "runtime": { + "lib/netstandard1.2/System.Data.Common.dll": {} + } + }, + "System.Diagnostics.Contracts/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, "compile": { "ref/netcore50/System.Diagnostics.Contracts.dll": {} }, @@ -5258,253 +8507,276 @@ "lib/netcore50/System.Diagnostics.Contracts.dll": {} } }, - "System.Diagnostics.Debug/4.0.10": { + "System.Diagnostics.Debug/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.win.System.Diagnostics.Debug": "4.3.0" }, "compile": { - "ref/dotnet/System.Diagnostics.Debug.dll": {} + "ref/netcore50/System.Diagnostics.Debug.dll": {} }, "runtime": { - "lib/netcore50/System.Diagnostics.Debug.dll": {} + "lib/win8/_._": {} } }, - "System.Diagnostics.StackTrace/4.0.0": { + "System.Diagnostics.DiagnosticSource/4.3.0": { + "type": "package", + "compile": { + "lib/netstandard1.3/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {} + } + }, + "System.Diagnostics.StackTrace/4.0.2": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.0.1" }, "compile": { - "ref/dotnet/System.Diagnostics.StackTrace.dll": {} + "ref/netstandard1.3/System.Diagnostics.StackTrace.dll": {} }, "runtime": { - "lib/netcore50/System.Diagnostics.StackTrace.dll": {} + "lib/netstandard1.3/System.Diagnostics.StackTrace.dll": {} } }, - "System.Diagnostics.Tools/4.0.0": { + "System.Diagnostics.Tools/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Diagnostics.Tools": "4.3.0" + }, "compile": { "ref/netcore50/System.Diagnostics.Tools.dll": {} }, "runtime": { - "lib/netcore50/System.Diagnostics.Tools.dll": {} + "lib/win8/_._": {} } }, - "System.Diagnostics.Tracing/4.0.20": { + "System.Diagnostics.Tracing/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Globalization": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.0, )", - "System.Text.Encoding": "[4.0.0, )", - "System.Threading": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Diagnostics.Tracing": "4.3.0" }, "compile": { - "ref/dotnet/System.Diagnostics.Tracing.dll": {} + "ref/netcore50/System.Diagnostics.Tracing.dll": {} }, "runtime": { - "lib/netcore50/System.Diagnostics.Tracing.dll": {} + "lib/win8/_._": {} } }, - "System.Dynamic.Runtime/4.0.10": { + "System.Dynamic.Runtime/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.10, )", - "System.ObjectModel": "[4.0.0, )", - "System.Reflection": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/System.Dynamic.Runtime.dll": {} + "ref/netcore50/System.Dynamic.Runtime.dll": {} }, "runtime": { "lib/netcore50/System.Dynamic.Runtime.dll": {} } }, - "System.Globalization/4.0.10": { + "System.Globalization/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Globalization": "4.3.0" }, "compile": { - "ref/dotnet/System.Globalization.dll": {} + "ref/netcore50/System.Globalization.dll": {} }, "runtime": { - "lib/netcore50/System.Globalization.dll": {} + "lib/win8/_._": {} } }, - "System.Globalization.Calendars/4.0.0": { + "System.Globalization.Calendars/4.3.0": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.0, )", - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Globalization.Calendars": "4.3.0" }, "compile": { - "ref/dotnet/System.Globalization.Calendars.dll": {} - }, - "runtime": { - "lib/netcore50/System.Globalization.Calendars.dll": {} + "ref/netstandard1.3/System.Globalization.Calendars.dll": {} } }, - "System.Globalization.Extensions/4.0.0": { + "System.Globalization.Extensions/4.0.1": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )" + "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/dotnet/System.Globalization.Extensions.dll": {} + "ref/netstandard1.3/System.Globalization.Extensions.dll": {} }, "runtime": { - "lib/dotnet/System.Globalization.Extensions.dll": {} + "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll": {} } }, - "System.IO/4.0.10": { + "System.IO/4.3.0": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.any.System.IO": "4.3.0" }, "compile": { - "ref/dotnet/System.IO.dll": {} + "ref/netcore50/System.IO.dll": {} }, "runtime": { - "lib/netcore50/System.IO.dll": {} + "lib/win8/_._": {} } }, - "System.IO.Compression/4.0.0": { + "System.IO.Compression/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.IO": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.0, )", - "System.Text.Encoding": "[4.0.0, )", - "System.Threading": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.0, )" + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System.IO.Compression": "4.3.0" }, "compile": { "ref/netcore50/System.IO.Compression.dll": {} }, "runtime": { - "lib/netcore50/System.IO.Compression.dll": {} + "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll": {} } }, - "System.IO.Compression.clrcompression-x64/4.0.0": { - "native": { - "runtimes/win10-x64/native/ClrCompression.dll": {} - } - }, - "System.IO.Compression.ZipFile/4.0.0": { + "System.IO.Compression.ZipFile/4.3.0": { + "type": "package", "dependencies": { - "System.IO": "[4.0.10, )", - "System.IO.Compression": "[4.0.0, )", - "System.IO.FileSystem": "[4.0.0, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.Encoding": "[4.0.10, )" + "System.Buffers": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/dotnet/System.IO.Compression.ZipFile.dll": {} + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {} }, "runtime": { - "lib/dotnet/System.IO.Compression.ZipFile.dll": {} + "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} } }, - "System.IO.FileSystem/4.0.0": { + "System.IO.FileSystem/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.Handles": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Runtime.WindowsRuntime": "[4.0.0, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Overlapped": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.win.System.IO.FileSystem": "4.3.0" }, "compile": { - "ref/dotnet/System.IO.FileSystem.dll": {} + "ref/netstandard1.3/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} }, "runtime": { - "lib/netcore50/System.IO.FileSystem.dll": {} + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} } }, - "System.IO.FileSystem.Primitives/4.0.0": { + "System.IO.IsolatedStorage/4.0.1": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.20, )" + "System.IO": "4.1.0", + "System.IO.FileSystem": "4.0.1", + "System.IO.FileSystem.Primitives": "4.0.1", + "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/dotnet/System.IO.FileSystem.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} - } - }, - "System.IO.IsolatedStorage/4.0.0": { - "dependencies": { - "System.IO": "[4.0.10, )", - "System.IO.FileSystem": "[4.0.0, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" - }, - "compile": { - "ref/dotnet/System.IO.IsolatedStorage.dll": {} + "ref/netstandard1.4/System.IO.IsolatedStorage.dll": {} }, "runtime": { "lib/netcore50/System.IO.IsolatedStorage.dll": {} } }, - "System.IO.UnmanagedMemoryStream/4.0.0": { + "System.IO.UnmanagedMemoryStream/4.0.1": { + "type": "package", "dependencies": { - "System.IO": "[4.0.10, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "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/dotnet/System.IO.UnmanagedMemoryStream.dll": {} + "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} }, "runtime": { - "lib/dotnet/System.IO.UnmanagedMemoryStream.dll": {} + "lib/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} } }, - "System.Linq/4.0.0": { + "System.Linq/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" }, "compile": { "ref/netcore50/System.Linq.dll": {} @@ -5513,41 +8785,45 @@ "lib/netcore50/System.Linq.dll": {} } }, - "System.Linq.Expressions/4.0.10": { + "System.Linq.Expressions/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.IO": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.0, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Linq": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/System.Linq.Expressions.dll": {} + "ref/netcore50/System.Linq.Expressions.dll": {} }, "runtime": { "lib/netcore50/System.Linq.Expressions.dll": {} } }, - "System.Linq.Parallel/4.0.0": { + "System.Linq.Parallel/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Collections.Concurrent": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Diagnostics.Tracing": "[4.0.20, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "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/netcore50/System.Linq.Parallel.dll": {} @@ -5556,15 +8832,17 @@ "lib/netcore50/System.Linq.Parallel.dll": {} } }, - "System.Linq.Queryable/4.0.0": { + "System.Linq.Queryable/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "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/netcore50/System.Linq.Queryable.dll": {} @@ -5573,284 +8851,364 @@ "lib/netcore50/System.Linq.Queryable.dll": {} } }, - "System.Net.Http/4.0.0": { + "System.Net.Http/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Net.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Runtime.WindowsRuntime": "[4.0.10, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.WindowsRuntime": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" }, "compile": { "ref/netcore50/System.Net.Http.dll": {} }, "runtime": { - "lib/netcore50/System.Net.Http.dll": {} + "runtimes/win/lib/netcore50/System.Net.Http.dll": {} } }, - "System.Net.Http.Rtc/4.0.0": { + "System.Net.Http.Rtc/4.0.1": { + "type": "package", "dependencies": { - "System.Net.Http": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.0.1", + "System.Net.Http": "4.1.0", + "System.Runtime": "4.1.0" }, "compile": { "ref/netcore50/System.Net.Http.Rtc.dll": {} }, "runtime": { - "lib/netcore50/System.Net.Http.Rtc.dll": {} + "runtimes/win/lib/netcore50/System.Net.Http.Rtc.dll": {} } }, - "System.Net.NetworkInformation/4.0.0": { + "System.Net.NameResolution/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )", - "System.Runtime.InteropServices.WindowsRuntime": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Net.NameResolution.dll": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Net.NameResolution.dll": {} + } + }, + "System.Net.NetworkInformation/4.1.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.Win32.Primitives": "4.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.InteropServices": "4.1.0", + "System.Runtime.InteropServices.WindowsRuntime": "4.0.1", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11" }, "compile": { "ref/netcore50/System.Net.NetworkInformation.dll": {} }, "runtime": { - "lib/netcore50/System.Net.NetworkInformation.dll": {} + "runtimes/win/lib/netcore50/System.Net.NetworkInformation.dll": {} } }, - "System.Net.Primitives/4.0.10": { + "System.Net.Primitives/4.3.0": { + "type": "package", "dependencies": { - "System.Private.Networking": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "runtime.win.System.Net.Primitives": "4.3.0" }, "compile": { - "ref/dotnet/System.Net.Primitives.dll": {} + "ref/netcore50/System.Net.Primitives.dll": {} }, "runtime": { - "lib/netcore50/System.Net.Primitives.dll": {} + "lib/win8/_._": {} } }, - "System.Net.Requests/4.0.10": { + "System.Net.Requests/4.0.11": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Net.Http": "[4.0.0, )", - "System.Net.Primitives": "[4.0.10, )", - "System.Net.WebHeaderCollection": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "System.IO": "4.1.0", + "System.Net.Primitives": "4.0.11", + "System.Net.WebHeaderCollection": "4.0.1", + "System.Runtime": "4.1.0", + "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/dotnet/System.Net.Requests.dll": {} + "ref/netcore50/System.Net.Requests.dll": {} }, "runtime": { - "lib/dotnet/System.Net.Requests.dll": {} + "runtimes/win/lib/netstandard1.3/System.Net.Requests.dll": {} } }, - "System.Net.Sockets/4.0.0": { + "System.Net.Sockets/4.3.0": { + "type": "package", "dependencies": { - "System.Private.Networking": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.win.System.Net.Sockets": "4.3.0" }, "compile": { - "ref/dotnet/System.Net.Sockets.dll": {} - }, - "runtime": { - "lib/netcore50/System.Net.Sockets.dll": {} + "ref/netstandard1.3/System.Net.Sockets.dll": {} } }, - "System.Net.WebHeaderCollection/4.0.0": { + "System.Net.WebHeaderCollection/4.0.1": { + "type": "package", "dependencies": { - "System.Collections.NonGeneric": "[4.0.0, )", - "System.Collections.Specialized": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Collections": "4.0.11", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0" }, "compile": { - "ref/dotnet/System.Net.WebHeaderCollection.dll": {} + "ref/netstandard1.3/System.Net.WebHeaderCollection.dll": {} }, "runtime": { - "lib/dotnet/System.Net.WebHeaderCollection.dll": {} + "lib/netstandard1.3/System.Net.WebHeaderCollection.dll": {} } }, - "System.Numerics.Vectors/4.1.0": { + "System.Net.WebSockets/4.0.0": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )" + "Microsoft.Win32.Primitives": "4.0.1", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/dotnet/System.Numerics.Vectors.dll": {} + "ref/netstandard1.3/System.Net.WebSockets.dll": {} }, "runtime": { - "lib/dotnet/System.Numerics.Vectors.dll": {} + "lib/netstandard1.3/System.Net.WebSockets.dll": {} } }, - "System.Numerics.Vectors.WindowsRuntime/4.0.0": { + "System.Net.WebSockets.Client/4.0.2": { + "type": "package", "dependencies": { - "System.Numerics.Vectors": "[4.1.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.WindowsRuntime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.0.2", + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.Diagnostics.Tracing": "4.1.0", + "System.Globalization": "4.0.11", + "System.Net.Primitives": "4.0.11", + "System.Net.WebHeaderCollection": "4.0.1", + "System.Net.WebSockets": "4.0.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Runtime.InteropServices.WindowsRuntime": "4.0.1", + "System.Runtime.WindowsRuntime": "4.0.11", + "System.Security.Cryptography.X509Certificates": "4.1.0", + "System.Text.Encoding": "4.0.11", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11" }, "compile": { - "lib/dotnet/System.Numerics.Vectors.WindowsRuntime.dll": {} + "ref/netstandard1.3/System.Net.WebSockets.Client.dll": {} }, "runtime": { - "lib/dotnet/System.Numerics.Vectors.WindowsRuntime.dll": {} + "runtimes/win/lib/netcore50/System.Net.WebSockets.Client.dll": {} } }, - "System.ObjectModel/4.0.10": { + "System.Numerics.Vectors/4.1.1": { + "type": "package", + "compile": { + "ref/netstandard1.0/System.Numerics.Vectors.dll": {} + }, + "runtime": { + "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll": {} + } + }, + "System.Numerics.Vectors.WindowsRuntime/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Threading": "[4.0.10, )" + "System.Numerics.Vectors": "4.1.1", + "System.Runtime": "4.1.0", + "System.Runtime.WindowsRuntime": "4.0.11" }, "compile": { - "ref/dotnet/System.ObjectModel.dll": {} + "lib/uap10.0/System.Numerics.Vectors.WindowsRuntime.dll": {} }, "runtime": { - "lib/dotnet/System.ObjectModel.dll": {} + "lib/uap10.0/System.Numerics.Vectors.WindowsRuntime.dll": {} } }, - "System.Private.DataContractSerialization/4.0.0": { + "System.ObjectModel/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.Serialization.Primitives": "[4.0.10, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Xml.ReaderWriter": "[4.0.10, )", - "System.Xml.XmlSerializer": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/netcore50/_._": {} + "ref/netcore50/System.ObjectModel.dll": {} }, "runtime": { - "lib/netcore50/System.Private.DataContractSerialization.dll": {} + "lib/netcore50/System.ObjectModel.dll": {} } }, - "System.Private.Networking/4.0.0": { + "System.Private.DataContractSerialization/4.1.2": { + "type": "package", "dependencies": { - "Microsoft.Win32.Primitives": "[4.0.0, )", - "System.Collections": "[4.0.10, )", - "System.Collections.NonGeneric": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Diagnostics.Tracing": "[4.0.20, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.IO.FileSystem": "[4.0.0, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.Handles": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Overlapped": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.0.2", + "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.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/netcore50/_._": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/netcore50/System.Private.Networking.dll": {} + "lib/netstandard1.3/System.Private.DataContractSerialization.dll": {} } }, - "System.Private.ServiceModel/4.0.0": { + "System.Private.ServiceModel/4.1.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Collections.Concurrent": "[4.0.10, )", - "System.Collections.NonGeneric": "[4.0.0, )", - "System.Collections.Specialized": "[4.0.0, )", - "System.ComponentModel.EventBasedAsync": "[4.0.10, )", - "System.Diagnostics.Contracts": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.IO.Compression": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.10, )", - "System.Linq.Queryable": "[4.0.0, )", - "System.Net.Http": "[4.0.0, )", - "System.Net.Primitives": "[4.0.10, )", - "System.Net.WebHeaderCollection": "[4.0.0, )", - "System.ObjectModel": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.DispatchProxy": "[4.0.0, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Runtime.Serialization.Primitives": "[4.0.10, )", - "System.Runtime.Serialization.Xml": "[4.0.10, )", - "System.Runtime.WindowsRuntime": "[4.0.10, )", - "System.Security.Claims": "[4.0.0, )", - "System.Security.Principal": "[4.0.0, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )", - "System.Threading.Timer": "[4.0.0, )", - "System.Xml.ReaderWriter": "[4.0.10, )", - "System.Xml.XmlDocument": "[4.0.0, )", - "System.Xml.XmlSerializer": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.0.1", + "System.Collections": "4.0.11", + "System.Collections.Concurrent": "4.0.12", + "System.Collections.NonGeneric": "4.0.1", + "System.Collections.Specialized": "4.0.1", + "System.ComponentModel.EventBasedAsync": "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.IO.Compression": "4.1.0", + "System.Linq": "4.1.0", + "System.Linq.Expressions": "4.1.0", + "System.Linq.Queryable": "4.0.1", + "System.Net.Http": "4.1.0", + "System.Net.Primitives": "4.0.11", + "System.Net.WebHeaderCollection": "4.0.1", + "System.Net.WebSockets": "4.0.0", + "System.Net.WebSockets.Client": "4.0.0", + "System.ObjectModel": "4.0.12", + "System.Reflection": "4.1.0", + "System.Reflection.DispatchProxy": "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.InteropServices": "4.1.0", + "System.Runtime.Serialization.Primitives": "4.1.1", + "System.Runtime.Serialization.Xml": "4.1.1", + "System.Runtime.WindowsRuntime": "4.0.11", + "System.Security.Claims": "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.Security.Principal": "4.0.1", + "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.Timer": "4.0.1", + "System.Xml.ReaderWriter": "4.0.11", + "System.Xml.XmlDocument": "4.0.1", + "System.Xml.XmlSerializer": "4.0.11" }, "compile": { - "ref/netcore50/_._": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/netcore50/System.Private.ServiceModel.dll": {} + "runtimes/win7/lib/netcore50/System.Private.ServiceModel.dll": {} } }, - "System.Private.Uri/4.0.0": { - "compile": { - "ref/netcore50/_._": {} - }, - "runtime": { - "lib/netcore50/System.Private.Uri.dll": {} - } - }, - "System.Reflection/4.0.10": { + "System.Private.Uri/4.3.0": { + "type": "package", "dependencies": { - "System.IO": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "runtime.win7.System.Private.Uri": "4.3.0" }, "compile": { - "ref/dotnet/System.Reflection.dll": {} - }, - "runtime": { - "lib/netcore50/System.Reflection.dll": {} + "ref/netstandard/_._": {} } }, - "System.Reflection.Context/4.0.0": { + "System.Reflection/4.3.0": { + "type": "package", "dependencies": { - "System.Reflection": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Reflection": "4.3.0" + }, + "compile": { + "ref/netcore50/System.Reflection.dll": {} + }, + "runtime": { + "lib/win8/_._": {} + } + }, + "System.Reflection.Context/4.0.1": { + "type": "package", + "dependencies": { + "System.Reflection": "4.1.0", + "System.Runtime": "4.1.0" }, "compile": { "ref/netcore50/System.Reflection.Context.dll": {} @@ -5859,198 +9217,224 @@ "lib/netcore50/System.Reflection.Context.dll": {} } }, - "System.Reflection.DispatchProxy/4.0.0": { + "System.Reflection.DispatchProxy/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Threading": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.0.1", + "System.Runtime": "4.1.0" }, "compile": { - "ref/dotnet/System.Reflection.DispatchProxy.dll": {} + "ref/netstandard1.3/System.Reflection.DispatchProxy.dll": {} }, "runtime": { - "lib/netcore50/System.Reflection.DispatchProxy.dll": {} + "lib/netstandard1.3/System.Reflection.DispatchProxy.dll": {} } }, - "System.Reflection.Emit/4.0.0": { + "System.Reflection.Emit/4.0.1": { + "type": "package", "dependencies": { - "System.IO": "[4.0.0, )", - "System.Reflection": "[4.0.0, )", - "System.Reflection.Emit.ILGeneration": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Runtime": "[4.0.0, )" + "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/dotnet/System.Reflection.Emit.dll": {} + "ref/netstandard1.1/_._": {} }, "runtime": { "lib/netcore50/System.Reflection.Emit.dll": {} } }, - "System.Reflection.Emit.ILGeneration/4.0.0": { + "System.Reflection.Emit.ILGeneration/4.3.0": { + "type": "package", "dependencies": { - "System.Reflection": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Runtime": "[4.0.0, )" + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" }, "compile": { - "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + "ref/netstandard1.0/_._": {} }, "runtime": { "lib/netcore50/System.Reflection.Emit.ILGeneration.dll": {} } }, - "System.Reflection.Emit.Lightweight/4.0.0": { + "System.Reflection.Emit.Lightweight/4.3.0": { + "type": "package", "dependencies": { - "System.Reflection": "[4.0.0, )", - "System.Reflection.Emit.ILGeneration": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Runtime": "[4.0.0, )" + "System.Reflection": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" }, "compile": { - "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} + "ref/netstandard1.0/_._": {} }, "runtime": { "lib/netcore50/System.Reflection.Emit.Lightweight.dll": {} } }, - "System.Reflection.Extensions/4.0.0": { + "System.Reflection.Extensions/4.3.0": { + "type": "package", "dependencies": { - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Reflection.Extensions": "4.3.0" }, "compile": { "ref/netcore50/System.Reflection.Extensions.dll": {} }, "runtime": { - "lib/netcore50/System.Reflection.Extensions.dll": {} + "lib/win8/_._": {} } }, - "System.Reflection.Metadata/1.0.22": { + "System.Reflection.Metadata/1.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Collections.Immutable": "[1.1.37, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.IO": "[4.0.0, )", - "System.Reflection": "[4.0.0, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.0, )", - "System.Text.Encoding": "[4.0.0, )", - "System.Text.Encoding.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections.Immutable": "1.2.0" }, "compile": { - "lib/dotnet/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, - "System.Reflection.Primitives/4.0.0": { + "System.Reflection.Primitives/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Reflection.Primitives": "4.3.0" }, "compile": { "ref/netcore50/System.Reflection.Primitives.dll": {} }, "runtime": { - "lib/netcore50/System.Reflection.Primitives.dll": {} + "lib/win8/_._": {} } }, - "System.Reflection.TypeExtensions/4.0.0": { + "System.Reflection.TypeExtensions/4.3.0": { + "type": "package", "dependencies": { - "System.Diagnostics.Contracts": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )" + "System.Diagnostics.Contracts": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Linq": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + "ref/netstandard1.3/System.Reflection.TypeExtensions.dll": {} }, "runtime": { "lib/netcore50/System.Reflection.TypeExtensions.dll": {} } }, - "System.Resources.ResourceManager/4.0.0": { + "System.Resources.ResourceManager/4.3.0": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Resources.ResourceManager": "4.3.0" }, "compile": { "ref/netcore50/System.Resources.ResourceManager.dll": {} }, "runtime": { - "lib/netcore50/System.Resources.ResourceManager.dll": {} + "lib/win8/_._": {} } }, - "System.Runtime/4.0.20": { + "System.Runtime/4.3.0": { + "type": "package", "dependencies": { - "System.Private.Uri": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "runtime.any.System.Runtime": "4.3.0" }, "compile": { - "ref/dotnet/System.Runtime.dll": {} + "ref/netcore50/System.Runtime.dll": {} }, "runtime": { - "lib/netcore50/System.Runtime.dll": {} + "lib/win8/_._": {} } }, - "System.Runtime.Extensions/4.0.10": { + "System.Runtime.Extensions/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.win.System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/dotnet/System.Runtime.Extensions.dll": {} + "ref/netcore50/System.Runtime.Extensions.dll": {} }, "runtime": { - "lib/netcore50/System.Runtime.Extensions.dll": {} + "lib/win8/_._": {} } }, - "System.Runtime.Handles/4.0.0": { + "System.Runtime.Handles/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Runtime.Handles": "4.3.0" }, "compile": { - "ref/dotnet/System.Runtime.Handles.dll": {} - }, - "runtime": { - "lib/netcore50/System.Runtime.Handles.dll": {} + "ref/netstandard1.3/System.Runtime.Handles.dll": {} } }, - "System.Runtime.InteropServices/4.0.20": { + "System.Runtime.InteropServices/4.3.0": { + "type": "package", "dependencies": { - "System.Reflection": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Handles": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "runtime.any.System.Runtime.InteropServices": "4.3.0" }, "compile": { - "ref/dotnet/System.Runtime.InteropServices.dll": {} + "ref/netcore50/System.Runtime.InteropServices.dll": {} }, "runtime": { - "lib/netcore50/System.Runtime.InteropServices.dll": {} + "lib/win8/_._": {} } }, - "System.Runtime.InteropServices.WindowsRuntime/4.0.0": { + "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll": {} + } + }, + "System.Runtime.InteropServices.WindowsRuntime/4.0.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.1.0" + }, "compile": { "ref/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll": {} }, @@ -6058,12 +9442,13 @@ "lib/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll": {} } }, - "System.Runtime.Numerics/4.0.0": { + "System.Runtime.Numerics/4.3.0": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )" + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" }, "compile": { "ref/netcore50/System.Runtime.Numerics.dll": {} @@ -6072,9 +9457,28 @@ "lib/netcore50/System.Runtime.Numerics.dll": {} } }, - "System.Runtime.Serialization.Json/4.0.0": { + "System.Runtime.Serialization.Formatters/4.3.0": { + "type": "package", "dependencies": { - "System.Private.DataContractSerialization": "[4.0.0, )" + "System.Collections": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Serialization.Formatters.dll": {} + }, + "runtime": { + "lib/netstandard1.4/System.Runtime.Serialization.Formatters.dll": {} + } + }, + "System.Runtime.Serialization.Json/4.0.3": { + "type": "package", + "dependencies": { + "System.IO": "4.1.0", + "System.Private.DataContractSerialization": "4.1.2", + "System.Runtime": "4.1.0" }, "compile": { "ref/netcore50/System.Runtime.Serialization.Json.dll": {} @@ -6083,86 +9487,206 @@ "lib/netcore50/System.Runtime.Serialization.Json.dll": {} } }, - "System.Runtime.Serialization.Primitives/4.0.10": { + "System.Runtime.Serialization.Primitives/4.3.0": { + "type": "package", "dependencies": { - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" }, "compile": { - "ref/dotnet/System.Runtime.Serialization.Primitives.dll": {} + "ref/netcore50/System.Runtime.Serialization.Primitives.dll": {} }, "runtime": { - "lib/dotnet/System.Runtime.Serialization.Primitives.dll": {} + "lib/netcore50/System.Runtime.Serialization.Primitives.dll": {} } }, - "System.Runtime.Serialization.Xml/4.0.10": { + "System.Runtime.Serialization.Xml/4.1.2": { + "type": "package", "dependencies": { - "System.Private.DataContractSerialization": "[4.0.0, )", - "System.Runtime.Serialization.Primitives": "[4.0.10, )" + "System.IO": "4.1.0", + "System.Private.DataContractSerialization": "4.1.2", + "System.Runtime": "4.1.0", + "System.Runtime.Serialization.Primitives": "4.1.1", + "System.Text.Encoding": "4.0.11", + "System.Xml.ReaderWriter": "4.0.11" }, "compile": { - "ref/dotnet/System.Runtime.Serialization.Xml.dll": {} + "ref/netcore50/System.Runtime.Serialization.Xml.dll": {} }, "runtime": { "lib/netcore50/System.Runtime.Serialization.Xml.dll": {} } }, - "System.Runtime.WindowsRuntime/4.0.10": { + "System.Runtime.WindowsRuntime/4.3.0": { + "type": "package", "dependencies": { - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.0, )", - "System.IO": "[4.0.10, )", - "System.ObjectModel": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" }, "compile": { "ref/netcore50/System.Runtime.WindowsRuntime.dll": {} }, "runtime": { - "lib/netcore50/System.Runtime.WindowsRuntime.dll": {} + "runtimes/win8/lib/netstandard1.3/System.Runtime.WindowsRuntime.dll": {} } }, - "System.Runtime.WindowsRuntime.UI.Xaml/4.0.0": { + "System.Runtime.WindowsRuntime.UI.Xaml/4.0.1": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Runtime.WindowsRuntime": "[4.0.0, )" + "System.Runtime": "4.1.0", + "System.Runtime.WindowsRuntime": "4.0.11" }, "compile": { "ref/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.dll": {} }, "runtime": { - "lib/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.dll": {} + "runtimes/win8/lib/netstandard1.3/System.Runtime.WindowsRuntime.UI.Xaml.dll": {} } }, - "System.Security.Claims/4.0.0": { + "System.Security.Claims/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.IO": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Security.Principal": "[4.0.0, )" + "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/dotnet/System.Security.Claims.dll": {} + "ref/netstandard1.3/System.Security.Claims.dll": {} }, "runtime": { - "lib/dotnet/System.Security.Claims.dll": {} + "lib/netstandard1.3/System.Security.Claims.dll": {} } }, - "System.Security.Principal/4.0.0": { + "System.Security.Cryptography.Algorithms/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Cng/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.4/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Linq": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Calendars": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Cng": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.1.0" }, "compile": { "ref/netcore50/System.Security.Principal.dll": {} @@ -6171,10 +9695,13 @@ "lib/netcore50/System.Security.Principal.dll": {} } }, - "System.ServiceModel.Duplex/4.0.0": { + "System.ServiceModel.Duplex/4.0.2": { + "type": "package", "dependencies": { - "System.Private.ServiceModel": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Private.ServiceModel": "4.1.1", + "System.Runtime": "4.1.0", + "System.ServiceModel.Primitives": "4.1.1", + "System.Threading": "4.0.11" }, "compile": { "ref/netcore50/System.ServiceModel.Duplex.dll": {} @@ -6183,22 +9710,32 @@ "lib/netcore50/System.ServiceModel.Duplex.dll": {} } }, - "System.ServiceModel.Http/4.0.10": { + "System.ServiceModel.Http/4.1.1": { + "type": "package", "dependencies": { - "System.Private.ServiceModel": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Net.Primitives": "4.0.11", + "System.Net.WebHeaderCollection": "4.0.1", + "System.Private.ServiceModel": "4.1.1", + "System.Runtime": "4.1.0", + "System.Runtime.Serialization.Xml": "4.1.1", + "System.ServiceModel.Primitives": "4.1.1", + "System.Text.Encoding": "4.0.11" }, "compile": { - "ref/dotnet/System.ServiceModel.Http.dll": {} + "ref/netcore50/System.ServiceModel.Http.dll": {} }, "runtime": { "lib/netcore50/System.ServiceModel.Http.dll": {} } }, - "System.ServiceModel.NetTcp/4.0.0": { + "System.ServiceModel.NetTcp/4.1.1": { + "type": "package", "dependencies": { - "System.Private.ServiceModel": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Net.Primitives": "4.0.11", + "System.Private.ServiceModel": "4.1.1", + "System.Runtime": "4.1.0", + "System.Runtime.Serialization.Xml": "4.1.1", + "System.ServiceModel.Primitives": "4.1.1" }, "compile": { "ref/netcore50/System.ServiceModel.NetTcp.dll": {} @@ -6207,10 +9744,25 @@ "lib/netcore50/System.ServiceModel.NetTcp.dll": {} } }, - "System.ServiceModel.Primitives/4.0.0": { + "System.ServiceModel.Primitives/4.1.1": { + "type": "package", "dependencies": { - "System.Private.ServiceModel": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Collections": "4.0.11", + "System.ComponentModel.EventBasedAsync": "4.0.11", + "System.Globalization": "4.0.11", + "System.IO": "4.1.0", + "System.Net.Primitives": "4.0.11", + "System.ObjectModel": "4.0.12", + "System.Private.ServiceModel": "4.1.1", + "System.Reflection": "4.1.0", + "System.Runtime": "4.1.0", + "System.Runtime.Serialization.Primitives": "4.1.1", + "System.Runtime.Serialization.Xml": "4.1.1", + "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.Xml.ReaderWriter": "4.0.11" }, "compile": { "ref/netcore50/System.ServiceModel.Primitives.dll": {} @@ -6219,10 +9771,13 @@ "lib/netcore50/System.ServiceModel.Primitives.dll": {} } }, - "System.ServiceModel.Security/4.0.0": { + "System.ServiceModel.Security/4.0.2": { + "type": "package", "dependencies": { - "System.Private.ServiceModel": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Private.ServiceModel": "4.1.1", + "System.Runtime": "4.1.0", + "System.Runtime.Serialization.Xml": "4.1.1", + "System.ServiceModel.Primitives": "4.1.1" }, "compile": { "ref/netcore50/System.ServiceModel.Security.dll": {} @@ -6231,136 +9786,152 @@ "lib/netcore50/System.ServiceModel.Security.dll": {} } }, - "System.Text.Encoding/4.0.10": { + "System.Text.Encoding/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Text.Encoding": "4.3.0" }, "compile": { - "ref/dotnet/System.Text.Encoding.dll": {} + "ref/netcore50/System.Text.Encoding.dll": {} }, "runtime": { - "lib/netcore50/System.Text.Encoding.dll": {} + "lib/win8/_._": {} } }, - "System.Text.Encoding.CodePages/4.0.0": { + "System.Text.Encoding.CodePages/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.Handles": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Threading": "[4.0.10, )" + "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/dotnet/System.Text.Encoding.CodePages.dll": {} + "ref/netstandard1.3/System.Text.Encoding.CodePages.dll": {} }, "runtime": { - "lib/dotnet/System.Text.Encoding.CodePages.dll": {} + "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": {} } }, - "System.Text.Encoding.Extensions/4.0.10": { + "System.Text.Encoding.Extensions/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )", - "System.Text.Encoding": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.any.System.Text.Encoding.Extensions": "4.3.0" }, "compile": { - "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + "ref/netcore50/System.Text.Encoding.Extensions.dll": {} }, "runtime": { - "lib/netcore50/System.Text.Encoding.Extensions.dll": {} + "lib/win8/_._": {} } }, - "System.Text.RegularExpressions/4.0.10": { + "System.Text.RegularExpressions/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/System.Text.RegularExpressions.dll": {} + "ref/netcore50/System.Text.RegularExpressions.dll": {} }, "runtime": { - "lib/dotnet/System.Text.RegularExpressions.dll": {} + "lib/netcore50/System.Text.RegularExpressions.dll": {} } }, - "System.Threading/4.0.10": { + "System.Threading/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.0, )" + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/dotnet/System.Threading.dll": {} + "ref/netcore50/System.Threading.dll": {} }, "runtime": { "lib/netcore50/System.Threading.dll": {} } }, - "System.Threading.Overlapped/4.0.0": { + "System.Threading.Overlapped/4.3.0": { + "type": "package", "dependencies": { - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Runtime.Handles": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/System.Threading.Overlapped.dll": {} + "ref/netstandard1.3/System.Threading.Overlapped.dll": {} }, "runtime": { - "lib/netcore50/System.Threading.Overlapped.dll": {} + "runtimes/win/lib/netcore50/System.Threading.Overlapped.dll": {} } }, - "System.Threading.Tasks/4.0.10": { + "System.Threading.Tasks/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/dotnet/System.Threading.Tasks.dll": {} + "ref/netcore50/System.Threading.Tasks.dll": {} }, "runtime": { - "lib/netcore50/System.Threading.Tasks.dll": {} + "lib/win8/_._": {} } }, - "System.Threading.Tasks.Dataflow/4.5.25": { - "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Collections.Concurrent": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Diagnostics.Tracing": "[4.0.0, )", - "System.Dynamic.Runtime": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.0, )" - }, + "System.Threading.Tasks.Dataflow/4.6.0": { + "type": "package", "compile": { - "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {} + "lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll": {} }, "runtime": { - "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {} + "lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll": {} } }, - "System.Threading.Tasks.Parallel/4.0.0": { + "System.Threading.Tasks.Extensions/4.3.0": { + "type": "package", + "compile": { + "lib/portable-net45+win8+wp8+wpa81/_._": {} + }, + "runtime": { + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll": {} + } + }, + "System.Threading.Tasks.Parallel/4.0.1": { + "type": "package", "dependencies": { - "System.Collections.Concurrent": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Diagnostics.Tracing": "[4.0.20, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "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/netcore50/System.Threading.Tasks.Parallel.dll": {} @@ -6369,126 +9940,149 @@ "lib/netcore50/System.Threading.Tasks.Parallel.dll": {} } }, - "System.Threading.Timer/4.0.0": { + "System.Threading.Timer/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Threading.Timer": "4.3.0" + }, "compile": { "ref/netcore50/System.Threading.Timer.dll": {} }, "runtime": { - "lib/netcore50/System.Threading.Timer.dll": {} + "lib/win81/_._": {} } }, - "System.Xml.ReaderWriter/4.0.10": { + "System.Xml.ReaderWriter/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.IO.FileSystem": "[4.0.0, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Tasks.Extensions": "4.3.0" }, "compile": { - "ref/dotnet/System.Xml.ReaderWriter.dll": {} + "ref/netcore50/System.Xml.ReaderWriter.dll": {} }, "runtime": { - "lib/dotnet/System.Xml.ReaderWriter.dll": {} + "lib/netcore50/System.Xml.ReaderWriter.dll": {} } }, - "System.Xml.XDocument/4.0.10": { + "System.Xml.XDocument/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Xml.ReaderWriter": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0" }, "compile": { - "ref/dotnet/System.Xml.XDocument.dll": {} + "ref/netcore50/System.Xml.XDocument.dll": {} }, "runtime": { - "lib/dotnet/System.Xml.XDocument.dll": {} + "lib/netcore50/System.Xml.XDocument.dll": {} } }, - "System.Xml.XmlDocument/4.0.0": { + "System.Xml.XmlDocument/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Xml.ReaderWriter": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0" }, "compile": { - "ref/dotnet/System.Xml.XmlDocument.dll": {} + "ref/netstandard1.3/System.Xml.XmlDocument.dll": {} }, "runtime": { - "lib/dotnet/System.Xml.XmlDocument.dll": {} + "lib/netstandard1.3/System.Xml.XmlDocument.dll": {} } }, - "System.Xml.XmlSerializer/4.0.10": { + "System.Xml.XmlSerializer/4.0.11": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Xml.ReaderWriter": "[4.0.10, )", - "System.Xml.XmlDocument": "[4.0.0, )" + "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/dotnet/System.Xml.XmlSerializer.dll": {} + "ref/netcore50/System.Xml.XmlSerializer.dll": {} }, "runtime": { "lib/netcore50/System.Xml.XmlSerializer.dll": {} } + }, + "PocketSharp/1.0.0": { + "type": "project" } }, - "UAP,Version=v10.0/win10-x64-aot": { - "Fody/1.29.2": {}, - "Microsoft.CSharp/4.0.0": { + "UAP,Version=v10.0.15063/win10-x64-aot": { + "Fody/3.0.0": { + "type": "package", + "build": { + "build/Fody.targets": {} + } + }, + "Microsoft.CSharp/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Dynamic.Runtime": "[4.0.0, )", - "System.Globalization": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.0, )", - "System.ObjectModel": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Dynamic.Runtime": "4.3.0", + "System.Globalization": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { "ref/netcore50/Microsoft.CSharp.dll": {} @@ -6497,187 +10091,235 @@ "lib/netcore50/Microsoft.CSharp.dll": {} } }, - "Microsoft.NETCore/5.0.0": { + "Microsoft.Net.Native.Compiler/1.7.3": { + "type": "package", "dependencies": { - "Microsoft.CSharp": "[4.0.0, )", - "Microsoft.NETCore.Targets": "[1.0.0, )", - "Microsoft.VisualBasic": "[10.0.0, )", - "System.AppContext": "[4.0.0, )", - "System.Collections": "[4.0.10, )", - "System.Collections.Concurrent": "[4.0.10, )", - "System.Collections.Immutable": "[1.1.37, )", - "System.ComponentModel": "[4.0.0, )", - "System.ComponentModel.Annotations": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Diagnostics.Tools": "[4.0.0, )", - "System.Diagnostics.Tracing": "[4.0.20, )", - "System.Dynamic.Runtime": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.Globalization.Calendars": "[4.0.0, )", - "System.Globalization.Extensions": "[4.0.0, )", - "System.IO": "[4.0.10, )", - "System.IO.Compression": "[4.0.0, )", - "System.IO.Compression.ZipFile": "[4.0.0, )", - "System.IO.FileSystem": "[4.0.0, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.IO.UnmanagedMemoryStream": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.10, )", - "System.Linq.Parallel": "[4.0.0, )", - "System.Linq.Queryable": "[4.0.0, )", - "System.Net.Http": "[4.0.0, )", - "System.Net.NetworkInformation": "[4.0.0, )", - "System.Net.Primitives": "[4.0.10, )", - "System.Numerics.Vectors": "[4.1.0, )", - "System.ObjectModel": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.DispatchProxy": "[4.0.0, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Metadata": "[1.0.22, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.Handles": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Runtime.Numerics": "[4.0.0, )", - "System.Security.Claims": "[4.0.0, )", - "System.Security.Principal": "[4.0.0, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )", - "System.Threading.Tasks.Dataflow": "[4.5.25, )", - "System.Threading.Tasks.Parallel": "[4.0.0, )", - "System.Threading.Timer": "[4.0.0, )", - "System.Xml.ReaderWriter": "[4.0.10, )", - "System.Xml.XDocument": "[4.0.10, )" + "Microsoft.Net.Native.SharedLibrary-arm": "1.7.0", + "Microsoft.Net.Native.SharedLibrary-x64": "1.7.0", + "Microsoft.Net.Native.SharedLibrary-x86": "1.7.0" + }, + "build": { + "build/Microsoft.Net.Native.Compiler.props": {}, + "build/Microsoft.Net.Native.Compiler.targets": {} } }, - "Microsoft.NETCore.Platforms/1.0.0": {}, - "Microsoft.NETCore.Portable.Compatibility/1.0.0": { + "Microsoft.Net.Native.SharedLibrary-arm/1.7.0": { + "type": "package", + "build": { + "build/Microsoft.Net.Native.SharedLibrary-arm.props": {}, + "build/Microsoft.Net.Native.SharedLibrary-arm.targets": {} + } + }, + "Microsoft.Net.Native.SharedLibrary-x64/1.7.0": { + "type": "package", + "build": { + "build/Microsoft.Net.Native.SharedLibrary-x64.props": {}, + "build/Microsoft.Net.Native.SharedLibrary-x64.targets": {} + } + }, + "Microsoft.Net.Native.SharedLibrary-x86/1.7.0": { + "type": "package", + "build": { + "build/Microsoft.Net.Native.SharedLibrary-x86.props": {}, + "build/Microsoft.Net.Native.SharedLibrary-x86.targets": {} + } + }, + "Microsoft.NETCore/5.0.2": { + "type": "package", "dependencies": { - "Microsoft.NETCore.Runtime": "[1.0.0, )" + "Microsoft.CSharp": "4.0.1", + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.VisualBasic": "10.0.1", + "System.AppContext": "4.1.0", + "System.Collections": "4.0.11", + "System.Collections.Concurrent": "4.0.12", + "System.Collections.Immutable": "1.2.0", + "System.ComponentModel": "4.0.1", + "System.ComponentModel.Annotations": "4.1.0", + "System.Diagnostics.Debug": "4.0.11", + "System.Diagnostics.Tools": "4.0.1", + "System.Diagnostics.Tracing": "4.1.0", + "System.Dynamic.Runtime": "4.0.11", + "System.Globalization": "4.0.11", + "System.Globalization.Calendars": "4.0.1", + "System.Globalization.Extensions": "4.0.1", + "System.IO": "4.1.0", + "System.IO.Compression": "4.1.1", + "System.IO.Compression.ZipFile": "4.0.1", + "System.IO.FileSystem": "4.0.1", + "System.IO.FileSystem.Primitives": "4.0.1", + "System.IO.UnmanagedMemoryStream": "4.0.1", + "System.Linq": "4.1.0", + "System.Linq.Expressions": "4.1.0", + "System.Linq.Parallel": "4.0.1", + "System.Linq.Queryable": "4.0.1", + "System.Net.Http": "4.1.0", + "System.Net.NetworkInformation": "4.1.0", + "System.Net.Primitives": "4.0.11", + "System.Numerics.Vectors": "4.1.1", + "System.ObjectModel": "4.0.12", + "System.Reflection": "4.1.0", + "System.Reflection.DispatchProxy": "4.0.1", + "System.Reflection.Extensions": "4.0.1", + "System.Reflection.Metadata": "1.3.0", + "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.Handles": "4.0.1", + "System.Runtime.InteropServices": "4.1.0", + "System.Runtime.Numerics": "4.0.1", + "System.Security.Claims": "4.0.1", + "System.Security.Principal": "4.0.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.Threading.Tasks.Dataflow": "4.6.0", + "System.Threading.Tasks.Parallel": "4.0.1", + "System.Threading.Timer": "4.0.1", + "System.Xml.ReaderWriter": "4.0.11", + "System.Xml.XDocument": "4.0.11" + } + }, + "Microsoft.NETCore.Jit/1.0.3": { + "type": "package", + "dependencies": { + "runtime.win7-x64.Microsoft.NETCore.Jit": "1.0.3" + } + }, + "Microsoft.NETCore.Platforms/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Portable.Compatibility/1.0.2": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Runtime.CoreCLR": "1.0.2" }, "compile": { - "ref/netcore50/mscorlib.dll": {}, "ref/netcore50/System.ComponentModel.DataAnnotations.dll": {}, "ref/netcore50/System.Core.dll": {}, - "ref/netcore50/System.dll": {}, "ref/netcore50/System.Net.dll": {}, "ref/netcore50/System.Numerics.dll": {}, "ref/netcore50/System.Runtime.Serialization.dll": {}, - "ref/netcore50/System.ServiceModel.dll": {}, "ref/netcore50/System.ServiceModel.Web.dll": {}, + "ref/netcore50/System.ServiceModel.dll": {}, "ref/netcore50/System.Windows.dll": {}, - "ref/netcore50/System.Xml.dll": {}, "ref/netcore50/System.Xml.Linq.dll": {}, - "ref/netcore50/System.Xml.Serialization.dll": {} + "ref/netcore50/System.Xml.Serialization.dll": {}, + "ref/netcore50/System.Xml.dll": {}, + "ref/netcore50/System.dll": {}, + "ref/netcore50/mscorlib.dll": {} }, "runtime": { - "runtimes/aot/lib/netcore50/mscorlib.dll": {}, "runtimes/aot/lib/netcore50/System.ComponentModel.DataAnnotations.dll": {}, "runtimes/aot/lib/netcore50/System.Core.dll": {}, - "runtimes/aot/lib/netcore50/System.dll": {}, "runtimes/aot/lib/netcore50/System.Net.dll": {}, "runtimes/aot/lib/netcore50/System.Numerics.dll": {}, "runtimes/aot/lib/netcore50/System.Runtime.Serialization.dll": {}, - "runtimes/aot/lib/netcore50/System.ServiceModel.dll": {}, "runtimes/aot/lib/netcore50/System.ServiceModel.Web.dll": {}, + "runtimes/aot/lib/netcore50/System.ServiceModel.dll": {}, "runtimes/aot/lib/netcore50/System.Windows.dll": {}, - "runtimes/aot/lib/netcore50/System.Xml.dll": {}, "runtimes/aot/lib/netcore50/System.Xml.Linq.dll": {}, - "runtimes/aot/lib/netcore50/System.Xml.Serialization.dll": {} + "runtimes/aot/lib/netcore50/System.Xml.Serialization.dll": {}, + "runtimes/aot/lib/netcore50/System.Xml.dll": {}, + "runtimes/aot/lib/netcore50/System.dll": {}, + "runtimes/aot/lib/netcore50/mscorlib.dll": {} } }, - "Microsoft.NETCore.Runtime/1.0.0": {}, - "Microsoft.NETCore.Runtime.Native/1.0.0": { + "Microsoft.NETCore.Runtime.CoreCLR/1.0.3": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, 4.0.10]", - "System.Diagnostics.Contracts": "[4.0.0, 4.0.0]", - "System.Diagnostics.Debug": "[4.0.10, 4.0.10]", - "System.Diagnostics.StackTrace": "[4.0.0, 4.0.0]", - "System.Diagnostics.Tools": "[4.0.0, 4.0.0]", - "System.Diagnostics.Tracing": "[4.0.20, 4.0.20]", - "System.Globalization": "[4.0.10, 4.0.10]", - "System.Globalization.Calendars": "[4.0.0, 4.0.0]", - "System.IO": "[4.0.10, 4.0.10]", - "System.ObjectModel": "[4.0.10, 4.0.10]", - "System.Private.Uri": "[4.0.0, 4.0.0]", - "System.Reflection": "[4.0.10, 4.0.10]", - "System.Reflection.Extensions": "[4.0.0, 4.0.0]", - "System.Reflection.Primitives": "[4.0.0, 4.0.0]", - "System.Resources.ResourceManager": "[4.0.0, 4.0.0]", - "System.Runtime": "[4.0.20, 4.0.20]", - "System.Runtime.Extensions": "[4.0.10, 4.0.10]", - "System.Runtime.Handles": "[4.0.0, 4.0.0]", - "System.Runtime.InteropServices": "[4.0.20, 4.0.20]", - "System.Text.Encoding": "[4.0.10, 4.0.10]", - "System.Text.Encoding.Extensions": "[4.0.10, 4.0.10]", - "System.Threading": "[4.0.10, 4.0.10]", - "System.Threading.Tasks": "[4.0.10, 4.0.10]", - "System.Threading.Timer": "[4.0.0, 4.0.0]" + "Microsoft.NETCore.Jit": "1.0.3", + "Microsoft.NETCore.Windows.ApiSets": "1.0.1", + "runtime.win7-x64.Microsoft.NETCore.Runtime.CoreCLR": "1.0.2" } }, - "Microsoft.NETCore.Targets/1.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "[1.0.0, )", - "Microsoft.NETCore.Targets.UniversalWindowsPlatform": "[5.0.0, )" + "Microsoft.NETCore.Targets/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} } }, - "Microsoft.NETCore.Targets.UniversalWindowsPlatform/5.0.0": {}, - "Microsoft.NETCore.UniversalWindowsPlatform/5.0.0": { + "Microsoft.NETCore.UniversalWindowsPlatform/6.0.8": { + "type": "package", "dependencies": { - "Microsoft.NETCore": "[5.0.0, )", - "Microsoft.NETCore.Portable.Compatibility": "[1.0.0, )", - "Microsoft.NETCore.Runtime": "[1.0.0, )", - "Microsoft.Win32.Primitives": "[4.0.0, )", - "System.ComponentModel.EventBasedAsync": "[4.0.10, )", - "System.Data.Common": "[4.0.0, )", - "System.Diagnostics.Contracts": "[4.0.0, )", - "System.Diagnostics.StackTrace": "[4.0.0, )", - "System.IO.IsolatedStorage": "[4.0.0, )", - "System.Net.Http.Rtc": "[4.0.0, )", - "System.Net.Requests": "[4.0.10, )", - "System.Net.Sockets": "[4.0.0, )", - "System.Net.WebHeaderCollection": "[4.0.0, )", - "System.Numerics.Vectors.WindowsRuntime": "[4.0.0, )", - "System.Reflection.Context": "[4.0.0, )", - "System.Runtime.InteropServices.WindowsRuntime": "[4.0.0, )", - "System.Runtime.Serialization.Json": "[4.0.0, )", - "System.Runtime.Serialization.Primitives": "[4.0.10, )", - "System.Runtime.Serialization.Xml": "[4.0.10, )", - "System.Runtime.WindowsRuntime": "[4.0.10, )", - "System.Runtime.WindowsRuntime.UI.Xaml": "[4.0.0, )", - "System.ServiceModel.Duplex": "[4.0.0, )", - "System.ServiceModel.Http": "[4.0.10, )", - "System.ServiceModel.NetTcp": "[4.0.0, )", - "System.ServiceModel.Primitives": "[4.0.0, )", - "System.ServiceModel.Security": "[4.0.0, )", - "System.Text.Encoding.CodePages": "[4.0.0, )", - "System.Xml.XmlSerializer": "[4.0.10, )" + "Microsoft.NETCore": "5.0.2", + "Microsoft.NETCore.Portable.Compatibility": "1.0.2", + "Microsoft.NETCore.Runtime.CoreCLR": "1.0.3", + "Microsoft.NETCore.Targets": "1.0.2", + "Microsoft.Net.Native.Compiler": "1.7.3", + "Microsoft.Win32.Primitives": "4.0.1", + "System.Collections.NonGeneric": "4.0.1", + "System.Collections.Specialized": "4.0.1", + "System.ComponentModel.EventBasedAsync": "4.0.11", + "System.Data.Common": "4.1.0", + "System.Diagnostics.Contracts": "4.0.1", + "System.Diagnostics.StackTrace": "4.0.2", + "System.IO.IsolatedStorage": "4.0.1", + "System.Net.Http.Rtc": "4.0.1", + "System.Net.NameResolution": "4.0.0", + "System.Net.Requests": "4.0.11", + "System.Net.Sockets": "4.1.0", + "System.Net.WebHeaderCollection": "4.0.1", + "System.Net.WebSockets": "4.0.0", + "System.Net.WebSockets.Client": "4.0.2", + "System.Numerics.Vectors.WindowsRuntime": "4.0.1", + "System.Reflection.Context": "4.0.1", + "System.Runtime.InteropServices.WindowsRuntime": "4.0.1", + "System.Runtime.Serialization.Json": "4.0.3", + "System.Runtime.Serialization.Primitives": "4.1.1", + "System.Runtime.Serialization.Xml": "4.1.2", + "System.Runtime.WindowsRuntime": "4.0.11", + "System.Runtime.WindowsRuntime.UI.Xaml": "4.0.1", + "System.ServiceModel.Duplex": "4.0.2", + "System.ServiceModel.Http": "4.1.1", + "System.ServiceModel.NetTcp": "4.1.1", + "System.ServiceModel.Primitives": "4.1.1", + "System.ServiceModel.Security": "4.0.2", + "System.Text.Encoding.CodePages": "4.0.1", + "System.Threading.Overlapped": "4.0.1", + "System.Xml.XmlDocument": "4.0.1", + "System.Xml.XmlSerializer": "4.0.11", + "runtime.win10-x64-aot.Microsoft.NETCore.UniversalWindowsPlatform": "6.0.8" + }, + "compile": { + "ref/netcore50/_._": {} } }, - "Microsoft.VisualBasic/10.0.0": { + "Microsoft.NETCore.Windows.ApiSets/1.0.1": { + "type": "package" + }, + "Microsoft.VisualBasic/10.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Dynamic.Runtime": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.10, )", - "System.ObjectModel": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )" + "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/netcore50/Microsoft.VisualBasic.dll": {} @@ -6686,139 +10328,641 @@ "lib/netcore50/Microsoft.VisualBasic.dll": {} } }, - "Microsoft.Win32.Primitives/4.0.0": { + "Microsoft.Win32.Primitives/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.20, )", - "System.Runtime.InteropServices": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.win.Microsoft.Win32.Primitives": "4.3.0" }, "compile": { - "ref/dotnet/Microsoft.Win32.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {} } }, - "Newtonsoft.Json/7.0.1": { - "compile": { - "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {} - }, - "runtime": { - "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {} - } - }, - "PropertyChanged.Fody/1.50.3": { + "NETStandard.Library/1.6.1": { + "type": "package", "dependencies": { - "Fody": "[1.29.2, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.Win32.Primitives": "4.3.0", + "System.AppContext": "4.3.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Console": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Calendars": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.IO.Compression.ZipFile": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.Net.Http": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Net.Sockets": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Timer": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0", + "System.Xml.XDocument": "4.3.0" + } + }, + "Newtonsoft.Json/11.0.2": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.3.0", + "NETStandard.Library": "1.6.1", + "System.ComponentModel.TypeConverter": "4.3.0", + "System.Runtime.Serialization.Formatters": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0", + "System.Xml.XmlDocument": "4.3.0" }, "compile": { - "Lib/dotnet/PropertyChanged.dll": {} + "lib/netstandard1.3/Newtonsoft.Json.dll": {} }, "runtime": { - "Lib/dotnet/PropertyChanged.dll": {} + "lib/netstandard1.3/Newtonsoft.Json.dll": {} } }, - "System.AppContext/4.0.0": { + "PropertyChanged.Fody/2.4.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Threading": "[4.0.0, )" + "Fody": "3.0.0", + "NETStandard.Library": "1.6.1" }, "compile": { - "ref/dotnet/System.AppContext.dll": {} + "lib/netstandard1.0/PropertyChanged.dll": {} }, "runtime": { - "lib/netcore50/System.AppContext.dll": {} + "lib/netstandard1.0/PropertyChanged.dll": {} } }, - "System.Collections/4.0.10": { + "runtime.aot.System.Collections/4.3.0": { + "type": "package", "dependencies": { - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/System.Collections.dll": {} + "ref/netstandard/_._": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Collections.dll": {} + "runtimes/aot/lib/netcore50/System.Collections.dll": {} } }, - "System.Collections.Concurrent/4.0.10": { + "runtime.aot.System.Diagnostics.Tools/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Diagnostics.Tools.dll": {} + } + }, + "runtime.aot.System.Diagnostics.Tracing/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Diagnostics.Tracing": "[4.0.20, )", - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/System.Collections.Concurrent.dll": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/dotnet/System.Collections.Concurrent.dll": {} + "runtimes/aot/lib/netcore50/System.Diagnostics.Tracing.dll": {} } }, - "System.Collections.Immutable/1.1.37": { + "runtime.aot.System.Globalization/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Globalization.dll": {} + } + }, + "runtime.aot.System.Globalization.Calendars/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Globalization.Calendars.dll": {} + } + }, + "runtime.aot.System.IO/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Globalization": "4.3.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" }, "compile": { - "lib/dotnet/System.Collections.Immutable.dll": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/dotnet/System.Collections.Immutable.dll": {} + "runtimes/aot/lib/netcore50/System.IO.dll": {} } }, - "System.Collections.NonGeneric/4.0.0": { + "runtime.aot.System.Reflection/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Reflection.dll": {} + } + }, + "runtime.aot.System.Reflection.Extensions/4.3.0": { + "type": "package", "dependencies": { - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )" + "System.Diagnostics.Debug": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/dotnet/System.Collections.NonGeneric.dll": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/dotnet/System.Collections.NonGeneric.dll": {} + "runtimes/aot/lib/netcore50/System.Reflection.Extensions.dll": {} } }, - "System.Collections.Specialized/4.0.0": { + "runtime.aot.System.Reflection.Primitives/4.3.0": { + "type": "package", "dependencies": { - "System.Collections.NonGeneric": "[4.0.0, )", - "System.Globalization": "[4.0.10, )", - "System.Globalization.Extensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )" + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/System.Collections.Specialized.dll": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/dotnet/System.Collections.Specialized.dll": {} + "runtimes/aot/lib/netcore50/System.Reflection.Primitives.dll": {} } }, - "System.ComponentModel/4.0.0": { + "runtime.aot.System.Resources.ResourceManager/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.20, )" + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Resources.ResourceManager.dll": {} + } + }, + "runtime.aot.System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Runtime.dll": {} + } + }, + "runtime.aot.System.Runtime.Handles/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Runtime.Handles.dll": {} + } + }, + "runtime.aot.System.Runtime.InteropServices/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Runtime.InteropServices.dll": {} + } + }, + "runtime.aot.System.Text.Encoding/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Text.Encoding.dll": {} + } + }, + "runtime.aot.System.Text.Encoding.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "runtime.aot.System.Threading.Tasks/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Threading.Tasks.dll": {} + } + }, + "runtime.aot.System.Threading.Timer/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Threading.Timer.dll": {} + } + }, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.native.System.IO.Compression/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "4.0.1" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "dependencies": { + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.win.Microsoft.Win32.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0", + "System.Runtime.InteropServices": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Primitives.dll": {} + } + }, + "runtime.win.System.Console/4.3.0": { + "type": "package", + "dependencies": { + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Console.dll": {} + } + }, + "runtime.win.System.Diagnostics.Debug/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win.System.IO.FileSystem/4.3.0": { + "type": "package", + "dependencies": { + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.WindowsRuntime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.IO.FileSystem.dll": {} + } + }, + "runtime.win.System.Net.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Net.Primitives.dll": {} + } + }, + "runtime.win.System.Net.Sockets/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Net.NameResolution": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Net.Sockets.dll": {} + } + }, + "runtime.win.System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win10-x64-aot.Microsoft.NETCore.UniversalWindowsPlatform/6.0.8": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + } + }, + "runtime.win10-x64-aot.runtime.native.System.IO.Compression/4.0.1": { + "type": "package", + "runtime": { + "runtimes/win10-x64-aot/lib/netcore50/clrcompression.dll": {} + } + }, + "runtime.win7-x64.Microsoft.NETCore.Jit/1.0.3": { + "type": "package", + "native": { + "runtimes/win7-x64-aot/native/_._": {} + } + }, + "runtime.win7-x64.Microsoft.NETCore.Runtime.CoreCLR/1.0.2": { + "type": "package", + "compile": { + "ref/netstandard1.0/_._": {} + }, + "runtime": { + "runtimes/win7-x64-aot/lib/netstandard1.0/_._": {} + }, + "native": { + "runtimes/win7-x64-aot/native/_._": {} + } + }, + "runtime.win7.System.Private.Uri/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Private.Uri.dll": {} + } + }, + "System.AppContext/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.AppContext.dll": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.AppContext.dll": {} + } + }, + "System.Buffers/4.3.0": { + "type": "package", + "compile": { + "lib/netstandard1.1/System.Buffers.dll": {} + }, + "runtime": { + "lib/netstandard1.1/System.Buffers.dll": {} + } + }, + "System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Collections": "4.3.0" + }, + "compile": { + "ref/netcore50/System.Collections.dll": {} + }, + "runtime": { + "lib/win8/_._": {} + } + }, + "System.Collections.Concurrent/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netcore50/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/netcore50/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.Immutable/1.2.0": { + "type": "package", + "compile": { + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} + }, + "runtime": { + "lib/portable-net45+win8+wp8+wpa81/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/System.Collections.Specialized.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Collections.Specialized.dll": {} + } + }, + "System.ComponentModel/4.0.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.1.0" }, "compile": { "ref/netcore50/System.ComponentModel.dll": {} @@ -6827,315 +10971,369 @@ "lib/netcore50/System.ComponentModel.dll": {} } }, - "System.ComponentModel.Annotations/4.0.10": { + "System.ComponentModel.Annotations/4.1.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.ComponentModel": "[4.0.0, )", - "System.Globalization": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.10, )", - "System.Threading": "[4.0.10, )" + "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/dotnet/System.ComponentModel.Annotations.dll": {} + "ref/netcore50/System.ComponentModel.Annotations.dll": {} }, "runtime": { - "lib/dotnet/System.ComponentModel.Annotations.dll": {} + "lib/netcore50/System.ComponentModel.Annotations.dll": {} } }, - "System.ComponentModel.EventBasedAsync/4.0.10": { + "System.ComponentModel.EventBasedAsync/4.0.11": { + "type": "package", "dependencies": { - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + "ref/netcore50/System.ComponentModel.EventBasedAsync.dll": {} }, "runtime": { - "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + "lib/netcore50/System.ComponentModel.EventBasedAsync.dll": {} } }, - "System.Data.Common/4.0.0": { + "System.ComponentModel.Primitives/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard1.0/System.ComponentModel.Primitives.dll": {} + }, + "runtime": { + "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {} + } + }, + "System.ComponentModel.TypeConverter/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Collections.NonGeneric": "[4.0.0, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.0, )" + "System.ComponentModel.Primitives": "4.3.0" }, "compile": { - "ref/dotnet/System.Data.Common.dll": {} + "ref/netstandard1.0/System.ComponentModel.TypeConverter.dll": {} }, "runtime": { - "lib/dotnet/System.Data.Common.dll": {} + "lib/netstandard1.0/System.ComponentModel.TypeConverter.dll": {} } }, - "System.Diagnostics.Contracts/4.0.0": { + "System.Console/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.win.System.Console": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Console.dll": {} + } + }, + "System.Data.Common/4.1.0": { + "type": "package", + "compile": { + "ref/netstandard1.2/System.Data.Common.dll": {} + }, + "runtime": { + "lib/netstandard1.2/System.Data.Common.dll": {} + } + }, + "System.Diagnostics.Contracts/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, "compile": { "ref/netcore50/System.Diagnostics.Contracts.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Contracts.dll": {} + "runtimes/aot/lib/netcore50/System.Diagnostics.Contracts.dll": {} } }, - "System.Diagnostics.Debug/4.0.10": { + "System.Diagnostics.Debug/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.win.System.Diagnostics.Debug": "4.3.0" }, "compile": { - "ref/dotnet/System.Diagnostics.Debug.dll": {} + "ref/netcore50/System.Diagnostics.Debug.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll": {} + "lib/win8/_._": {} } }, - "System.Diagnostics.StackTrace/4.0.0": { + "System.Diagnostics.DiagnosticSource/4.3.0": { + "type": "package", + "compile": { + "lib/netstandard1.3/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {} + } + }, + "System.Diagnostics.StackTrace/4.0.2": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.0.1" }, "compile": { - "ref/dotnet/System.Diagnostics.StackTrace.dll": {} + "ref/netstandard1.3/System.Diagnostics.StackTrace.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.StackTrace.dll": {} + "runtimes/aot/lib/netcore50/System.Diagnostics.StackTrace.dll": {} } }, - "System.Diagnostics.Tools/4.0.0": { + "System.Diagnostics.Tools/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Diagnostics.Tools": "4.3.0" + }, "compile": { "ref/netcore50/System.Diagnostics.Tools.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.dll": {} + "lib/win8/_._": {} } }, - "System.Diagnostics.Tracing/4.0.20": { + "System.Diagnostics.Tracing/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Globalization": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.0, )", - "System.Text.Encoding": "[4.0.0, )", - "System.Threading": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Diagnostics.Tracing": "4.3.0" }, "compile": { - "ref/dotnet/System.Diagnostics.Tracing.dll": {} + "ref/netcore50/System.Diagnostics.Tracing.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll": {} + "lib/win8/_._": {} } }, - "System.Dynamic.Runtime/4.0.10": { + "System.Dynamic.Runtime/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.10, )", - "System.ObjectModel": "[4.0.0, )", - "System.Reflection": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/System.Dynamic.Runtime.dll": {} + "ref/netcore50/System.Dynamic.Runtime.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Dynamic.Runtime.dll": {} + "runtimes/aot/lib/netcore50/System.Dynamic.Runtime.dll": {} } }, - "System.Globalization/4.0.10": { + "System.Globalization/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Globalization": "4.3.0" }, "compile": { - "ref/dotnet/System.Globalization.dll": {} + "ref/netcore50/System.Globalization.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Globalization.dll": {} + "lib/win8/_._": {} } }, - "System.Globalization.Calendars/4.0.0": { + "System.Globalization.Calendars/4.3.0": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.0, )", - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Globalization.Calendars": "4.3.0" }, "compile": { - "ref/dotnet/System.Globalization.Calendars.dll": {} - }, - "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Globalization.Calendars.dll": {} + "ref/netstandard1.3/System.Globalization.Calendars.dll": {} } }, - "System.Globalization.Extensions/4.0.0": { + "System.Globalization.Extensions/4.0.1": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )" + "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/dotnet/System.Globalization.Extensions.dll": {} + "ref/netstandard1.3/System.Globalization.Extensions.dll": {} }, "runtime": { - "lib/dotnet/System.Globalization.Extensions.dll": {} + "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll": {} } }, - "System.IO/4.0.10": { + "System.IO/4.3.0": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.aot.System.IO": "4.3.0" }, "compile": { - "ref/dotnet/System.IO.dll": {} + "ref/netcore50/System.IO.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.IO.dll": {} + "lib/win8/_._": {} } }, - "System.IO.Compression/4.0.0": { + "System.IO.Compression/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.IO": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.0, )", - "System.Text.Encoding": "[4.0.0, )", - "System.Threading": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.0, )" + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System.IO.Compression": "4.3.0" }, "compile": { "ref/netcore50/System.IO.Compression.dll": {} }, "runtime": { - "lib/netcore50/System.IO.Compression.dll": {} + "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll": {} } }, - "System.IO.Compression.clrcompression-x64/4.0.0": { - "native": { - "runtimes/win10-x64/native/ClrCompression.dll": {} - } - }, - "System.IO.Compression.ZipFile/4.0.0": { + "System.IO.Compression.ZipFile/4.3.0": { + "type": "package", "dependencies": { - "System.IO": "[4.0.10, )", - "System.IO.Compression": "[4.0.0, )", - "System.IO.FileSystem": "[4.0.0, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.Encoding": "[4.0.10, )" + "System.Buffers": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/dotnet/System.IO.Compression.ZipFile.dll": {} + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {} }, "runtime": { - "lib/dotnet/System.IO.Compression.ZipFile.dll": {} + "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} } }, - "System.IO.FileSystem/4.0.0": { + "System.IO.FileSystem/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.Handles": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Runtime.WindowsRuntime": "[4.0.0, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Overlapped": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.win.System.IO.FileSystem": "4.3.0" }, "compile": { - "ref/dotnet/System.IO.FileSystem.dll": {} + "ref/netstandard1.3/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} }, "runtime": { - "lib/netcore50/System.IO.FileSystem.dll": {} + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} } }, - "System.IO.FileSystem.Primitives/4.0.0": { + "System.IO.IsolatedStorage/4.0.1": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.20, )" + "System.IO": "4.1.0", + "System.IO.FileSystem": "4.0.1", + "System.IO.FileSystem.Primitives": "4.0.1", + "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/dotnet/System.IO.FileSystem.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} - } - }, - "System.IO.IsolatedStorage/4.0.0": { - "dependencies": { - "System.IO": "[4.0.10, )", - "System.IO.FileSystem": "[4.0.0, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" - }, - "compile": { - "ref/dotnet/System.IO.IsolatedStorage.dll": {} + "ref/netstandard1.4/System.IO.IsolatedStorage.dll": {} }, "runtime": { "lib/netcore50/System.IO.IsolatedStorage.dll": {} } }, - "System.IO.UnmanagedMemoryStream/4.0.0": { + "System.IO.UnmanagedMemoryStream/4.0.1": { + "type": "package", "dependencies": { - "System.IO": "[4.0.10, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "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/dotnet/System.IO.UnmanagedMemoryStream.dll": {} + "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} }, "runtime": { - "lib/dotnet/System.IO.UnmanagedMemoryStream.dll": {} + "lib/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} } }, - "System.Linq/4.0.0": { + "System.Linq/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" }, "compile": { "ref/netcore50/System.Linq.dll": {} @@ -7144,41 +11342,45 @@ "lib/netcore50/System.Linq.dll": {} } }, - "System.Linq.Expressions/4.0.10": { + "System.Linq.Expressions/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.IO": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.0, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Linq": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/System.Linq.Expressions.dll": {} + "ref/netcore50/System.Linq.Expressions.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll": {} + "runtimes/aot/lib/netcore50/System.Linq.Expressions.dll": {} } }, - "System.Linq.Parallel/4.0.0": { + "System.Linq.Parallel/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Collections.Concurrent": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Diagnostics.Tracing": "[4.0.20, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "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/netcore50/System.Linq.Parallel.dll": {} @@ -7187,15 +11389,17 @@ "lib/netcore50/System.Linq.Parallel.dll": {} } }, - "System.Linq.Queryable/4.0.0": { + "System.Linq.Queryable/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "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/netcore50/System.Linq.Queryable.dll": {} @@ -7204,284 +11408,364 @@ "lib/netcore50/System.Linq.Queryable.dll": {} } }, - "System.Net.Http/4.0.0": { + "System.Net.Http/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Net.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Runtime.WindowsRuntime": "[4.0.10, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.WindowsRuntime": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" }, "compile": { "ref/netcore50/System.Net.Http.dll": {} }, "runtime": { - "lib/netcore50/System.Net.Http.dll": {} + "runtimes/win/lib/netcore50/System.Net.Http.dll": {} } }, - "System.Net.Http.Rtc/4.0.0": { + "System.Net.Http.Rtc/4.0.1": { + "type": "package", "dependencies": { - "System.Net.Http": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.0.1", + "System.Net.Http": "4.1.0", + "System.Runtime": "4.1.0" }, "compile": { "ref/netcore50/System.Net.Http.Rtc.dll": {} }, "runtime": { - "lib/netcore50/System.Net.Http.Rtc.dll": {} + "runtimes/win/lib/netcore50/System.Net.Http.Rtc.dll": {} } }, - "System.Net.NetworkInformation/4.0.0": { + "System.Net.NameResolution/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )", - "System.Runtime.InteropServices.WindowsRuntime": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Net.NameResolution.dll": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Net.NameResolution.dll": {} + } + }, + "System.Net.NetworkInformation/4.1.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.Win32.Primitives": "4.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.InteropServices": "4.1.0", + "System.Runtime.InteropServices.WindowsRuntime": "4.0.1", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11" }, "compile": { "ref/netcore50/System.Net.NetworkInformation.dll": {} }, "runtime": { - "lib/netcore50/System.Net.NetworkInformation.dll": {} + "runtimes/win/lib/netcore50/System.Net.NetworkInformation.dll": {} } }, - "System.Net.Primitives/4.0.10": { + "System.Net.Primitives/4.3.0": { + "type": "package", "dependencies": { - "System.Private.Networking": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "runtime.win.System.Net.Primitives": "4.3.0" }, "compile": { - "ref/dotnet/System.Net.Primitives.dll": {} + "ref/netcore50/System.Net.Primitives.dll": {} }, "runtime": { - "lib/netcore50/System.Net.Primitives.dll": {} + "lib/win8/_._": {} } }, - "System.Net.Requests/4.0.10": { + "System.Net.Requests/4.0.11": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Net.Http": "[4.0.0, )", - "System.Net.Primitives": "[4.0.10, )", - "System.Net.WebHeaderCollection": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "System.IO": "4.1.0", + "System.Net.Primitives": "4.0.11", + "System.Net.WebHeaderCollection": "4.0.1", + "System.Runtime": "4.1.0", + "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/dotnet/System.Net.Requests.dll": {} + "ref/netcore50/System.Net.Requests.dll": {} }, "runtime": { - "lib/dotnet/System.Net.Requests.dll": {} + "runtimes/win/lib/netstandard1.3/System.Net.Requests.dll": {} } }, - "System.Net.Sockets/4.0.0": { + "System.Net.Sockets/4.3.0": { + "type": "package", "dependencies": { - "System.Private.Networking": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.win.System.Net.Sockets": "4.3.0" }, "compile": { - "ref/dotnet/System.Net.Sockets.dll": {} - }, - "runtime": { - "lib/netcore50/System.Net.Sockets.dll": {} + "ref/netstandard1.3/System.Net.Sockets.dll": {} } }, - "System.Net.WebHeaderCollection/4.0.0": { + "System.Net.WebHeaderCollection/4.0.1": { + "type": "package", "dependencies": { - "System.Collections.NonGeneric": "[4.0.0, )", - "System.Collections.Specialized": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Collections": "4.0.11", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0" }, "compile": { - "ref/dotnet/System.Net.WebHeaderCollection.dll": {} + "ref/netstandard1.3/System.Net.WebHeaderCollection.dll": {} }, "runtime": { - "lib/dotnet/System.Net.WebHeaderCollection.dll": {} + "lib/netstandard1.3/System.Net.WebHeaderCollection.dll": {} } }, - "System.Numerics.Vectors/4.1.0": { + "System.Net.WebSockets/4.0.0": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )" + "Microsoft.Win32.Primitives": "4.0.1", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/dotnet/System.Numerics.Vectors.dll": {} + "ref/netstandard1.3/System.Net.WebSockets.dll": {} }, "runtime": { - "lib/dotnet/System.Numerics.Vectors.dll": {} + "lib/netstandard1.3/System.Net.WebSockets.dll": {} } }, - "System.Numerics.Vectors.WindowsRuntime/4.0.0": { + "System.Net.WebSockets.Client/4.0.2": { + "type": "package", "dependencies": { - "System.Numerics.Vectors": "[4.1.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.WindowsRuntime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.0.2", + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.Diagnostics.Tracing": "4.1.0", + "System.Globalization": "4.0.11", + "System.Net.Primitives": "4.0.11", + "System.Net.WebHeaderCollection": "4.0.1", + "System.Net.WebSockets": "4.0.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Runtime.InteropServices.WindowsRuntime": "4.0.1", + "System.Runtime.WindowsRuntime": "4.0.11", + "System.Security.Cryptography.X509Certificates": "4.1.0", + "System.Text.Encoding": "4.0.11", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11" }, "compile": { - "lib/dotnet/System.Numerics.Vectors.WindowsRuntime.dll": {} + "ref/netstandard1.3/System.Net.WebSockets.Client.dll": {} }, "runtime": { - "lib/dotnet/System.Numerics.Vectors.WindowsRuntime.dll": {} + "runtimes/win/lib/netcore50/System.Net.WebSockets.Client.dll": {} } }, - "System.ObjectModel/4.0.10": { + "System.Numerics.Vectors/4.1.1": { + "type": "package", + "compile": { + "ref/netstandard1.0/System.Numerics.Vectors.dll": {} + }, + "runtime": { + "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll": {} + } + }, + "System.Numerics.Vectors.WindowsRuntime/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Threading": "[4.0.10, )" + "System.Numerics.Vectors": "4.1.1", + "System.Runtime": "4.1.0", + "System.Runtime.WindowsRuntime": "4.0.11" }, "compile": { - "ref/dotnet/System.ObjectModel.dll": {} + "lib/uap10.0/System.Numerics.Vectors.WindowsRuntime.dll": {} }, "runtime": { - "lib/dotnet/System.ObjectModel.dll": {} + "lib/uap10.0/System.Numerics.Vectors.WindowsRuntime.dll": {} } }, - "System.Private.DataContractSerialization/4.0.0": { + "System.ObjectModel/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.Serialization.Primitives": "[4.0.10, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Xml.ReaderWriter": "[4.0.10, )", - "System.Xml.XmlSerializer": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/netcore50/_._": {} + "ref/netcore50/System.ObjectModel.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Private.DataContractSerialization.dll": {} + "lib/netcore50/System.ObjectModel.dll": {} } }, - "System.Private.Networking/4.0.0": { + "System.Private.DataContractSerialization/4.1.2": { + "type": "package", "dependencies": { - "Microsoft.Win32.Primitives": "[4.0.0, )", - "System.Collections": "[4.0.10, )", - "System.Collections.NonGeneric": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Diagnostics.Tracing": "[4.0.20, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.IO.FileSystem": "[4.0.0, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.Handles": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Overlapped": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.0.2", + "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.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/netcore50/_._": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/netcore50/System.Private.Networking.dll": {} + "runtimes/aot/lib/netcore50/System.Private.DataContractSerialization.dll": {} } }, - "System.Private.ServiceModel/4.0.0": { + "System.Private.ServiceModel/4.1.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Collections.Concurrent": "[4.0.10, )", - "System.Collections.NonGeneric": "[4.0.0, )", - "System.Collections.Specialized": "[4.0.0, )", - "System.ComponentModel.EventBasedAsync": "[4.0.10, )", - "System.Diagnostics.Contracts": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.IO.Compression": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.10, )", - "System.Linq.Queryable": "[4.0.0, )", - "System.Net.Http": "[4.0.0, )", - "System.Net.Primitives": "[4.0.10, )", - "System.Net.WebHeaderCollection": "[4.0.0, )", - "System.ObjectModel": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.DispatchProxy": "[4.0.0, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Runtime.Serialization.Primitives": "[4.0.10, )", - "System.Runtime.Serialization.Xml": "[4.0.10, )", - "System.Runtime.WindowsRuntime": "[4.0.10, )", - "System.Security.Claims": "[4.0.0, )", - "System.Security.Principal": "[4.0.0, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )", - "System.Threading.Timer": "[4.0.0, )", - "System.Xml.ReaderWriter": "[4.0.10, )", - "System.Xml.XmlDocument": "[4.0.0, )", - "System.Xml.XmlSerializer": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.0.1", + "System.Collections": "4.0.11", + "System.Collections.Concurrent": "4.0.12", + "System.Collections.NonGeneric": "4.0.1", + "System.Collections.Specialized": "4.0.1", + "System.ComponentModel.EventBasedAsync": "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.IO.Compression": "4.1.0", + "System.Linq": "4.1.0", + "System.Linq.Expressions": "4.1.0", + "System.Linq.Queryable": "4.0.1", + "System.Net.Http": "4.1.0", + "System.Net.Primitives": "4.0.11", + "System.Net.WebHeaderCollection": "4.0.1", + "System.Net.WebSockets": "4.0.0", + "System.Net.WebSockets.Client": "4.0.0", + "System.ObjectModel": "4.0.12", + "System.Reflection": "4.1.0", + "System.Reflection.DispatchProxy": "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.InteropServices": "4.1.0", + "System.Runtime.Serialization.Primitives": "4.1.1", + "System.Runtime.Serialization.Xml": "4.1.1", + "System.Runtime.WindowsRuntime": "4.0.11", + "System.Security.Claims": "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.Security.Principal": "4.0.1", + "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.Timer": "4.0.1", + "System.Xml.ReaderWriter": "4.0.11", + "System.Xml.XmlDocument": "4.0.1", + "System.Xml.XmlSerializer": "4.0.11" }, "compile": { - "ref/netcore50/_._": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/netcore50/System.Private.ServiceModel.dll": {} + "runtimes/win7/lib/netcore50/System.Private.ServiceModel.dll": {} } }, - "System.Private.Uri/4.0.0": { - "compile": { - "ref/netcore50/_._": {} - }, - "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll": {} - } - }, - "System.Reflection/4.0.10": { + "System.Private.Uri/4.3.0": { + "type": "package", "dependencies": { - "System.IO": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "runtime.win7.System.Private.Uri": "4.3.0" }, "compile": { - "ref/dotnet/System.Reflection.dll": {} - }, - "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Reflection.dll": {} + "ref/netstandard/_._": {} } }, - "System.Reflection.Context/4.0.0": { + "System.Reflection/4.3.0": { + "type": "package", "dependencies": { - "System.Reflection": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Reflection": "4.3.0" + }, + "compile": { + "ref/netcore50/System.Reflection.dll": {} + }, + "runtime": { + "lib/win8/_._": {} + } + }, + "System.Reflection.Context/4.0.1": { + "type": "package", + "dependencies": { + "System.Reflection": "4.1.0", + "System.Runtime": "4.1.0" }, "compile": { "ref/netcore50/System.Reflection.Context.dll": {} @@ -7490,197 +11774,238 @@ "lib/netcore50/System.Reflection.Context.dll": {} } }, - "System.Reflection.DispatchProxy/4.0.0": { + "System.Reflection.DispatchProxy/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Threading": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.0.1", + "System.Runtime": "4.1.0" }, "compile": { - "ref/dotnet/System.Reflection.DispatchProxy.dll": {} + "ref/netstandard1.3/System.Reflection.DispatchProxy.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Reflection.DispatchProxy.dll": {} + "runtimes/aot/lib/netcore50/System.Reflection.DispatchProxy.dll": {} } }, - "System.Reflection.Emit/4.0.0": { + "System.Reflection.Emit/4.0.1": { + "type": "package", "dependencies": { - "System.IO": "[4.0.0, )", - "System.Reflection": "[4.0.0, )", - "System.Reflection.Emit.ILGeneration": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Runtime": "[4.0.0, )" + "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/dotnet/System.Reflection.Emit.dll": {} + "ref/netstandard1.1/_._": {} }, "runtime": { "lib/netcore50/System.Reflection.Emit.dll": {} } }, - "System.Reflection.Emit.ILGeneration/4.0.0": { + "System.Reflection.Emit.ILGeneration/4.3.0": { + "type": "package", "dependencies": { - "System.Reflection": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Runtime": "[4.0.0, )" + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" }, "compile": { - "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + "ref/netstandard1.0/_._": {} }, "runtime": { - "lib/netcore50/System.Reflection.Emit.ILGeneration.dll": {} + "runtimes/aot/lib/netcore50/_._": {} } }, - "System.Reflection.Extensions/4.0.0": { + "System.Reflection.Emit.Lightweight/4.3.0": { + "type": "package", "dependencies": { - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )" + "System.Reflection": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/_._": {} + } + }, + "System.Reflection.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Reflection.Extensions": "4.3.0" }, "compile": { "ref/netcore50/System.Reflection.Extensions.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll": {} + "lib/win8/_._": {} } }, - "System.Reflection.Metadata/1.0.22": { + "System.Reflection.Metadata/1.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Collections.Immutable": "[1.1.37, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.IO": "[4.0.0, )", - "System.Reflection": "[4.0.0, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.0, )", - "System.Text.Encoding": "[4.0.0, )", - "System.Text.Encoding.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections.Immutable": "1.2.0" }, "compile": { - "lib/dotnet/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, - "System.Reflection.Primitives/4.0.0": { + "System.Reflection.Primitives/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Reflection.Primitives": "4.3.0" }, "compile": { "ref/netcore50/System.Reflection.Primitives.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll": {} + "lib/win8/_._": {} } }, - "System.Reflection.TypeExtensions/4.0.0": { + "System.Reflection.TypeExtensions/4.3.0": { + "type": "package", "dependencies": { - "System.Diagnostics.Contracts": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )" + "System.Diagnostics.Contracts": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Linq": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + "ref/netstandard1.3/System.Reflection.TypeExtensions.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.dll": {} + "runtimes/aot/lib/netcore50/System.Reflection.TypeExtensions.dll": {} } }, - "System.Resources.ResourceManager/4.0.0": { + "System.Resources.ResourceManager/4.3.0": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Resources.ResourceManager": "4.3.0" }, "compile": { "ref/netcore50/System.Resources.ResourceManager.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll": {} + "lib/win8/_._": {} } }, - "System.Runtime/4.0.20": { + "System.Runtime/4.3.0": { + "type": "package", "dependencies": { - "System.Private.Uri": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "runtime.aot.System.Runtime": "4.3.0" }, "compile": { - "ref/dotnet/System.Runtime.dll": {} + "ref/netcore50/System.Runtime.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Runtime.dll": {} + "lib/win8/_._": {} } }, - "System.Runtime.Extensions/4.0.10": { + "System.Runtime.Extensions/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.win.System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/dotnet/System.Runtime.Extensions.dll": {} + "ref/netcore50/System.Runtime.Extensions.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll": {} + "lib/win8/_._": {} } }, - "System.Runtime.Handles/4.0.0": { + "System.Runtime.Handles/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Runtime.Handles": "4.3.0" }, "compile": { - "ref/dotnet/System.Runtime.Handles.dll": {} - }, - "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll": {} + "ref/netstandard1.3/System.Runtime.Handles.dll": {} } }, - "System.Runtime.InteropServices/4.0.20": { + "System.Runtime.InteropServices/4.3.0": { + "type": "package", "dependencies": { - "System.Reflection": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Handles": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "runtime.aot.System.Runtime.InteropServices": "4.3.0" }, "compile": { - "ref/dotnet/System.Runtime.InteropServices.dll": {} + "ref/netcore50/System.Runtime.InteropServices.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll": {} + "lib/win8/_._": {} } }, - "System.Runtime.InteropServices.WindowsRuntime/4.0.0": { + "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll": {} + } + }, + "System.Runtime.InteropServices.WindowsRuntime/4.0.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.1.0" + }, "compile": { "ref/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll": {} + "runtimes/aot/lib/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll": {} } }, - "System.Runtime.Numerics/4.0.0": { + "System.Runtime.Numerics/4.3.0": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )" + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" }, "compile": { "ref/netcore50/System.Runtime.Numerics.dll": {} @@ -7689,53 +12014,80 @@ "lib/netcore50/System.Runtime.Numerics.dll": {} } }, - "System.Runtime.Serialization.Json/4.0.0": { + "System.Runtime.Serialization.Formatters/4.3.0": { + "type": "package", "dependencies": { - "System.Private.DataContractSerialization": "[4.0.0, )" + "System.Collections": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Serialization.Formatters.dll": {} + }, + "runtime": { + "lib/netstandard1.4/System.Runtime.Serialization.Formatters.dll": {} + } + }, + "System.Runtime.Serialization.Json/4.0.3": { + "type": "package", + "dependencies": { + "System.IO": "4.1.0", + "System.Private.DataContractSerialization": "4.1.2", + "System.Runtime": "4.1.0" }, "compile": { "ref/netcore50/System.Runtime.Serialization.Json.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Runtime.Serialization.Json.dll": {} + "lib/netcore50/System.Runtime.Serialization.Json.dll": {} } }, - "System.Runtime.Serialization.Primitives/4.0.10": { + "System.Runtime.Serialization.Primitives/4.3.0": { + "type": "package", "dependencies": { - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" }, "compile": { - "ref/dotnet/System.Runtime.Serialization.Primitives.dll": {} + "ref/netcore50/System.Runtime.Serialization.Primitives.dll": {} }, "runtime": { - "lib/dotnet/System.Runtime.Serialization.Primitives.dll": {} + "runtimes/aot/lib/netcore50/System.Runtime.Serialization.Primitives.dll": {} } }, - "System.Runtime.Serialization.Xml/4.0.10": { + "System.Runtime.Serialization.Xml/4.1.2": { + "type": "package", "dependencies": { - "System.Private.DataContractSerialization": "[4.0.0, )", - "System.Runtime.Serialization.Primitives": "[4.0.10, )" + "System.IO": "4.1.0", + "System.Private.DataContractSerialization": "4.1.2", + "System.Runtime": "4.1.0", + "System.Runtime.Serialization.Primitives": "4.1.1", + "System.Text.Encoding": "4.0.11", + "System.Xml.ReaderWriter": "4.0.11" }, "compile": { - "ref/dotnet/System.Runtime.Serialization.Xml.dll": {} + "ref/netcore50/System.Runtime.Serialization.Xml.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Runtime.Serialization.Xml.dll": {} + "lib/netcore50/System.Runtime.Serialization.Xml.dll": {} } }, - "System.Runtime.WindowsRuntime/4.0.10": { + "System.Runtime.WindowsRuntime/4.3.0": { + "type": "package", "dependencies": { - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.0, )", - "System.IO": "[4.0.10, )", - "System.ObjectModel": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" }, "compile": { "ref/netcore50/System.Runtime.WindowsRuntime.dll": {} @@ -7744,42 +12096,154 @@ "runtimes/win8-aot/lib/netcore50/System.Runtime.WindowsRuntime.dll": {} } }, - "System.Runtime.WindowsRuntime.UI.Xaml/4.0.0": { + "System.Runtime.WindowsRuntime.UI.Xaml/4.0.1": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Runtime.WindowsRuntime": "[4.0.0, )" + "System.Runtime": "4.1.0", + "System.Runtime.WindowsRuntime": "4.0.11" }, "compile": { "ref/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.dll": {} }, "runtime": { - "lib/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.dll": {} + "runtimes/win8/lib/netstandard1.3/System.Runtime.WindowsRuntime.UI.Xaml.dll": {} } }, - "System.Security.Claims/4.0.0": { + "System.Security.Claims/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.IO": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Security.Principal": "[4.0.0, )" + "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/dotnet/System.Security.Claims.dll": {} + "ref/netstandard1.3/System.Security.Claims.dll": {} }, "runtime": { - "lib/dotnet/System.Security.Claims.dll": {} + "lib/netstandard1.3/System.Security.Claims.dll": {} } }, - "System.Security.Principal/4.0.0": { + "System.Security.Cryptography.Algorithms/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Cng/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.4/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Linq": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Calendars": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Cng": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.1.0" }, "compile": { "ref/netcore50/System.Security.Principal.dll": {} @@ -7788,10 +12252,13 @@ "lib/netcore50/System.Security.Principal.dll": {} } }, - "System.ServiceModel.Duplex/4.0.0": { + "System.ServiceModel.Duplex/4.0.2": { + "type": "package", "dependencies": { - "System.Private.ServiceModel": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Private.ServiceModel": "4.1.1", + "System.Runtime": "4.1.0", + "System.ServiceModel.Primitives": "4.1.1", + "System.Threading": "4.0.11" }, "compile": { "ref/netcore50/System.ServiceModel.Duplex.dll": {} @@ -7800,22 +12267,32 @@ "lib/netcore50/System.ServiceModel.Duplex.dll": {} } }, - "System.ServiceModel.Http/4.0.10": { + "System.ServiceModel.Http/4.1.1": { + "type": "package", "dependencies": { - "System.Private.ServiceModel": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Net.Primitives": "4.0.11", + "System.Net.WebHeaderCollection": "4.0.1", + "System.Private.ServiceModel": "4.1.1", + "System.Runtime": "4.1.0", + "System.Runtime.Serialization.Xml": "4.1.1", + "System.ServiceModel.Primitives": "4.1.1", + "System.Text.Encoding": "4.0.11" }, "compile": { - "ref/dotnet/System.ServiceModel.Http.dll": {} + "ref/netcore50/System.ServiceModel.Http.dll": {} }, "runtime": { "lib/netcore50/System.ServiceModel.Http.dll": {} } }, - "System.ServiceModel.NetTcp/4.0.0": { + "System.ServiceModel.NetTcp/4.1.1": { + "type": "package", "dependencies": { - "System.Private.ServiceModel": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Net.Primitives": "4.0.11", + "System.Private.ServiceModel": "4.1.1", + "System.Runtime": "4.1.0", + "System.Runtime.Serialization.Xml": "4.1.1", + "System.ServiceModel.Primitives": "4.1.1" }, "compile": { "ref/netcore50/System.ServiceModel.NetTcp.dll": {} @@ -7824,10 +12301,25 @@ "lib/netcore50/System.ServiceModel.NetTcp.dll": {} } }, - "System.ServiceModel.Primitives/4.0.0": { + "System.ServiceModel.Primitives/4.1.1": { + "type": "package", "dependencies": { - "System.Private.ServiceModel": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Collections": "4.0.11", + "System.ComponentModel.EventBasedAsync": "4.0.11", + "System.Globalization": "4.0.11", + "System.IO": "4.1.0", + "System.Net.Primitives": "4.0.11", + "System.ObjectModel": "4.0.12", + "System.Private.ServiceModel": "4.1.1", + "System.Reflection": "4.1.0", + "System.Runtime": "4.1.0", + "System.Runtime.Serialization.Primitives": "4.1.1", + "System.Runtime.Serialization.Xml": "4.1.1", + "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.Xml.ReaderWriter": "4.0.11" }, "compile": { "ref/netcore50/System.ServiceModel.Primitives.dll": {} @@ -7836,10 +12328,13 @@ "lib/netcore50/System.ServiceModel.Primitives.dll": {} } }, - "System.ServiceModel.Security/4.0.0": { + "System.ServiceModel.Security/4.0.2": { + "type": "package", "dependencies": { - "System.Private.ServiceModel": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Private.ServiceModel": "4.1.1", + "System.Runtime": "4.1.0", + "System.Runtime.Serialization.Xml": "4.1.1", + "System.ServiceModel.Primitives": "4.1.1" }, "compile": { "ref/netcore50/System.ServiceModel.Security.dll": {} @@ -7848,136 +12343,152 @@ "lib/netcore50/System.ServiceModel.Security.dll": {} } }, - "System.Text.Encoding/4.0.10": { + "System.Text.Encoding/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Text.Encoding": "4.3.0" }, "compile": { - "ref/dotnet/System.Text.Encoding.dll": {} + "ref/netcore50/System.Text.Encoding.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll": {} + "lib/win8/_._": {} } }, - "System.Text.Encoding.CodePages/4.0.0": { + "System.Text.Encoding.CodePages/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.Handles": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Threading": "[4.0.10, )" + "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/dotnet/System.Text.Encoding.CodePages.dll": {} + "ref/netstandard1.3/System.Text.Encoding.CodePages.dll": {} }, "runtime": { - "lib/dotnet/System.Text.Encoding.CodePages.dll": {} + "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": {} } }, - "System.Text.Encoding.Extensions/4.0.10": { + "System.Text.Encoding.Extensions/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )", - "System.Text.Encoding": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.aot.System.Text.Encoding.Extensions": "4.3.0" }, "compile": { - "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + "ref/netcore50/System.Text.Encoding.Extensions.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll": {} + "lib/win8/_._": {} } }, - "System.Text.RegularExpressions/4.0.10": { + "System.Text.RegularExpressions/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/System.Text.RegularExpressions.dll": {} + "ref/netcore50/System.Text.RegularExpressions.dll": {} }, "runtime": { - "lib/dotnet/System.Text.RegularExpressions.dll": {} + "lib/netcore50/System.Text.RegularExpressions.dll": {} } }, - "System.Threading/4.0.10": { + "System.Threading/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.0, )" + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/dotnet/System.Threading.dll": {} + "ref/netcore50/System.Threading.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Threading.dll": {} + "runtimes/aot/lib/netcore50/System.Threading.dll": {} } }, - "System.Threading.Overlapped/4.0.0": { + "System.Threading.Overlapped/4.3.0": { + "type": "package", "dependencies": { - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Runtime.Handles": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/System.Threading.Overlapped.dll": {} + "ref/netstandard1.3/System.Threading.Overlapped.dll": {} }, "runtime": { - "lib/netcore50/System.Threading.Overlapped.dll": {} + "runtimes/win/lib/netcore50/System.Threading.Overlapped.dll": {} } }, - "System.Threading.Tasks/4.0.10": { + "System.Threading.Tasks/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/dotnet/System.Threading.Tasks.dll": {} + "ref/netcore50/System.Threading.Tasks.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll": {} + "lib/win8/_._": {} } }, - "System.Threading.Tasks.Dataflow/4.5.25": { - "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Collections.Concurrent": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Diagnostics.Tracing": "[4.0.0, )", - "System.Dynamic.Runtime": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.0, )" - }, + "System.Threading.Tasks.Dataflow/4.6.0": { + "type": "package", "compile": { - "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {} + "lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll": {} }, "runtime": { - "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {} + "lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll": {} } }, - "System.Threading.Tasks.Parallel/4.0.0": { + "System.Threading.Tasks.Extensions/4.3.0": { + "type": "package", + "compile": { + "lib/portable-net45+win8+wp8+wpa81/_._": {} + }, + "runtime": { + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll": {} + } + }, + "System.Threading.Tasks.Parallel/4.0.1": { + "type": "package", "dependencies": { - "System.Collections.Concurrent": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Diagnostics.Tracing": "[4.0.20, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "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/netcore50/System.Threading.Tasks.Parallel.dll": {} @@ -7986,126 +12497,149 @@ "lib/netcore50/System.Threading.Tasks.Parallel.dll": {} } }, - "System.Threading.Timer/4.0.0": { + "System.Threading.Timer/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Threading.Timer": "4.3.0" + }, "compile": { "ref/netcore50/System.Threading.Timer.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Threading.Timer.dll": {} + "lib/win81/_._": {} } }, - "System.Xml.ReaderWriter/4.0.10": { + "System.Xml.ReaderWriter/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.IO.FileSystem": "[4.0.0, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Tasks.Extensions": "4.3.0" }, "compile": { - "ref/dotnet/System.Xml.ReaderWriter.dll": {} + "ref/netcore50/System.Xml.ReaderWriter.dll": {} }, "runtime": { - "lib/dotnet/System.Xml.ReaderWriter.dll": {} + "lib/netcore50/System.Xml.ReaderWriter.dll": {} } }, - "System.Xml.XDocument/4.0.10": { + "System.Xml.XDocument/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Xml.ReaderWriter": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0" }, "compile": { - "ref/dotnet/System.Xml.XDocument.dll": {} + "ref/netcore50/System.Xml.XDocument.dll": {} }, "runtime": { - "lib/dotnet/System.Xml.XDocument.dll": {} + "lib/netcore50/System.Xml.XDocument.dll": {} } }, - "System.Xml.XmlDocument/4.0.0": { + "System.Xml.XmlDocument/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Xml.ReaderWriter": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0" }, "compile": { - "ref/dotnet/System.Xml.XmlDocument.dll": {} + "ref/netstandard1.3/System.Xml.XmlDocument.dll": {} }, "runtime": { - "lib/dotnet/System.Xml.XmlDocument.dll": {} + "lib/netstandard1.3/System.Xml.XmlDocument.dll": {} } }, - "System.Xml.XmlSerializer/4.0.10": { + "System.Xml.XmlSerializer/4.0.11": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Xml.ReaderWriter": "[4.0.10, )", - "System.Xml.XmlDocument": "[4.0.0, )" + "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/dotnet/System.Xml.XmlSerializer.dll": {} + "ref/netcore50/System.Xml.XmlSerializer.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Xml.XmlSerializer.dll": {} + "runtimes/aot/lib/netcore50/System.Xml.XmlSerializer.dll": {} } + }, + "PocketSharp/1.0.0": { + "type": "project" } }, - "UAP,Version=v10.0/win10-x86": { - "Fody/1.29.2": {}, - "Microsoft.CSharp/4.0.0": { + "UAP,Version=v10.0.15063/win10-x86": { + "Fody/3.0.0": { + "type": "package", + "build": { + "build/Fody.targets": {} + } + }, + "Microsoft.CSharp/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Dynamic.Runtime": "[4.0.0, )", - "System.Globalization": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.0, )", - "System.ObjectModel": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Dynamic.Runtime": "4.3.0", + "System.Globalization": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { "ref/netcore50/Microsoft.CSharp.dll": {} @@ -8114,347 +12648,842 @@ "lib/netcore50/Microsoft.CSharp.dll": {} } }, - "Microsoft.NETCore/5.0.0": { + "Microsoft.Net.Native.Compiler/1.7.3": { + "type": "package", "dependencies": { - "Microsoft.CSharp": "[4.0.0, )", - "Microsoft.NETCore.Targets": "[1.0.0, )", - "Microsoft.VisualBasic": "[10.0.0, )", - "System.AppContext": "[4.0.0, )", - "System.Collections": "[4.0.10, )", - "System.Collections.Concurrent": "[4.0.10, )", - "System.Collections.Immutable": "[1.1.37, )", - "System.ComponentModel": "[4.0.0, )", - "System.ComponentModel.Annotations": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Diagnostics.Tools": "[4.0.0, )", - "System.Diagnostics.Tracing": "[4.0.20, )", - "System.Dynamic.Runtime": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.Globalization.Calendars": "[4.0.0, )", - "System.Globalization.Extensions": "[4.0.0, )", - "System.IO": "[4.0.10, )", - "System.IO.Compression": "[4.0.0, )", - "System.IO.Compression.ZipFile": "[4.0.0, )", - "System.IO.FileSystem": "[4.0.0, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.IO.UnmanagedMemoryStream": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.10, )", - "System.Linq.Parallel": "[4.0.0, )", - "System.Linq.Queryable": "[4.0.0, )", - "System.Net.Http": "[4.0.0, )", - "System.Net.NetworkInformation": "[4.0.0, )", - "System.Net.Primitives": "[4.0.10, )", - "System.Numerics.Vectors": "[4.1.0, )", - "System.ObjectModel": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.DispatchProxy": "[4.0.0, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Metadata": "[1.0.22, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.Handles": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Runtime.Numerics": "[4.0.0, )", - "System.Security.Claims": "[4.0.0, )", - "System.Security.Principal": "[4.0.0, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )", - "System.Threading.Tasks.Dataflow": "[4.5.25, )", - "System.Threading.Tasks.Parallel": "[4.0.0, )", - "System.Threading.Timer": "[4.0.0, )", - "System.Xml.ReaderWriter": "[4.0.10, )", - "System.Xml.XDocument": "[4.0.10, )" + "Microsoft.Net.Native.SharedLibrary-arm": "1.7.0", + "Microsoft.Net.Native.SharedLibrary-x64": "1.7.0", + "Microsoft.Net.Native.SharedLibrary-x86": "1.7.0" + }, + "build": { + "build/Microsoft.Net.Native.Compiler.props": {}, + "build/Microsoft.Net.Native.Compiler.targets": {} } }, - "Microsoft.NETCore.Platforms/1.0.0": {}, - "Microsoft.NETCore.Portable.Compatibility/1.0.0": { + "Microsoft.Net.Native.SharedLibrary-arm/1.7.0": { + "type": "package", + "build": { + "build/Microsoft.Net.Native.SharedLibrary-arm.props": {}, + "build/Microsoft.Net.Native.SharedLibrary-arm.targets": {} + } + }, + "Microsoft.Net.Native.SharedLibrary-x64/1.7.0": { + "type": "package", + "build": { + "build/Microsoft.Net.Native.SharedLibrary-x64.props": {}, + "build/Microsoft.Net.Native.SharedLibrary-x64.targets": {} + } + }, + "Microsoft.Net.Native.SharedLibrary-x86/1.7.0": { + "type": "package", + "build": { + "build/Microsoft.Net.Native.SharedLibrary-x86.props": {}, + "build/Microsoft.Net.Native.SharedLibrary-x86.targets": {} + } + }, + "Microsoft.NETCore/5.0.2": { + "type": "package", "dependencies": { - "Microsoft.NETCore.Runtime": "[1.0.0, )" + "Microsoft.CSharp": "4.0.1", + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.VisualBasic": "10.0.1", + "System.AppContext": "4.1.0", + "System.Collections": "4.0.11", + "System.Collections.Concurrent": "4.0.12", + "System.Collections.Immutable": "1.2.0", + "System.ComponentModel": "4.0.1", + "System.ComponentModel.Annotations": "4.1.0", + "System.Diagnostics.Debug": "4.0.11", + "System.Diagnostics.Tools": "4.0.1", + "System.Diagnostics.Tracing": "4.1.0", + "System.Dynamic.Runtime": "4.0.11", + "System.Globalization": "4.0.11", + "System.Globalization.Calendars": "4.0.1", + "System.Globalization.Extensions": "4.0.1", + "System.IO": "4.1.0", + "System.IO.Compression": "4.1.1", + "System.IO.Compression.ZipFile": "4.0.1", + "System.IO.FileSystem": "4.0.1", + "System.IO.FileSystem.Primitives": "4.0.1", + "System.IO.UnmanagedMemoryStream": "4.0.1", + "System.Linq": "4.1.0", + "System.Linq.Expressions": "4.1.0", + "System.Linq.Parallel": "4.0.1", + "System.Linq.Queryable": "4.0.1", + "System.Net.Http": "4.1.0", + "System.Net.NetworkInformation": "4.1.0", + "System.Net.Primitives": "4.0.11", + "System.Numerics.Vectors": "4.1.1", + "System.ObjectModel": "4.0.12", + "System.Reflection": "4.1.0", + "System.Reflection.DispatchProxy": "4.0.1", + "System.Reflection.Extensions": "4.0.1", + "System.Reflection.Metadata": "1.3.0", + "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.Handles": "4.0.1", + "System.Runtime.InteropServices": "4.1.0", + "System.Runtime.Numerics": "4.0.1", + "System.Security.Claims": "4.0.1", + "System.Security.Principal": "4.0.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.Threading.Tasks.Dataflow": "4.6.0", + "System.Threading.Tasks.Parallel": "4.0.1", + "System.Threading.Timer": "4.0.1", + "System.Xml.ReaderWriter": "4.0.11", + "System.Xml.XDocument": "4.0.11" + } + }, + "Microsoft.NETCore.Jit/1.0.3": { + "type": "package", + "dependencies": { + "runtime.win7-x86.Microsoft.NETCore.Jit": "1.0.3" + } + }, + "Microsoft.NETCore.Platforms/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Portable.Compatibility/1.0.2": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Runtime.CoreCLR": "1.0.2" }, "compile": { - "ref/netcore50/mscorlib.dll": {}, "ref/netcore50/System.ComponentModel.DataAnnotations.dll": {}, "ref/netcore50/System.Core.dll": {}, - "ref/netcore50/System.dll": {}, "ref/netcore50/System.Net.dll": {}, "ref/netcore50/System.Numerics.dll": {}, "ref/netcore50/System.Runtime.Serialization.dll": {}, - "ref/netcore50/System.ServiceModel.dll": {}, "ref/netcore50/System.ServiceModel.Web.dll": {}, + "ref/netcore50/System.ServiceModel.dll": {}, "ref/netcore50/System.Windows.dll": {}, - "ref/netcore50/System.Xml.dll": {}, "ref/netcore50/System.Xml.Linq.dll": {}, - "ref/netcore50/System.Xml.Serialization.dll": {} + "ref/netcore50/System.Xml.Serialization.dll": {}, + "ref/netcore50/System.Xml.dll": {}, + "ref/netcore50/System.dll": {}, + "ref/netcore50/mscorlib.dll": {} }, "runtime": { "lib/netcore50/System.ComponentModel.DataAnnotations.dll": {}, "lib/netcore50/System.Core.dll": {}, - "lib/netcore50/System.dll": {}, "lib/netcore50/System.Net.dll": {}, "lib/netcore50/System.Numerics.dll": {}, "lib/netcore50/System.Runtime.Serialization.dll": {}, - "lib/netcore50/System.ServiceModel.dll": {}, "lib/netcore50/System.ServiceModel.Web.dll": {}, + "lib/netcore50/System.ServiceModel.dll": {}, "lib/netcore50/System.Windows.dll": {}, - "lib/netcore50/System.Xml.dll": {}, "lib/netcore50/System.Xml.Linq.dll": {}, - "lib/netcore50/System.Xml.Serialization.dll": {} + "lib/netcore50/System.Xml.Serialization.dll": {}, + "lib/netcore50/System.Xml.dll": {}, + "lib/netcore50/System.dll": {} } }, - "Microsoft.NETCore.Runtime/1.0.0": {}, - "Microsoft.NETCore.Runtime.CoreCLR-x86/1.0.0": { + "Microsoft.NETCore.Runtime.CoreCLR/1.0.3": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, 4.0.10]", - "System.Diagnostics.Contracts": "[4.0.0, 4.0.0]", - "System.Diagnostics.Debug": "[4.0.10, 4.0.10]", - "System.Diagnostics.StackTrace": "[4.0.0, 4.0.0]", - "System.Diagnostics.Tools": "[4.0.0, 4.0.0]", - "System.Diagnostics.Tracing": "[4.0.20, 4.0.20]", - "System.Globalization": "[4.0.10, 4.0.10]", - "System.Globalization.Calendars": "[4.0.0, 4.0.0]", - "System.IO": "[4.0.10, 4.0.10]", - "System.ObjectModel": "[4.0.10, 4.0.10]", - "System.Private.Uri": "[4.0.0, 4.0.0]", - "System.Reflection": "[4.0.10, 4.0.10]", - "System.Reflection.Extensions": "[4.0.0, 4.0.0]", - "System.Reflection.Primitives": "[4.0.0, 4.0.0]", - "System.Resources.ResourceManager": "[4.0.0, 4.0.0]", - "System.Runtime": "[4.0.20, 4.0.20]", - "System.Runtime.Extensions": "[4.0.10, 4.0.10]", - "System.Runtime.Handles": "[4.0.0, 4.0.0]", - "System.Runtime.InteropServices": "[4.0.20, 4.0.20]", - "System.Text.Encoding": "[4.0.10, 4.0.10]", - "System.Text.Encoding.Extensions": "[4.0.10, 4.0.10]", - "System.Threading": "[4.0.10, 4.0.10]", - "System.Threading.Tasks": "[4.0.10, 4.0.10]", - "System.Threading.Timer": "[4.0.0, 4.0.0]" - }, + "Microsoft.NETCore.Jit": "1.0.3", + "Microsoft.NETCore.Windows.ApiSets": "1.0.1", + "runtime.win7-x86.Microsoft.NETCore.Runtime.CoreCLR": "1.0.2" + } + }, + "Microsoft.NETCore.Targets/1.1.0": { + "type": "package", "compile": { - "ref/dotnet/_._": {} + "lib/netstandard1.0/_._": {} }, "runtime": { - "runtimes/win7-x86/lib/dotnet/mscorlib.ni.dll": {} + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.UniversalWindowsPlatform/6.0.8": { + "type": "package", + "dependencies": { + "Microsoft.NETCore": "5.0.2", + "Microsoft.NETCore.Portable.Compatibility": "1.0.2", + "Microsoft.NETCore.Runtime.CoreCLR": "1.0.3", + "Microsoft.NETCore.Targets": "1.0.2", + "Microsoft.Net.Native.Compiler": "1.7.3", + "Microsoft.Win32.Primitives": "4.0.1", + "System.Collections.NonGeneric": "4.0.1", + "System.Collections.Specialized": "4.0.1", + "System.ComponentModel.EventBasedAsync": "4.0.11", + "System.Data.Common": "4.1.0", + "System.Diagnostics.Contracts": "4.0.1", + "System.Diagnostics.StackTrace": "4.0.2", + "System.IO.IsolatedStorage": "4.0.1", + "System.Net.Http.Rtc": "4.0.1", + "System.Net.NameResolution": "4.0.0", + "System.Net.Requests": "4.0.11", + "System.Net.Sockets": "4.1.0", + "System.Net.WebHeaderCollection": "4.0.1", + "System.Net.WebSockets": "4.0.0", + "System.Net.WebSockets.Client": "4.0.2", + "System.Numerics.Vectors.WindowsRuntime": "4.0.1", + "System.Reflection.Context": "4.0.1", + "System.Runtime.InteropServices.WindowsRuntime": "4.0.1", + "System.Runtime.Serialization.Json": "4.0.3", + "System.Runtime.Serialization.Primitives": "4.1.1", + "System.Runtime.Serialization.Xml": "4.1.2", + "System.Runtime.WindowsRuntime": "4.0.11", + "System.Runtime.WindowsRuntime.UI.Xaml": "4.0.1", + "System.ServiceModel.Duplex": "4.0.2", + "System.ServiceModel.Http": "4.1.1", + "System.ServiceModel.NetTcp": "4.1.1", + "System.ServiceModel.Primitives": "4.1.1", + "System.ServiceModel.Security": "4.0.2", + "System.Text.Encoding.CodePages": "4.0.1", + "System.Threading.Overlapped": "4.0.1", + "System.Xml.XmlDocument": "4.0.1", + "System.Xml.XmlSerializer": "4.0.11", + "runtime.win10-x86.Microsoft.NETCore.UniversalWindowsPlatform": "6.0.8" + }, + "compile": { + "ref/netcore50/_._": {} + } + }, + "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/netcore50/Microsoft.VisualBasic.dll": {} + }, + "runtime": { + "lib/netcore50/Microsoft.VisualBasic.dll": {} + } + }, + "Microsoft.Win32.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.win.Microsoft.Win32.Primitives": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {} + } + }, + "NETStandard.Library/1.6.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.Win32.Primitives": "4.3.0", + "System.AppContext": "4.3.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Console": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Calendars": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.IO.Compression.ZipFile": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.Net.Http": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Net.Sockets": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Timer": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0", + "System.Xml.XDocument": "4.3.0" + } + }, + "Newtonsoft.Json/11.0.2": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.3.0", + "NETStandard.Library": "1.6.1", + "System.ComponentModel.TypeConverter": "4.3.0", + "System.Runtime.Serialization.Formatters": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0", + "System.Xml.XmlDocument": "4.3.0" + }, + "compile": { + "lib/netstandard1.3/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/netstandard1.3/Newtonsoft.Json.dll": {} + } + }, + "PropertyChanged.Fody/2.4.0": { + "type": "package", + "dependencies": { + "Fody": "3.0.0", + "NETStandard.Library": "1.6.1" + }, + "compile": { + "lib/netstandard1.0/PropertyChanged.dll": {} + }, + "runtime": { + "lib/netstandard1.0/PropertyChanged.dll": {} + } + }, + "runtime.any.System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Collections.dll": {} + } + }, + "runtime.any.System.Diagnostics.Tools/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Diagnostics.Tools.dll": {} + } + }, + "runtime.any.System.Diagnostics.Tracing/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Diagnostics.Tracing.dll": {} + } + }, + "runtime.any.System.Globalization/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Globalization.dll": {} + } + }, + "runtime.any.System.Globalization.Calendars/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Globalization.Calendars.dll": {} + } + }, + "runtime.any.System.IO/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.IO.dll": {} + } + }, + "runtime.any.System.Reflection/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Reflection.dll": {} + } + }, + "runtime.any.System.Reflection.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Reflection.Extensions.dll": {} + } + }, + "runtime.any.System.Reflection.Primitives/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Reflection.Primitives.dll": {} + } + }, + "runtime.any.System.Resources.ResourceManager/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Resources.ResourceManager.dll": {} + } + }, + "runtime.any.System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Runtime.dll": {} + } + }, + "runtime.any.System.Runtime.Handles/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Handles.dll": {} + } + }, + "runtime.any.System.Runtime.InteropServices/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Runtime.InteropServices.dll": {} + } + }, + "runtime.any.System.Text.Encoding/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Text.Encoding.dll": {} + } + }, + "runtime.any.System.Text.Encoding.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "runtime.any.System.Threading.Tasks/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Threading.Tasks.dll": {} + } + }, + "runtime.any.System.Threading.Timer/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netcore50/System.Threading.Timer.dll": {} + } + }, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.native.System.IO.Compression/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "runtime.win7-x86.runtime.native.System.IO.Compression": "4.3.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "dependencies": { + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.win.Microsoft.Win32.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0", + "System.Runtime.InteropServices": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Primitives.dll": {} + } + }, + "runtime.win.System.Console/4.3.0": { + "type": "package", + "dependencies": { + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Console.dll": {} + } + }, + "runtime.win.System.Diagnostics.Debug/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win.System.IO.FileSystem/4.3.0": { + "type": "package", + "dependencies": { + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.WindowsRuntime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.IO.FileSystem.dll": {} + } + }, + "runtime.win.System.Net.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Net.Primitives.dll": {} + } + }, + "runtime.win.System.Net.Sockets/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Net.NameResolution": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Net.Sockets.dll": {} + } + }, + "runtime.win.System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win10-x86.Microsoft.NETCore.UniversalWindowsPlatform/6.0.8": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + } + }, + "runtime.win7-x86.Microsoft.NETCore.Jit/1.0.3": { + "type": "package", + "native": { + "runtimes/win7-x86/native/clrjit.dll": {} + } + }, + "runtime.win7-x86.Microsoft.NETCore.Runtime.CoreCLR/1.0.2": { + "type": "package", + "compile": { + "ref/netstandard1.0/_._": {} + }, + "runtime": { + "runtimes/win7-x86/lib/netstandard1.0/System.Private.CoreLib.dll": {}, + "runtimes/win7-x86/lib/netstandard1.0/mscorlib.dll": {} }, "native": { + "runtimes/win7-x86/native/System.Private.CoreLib.ni.dll": {}, "runtimes/win7-x86/native/clretwrc.dll": {}, "runtimes/win7-x86/native/coreclr.dll": {}, "runtimes/win7-x86/native/dbgshim.dll": {}, "runtimes/win7-x86/native/mscordaccore.dll": {}, "runtimes/win7-x86/native/mscordbi.dll": {}, + "runtimes/win7-x86/native/mscorlib.ni.dll": {}, "runtimes/win7-x86/native/mscorrc.debug.dll": {}, - "runtimes/win7-x86/native/mscorrc.dll": {} + "runtimes/win7-x86/native/mscorrc.dll": {}, + "runtimes/win7-x86/native/sos.dll": {} } }, - "Microsoft.NETCore.Targets/1.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "[1.0.0, )", - "Microsoft.NETCore.Targets.UniversalWindowsPlatform": "[5.0.0, )" - } - }, - "Microsoft.NETCore.Targets.UniversalWindowsPlatform/5.0.0": {}, - "Microsoft.NETCore.UniversalWindowsPlatform/5.0.0": { - "dependencies": { - "Microsoft.NETCore": "[5.0.0, )", - "Microsoft.NETCore.Portable.Compatibility": "[1.0.0, )", - "Microsoft.NETCore.Runtime": "[1.0.0, )", - "Microsoft.Win32.Primitives": "[4.0.0, )", - "System.ComponentModel.EventBasedAsync": "[4.0.10, )", - "System.Data.Common": "[4.0.0, )", - "System.Diagnostics.Contracts": "[4.0.0, )", - "System.Diagnostics.StackTrace": "[4.0.0, )", - "System.IO.IsolatedStorage": "[4.0.0, )", - "System.Net.Http.Rtc": "[4.0.0, )", - "System.Net.Requests": "[4.0.10, )", - "System.Net.Sockets": "[4.0.0, )", - "System.Net.WebHeaderCollection": "[4.0.0, )", - "System.Numerics.Vectors.WindowsRuntime": "[4.0.0, )", - "System.Reflection.Context": "[4.0.0, )", - "System.Runtime.InteropServices.WindowsRuntime": "[4.0.0, )", - "System.Runtime.Serialization.Json": "[4.0.0, )", - "System.Runtime.Serialization.Primitives": "[4.0.10, )", - "System.Runtime.Serialization.Xml": "[4.0.10, )", - "System.Runtime.WindowsRuntime": "[4.0.10, )", - "System.Runtime.WindowsRuntime.UI.Xaml": "[4.0.0, )", - "System.ServiceModel.Duplex": "[4.0.0, )", - "System.ServiceModel.Http": "[4.0.10, )", - "System.ServiceModel.NetTcp": "[4.0.0, )", - "System.ServiceModel.Primitives": "[4.0.0, )", - "System.ServiceModel.Security": "[4.0.0, )", - "System.Text.Encoding.CodePages": "[4.0.0, )", - "System.Xml.XmlSerializer": "[4.0.10, )" - } - }, - "Microsoft.NETCore.Windows.ApiSets-x86/1.0.0": { + "runtime.win7-x86.runtime.native.System.IO.Compression/4.3.0": { + "type": "package", "native": { - "runtimes/win10-x86/native/_._": {} + "runtimes/win7-x86/native/clrcompression.dll": {} } }, - "Microsoft.VisualBasic/10.0.0": { - "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Dynamic.Runtime": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.10, )", - "System.ObjectModel": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )" - }, + "runtime.win7.System.Private.Uri/4.3.0": { + "type": "package", "compile": { - "ref/netcore50/Microsoft.VisualBasic.dll": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/netcore50/Microsoft.VisualBasic.dll": {} + "runtimes/win/lib/netcore50/System.Private.Uri.dll": {} } }, - "Microsoft.Win32.Primitives/4.0.0": { + "System.AppContext/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.20, )", - "System.Runtime.InteropServices": "[4.0.20, )" + "System.Collections": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/Microsoft.Win32.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/Microsoft.Win32.Primitives.dll": {} - } - }, - "Newtonsoft.Json/7.0.1": { - "compile": { - "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {} - }, - "runtime": { - "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {} - } - }, - "PropertyChanged.Fody/1.50.3": { - "dependencies": { - "Fody": "[1.29.2, )" - }, - "compile": { - "Lib/dotnet/PropertyChanged.dll": {} - }, - "runtime": { - "Lib/dotnet/PropertyChanged.dll": {} - } - }, - "System.AppContext/4.0.0": { - "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Threading": "[4.0.0, )" - }, - "compile": { - "ref/dotnet/System.AppContext.dll": {} + "ref/netstandard1.3/System.AppContext.dll": {} }, "runtime": { "lib/netcore50/System.AppContext.dll": {} } }, - "System.Collections/4.0.10": { - "dependencies": { - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" - }, + "System.Buffers/4.3.0": { + "type": "package", "compile": { - "ref/dotnet/System.Collections.dll": {} + "lib/netstandard1.1/System.Buffers.dll": {} }, "runtime": { - "lib/netcore50/System.Collections.dll": {} + "lib/netstandard1.1/System.Buffers.dll": {} } }, - "System.Collections.Concurrent/4.0.10": { + "System.Collections/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Diagnostics.Tracing": "[4.0.20, )", - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Collections": "4.3.0" }, "compile": { - "ref/dotnet/System.Collections.Concurrent.dll": {} + "ref/netcore50/System.Collections.dll": {} }, "runtime": { - "lib/dotnet/System.Collections.Concurrent.dll": {} + "lib/win8/_._": {} } }, - "System.Collections.Immutable/1.1.37": { + "System.Collections.Concurrent/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" }, "compile": { - "lib/dotnet/System.Collections.Immutable.dll": {} + "ref/netcore50/System.Collections.Concurrent.dll": {} }, "runtime": { - "lib/dotnet/System.Collections.Immutable.dll": {} + "lib/netcore50/System.Collections.Concurrent.dll": {} } }, - "System.Collections.NonGeneric/4.0.0": { + "System.Collections.Immutable/1.2.0": { + "type": "package", + "compile": { + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} + }, + "runtime": { + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.1": { + "type": "package", "dependencies": { - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )" + "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/dotnet/System.Collections.NonGeneric.dll": {} + "ref/netstandard1.3/System.Collections.NonGeneric.dll": {} }, "runtime": { - "lib/dotnet/System.Collections.NonGeneric.dll": {} + "lib/netstandard1.3/System.Collections.NonGeneric.dll": {} } }, - "System.Collections.Specialized/4.0.0": { + "System.Collections.Specialized/4.0.1": { + "type": "package", "dependencies": { - "System.Collections.NonGeneric": "[4.0.0, )", - "System.Globalization": "[4.0.10, )", - "System.Globalization.Extensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )" + "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/dotnet/System.Collections.Specialized.dll": {} + "ref/netstandard1.3/System.Collections.Specialized.dll": {} }, "runtime": { - "lib/dotnet/System.Collections.Specialized.dll": {} + "lib/netstandard1.3/System.Collections.Specialized.dll": {} } }, - "System.ComponentModel/4.0.0": { + "System.ComponentModel/4.0.1": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.20, )" + "System.Runtime": "4.1.0" }, "compile": { "ref/netcore50/System.ComponentModel.dll": {} @@ -8463,61 +13492,92 @@ "lib/netcore50/System.ComponentModel.dll": {} } }, - "System.ComponentModel.Annotations/4.0.10": { + "System.ComponentModel.Annotations/4.1.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.ComponentModel": "[4.0.0, )", - "System.Globalization": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.10, )", - "System.Threading": "[4.0.10, )" + "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/dotnet/System.ComponentModel.Annotations.dll": {} + "ref/netcore50/System.ComponentModel.Annotations.dll": {} }, "runtime": { - "lib/dotnet/System.ComponentModel.Annotations.dll": {} + "lib/netcore50/System.ComponentModel.Annotations.dll": {} } }, - "System.ComponentModel.EventBasedAsync/4.0.10": { + "System.ComponentModel.EventBasedAsync/4.0.11": { + "type": "package", "dependencies": { - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + "ref/netcore50/System.ComponentModel.EventBasedAsync.dll": {} }, "runtime": { - "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + "lib/netcore50/System.ComponentModel.EventBasedAsync.dll": {} } }, - "System.Data.Common/4.0.0": { + "System.ComponentModel.Primitives/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard1.0/System.ComponentModel.Primitives.dll": {} + }, + "runtime": { + "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {} + } + }, + "System.ComponentModel.TypeConverter/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Collections.NonGeneric": "[4.0.0, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.0, )" + "System.ComponentModel.Primitives": "4.3.0" }, "compile": { - "ref/dotnet/System.Data.Common.dll": {} + "ref/netstandard1.0/System.ComponentModel.TypeConverter.dll": {} }, "runtime": { - "lib/dotnet/System.Data.Common.dll": {} + "lib/netstandard1.0/System.ComponentModel.TypeConverter.dll": {} } }, - "System.Diagnostics.Contracts/4.0.0": { + "System.Console/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.win.System.Console": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Console.dll": {} + } + }, + "System.Data.Common/4.1.0": { + "type": "package", + "compile": { + "ref/netstandard1.2/System.Data.Common.dll": {} + }, + "runtime": { + "lib/netstandard1.2/System.Data.Common.dll": {} + } + }, + "System.Diagnostics.Contracts/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, "compile": { "ref/netcore50/System.Diagnostics.Contracts.dll": {} }, @@ -8525,253 +13585,276 @@ "lib/netcore50/System.Diagnostics.Contracts.dll": {} } }, - "System.Diagnostics.Debug/4.0.10": { + "System.Diagnostics.Debug/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.win.System.Diagnostics.Debug": "4.3.0" }, "compile": { - "ref/dotnet/System.Diagnostics.Debug.dll": {} + "ref/netcore50/System.Diagnostics.Debug.dll": {} }, "runtime": { - "lib/netcore50/System.Diagnostics.Debug.dll": {} + "lib/win8/_._": {} } }, - "System.Diagnostics.StackTrace/4.0.0": { + "System.Diagnostics.DiagnosticSource/4.3.0": { + "type": "package", + "compile": { + "lib/netstandard1.3/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {} + } + }, + "System.Diagnostics.StackTrace/4.0.2": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.0.1" }, "compile": { - "ref/dotnet/System.Diagnostics.StackTrace.dll": {} + "ref/netstandard1.3/System.Diagnostics.StackTrace.dll": {} }, "runtime": { - "lib/netcore50/System.Diagnostics.StackTrace.dll": {} + "lib/netstandard1.3/System.Diagnostics.StackTrace.dll": {} } }, - "System.Diagnostics.Tools/4.0.0": { + "System.Diagnostics.Tools/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Diagnostics.Tools": "4.3.0" + }, "compile": { "ref/netcore50/System.Diagnostics.Tools.dll": {} }, "runtime": { - "lib/netcore50/System.Diagnostics.Tools.dll": {} + "lib/win8/_._": {} } }, - "System.Diagnostics.Tracing/4.0.20": { + "System.Diagnostics.Tracing/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Globalization": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.0, )", - "System.Text.Encoding": "[4.0.0, )", - "System.Threading": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Diagnostics.Tracing": "4.3.0" }, "compile": { - "ref/dotnet/System.Diagnostics.Tracing.dll": {} + "ref/netcore50/System.Diagnostics.Tracing.dll": {} }, "runtime": { - "lib/netcore50/System.Diagnostics.Tracing.dll": {} + "lib/win8/_._": {} } }, - "System.Dynamic.Runtime/4.0.10": { + "System.Dynamic.Runtime/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.10, )", - "System.ObjectModel": "[4.0.0, )", - "System.Reflection": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/System.Dynamic.Runtime.dll": {} + "ref/netcore50/System.Dynamic.Runtime.dll": {} }, "runtime": { "lib/netcore50/System.Dynamic.Runtime.dll": {} } }, - "System.Globalization/4.0.10": { + "System.Globalization/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Globalization": "4.3.0" }, "compile": { - "ref/dotnet/System.Globalization.dll": {} + "ref/netcore50/System.Globalization.dll": {} }, "runtime": { - "lib/netcore50/System.Globalization.dll": {} + "lib/win8/_._": {} } }, - "System.Globalization.Calendars/4.0.0": { + "System.Globalization.Calendars/4.3.0": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.0, )", - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Globalization.Calendars": "4.3.0" }, "compile": { - "ref/dotnet/System.Globalization.Calendars.dll": {} - }, - "runtime": { - "lib/netcore50/System.Globalization.Calendars.dll": {} + "ref/netstandard1.3/System.Globalization.Calendars.dll": {} } }, - "System.Globalization.Extensions/4.0.0": { + "System.Globalization.Extensions/4.0.1": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )" + "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/dotnet/System.Globalization.Extensions.dll": {} + "ref/netstandard1.3/System.Globalization.Extensions.dll": {} }, "runtime": { - "lib/dotnet/System.Globalization.Extensions.dll": {} + "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll": {} } }, - "System.IO/4.0.10": { + "System.IO/4.3.0": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.any.System.IO": "4.3.0" }, "compile": { - "ref/dotnet/System.IO.dll": {} + "ref/netcore50/System.IO.dll": {} }, "runtime": { - "lib/netcore50/System.IO.dll": {} + "lib/win8/_._": {} } }, - "System.IO.Compression/4.0.0": { + "System.IO.Compression/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.IO": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.0, )", - "System.Text.Encoding": "[4.0.0, )", - "System.Threading": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.0, )" + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System.IO.Compression": "4.3.0" }, "compile": { "ref/netcore50/System.IO.Compression.dll": {} }, "runtime": { - "lib/netcore50/System.IO.Compression.dll": {} + "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll": {} } }, - "System.IO.Compression.clrcompression-x86/4.0.0": { - "native": { - "runtimes/win10-x86/native/ClrCompression.dll": {} - } - }, - "System.IO.Compression.ZipFile/4.0.0": { + "System.IO.Compression.ZipFile/4.3.0": { + "type": "package", "dependencies": { - "System.IO": "[4.0.10, )", - "System.IO.Compression": "[4.0.0, )", - "System.IO.FileSystem": "[4.0.0, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.Encoding": "[4.0.10, )" + "System.Buffers": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/dotnet/System.IO.Compression.ZipFile.dll": {} + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {} }, "runtime": { - "lib/dotnet/System.IO.Compression.ZipFile.dll": {} + "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} } }, - "System.IO.FileSystem/4.0.0": { + "System.IO.FileSystem/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.Handles": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Runtime.WindowsRuntime": "[4.0.0, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Overlapped": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.win.System.IO.FileSystem": "4.3.0" }, "compile": { - "ref/dotnet/System.IO.FileSystem.dll": {} + "ref/netstandard1.3/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} }, "runtime": { - "lib/netcore50/System.IO.FileSystem.dll": {} + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} } }, - "System.IO.FileSystem.Primitives/4.0.0": { + "System.IO.IsolatedStorage/4.0.1": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.20, )" + "System.IO": "4.1.0", + "System.IO.FileSystem": "4.0.1", + "System.IO.FileSystem.Primitives": "4.0.1", + "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/dotnet/System.IO.FileSystem.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} - } - }, - "System.IO.IsolatedStorage/4.0.0": { - "dependencies": { - "System.IO": "[4.0.10, )", - "System.IO.FileSystem": "[4.0.0, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" - }, - "compile": { - "ref/dotnet/System.IO.IsolatedStorage.dll": {} + "ref/netstandard1.4/System.IO.IsolatedStorage.dll": {} }, "runtime": { "lib/netcore50/System.IO.IsolatedStorage.dll": {} } }, - "System.IO.UnmanagedMemoryStream/4.0.0": { + "System.IO.UnmanagedMemoryStream/4.0.1": { + "type": "package", "dependencies": { - "System.IO": "[4.0.10, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "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/dotnet/System.IO.UnmanagedMemoryStream.dll": {} + "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} }, "runtime": { - "lib/dotnet/System.IO.UnmanagedMemoryStream.dll": {} + "lib/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} } }, - "System.Linq/4.0.0": { + "System.Linq/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" }, "compile": { "ref/netcore50/System.Linq.dll": {} @@ -8780,41 +13863,45 @@ "lib/netcore50/System.Linq.dll": {} } }, - "System.Linq.Expressions/4.0.10": { + "System.Linq.Expressions/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.IO": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.0, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Linq": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/System.Linq.Expressions.dll": {} + "ref/netcore50/System.Linq.Expressions.dll": {} }, "runtime": { "lib/netcore50/System.Linq.Expressions.dll": {} } }, - "System.Linq.Parallel/4.0.0": { + "System.Linq.Parallel/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Collections.Concurrent": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Diagnostics.Tracing": "[4.0.20, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "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/netcore50/System.Linq.Parallel.dll": {} @@ -8823,15 +13910,17 @@ "lib/netcore50/System.Linq.Parallel.dll": {} } }, - "System.Linq.Queryable/4.0.0": { + "System.Linq.Queryable/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "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/netcore50/System.Linq.Queryable.dll": {} @@ -8840,284 +13929,364 @@ "lib/netcore50/System.Linq.Queryable.dll": {} } }, - "System.Net.Http/4.0.0": { + "System.Net.Http/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Net.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Runtime.WindowsRuntime": "[4.0.10, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.WindowsRuntime": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" }, "compile": { "ref/netcore50/System.Net.Http.dll": {} }, "runtime": { - "lib/netcore50/System.Net.Http.dll": {} + "runtimes/win/lib/netcore50/System.Net.Http.dll": {} } }, - "System.Net.Http.Rtc/4.0.0": { + "System.Net.Http.Rtc/4.0.1": { + "type": "package", "dependencies": { - "System.Net.Http": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.0.1", + "System.Net.Http": "4.1.0", + "System.Runtime": "4.1.0" }, "compile": { "ref/netcore50/System.Net.Http.Rtc.dll": {} }, "runtime": { - "lib/netcore50/System.Net.Http.Rtc.dll": {} + "runtimes/win/lib/netcore50/System.Net.Http.Rtc.dll": {} } }, - "System.Net.NetworkInformation/4.0.0": { + "System.Net.NameResolution/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )", - "System.Runtime.InteropServices.WindowsRuntime": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Net.NameResolution.dll": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Net.NameResolution.dll": {} + } + }, + "System.Net.NetworkInformation/4.1.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.Win32.Primitives": "4.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.InteropServices": "4.1.0", + "System.Runtime.InteropServices.WindowsRuntime": "4.0.1", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11" }, "compile": { "ref/netcore50/System.Net.NetworkInformation.dll": {} }, "runtime": { - "lib/netcore50/System.Net.NetworkInformation.dll": {} + "runtimes/win/lib/netcore50/System.Net.NetworkInformation.dll": {} } }, - "System.Net.Primitives/4.0.10": { + "System.Net.Primitives/4.3.0": { + "type": "package", "dependencies": { - "System.Private.Networking": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "runtime.win.System.Net.Primitives": "4.3.0" }, "compile": { - "ref/dotnet/System.Net.Primitives.dll": {} + "ref/netcore50/System.Net.Primitives.dll": {} }, "runtime": { - "lib/netcore50/System.Net.Primitives.dll": {} + "lib/win8/_._": {} } }, - "System.Net.Requests/4.0.10": { + "System.Net.Requests/4.0.11": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Net.Http": "[4.0.0, )", - "System.Net.Primitives": "[4.0.10, )", - "System.Net.WebHeaderCollection": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "System.IO": "4.1.0", + "System.Net.Primitives": "4.0.11", + "System.Net.WebHeaderCollection": "4.0.1", + "System.Runtime": "4.1.0", + "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/dotnet/System.Net.Requests.dll": {} + "ref/netcore50/System.Net.Requests.dll": {} }, "runtime": { - "lib/dotnet/System.Net.Requests.dll": {} + "runtimes/win/lib/netstandard1.3/System.Net.Requests.dll": {} } }, - "System.Net.Sockets/4.0.0": { + "System.Net.Sockets/4.3.0": { + "type": "package", "dependencies": { - "System.Private.Networking": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.win.System.Net.Sockets": "4.3.0" }, "compile": { - "ref/dotnet/System.Net.Sockets.dll": {} - }, - "runtime": { - "lib/netcore50/System.Net.Sockets.dll": {} + "ref/netstandard1.3/System.Net.Sockets.dll": {} } }, - "System.Net.WebHeaderCollection/4.0.0": { + "System.Net.WebHeaderCollection/4.0.1": { + "type": "package", "dependencies": { - "System.Collections.NonGeneric": "[4.0.0, )", - "System.Collections.Specialized": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Collections": "4.0.11", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0" }, "compile": { - "ref/dotnet/System.Net.WebHeaderCollection.dll": {} + "ref/netstandard1.3/System.Net.WebHeaderCollection.dll": {} }, "runtime": { - "lib/dotnet/System.Net.WebHeaderCollection.dll": {} + "lib/netstandard1.3/System.Net.WebHeaderCollection.dll": {} } }, - "System.Numerics.Vectors/4.1.0": { + "System.Net.WebSockets/4.0.0": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )" + "Microsoft.Win32.Primitives": "4.0.1", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/dotnet/System.Numerics.Vectors.dll": {} + "ref/netstandard1.3/System.Net.WebSockets.dll": {} }, "runtime": { - "lib/dotnet/System.Numerics.Vectors.dll": {} + "lib/netstandard1.3/System.Net.WebSockets.dll": {} } }, - "System.Numerics.Vectors.WindowsRuntime/4.0.0": { + "System.Net.WebSockets.Client/4.0.2": { + "type": "package", "dependencies": { - "System.Numerics.Vectors": "[4.1.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.WindowsRuntime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.0.2", + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.Diagnostics.Tracing": "4.1.0", + "System.Globalization": "4.0.11", + "System.Net.Primitives": "4.0.11", + "System.Net.WebHeaderCollection": "4.0.1", + "System.Net.WebSockets": "4.0.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Runtime.InteropServices.WindowsRuntime": "4.0.1", + "System.Runtime.WindowsRuntime": "4.0.11", + "System.Security.Cryptography.X509Certificates": "4.1.0", + "System.Text.Encoding": "4.0.11", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11" }, "compile": { - "lib/dotnet/System.Numerics.Vectors.WindowsRuntime.dll": {} + "ref/netstandard1.3/System.Net.WebSockets.Client.dll": {} }, "runtime": { - "lib/dotnet/System.Numerics.Vectors.WindowsRuntime.dll": {} + "runtimes/win/lib/netcore50/System.Net.WebSockets.Client.dll": {} } }, - "System.ObjectModel/4.0.10": { + "System.Numerics.Vectors/4.1.1": { + "type": "package", + "compile": { + "ref/netstandard1.0/System.Numerics.Vectors.dll": {} + }, + "runtime": { + "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll": {} + } + }, + "System.Numerics.Vectors.WindowsRuntime/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Threading": "[4.0.10, )" + "System.Numerics.Vectors": "4.1.1", + "System.Runtime": "4.1.0", + "System.Runtime.WindowsRuntime": "4.0.11" }, "compile": { - "ref/dotnet/System.ObjectModel.dll": {} + "lib/uap10.0/System.Numerics.Vectors.WindowsRuntime.dll": {} }, "runtime": { - "lib/dotnet/System.ObjectModel.dll": {} + "lib/uap10.0/System.Numerics.Vectors.WindowsRuntime.dll": {} } }, - "System.Private.DataContractSerialization/4.0.0": { + "System.ObjectModel/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.Serialization.Primitives": "[4.0.10, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Xml.ReaderWriter": "[4.0.10, )", - "System.Xml.XmlSerializer": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/netcore50/_._": {} + "ref/netcore50/System.ObjectModel.dll": {} }, "runtime": { - "lib/netcore50/System.Private.DataContractSerialization.dll": {} + "lib/netcore50/System.ObjectModel.dll": {} } }, - "System.Private.Networking/4.0.0": { + "System.Private.DataContractSerialization/4.1.2": { + "type": "package", "dependencies": { - "Microsoft.Win32.Primitives": "[4.0.0, )", - "System.Collections": "[4.0.10, )", - "System.Collections.NonGeneric": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Diagnostics.Tracing": "[4.0.20, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.IO.FileSystem": "[4.0.0, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.Handles": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Overlapped": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.0.2", + "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.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/netcore50/_._": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/netcore50/System.Private.Networking.dll": {} + "lib/netstandard1.3/System.Private.DataContractSerialization.dll": {} } }, - "System.Private.ServiceModel/4.0.0": { + "System.Private.ServiceModel/4.1.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Collections.Concurrent": "[4.0.10, )", - "System.Collections.NonGeneric": "[4.0.0, )", - "System.Collections.Specialized": "[4.0.0, )", - "System.ComponentModel.EventBasedAsync": "[4.0.10, )", - "System.Diagnostics.Contracts": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.IO.Compression": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.10, )", - "System.Linq.Queryable": "[4.0.0, )", - "System.Net.Http": "[4.0.0, )", - "System.Net.Primitives": "[4.0.10, )", - "System.Net.WebHeaderCollection": "[4.0.0, )", - "System.ObjectModel": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.DispatchProxy": "[4.0.0, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Runtime.Serialization.Primitives": "[4.0.10, )", - "System.Runtime.Serialization.Xml": "[4.0.10, )", - "System.Runtime.WindowsRuntime": "[4.0.10, )", - "System.Security.Claims": "[4.0.0, )", - "System.Security.Principal": "[4.0.0, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )", - "System.Threading.Timer": "[4.0.0, )", - "System.Xml.ReaderWriter": "[4.0.10, )", - "System.Xml.XmlDocument": "[4.0.0, )", - "System.Xml.XmlSerializer": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.0.1", + "System.Collections": "4.0.11", + "System.Collections.Concurrent": "4.0.12", + "System.Collections.NonGeneric": "4.0.1", + "System.Collections.Specialized": "4.0.1", + "System.ComponentModel.EventBasedAsync": "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.IO.Compression": "4.1.0", + "System.Linq": "4.1.0", + "System.Linq.Expressions": "4.1.0", + "System.Linq.Queryable": "4.0.1", + "System.Net.Http": "4.1.0", + "System.Net.Primitives": "4.0.11", + "System.Net.WebHeaderCollection": "4.0.1", + "System.Net.WebSockets": "4.0.0", + "System.Net.WebSockets.Client": "4.0.0", + "System.ObjectModel": "4.0.12", + "System.Reflection": "4.1.0", + "System.Reflection.DispatchProxy": "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.InteropServices": "4.1.0", + "System.Runtime.Serialization.Primitives": "4.1.1", + "System.Runtime.Serialization.Xml": "4.1.1", + "System.Runtime.WindowsRuntime": "4.0.11", + "System.Security.Claims": "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.Security.Principal": "4.0.1", + "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.Timer": "4.0.1", + "System.Xml.ReaderWriter": "4.0.11", + "System.Xml.XmlDocument": "4.0.1", + "System.Xml.XmlSerializer": "4.0.11" }, "compile": { - "ref/netcore50/_._": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/netcore50/System.Private.ServiceModel.dll": {} + "runtimes/win7/lib/netcore50/System.Private.ServiceModel.dll": {} } }, - "System.Private.Uri/4.0.0": { - "compile": { - "ref/netcore50/_._": {} - }, - "runtime": { - "lib/netcore50/System.Private.Uri.dll": {} - } - }, - "System.Reflection/4.0.10": { + "System.Private.Uri/4.3.0": { + "type": "package", "dependencies": { - "System.IO": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "runtime.win7.System.Private.Uri": "4.3.0" }, "compile": { - "ref/dotnet/System.Reflection.dll": {} - }, - "runtime": { - "lib/netcore50/System.Reflection.dll": {} + "ref/netstandard/_._": {} } }, - "System.Reflection.Context/4.0.0": { + "System.Reflection/4.3.0": { + "type": "package", "dependencies": { - "System.Reflection": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Reflection": "4.3.0" + }, + "compile": { + "ref/netcore50/System.Reflection.dll": {} + }, + "runtime": { + "lib/win8/_._": {} + } + }, + "System.Reflection.Context/4.0.1": { + "type": "package", + "dependencies": { + "System.Reflection": "4.1.0", + "System.Runtime": "4.1.0" }, "compile": { "ref/netcore50/System.Reflection.Context.dll": {} @@ -9126,198 +14295,224 @@ "lib/netcore50/System.Reflection.Context.dll": {} } }, - "System.Reflection.DispatchProxy/4.0.0": { + "System.Reflection.DispatchProxy/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Threading": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.0.1", + "System.Runtime": "4.1.0" }, "compile": { - "ref/dotnet/System.Reflection.DispatchProxy.dll": {} + "ref/netstandard1.3/System.Reflection.DispatchProxy.dll": {} }, "runtime": { - "lib/netcore50/System.Reflection.DispatchProxy.dll": {} + "lib/netstandard1.3/System.Reflection.DispatchProxy.dll": {} } }, - "System.Reflection.Emit/4.0.0": { + "System.Reflection.Emit/4.0.1": { + "type": "package", "dependencies": { - "System.IO": "[4.0.0, )", - "System.Reflection": "[4.0.0, )", - "System.Reflection.Emit.ILGeneration": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Runtime": "[4.0.0, )" + "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/dotnet/System.Reflection.Emit.dll": {} + "ref/netstandard1.1/_._": {} }, "runtime": { "lib/netcore50/System.Reflection.Emit.dll": {} } }, - "System.Reflection.Emit.ILGeneration/4.0.0": { + "System.Reflection.Emit.ILGeneration/4.3.0": { + "type": "package", "dependencies": { - "System.Reflection": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Runtime": "[4.0.0, )" + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" }, "compile": { - "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + "ref/netstandard1.0/_._": {} }, "runtime": { "lib/netcore50/System.Reflection.Emit.ILGeneration.dll": {} } }, - "System.Reflection.Emit.Lightweight/4.0.0": { + "System.Reflection.Emit.Lightweight/4.3.0": { + "type": "package", "dependencies": { - "System.Reflection": "[4.0.0, )", - "System.Reflection.Emit.ILGeneration": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Runtime": "[4.0.0, )" + "System.Reflection": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" }, "compile": { - "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} + "ref/netstandard1.0/_._": {} }, "runtime": { "lib/netcore50/System.Reflection.Emit.Lightweight.dll": {} } }, - "System.Reflection.Extensions/4.0.0": { + "System.Reflection.Extensions/4.3.0": { + "type": "package", "dependencies": { - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Reflection.Extensions": "4.3.0" }, "compile": { "ref/netcore50/System.Reflection.Extensions.dll": {} }, "runtime": { - "lib/netcore50/System.Reflection.Extensions.dll": {} + "lib/win8/_._": {} } }, - "System.Reflection.Metadata/1.0.22": { + "System.Reflection.Metadata/1.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Collections.Immutable": "[1.1.37, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.IO": "[4.0.0, )", - "System.Reflection": "[4.0.0, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.0, )", - "System.Text.Encoding": "[4.0.0, )", - "System.Text.Encoding.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections.Immutable": "1.2.0" }, "compile": { - "lib/dotnet/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, - "System.Reflection.Primitives/4.0.0": { + "System.Reflection.Primitives/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Reflection.Primitives": "4.3.0" }, "compile": { "ref/netcore50/System.Reflection.Primitives.dll": {} }, "runtime": { - "lib/netcore50/System.Reflection.Primitives.dll": {} + "lib/win8/_._": {} } }, - "System.Reflection.TypeExtensions/4.0.0": { + "System.Reflection.TypeExtensions/4.3.0": { + "type": "package", "dependencies": { - "System.Diagnostics.Contracts": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )" + "System.Diagnostics.Contracts": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Linq": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + "ref/netstandard1.3/System.Reflection.TypeExtensions.dll": {} }, "runtime": { "lib/netcore50/System.Reflection.TypeExtensions.dll": {} } }, - "System.Resources.ResourceManager/4.0.0": { + "System.Resources.ResourceManager/4.3.0": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Resources.ResourceManager": "4.3.0" }, "compile": { "ref/netcore50/System.Resources.ResourceManager.dll": {} }, "runtime": { - "lib/netcore50/System.Resources.ResourceManager.dll": {} + "lib/win8/_._": {} } }, - "System.Runtime/4.0.20": { + "System.Runtime/4.3.0": { + "type": "package", "dependencies": { - "System.Private.Uri": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "runtime.any.System.Runtime": "4.3.0" }, "compile": { - "ref/dotnet/System.Runtime.dll": {} + "ref/netcore50/System.Runtime.dll": {} }, "runtime": { - "lib/netcore50/System.Runtime.dll": {} + "lib/win8/_._": {} } }, - "System.Runtime.Extensions/4.0.10": { + "System.Runtime.Extensions/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.win.System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/dotnet/System.Runtime.Extensions.dll": {} + "ref/netcore50/System.Runtime.Extensions.dll": {} }, "runtime": { - "lib/netcore50/System.Runtime.Extensions.dll": {} + "lib/win8/_._": {} } }, - "System.Runtime.Handles/4.0.0": { + "System.Runtime.Handles/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Runtime.Handles": "4.3.0" }, "compile": { - "ref/dotnet/System.Runtime.Handles.dll": {} - }, - "runtime": { - "lib/netcore50/System.Runtime.Handles.dll": {} + "ref/netstandard1.3/System.Runtime.Handles.dll": {} } }, - "System.Runtime.InteropServices/4.0.20": { + "System.Runtime.InteropServices/4.3.0": { + "type": "package", "dependencies": { - "System.Reflection": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Handles": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "runtime.any.System.Runtime.InteropServices": "4.3.0" }, "compile": { - "ref/dotnet/System.Runtime.InteropServices.dll": {} + "ref/netcore50/System.Runtime.InteropServices.dll": {} }, "runtime": { - "lib/netcore50/System.Runtime.InteropServices.dll": {} + "lib/win8/_._": {} } }, - "System.Runtime.InteropServices.WindowsRuntime/4.0.0": { + "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll": {} + } + }, + "System.Runtime.InteropServices.WindowsRuntime/4.0.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.1.0" + }, "compile": { "ref/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll": {} }, @@ -9325,12 +14520,13 @@ "lib/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll": {} } }, - "System.Runtime.Numerics/4.0.0": { + "System.Runtime.Numerics/4.3.0": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )" + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" }, "compile": { "ref/netcore50/System.Runtime.Numerics.dll": {} @@ -9339,9 +14535,28 @@ "lib/netcore50/System.Runtime.Numerics.dll": {} } }, - "System.Runtime.Serialization.Json/4.0.0": { + "System.Runtime.Serialization.Formatters/4.3.0": { + "type": "package", "dependencies": { - "System.Private.DataContractSerialization": "[4.0.0, )" + "System.Collections": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Serialization.Formatters.dll": {} + }, + "runtime": { + "lib/netstandard1.4/System.Runtime.Serialization.Formatters.dll": {} + } + }, + "System.Runtime.Serialization.Json/4.0.3": { + "type": "package", + "dependencies": { + "System.IO": "4.1.0", + "System.Private.DataContractSerialization": "4.1.2", + "System.Runtime": "4.1.0" }, "compile": { "ref/netcore50/System.Runtime.Serialization.Json.dll": {} @@ -9350,86 +14565,206 @@ "lib/netcore50/System.Runtime.Serialization.Json.dll": {} } }, - "System.Runtime.Serialization.Primitives/4.0.10": { + "System.Runtime.Serialization.Primitives/4.3.0": { + "type": "package", "dependencies": { - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" }, "compile": { - "ref/dotnet/System.Runtime.Serialization.Primitives.dll": {} + "ref/netcore50/System.Runtime.Serialization.Primitives.dll": {} }, "runtime": { - "lib/dotnet/System.Runtime.Serialization.Primitives.dll": {} + "lib/netcore50/System.Runtime.Serialization.Primitives.dll": {} } }, - "System.Runtime.Serialization.Xml/4.0.10": { + "System.Runtime.Serialization.Xml/4.1.2": { + "type": "package", "dependencies": { - "System.Private.DataContractSerialization": "[4.0.0, )", - "System.Runtime.Serialization.Primitives": "[4.0.10, )" + "System.IO": "4.1.0", + "System.Private.DataContractSerialization": "4.1.2", + "System.Runtime": "4.1.0", + "System.Runtime.Serialization.Primitives": "4.1.1", + "System.Text.Encoding": "4.0.11", + "System.Xml.ReaderWriter": "4.0.11" }, "compile": { - "ref/dotnet/System.Runtime.Serialization.Xml.dll": {} + "ref/netcore50/System.Runtime.Serialization.Xml.dll": {} }, "runtime": { "lib/netcore50/System.Runtime.Serialization.Xml.dll": {} } }, - "System.Runtime.WindowsRuntime/4.0.10": { + "System.Runtime.WindowsRuntime/4.3.0": { + "type": "package", "dependencies": { - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.0, )", - "System.IO": "[4.0.10, )", - "System.ObjectModel": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" }, "compile": { "ref/netcore50/System.Runtime.WindowsRuntime.dll": {} }, "runtime": { - "lib/netcore50/System.Runtime.WindowsRuntime.dll": {} + "runtimes/win8/lib/netstandard1.3/System.Runtime.WindowsRuntime.dll": {} } }, - "System.Runtime.WindowsRuntime.UI.Xaml/4.0.0": { + "System.Runtime.WindowsRuntime.UI.Xaml/4.0.1": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Runtime.WindowsRuntime": "[4.0.0, )" + "System.Runtime": "4.1.0", + "System.Runtime.WindowsRuntime": "4.0.11" }, "compile": { "ref/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.dll": {} }, "runtime": { - "lib/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.dll": {} + "runtimes/win8/lib/netstandard1.3/System.Runtime.WindowsRuntime.UI.Xaml.dll": {} } }, - "System.Security.Claims/4.0.0": { + "System.Security.Claims/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.IO": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Security.Principal": "[4.0.0, )" + "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/dotnet/System.Security.Claims.dll": {} + "ref/netstandard1.3/System.Security.Claims.dll": {} }, "runtime": { - "lib/dotnet/System.Security.Claims.dll": {} + "lib/netstandard1.3/System.Security.Claims.dll": {} } }, - "System.Security.Principal/4.0.0": { + "System.Security.Cryptography.Algorithms/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Cng/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.4/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Linq": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Calendars": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Cng": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.1.0" }, "compile": { "ref/netcore50/System.Security.Principal.dll": {} @@ -9438,10 +14773,13 @@ "lib/netcore50/System.Security.Principal.dll": {} } }, - "System.ServiceModel.Duplex/4.0.0": { + "System.ServiceModel.Duplex/4.0.2": { + "type": "package", "dependencies": { - "System.Private.ServiceModel": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Private.ServiceModel": "4.1.1", + "System.Runtime": "4.1.0", + "System.ServiceModel.Primitives": "4.1.1", + "System.Threading": "4.0.11" }, "compile": { "ref/netcore50/System.ServiceModel.Duplex.dll": {} @@ -9450,22 +14788,32 @@ "lib/netcore50/System.ServiceModel.Duplex.dll": {} } }, - "System.ServiceModel.Http/4.0.10": { + "System.ServiceModel.Http/4.1.1": { + "type": "package", "dependencies": { - "System.Private.ServiceModel": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Net.Primitives": "4.0.11", + "System.Net.WebHeaderCollection": "4.0.1", + "System.Private.ServiceModel": "4.1.1", + "System.Runtime": "4.1.0", + "System.Runtime.Serialization.Xml": "4.1.1", + "System.ServiceModel.Primitives": "4.1.1", + "System.Text.Encoding": "4.0.11" }, "compile": { - "ref/dotnet/System.ServiceModel.Http.dll": {} + "ref/netcore50/System.ServiceModel.Http.dll": {} }, "runtime": { "lib/netcore50/System.ServiceModel.Http.dll": {} } }, - "System.ServiceModel.NetTcp/4.0.0": { + "System.ServiceModel.NetTcp/4.1.1": { + "type": "package", "dependencies": { - "System.Private.ServiceModel": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Net.Primitives": "4.0.11", + "System.Private.ServiceModel": "4.1.1", + "System.Runtime": "4.1.0", + "System.Runtime.Serialization.Xml": "4.1.1", + "System.ServiceModel.Primitives": "4.1.1" }, "compile": { "ref/netcore50/System.ServiceModel.NetTcp.dll": {} @@ -9474,10 +14822,25 @@ "lib/netcore50/System.ServiceModel.NetTcp.dll": {} } }, - "System.ServiceModel.Primitives/4.0.0": { + "System.ServiceModel.Primitives/4.1.1": { + "type": "package", "dependencies": { - "System.Private.ServiceModel": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Collections": "4.0.11", + "System.ComponentModel.EventBasedAsync": "4.0.11", + "System.Globalization": "4.0.11", + "System.IO": "4.1.0", + "System.Net.Primitives": "4.0.11", + "System.ObjectModel": "4.0.12", + "System.Private.ServiceModel": "4.1.1", + "System.Reflection": "4.1.0", + "System.Runtime": "4.1.0", + "System.Runtime.Serialization.Primitives": "4.1.1", + "System.Runtime.Serialization.Xml": "4.1.1", + "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.Xml.ReaderWriter": "4.0.11" }, "compile": { "ref/netcore50/System.ServiceModel.Primitives.dll": {} @@ -9486,10 +14849,13 @@ "lib/netcore50/System.ServiceModel.Primitives.dll": {} } }, - "System.ServiceModel.Security/4.0.0": { + "System.ServiceModel.Security/4.0.2": { + "type": "package", "dependencies": { - "System.Private.ServiceModel": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Private.ServiceModel": "4.1.1", + "System.Runtime": "4.1.0", + "System.Runtime.Serialization.Xml": "4.1.1", + "System.ServiceModel.Primitives": "4.1.1" }, "compile": { "ref/netcore50/System.ServiceModel.Security.dll": {} @@ -9498,136 +14864,152 @@ "lib/netcore50/System.ServiceModel.Security.dll": {} } }, - "System.Text.Encoding/4.0.10": { + "System.Text.Encoding/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Text.Encoding": "4.3.0" }, "compile": { - "ref/dotnet/System.Text.Encoding.dll": {} + "ref/netcore50/System.Text.Encoding.dll": {} }, "runtime": { - "lib/netcore50/System.Text.Encoding.dll": {} + "lib/win8/_._": {} } }, - "System.Text.Encoding.CodePages/4.0.0": { + "System.Text.Encoding.CodePages/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.Handles": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Threading": "[4.0.10, )" + "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/dotnet/System.Text.Encoding.CodePages.dll": {} + "ref/netstandard1.3/System.Text.Encoding.CodePages.dll": {} }, "runtime": { - "lib/dotnet/System.Text.Encoding.CodePages.dll": {} + "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": {} } }, - "System.Text.Encoding.Extensions/4.0.10": { + "System.Text.Encoding.Extensions/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )", - "System.Text.Encoding": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.any.System.Text.Encoding.Extensions": "4.3.0" }, "compile": { - "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + "ref/netcore50/System.Text.Encoding.Extensions.dll": {} }, "runtime": { - "lib/netcore50/System.Text.Encoding.Extensions.dll": {} + "lib/win8/_._": {} } }, - "System.Text.RegularExpressions/4.0.10": { + "System.Text.RegularExpressions/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/System.Text.RegularExpressions.dll": {} + "ref/netcore50/System.Text.RegularExpressions.dll": {} }, "runtime": { - "lib/dotnet/System.Text.RegularExpressions.dll": {} + "lib/netcore50/System.Text.RegularExpressions.dll": {} } }, - "System.Threading/4.0.10": { + "System.Threading/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.0, )" + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/dotnet/System.Threading.dll": {} + "ref/netcore50/System.Threading.dll": {} }, "runtime": { "lib/netcore50/System.Threading.dll": {} } }, - "System.Threading.Overlapped/4.0.0": { + "System.Threading.Overlapped/4.3.0": { + "type": "package", "dependencies": { - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Runtime.Handles": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/System.Threading.Overlapped.dll": {} + "ref/netstandard1.3/System.Threading.Overlapped.dll": {} }, "runtime": { - "lib/netcore50/System.Threading.Overlapped.dll": {} + "runtimes/win/lib/netcore50/System.Threading.Overlapped.dll": {} } }, - "System.Threading.Tasks/4.0.10": { + "System.Threading.Tasks/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/dotnet/System.Threading.Tasks.dll": {} + "ref/netcore50/System.Threading.Tasks.dll": {} }, "runtime": { - "lib/netcore50/System.Threading.Tasks.dll": {} + "lib/win8/_._": {} } }, - "System.Threading.Tasks.Dataflow/4.5.25": { - "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Collections.Concurrent": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Diagnostics.Tracing": "[4.0.0, )", - "System.Dynamic.Runtime": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.0, )" - }, + "System.Threading.Tasks.Dataflow/4.6.0": { + "type": "package", "compile": { - "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {} + "lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll": {} }, "runtime": { - "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {} + "lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll": {} } }, - "System.Threading.Tasks.Parallel/4.0.0": { + "System.Threading.Tasks.Extensions/4.3.0": { + "type": "package", + "compile": { + "lib/portable-net45+win8+wp8+wpa81/_._": {} + }, + "runtime": { + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll": {} + } + }, + "System.Threading.Tasks.Parallel/4.0.1": { + "type": "package", "dependencies": { - "System.Collections.Concurrent": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Diagnostics.Tracing": "[4.0.20, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "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/netcore50/System.Threading.Tasks.Parallel.dll": {} @@ -9636,126 +15018,149 @@ "lib/netcore50/System.Threading.Tasks.Parallel.dll": {} } }, - "System.Threading.Timer/4.0.0": { + "System.Threading.Timer/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Threading.Timer": "4.3.0" + }, "compile": { "ref/netcore50/System.Threading.Timer.dll": {} }, "runtime": { - "lib/netcore50/System.Threading.Timer.dll": {} + "lib/win81/_._": {} } }, - "System.Xml.ReaderWriter/4.0.10": { + "System.Xml.ReaderWriter/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.IO.FileSystem": "[4.0.0, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Tasks.Extensions": "4.3.0" }, "compile": { - "ref/dotnet/System.Xml.ReaderWriter.dll": {} + "ref/netcore50/System.Xml.ReaderWriter.dll": {} }, "runtime": { - "lib/dotnet/System.Xml.ReaderWriter.dll": {} + "lib/netcore50/System.Xml.ReaderWriter.dll": {} } }, - "System.Xml.XDocument/4.0.10": { + "System.Xml.XDocument/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Xml.ReaderWriter": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0" }, "compile": { - "ref/dotnet/System.Xml.XDocument.dll": {} + "ref/netcore50/System.Xml.XDocument.dll": {} }, "runtime": { - "lib/dotnet/System.Xml.XDocument.dll": {} + "lib/netcore50/System.Xml.XDocument.dll": {} } }, - "System.Xml.XmlDocument/4.0.0": { + "System.Xml.XmlDocument/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Xml.ReaderWriter": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0" }, "compile": { - "ref/dotnet/System.Xml.XmlDocument.dll": {} + "ref/netstandard1.3/System.Xml.XmlDocument.dll": {} }, "runtime": { - "lib/dotnet/System.Xml.XmlDocument.dll": {} + "lib/netstandard1.3/System.Xml.XmlDocument.dll": {} } }, - "System.Xml.XmlSerializer/4.0.10": { + "System.Xml.XmlSerializer/4.0.11": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Xml.ReaderWriter": "[4.0.10, )", - "System.Xml.XmlDocument": "[4.0.0, )" + "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/dotnet/System.Xml.XmlSerializer.dll": {} + "ref/netcore50/System.Xml.XmlSerializer.dll": {} }, "runtime": { "lib/netcore50/System.Xml.XmlSerializer.dll": {} } + }, + "PocketSharp/1.0.0": { + "type": "project" } }, - "UAP,Version=v10.0/win10-x86-aot": { - "Fody/1.29.2": {}, - "Microsoft.CSharp/4.0.0": { + "UAP,Version=v10.0.15063/win10-x86-aot": { + "Fody/3.0.0": { + "type": "package", + "build": { + "build/Fody.targets": {} + } + }, + "Microsoft.CSharp/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Dynamic.Runtime": "[4.0.0, )", - "System.Globalization": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.0, )", - "System.ObjectModel": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Dynamic.Runtime": "4.3.0", + "System.Globalization": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { "ref/netcore50/Microsoft.CSharp.dll": {} @@ -9764,187 +15169,235 @@ "lib/netcore50/Microsoft.CSharp.dll": {} } }, - "Microsoft.NETCore/5.0.0": { + "Microsoft.Net.Native.Compiler/1.7.3": { + "type": "package", "dependencies": { - "Microsoft.CSharp": "[4.0.0, )", - "Microsoft.NETCore.Targets": "[1.0.0, )", - "Microsoft.VisualBasic": "[10.0.0, )", - "System.AppContext": "[4.0.0, )", - "System.Collections": "[4.0.10, )", - "System.Collections.Concurrent": "[4.0.10, )", - "System.Collections.Immutable": "[1.1.37, )", - "System.ComponentModel": "[4.0.0, )", - "System.ComponentModel.Annotations": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Diagnostics.Tools": "[4.0.0, )", - "System.Diagnostics.Tracing": "[4.0.20, )", - "System.Dynamic.Runtime": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.Globalization.Calendars": "[4.0.0, )", - "System.Globalization.Extensions": "[4.0.0, )", - "System.IO": "[4.0.10, )", - "System.IO.Compression": "[4.0.0, )", - "System.IO.Compression.ZipFile": "[4.0.0, )", - "System.IO.FileSystem": "[4.0.0, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.IO.UnmanagedMemoryStream": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.10, )", - "System.Linq.Parallel": "[4.0.0, )", - "System.Linq.Queryable": "[4.0.0, )", - "System.Net.Http": "[4.0.0, )", - "System.Net.NetworkInformation": "[4.0.0, )", - "System.Net.Primitives": "[4.0.10, )", - "System.Numerics.Vectors": "[4.1.0, )", - "System.ObjectModel": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.DispatchProxy": "[4.0.0, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Metadata": "[1.0.22, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.Handles": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Runtime.Numerics": "[4.0.0, )", - "System.Security.Claims": "[4.0.0, )", - "System.Security.Principal": "[4.0.0, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )", - "System.Threading.Tasks.Dataflow": "[4.5.25, )", - "System.Threading.Tasks.Parallel": "[4.0.0, )", - "System.Threading.Timer": "[4.0.0, )", - "System.Xml.ReaderWriter": "[4.0.10, )", - "System.Xml.XDocument": "[4.0.10, )" + "Microsoft.Net.Native.SharedLibrary-arm": "1.7.0", + "Microsoft.Net.Native.SharedLibrary-x64": "1.7.0", + "Microsoft.Net.Native.SharedLibrary-x86": "1.7.0" + }, + "build": { + "build/Microsoft.Net.Native.Compiler.props": {}, + "build/Microsoft.Net.Native.Compiler.targets": {} } }, - "Microsoft.NETCore.Platforms/1.0.0": {}, - "Microsoft.NETCore.Portable.Compatibility/1.0.0": { + "Microsoft.Net.Native.SharedLibrary-arm/1.7.0": { + "type": "package", + "build": { + "build/Microsoft.Net.Native.SharedLibrary-arm.props": {}, + "build/Microsoft.Net.Native.SharedLibrary-arm.targets": {} + } + }, + "Microsoft.Net.Native.SharedLibrary-x64/1.7.0": { + "type": "package", + "build": { + "build/Microsoft.Net.Native.SharedLibrary-x64.props": {}, + "build/Microsoft.Net.Native.SharedLibrary-x64.targets": {} + } + }, + "Microsoft.Net.Native.SharedLibrary-x86/1.7.0": { + "type": "package", + "build": { + "build/Microsoft.Net.Native.SharedLibrary-x86.props": {}, + "build/Microsoft.Net.Native.SharedLibrary-x86.targets": {} + } + }, + "Microsoft.NETCore/5.0.2": { + "type": "package", "dependencies": { - "Microsoft.NETCore.Runtime": "[1.0.0, )" + "Microsoft.CSharp": "4.0.1", + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.VisualBasic": "10.0.1", + "System.AppContext": "4.1.0", + "System.Collections": "4.0.11", + "System.Collections.Concurrent": "4.0.12", + "System.Collections.Immutable": "1.2.0", + "System.ComponentModel": "4.0.1", + "System.ComponentModel.Annotations": "4.1.0", + "System.Diagnostics.Debug": "4.0.11", + "System.Diagnostics.Tools": "4.0.1", + "System.Diagnostics.Tracing": "4.1.0", + "System.Dynamic.Runtime": "4.0.11", + "System.Globalization": "4.0.11", + "System.Globalization.Calendars": "4.0.1", + "System.Globalization.Extensions": "4.0.1", + "System.IO": "4.1.0", + "System.IO.Compression": "4.1.1", + "System.IO.Compression.ZipFile": "4.0.1", + "System.IO.FileSystem": "4.0.1", + "System.IO.FileSystem.Primitives": "4.0.1", + "System.IO.UnmanagedMemoryStream": "4.0.1", + "System.Linq": "4.1.0", + "System.Linq.Expressions": "4.1.0", + "System.Linq.Parallel": "4.0.1", + "System.Linq.Queryable": "4.0.1", + "System.Net.Http": "4.1.0", + "System.Net.NetworkInformation": "4.1.0", + "System.Net.Primitives": "4.0.11", + "System.Numerics.Vectors": "4.1.1", + "System.ObjectModel": "4.0.12", + "System.Reflection": "4.1.0", + "System.Reflection.DispatchProxy": "4.0.1", + "System.Reflection.Extensions": "4.0.1", + "System.Reflection.Metadata": "1.3.0", + "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.Handles": "4.0.1", + "System.Runtime.InteropServices": "4.1.0", + "System.Runtime.Numerics": "4.0.1", + "System.Security.Claims": "4.0.1", + "System.Security.Principal": "4.0.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.Threading.Tasks.Dataflow": "4.6.0", + "System.Threading.Tasks.Parallel": "4.0.1", + "System.Threading.Timer": "4.0.1", + "System.Xml.ReaderWriter": "4.0.11", + "System.Xml.XDocument": "4.0.11" + } + }, + "Microsoft.NETCore.Jit/1.0.3": { + "type": "package", + "dependencies": { + "runtime.win7-x86.Microsoft.NETCore.Jit": "1.0.3" + } + }, + "Microsoft.NETCore.Platforms/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Portable.Compatibility/1.0.2": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Runtime.CoreCLR": "1.0.2" }, "compile": { - "ref/netcore50/mscorlib.dll": {}, "ref/netcore50/System.ComponentModel.DataAnnotations.dll": {}, "ref/netcore50/System.Core.dll": {}, - "ref/netcore50/System.dll": {}, "ref/netcore50/System.Net.dll": {}, "ref/netcore50/System.Numerics.dll": {}, "ref/netcore50/System.Runtime.Serialization.dll": {}, - "ref/netcore50/System.ServiceModel.dll": {}, "ref/netcore50/System.ServiceModel.Web.dll": {}, + "ref/netcore50/System.ServiceModel.dll": {}, "ref/netcore50/System.Windows.dll": {}, - "ref/netcore50/System.Xml.dll": {}, "ref/netcore50/System.Xml.Linq.dll": {}, - "ref/netcore50/System.Xml.Serialization.dll": {} + "ref/netcore50/System.Xml.Serialization.dll": {}, + "ref/netcore50/System.Xml.dll": {}, + "ref/netcore50/System.dll": {}, + "ref/netcore50/mscorlib.dll": {} }, "runtime": { - "runtimes/aot/lib/netcore50/mscorlib.dll": {}, "runtimes/aot/lib/netcore50/System.ComponentModel.DataAnnotations.dll": {}, "runtimes/aot/lib/netcore50/System.Core.dll": {}, - "runtimes/aot/lib/netcore50/System.dll": {}, "runtimes/aot/lib/netcore50/System.Net.dll": {}, "runtimes/aot/lib/netcore50/System.Numerics.dll": {}, "runtimes/aot/lib/netcore50/System.Runtime.Serialization.dll": {}, - "runtimes/aot/lib/netcore50/System.ServiceModel.dll": {}, "runtimes/aot/lib/netcore50/System.ServiceModel.Web.dll": {}, + "runtimes/aot/lib/netcore50/System.ServiceModel.dll": {}, "runtimes/aot/lib/netcore50/System.Windows.dll": {}, - "runtimes/aot/lib/netcore50/System.Xml.dll": {}, "runtimes/aot/lib/netcore50/System.Xml.Linq.dll": {}, - "runtimes/aot/lib/netcore50/System.Xml.Serialization.dll": {} + "runtimes/aot/lib/netcore50/System.Xml.Serialization.dll": {}, + "runtimes/aot/lib/netcore50/System.Xml.dll": {}, + "runtimes/aot/lib/netcore50/System.dll": {}, + "runtimes/aot/lib/netcore50/mscorlib.dll": {} } }, - "Microsoft.NETCore.Runtime/1.0.0": {}, - "Microsoft.NETCore.Runtime.Native/1.0.0": { + "Microsoft.NETCore.Runtime.CoreCLR/1.0.3": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, 4.0.10]", - "System.Diagnostics.Contracts": "[4.0.0, 4.0.0]", - "System.Diagnostics.Debug": "[4.0.10, 4.0.10]", - "System.Diagnostics.StackTrace": "[4.0.0, 4.0.0]", - "System.Diagnostics.Tools": "[4.0.0, 4.0.0]", - "System.Diagnostics.Tracing": "[4.0.20, 4.0.20]", - "System.Globalization": "[4.0.10, 4.0.10]", - "System.Globalization.Calendars": "[4.0.0, 4.0.0]", - "System.IO": "[4.0.10, 4.0.10]", - "System.ObjectModel": "[4.0.10, 4.0.10]", - "System.Private.Uri": "[4.0.0, 4.0.0]", - "System.Reflection": "[4.0.10, 4.0.10]", - "System.Reflection.Extensions": "[4.0.0, 4.0.0]", - "System.Reflection.Primitives": "[4.0.0, 4.0.0]", - "System.Resources.ResourceManager": "[4.0.0, 4.0.0]", - "System.Runtime": "[4.0.20, 4.0.20]", - "System.Runtime.Extensions": "[4.0.10, 4.0.10]", - "System.Runtime.Handles": "[4.0.0, 4.0.0]", - "System.Runtime.InteropServices": "[4.0.20, 4.0.20]", - "System.Text.Encoding": "[4.0.10, 4.0.10]", - "System.Text.Encoding.Extensions": "[4.0.10, 4.0.10]", - "System.Threading": "[4.0.10, 4.0.10]", - "System.Threading.Tasks": "[4.0.10, 4.0.10]", - "System.Threading.Timer": "[4.0.0, 4.0.0]" + "Microsoft.NETCore.Jit": "1.0.3", + "Microsoft.NETCore.Windows.ApiSets": "1.0.1", + "runtime.win7-x86.Microsoft.NETCore.Runtime.CoreCLR": "1.0.2" } }, - "Microsoft.NETCore.Targets/1.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "[1.0.0, )", - "Microsoft.NETCore.Targets.UniversalWindowsPlatform": "[5.0.0, )" + "Microsoft.NETCore.Targets/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} } }, - "Microsoft.NETCore.Targets.UniversalWindowsPlatform/5.0.0": {}, - "Microsoft.NETCore.UniversalWindowsPlatform/5.0.0": { + "Microsoft.NETCore.UniversalWindowsPlatform/6.0.8": { + "type": "package", "dependencies": { - "Microsoft.NETCore": "[5.0.0, )", - "Microsoft.NETCore.Portable.Compatibility": "[1.0.0, )", - "Microsoft.NETCore.Runtime": "[1.0.0, )", - "Microsoft.Win32.Primitives": "[4.0.0, )", - "System.ComponentModel.EventBasedAsync": "[4.0.10, )", - "System.Data.Common": "[4.0.0, )", - "System.Diagnostics.Contracts": "[4.0.0, )", - "System.Diagnostics.StackTrace": "[4.0.0, )", - "System.IO.IsolatedStorage": "[4.0.0, )", - "System.Net.Http.Rtc": "[4.0.0, )", - "System.Net.Requests": "[4.0.10, )", - "System.Net.Sockets": "[4.0.0, )", - "System.Net.WebHeaderCollection": "[4.0.0, )", - "System.Numerics.Vectors.WindowsRuntime": "[4.0.0, )", - "System.Reflection.Context": "[4.0.0, )", - "System.Runtime.InteropServices.WindowsRuntime": "[4.0.0, )", - "System.Runtime.Serialization.Json": "[4.0.0, )", - "System.Runtime.Serialization.Primitives": "[4.0.10, )", - "System.Runtime.Serialization.Xml": "[4.0.10, )", - "System.Runtime.WindowsRuntime": "[4.0.10, )", - "System.Runtime.WindowsRuntime.UI.Xaml": "[4.0.0, )", - "System.ServiceModel.Duplex": "[4.0.0, )", - "System.ServiceModel.Http": "[4.0.10, )", - "System.ServiceModel.NetTcp": "[4.0.0, )", - "System.ServiceModel.Primitives": "[4.0.0, )", - "System.ServiceModel.Security": "[4.0.0, )", - "System.Text.Encoding.CodePages": "[4.0.0, )", - "System.Xml.XmlSerializer": "[4.0.10, )" + "Microsoft.NETCore": "5.0.2", + "Microsoft.NETCore.Portable.Compatibility": "1.0.2", + "Microsoft.NETCore.Runtime.CoreCLR": "1.0.3", + "Microsoft.NETCore.Targets": "1.0.2", + "Microsoft.Net.Native.Compiler": "1.7.3", + "Microsoft.Win32.Primitives": "4.0.1", + "System.Collections.NonGeneric": "4.0.1", + "System.Collections.Specialized": "4.0.1", + "System.ComponentModel.EventBasedAsync": "4.0.11", + "System.Data.Common": "4.1.0", + "System.Diagnostics.Contracts": "4.0.1", + "System.Diagnostics.StackTrace": "4.0.2", + "System.IO.IsolatedStorage": "4.0.1", + "System.Net.Http.Rtc": "4.0.1", + "System.Net.NameResolution": "4.0.0", + "System.Net.Requests": "4.0.11", + "System.Net.Sockets": "4.1.0", + "System.Net.WebHeaderCollection": "4.0.1", + "System.Net.WebSockets": "4.0.0", + "System.Net.WebSockets.Client": "4.0.2", + "System.Numerics.Vectors.WindowsRuntime": "4.0.1", + "System.Reflection.Context": "4.0.1", + "System.Runtime.InteropServices.WindowsRuntime": "4.0.1", + "System.Runtime.Serialization.Json": "4.0.3", + "System.Runtime.Serialization.Primitives": "4.1.1", + "System.Runtime.Serialization.Xml": "4.1.2", + "System.Runtime.WindowsRuntime": "4.0.11", + "System.Runtime.WindowsRuntime.UI.Xaml": "4.0.1", + "System.ServiceModel.Duplex": "4.0.2", + "System.ServiceModel.Http": "4.1.1", + "System.ServiceModel.NetTcp": "4.1.1", + "System.ServiceModel.Primitives": "4.1.1", + "System.ServiceModel.Security": "4.0.2", + "System.Text.Encoding.CodePages": "4.0.1", + "System.Threading.Overlapped": "4.0.1", + "System.Xml.XmlDocument": "4.0.1", + "System.Xml.XmlSerializer": "4.0.11", + "runtime.win10-x86-aot.Microsoft.NETCore.UniversalWindowsPlatform": "6.0.8" + }, + "compile": { + "ref/netcore50/_._": {} } }, - "Microsoft.VisualBasic/10.0.0": { + "Microsoft.NETCore.Windows.ApiSets/1.0.1": { + "type": "package" + }, + "Microsoft.VisualBasic/10.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Dynamic.Runtime": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.10, )", - "System.ObjectModel": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )" + "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/netcore50/Microsoft.VisualBasic.dll": {} @@ -9953,139 +15406,641 @@ "lib/netcore50/Microsoft.VisualBasic.dll": {} } }, - "Microsoft.Win32.Primitives/4.0.0": { + "Microsoft.Win32.Primitives/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.20, )", - "System.Runtime.InteropServices": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.win.Microsoft.Win32.Primitives": "4.3.0" }, "compile": { - "ref/dotnet/Microsoft.Win32.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {} } }, - "Newtonsoft.Json/7.0.1": { - "compile": { - "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {} - }, - "runtime": { - "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {} - } - }, - "PropertyChanged.Fody/1.50.3": { + "NETStandard.Library/1.6.1": { + "type": "package", "dependencies": { - "Fody": "[1.29.2, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.Win32.Primitives": "4.3.0", + "System.AppContext": "4.3.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Console": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Calendars": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.IO.Compression.ZipFile": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.Net.Http": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Net.Sockets": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Timer": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0", + "System.Xml.XDocument": "4.3.0" + } + }, + "Newtonsoft.Json/11.0.2": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.3.0", + "NETStandard.Library": "1.6.1", + "System.ComponentModel.TypeConverter": "4.3.0", + "System.Runtime.Serialization.Formatters": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0", + "System.Xml.XmlDocument": "4.3.0" }, "compile": { - "Lib/dotnet/PropertyChanged.dll": {} + "lib/netstandard1.3/Newtonsoft.Json.dll": {} }, "runtime": { - "Lib/dotnet/PropertyChanged.dll": {} + "lib/netstandard1.3/Newtonsoft.Json.dll": {} } }, - "System.AppContext/4.0.0": { + "PropertyChanged.Fody/2.4.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Threading": "[4.0.0, )" + "Fody": "3.0.0", + "NETStandard.Library": "1.6.1" }, "compile": { - "ref/dotnet/System.AppContext.dll": {} + "lib/netstandard1.0/PropertyChanged.dll": {} }, "runtime": { - "lib/netcore50/System.AppContext.dll": {} + "lib/netstandard1.0/PropertyChanged.dll": {} } }, - "System.Collections/4.0.10": { + "runtime.aot.System.Collections/4.3.0": { + "type": "package", "dependencies": { - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/System.Collections.dll": {} + "ref/netstandard/_._": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Collections.dll": {} + "runtimes/aot/lib/netcore50/System.Collections.dll": {} } }, - "System.Collections.Concurrent/4.0.10": { + "runtime.aot.System.Diagnostics.Tools/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Diagnostics.Tools.dll": {} + } + }, + "runtime.aot.System.Diagnostics.Tracing/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Diagnostics.Tracing": "[4.0.20, )", - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/System.Collections.Concurrent.dll": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/dotnet/System.Collections.Concurrent.dll": {} + "runtimes/aot/lib/netcore50/System.Diagnostics.Tracing.dll": {} } }, - "System.Collections.Immutable/1.1.37": { + "runtime.aot.System.Globalization/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Globalization.dll": {} + } + }, + "runtime.aot.System.Globalization.Calendars/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Globalization.Calendars.dll": {} + } + }, + "runtime.aot.System.IO/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Globalization": "4.3.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" }, "compile": { - "lib/dotnet/System.Collections.Immutable.dll": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/dotnet/System.Collections.Immutable.dll": {} + "runtimes/aot/lib/netcore50/System.IO.dll": {} } }, - "System.Collections.NonGeneric/4.0.0": { + "runtime.aot.System.Reflection/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Reflection.dll": {} + } + }, + "runtime.aot.System.Reflection.Extensions/4.3.0": { + "type": "package", "dependencies": { - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )" + "System.Diagnostics.Debug": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/dotnet/System.Collections.NonGeneric.dll": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/dotnet/System.Collections.NonGeneric.dll": {} + "runtimes/aot/lib/netcore50/System.Reflection.Extensions.dll": {} } }, - "System.Collections.Specialized/4.0.0": { + "runtime.aot.System.Reflection.Primitives/4.3.0": { + "type": "package", "dependencies": { - "System.Collections.NonGeneric": "[4.0.0, )", - "System.Globalization": "[4.0.10, )", - "System.Globalization.Extensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )" + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/System.Collections.Specialized.dll": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/dotnet/System.Collections.Specialized.dll": {} + "runtimes/aot/lib/netcore50/System.Reflection.Primitives.dll": {} } }, - "System.ComponentModel/4.0.0": { + "runtime.aot.System.Resources.ResourceManager/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.20, )" + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Resources.ResourceManager.dll": {} + } + }, + "runtime.aot.System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Runtime.dll": {} + } + }, + "runtime.aot.System.Runtime.Handles/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Runtime.Handles.dll": {} + } + }, + "runtime.aot.System.Runtime.InteropServices/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Runtime.InteropServices.dll": {} + } + }, + "runtime.aot.System.Text.Encoding/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Text.Encoding.dll": {} + } + }, + "runtime.aot.System.Text.Encoding.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "runtime.aot.System.Threading.Tasks/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Threading.Tasks.dll": {} + } + }, + "runtime.aot.System.Threading.Timer/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Threading.Timer.dll": {} + } + }, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.native.System.IO.Compression/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "4.0.1" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "dependencies": { + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package" + }, + "runtime.win.Microsoft.Win32.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0", + "System.Runtime.InteropServices": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Primitives.dll": {} + } + }, + "runtime.win.System.Console/4.3.0": { + "type": "package", + "dependencies": { + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Console.dll": {} + } + }, + "runtime.win.System.Diagnostics.Debug/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win.System.IO.FileSystem/4.3.0": { + "type": "package", + "dependencies": { + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.WindowsRuntime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.IO.FileSystem.dll": {} + } + }, + "runtime.win.System.Net.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Net.Primitives.dll": {} + } + }, + "runtime.win.System.Net.Sockets/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Net.NameResolution": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Net.Sockets.dll": {} + } + }, + "runtime.win.System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win10-x86-aot.Microsoft.NETCore.UniversalWindowsPlatform/6.0.8": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + } + }, + "runtime.win10-x86-aot.runtime.native.System.IO.Compression/4.0.1": { + "type": "package", + "runtime": { + "runtimes/win10-x86-aot/lib/netcore50/clrcompression.dll": {} + } + }, + "runtime.win7-x86.Microsoft.NETCore.Jit/1.0.3": { + "type": "package", + "native": { + "runtimes/win7-x86-aot/native/_._": {} + } + }, + "runtime.win7-x86.Microsoft.NETCore.Runtime.CoreCLR/1.0.2": { + "type": "package", + "compile": { + "ref/netstandard1.0/_._": {} + }, + "runtime": { + "runtimes/win7-x86-aot/lib/netstandard1.0/_._": {} + }, + "native": { + "runtimes/win7-x86-aot/native/_._": {} + } + }, + "runtime.win7.System.Private.Uri/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Private.Uri.dll": {} + } + }, + "System.AppContext/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.AppContext.dll": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.AppContext.dll": {} + } + }, + "System.Buffers/4.3.0": { + "type": "package", + "compile": { + "lib/netstandard1.1/System.Buffers.dll": {} + }, + "runtime": { + "lib/netstandard1.1/System.Buffers.dll": {} + } + }, + "System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Collections": "4.3.0" + }, + "compile": { + "ref/netcore50/System.Collections.dll": {} + }, + "runtime": { + "lib/win8/_._": {} + } + }, + "System.Collections.Concurrent/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netcore50/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/netcore50/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.Immutable/1.2.0": { + "type": "package", + "compile": { + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} + }, + "runtime": { + "lib/portable-net45+win8+wp8+wpa81/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/System.Collections.Specialized.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Collections.Specialized.dll": {} + } + }, + "System.ComponentModel/4.0.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.1.0" }, "compile": { "ref/netcore50/System.ComponentModel.dll": {} @@ -10094,315 +16049,369 @@ "lib/netcore50/System.ComponentModel.dll": {} } }, - "System.ComponentModel.Annotations/4.0.10": { + "System.ComponentModel.Annotations/4.1.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.ComponentModel": "[4.0.0, )", - "System.Globalization": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.10, )", - "System.Threading": "[4.0.10, )" + "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/dotnet/System.ComponentModel.Annotations.dll": {} + "ref/netcore50/System.ComponentModel.Annotations.dll": {} }, "runtime": { - "lib/dotnet/System.ComponentModel.Annotations.dll": {} + "lib/netcore50/System.ComponentModel.Annotations.dll": {} } }, - "System.ComponentModel.EventBasedAsync/4.0.10": { + "System.ComponentModel.EventBasedAsync/4.0.11": { + "type": "package", "dependencies": { - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + "ref/netcore50/System.ComponentModel.EventBasedAsync.dll": {} }, "runtime": { - "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + "lib/netcore50/System.ComponentModel.EventBasedAsync.dll": {} } }, - "System.Data.Common/4.0.0": { + "System.ComponentModel.Primitives/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard1.0/System.ComponentModel.Primitives.dll": {} + }, + "runtime": { + "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {} + } + }, + "System.ComponentModel.TypeConverter/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Collections.NonGeneric": "[4.0.0, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.0, )" + "System.ComponentModel.Primitives": "4.3.0" }, "compile": { - "ref/dotnet/System.Data.Common.dll": {} + "ref/netstandard1.0/System.ComponentModel.TypeConverter.dll": {} }, "runtime": { - "lib/dotnet/System.Data.Common.dll": {} + "lib/netstandard1.0/System.ComponentModel.TypeConverter.dll": {} } }, - "System.Diagnostics.Contracts/4.0.0": { + "System.Console/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.win.System.Console": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Console.dll": {} + } + }, + "System.Data.Common/4.1.0": { + "type": "package", + "compile": { + "ref/netstandard1.2/System.Data.Common.dll": {} + }, + "runtime": { + "lib/netstandard1.2/System.Data.Common.dll": {} + } + }, + "System.Diagnostics.Contracts/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, "compile": { "ref/netcore50/System.Diagnostics.Contracts.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Contracts.dll": {} + "runtimes/aot/lib/netcore50/System.Diagnostics.Contracts.dll": {} } }, - "System.Diagnostics.Debug/4.0.10": { + "System.Diagnostics.Debug/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.win.System.Diagnostics.Debug": "4.3.0" }, "compile": { - "ref/dotnet/System.Diagnostics.Debug.dll": {} + "ref/netcore50/System.Diagnostics.Debug.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll": {} + "lib/win8/_._": {} } }, - "System.Diagnostics.StackTrace/4.0.0": { + "System.Diagnostics.DiagnosticSource/4.3.0": { + "type": "package", + "compile": { + "lib/netstandard1.3/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {} + } + }, + "System.Diagnostics.StackTrace/4.0.2": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.0.1" }, "compile": { - "ref/dotnet/System.Diagnostics.StackTrace.dll": {} + "ref/netstandard1.3/System.Diagnostics.StackTrace.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.StackTrace.dll": {} + "runtimes/aot/lib/netcore50/System.Diagnostics.StackTrace.dll": {} } }, - "System.Diagnostics.Tools/4.0.0": { + "System.Diagnostics.Tools/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Diagnostics.Tools": "4.3.0" + }, "compile": { "ref/netcore50/System.Diagnostics.Tools.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.dll": {} + "lib/win8/_._": {} } }, - "System.Diagnostics.Tracing/4.0.20": { + "System.Diagnostics.Tracing/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Globalization": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.0, )", - "System.Text.Encoding": "[4.0.0, )", - "System.Threading": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Diagnostics.Tracing": "4.3.0" }, "compile": { - "ref/dotnet/System.Diagnostics.Tracing.dll": {} + "ref/netcore50/System.Diagnostics.Tracing.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll": {} + "lib/win8/_._": {} } }, - "System.Dynamic.Runtime/4.0.10": { + "System.Dynamic.Runtime/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.10, )", - "System.ObjectModel": "[4.0.0, )", - "System.Reflection": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/System.Dynamic.Runtime.dll": {} + "ref/netcore50/System.Dynamic.Runtime.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Dynamic.Runtime.dll": {} + "runtimes/aot/lib/netcore50/System.Dynamic.Runtime.dll": {} } }, - "System.Globalization/4.0.10": { + "System.Globalization/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Globalization": "4.3.0" }, "compile": { - "ref/dotnet/System.Globalization.dll": {} + "ref/netcore50/System.Globalization.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Globalization.dll": {} + "lib/win8/_._": {} } }, - "System.Globalization.Calendars/4.0.0": { + "System.Globalization.Calendars/4.3.0": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.0, )", - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Globalization.Calendars": "4.3.0" }, "compile": { - "ref/dotnet/System.Globalization.Calendars.dll": {} - }, - "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Globalization.Calendars.dll": {} + "ref/netstandard1.3/System.Globalization.Calendars.dll": {} } }, - "System.Globalization.Extensions/4.0.0": { + "System.Globalization.Extensions/4.0.1": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )" + "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/dotnet/System.Globalization.Extensions.dll": {} + "ref/netstandard1.3/System.Globalization.Extensions.dll": {} }, "runtime": { - "lib/dotnet/System.Globalization.Extensions.dll": {} + "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll": {} } }, - "System.IO/4.0.10": { + "System.IO/4.3.0": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.aot.System.IO": "4.3.0" }, "compile": { - "ref/dotnet/System.IO.dll": {} + "ref/netcore50/System.IO.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.IO.dll": {} + "lib/win8/_._": {} } }, - "System.IO.Compression/4.0.0": { + "System.IO.Compression/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.IO": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.0, )", - "System.Text.Encoding": "[4.0.0, )", - "System.Threading": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.0, )" + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System.IO.Compression": "4.3.0" }, "compile": { "ref/netcore50/System.IO.Compression.dll": {} }, "runtime": { - "lib/netcore50/System.IO.Compression.dll": {} + "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll": {} } }, - "System.IO.Compression.clrcompression-x86/4.0.0": { - "native": { - "runtimes/win10-x86/native/ClrCompression.dll": {} - } - }, - "System.IO.Compression.ZipFile/4.0.0": { + "System.IO.Compression.ZipFile/4.3.0": { + "type": "package", "dependencies": { - "System.IO": "[4.0.10, )", - "System.IO.Compression": "[4.0.0, )", - "System.IO.FileSystem": "[4.0.0, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.Encoding": "[4.0.10, )" + "System.Buffers": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/dotnet/System.IO.Compression.ZipFile.dll": {} + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {} }, "runtime": { - "lib/dotnet/System.IO.Compression.ZipFile.dll": {} + "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} } }, - "System.IO.FileSystem/4.0.0": { + "System.IO.FileSystem/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.Handles": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Runtime.WindowsRuntime": "[4.0.0, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Overlapped": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.win.System.IO.FileSystem": "4.3.0" }, "compile": { - "ref/dotnet/System.IO.FileSystem.dll": {} + "ref/netstandard1.3/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} }, "runtime": { - "lib/netcore50/System.IO.FileSystem.dll": {} + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} } }, - "System.IO.FileSystem.Primitives/4.0.0": { + "System.IO.IsolatedStorage/4.0.1": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.20, )" + "System.IO": "4.1.0", + "System.IO.FileSystem": "4.0.1", + "System.IO.FileSystem.Primitives": "4.0.1", + "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/dotnet/System.IO.FileSystem.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} - } - }, - "System.IO.IsolatedStorage/4.0.0": { - "dependencies": { - "System.IO": "[4.0.10, )", - "System.IO.FileSystem": "[4.0.0, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" - }, - "compile": { - "ref/dotnet/System.IO.IsolatedStorage.dll": {} + "ref/netstandard1.4/System.IO.IsolatedStorage.dll": {} }, "runtime": { "lib/netcore50/System.IO.IsolatedStorage.dll": {} } }, - "System.IO.UnmanagedMemoryStream/4.0.0": { + "System.IO.UnmanagedMemoryStream/4.0.1": { + "type": "package", "dependencies": { - "System.IO": "[4.0.10, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "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/dotnet/System.IO.UnmanagedMemoryStream.dll": {} + "ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} }, "runtime": { - "lib/dotnet/System.IO.UnmanagedMemoryStream.dll": {} + "lib/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {} } }, - "System.Linq/4.0.0": { + "System.Linq/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" }, "compile": { "ref/netcore50/System.Linq.dll": {} @@ -10411,41 +16420,45 @@ "lib/netcore50/System.Linq.dll": {} } }, - "System.Linq.Expressions/4.0.10": { + "System.Linq.Expressions/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.IO": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.0, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Linq": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/System.Linq.Expressions.dll": {} + "ref/netcore50/System.Linq.Expressions.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll": {} + "runtimes/aot/lib/netcore50/System.Linq.Expressions.dll": {} } }, - "System.Linq.Parallel/4.0.0": { + "System.Linq.Parallel/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Collections.Concurrent": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Diagnostics.Tracing": "[4.0.20, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "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/netcore50/System.Linq.Parallel.dll": {} @@ -10454,15 +16467,17 @@ "lib/netcore50/System.Linq.Parallel.dll": {} } }, - "System.Linq.Queryable/4.0.0": { + "System.Linq.Queryable/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "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/netcore50/System.Linq.Queryable.dll": {} @@ -10471,284 +16486,364 @@ "lib/netcore50/System.Linq.Queryable.dll": {} } }, - "System.Net.Http/4.0.0": { + "System.Net.Http/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Net.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Runtime.WindowsRuntime": "[4.0.10, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.WindowsRuntime": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" }, "compile": { "ref/netcore50/System.Net.Http.dll": {} }, "runtime": { - "lib/netcore50/System.Net.Http.dll": {} + "runtimes/win/lib/netcore50/System.Net.Http.dll": {} } }, - "System.Net.Http.Rtc/4.0.0": { + "System.Net.Http.Rtc/4.0.1": { + "type": "package", "dependencies": { - "System.Net.Http": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.0.1", + "System.Net.Http": "4.1.0", + "System.Runtime": "4.1.0" }, "compile": { "ref/netcore50/System.Net.Http.Rtc.dll": {} }, "runtime": { - "lib/netcore50/System.Net.Http.Rtc.dll": {} + "runtimes/win/lib/netcore50/System.Net.Http.Rtc.dll": {} } }, - "System.Net.NetworkInformation/4.0.0": { + "System.Net.NameResolution/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )", - "System.Runtime.InteropServices.WindowsRuntime": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Net.NameResolution.dll": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Net.NameResolution.dll": {} + } + }, + "System.Net.NetworkInformation/4.1.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.Win32.Primitives": "4.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.InteropServices": "4.1.0", + "System.Runtime.InteropServices.WindowsRuntime": "4.0.1", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11" }, "compile": { "ref/netcore50/System.Net.NetworkInformation.dll": {} }, "runtime": { - "lib/netcore50/System.Net.NetworkInformation.dll": {} + "runtimes/win/lib/netcore50/System.Net.NetworkInformation.dll": {} } }, - "System.Net.Primitives/4.0.10": { + "System.Net.Primitives/4.3.0": { + "type": "package", "dependencies": { - "System.Private.Networking": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "runtime.win.System.Net.Primitives": "4.3.0" }, "compile": { - "ref/dotnet/System.Net.Primitives.dll": {} + "ref/netcore50/System.Net.Primitives.dll": {} }, "runtime": { - "lib/netcore50/System.Net.Primitives.dll": {} + "lib/win8/_._": {} } }, - "System.Net.Requests/4.0.10": { + "System.Net.Requests/4.0.11": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Net.Http": "[4.0.0, )", - "System.Net.Primitives": "[4.0.10, )", - "System.Net.WebHeaderCollection": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "System.IO": "4.1.0", + "System.Net.Primitives": "4.0.11", + "System.Net.WebHeaderCollection": "4.0.1", + "System.Runtime": "4.1.0", + "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/dotnet/System.Net.Requests.dll": {} + "ref/netcore50/System.Net.Requests.dll": {} }, "runtime": { - "lib/dotnet/System.Net.Requests.dll": {} + "runtimes/win/lib/netstandard1.3/System.Net.Requests.dll": {} } }, - "System.Net.Sockets/4.0.0": { + "System.Net.Sockets/4.3.0": { + "type": "package", "dependencies": { - "System.Private.Networking": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.win.System.Net.Sockets": "4.3.0" }, "compile": { - "ref/dotnet/System.Net.Sockets.dll": {} - }, - "runtime": { - "lib/netcore50/System.Net.Sockets.dll": {} + "ref/netstandard1.3/System.Net.Sockets.dll": {} } }, - "System.Net.WebHeaderCollection/4.0.0": { + "System.Net.WebHeaderCollection/4.0.1": { + "type": "package", "dependencies": { - "System.Collections.NonGeneric": "[4.0.0, )", - "System.Collections.Specialized": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Collections": "4.0.11", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0" }, "compile": { - "ref/dotnet/System.Net.WebHeaderCollection.dll": {} + "ref/netstandard1.3/System.Net.WebHeaderCollection.dll": {} }, "runtime": { - "lib/dotnet/System.Net.WebHeaderCollection.dll": {} + "lib/netstandard1.3/System.Net.WebHeaderCollection.dll": {} } }, - "System.Numerics.Vectors/4.1.0": { + "System.Net.WebSockets/4.0.0": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )" + "Microsoft.Win32.Primitives": "4.0.1", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/dotnet/System.Numerics.Vectors.dll": {} + "ref/netstandard1.3/System.Net.WebSockets.dll": {} }, "runtime": { - "lib/dotnet/System.Numerics.Vectors.dll": {} + "lib/netstandard1.3/System.Net.WebSockets.dll": {} } }, - "System.Numerics.Vectors.WindowsRuntime/4.0.0": { + "System.Net.WebSockets.Client/4.0.2": { + "type": "package", "dependencies": { - "System.Numerics.Vectors": "[4.1.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.WindowsRuntime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.0.2", + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.Diagnostics.Tracing": "4.1.0", + "System.Globalization": "4.0.11", + "System.Net.Primitives": "4.0.11", + "System.Net.WebHeaderCollection": "4.0.1", + "System.Net.WebSockets": "4.0.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Runtime.InteropServices.WindowsRuntime": "4.0.1", + "System.Runtime.WindowsRuntime": "4.0.11", + "System.Security.Cryptography.X509Certificates": "4.1.0", + "System.Text.Encoding": "4.0.11", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11" }, "compile": { - "lib/dotnet/System.Numerics.Vectors.WindowsRuntime.dll": {} + "ref/netstandard1.3/System.Net.WebSockets.Client.dll": {} }, "runtime": { - "lib/dotnet/System.Numerics.Vectors.WindowsRuntime.dll": {} + "runtimes/win/lib/netcore50/System.Net.WebSockets.Client.dll": {} } }, - "System.ObjectModel/4.0.10": { + "System.Numerics.Vectors/4.1.1": { + "type": "package", + "compile": { + "ref/netstandard1.0/System.Numerics.Vectors.dll": {} + }, + "runtime": { + "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll": {} + } + }, + "System.Numerics.Vectors.WindowsRuntime/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Threading": "[4.0.10, )" + "System.Numerics.Vectors": "4.1.1", + "System.Runtime": "4.1.0", + "System.Runtime.WindowsRuntime": "4.0.11" }, "compile": { - "ref/dotnet/System.ObjectModel.dll": {} + "lib/uap10.0/System.Numerics.Vectors.WindowsRuntime.dll": {} }, "runtime": { - "lib/dotnet/System.ObjectModel.dll": {} + "lib/uap10.0/System.Numerics.Vectors.WindowsRuntime.dll": {} } }, - "System.Private.DataContractSerialization/4.0.0": { + "System.ObjectModel/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.Serialization.Primitives": "[4.0.10, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Xml.ReaderWriter": "[4.0.10, )", - "System.Xml.XmlSerializer": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/netcore50/_._": {} + "ref/netcore50/System.ObjectModel.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Private.DataContractSerialization.dll": {} + "lib/netcore50/System.ObjectModel.dll": {} } }, - "System.Private.Networking/4.0.0": { + "System.Private.DataContractSerialization/4.1.2": { + "type": "package", "dependencies": { - "Microsoft.Win32.Primitives": "[4.0.0, )", - "System.Collections": "[4.0.10, )", - "System.Collections.NonGeneric": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Diagnostics.Tracing": "[4.0.20, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.IO.FileSystem": "[4.0.0, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.Handles": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Overlapped": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.0.2", + "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.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/netcore50/_._": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/netcore50/System.Private.Networking.dll": {} + "runtimes/aot/lib/netcore50/System.Private.DataContractSerialization.dll": {} } }, - "System.Private.ServiceModel/4.0.0": { + "System.Private.ServiceModel/4.1.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Collections.Concurrent": "[4.0.10, )", - "System.Collections.NonGeneric": "[4.0.0, )", - "System.Collections.Specialized": "[4.0.0, )", - "System.ComponentModel.EventBasedAsync": "[4.0.10, )", - "System.Diagnostics.Contracts": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.IO.Compression": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Linq.Expressions": "[4.0.10, )", - "System.Linq.Queryable": "[4.0.0, )", - "System.Net.Http": "[4.0.0, )", - "System.Net.Primitives": "[4.0.10, )", - "System.Net.WebHeaderCollection": "[4.0.0, )", - "System.ObjectModel": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.DispatchProxy": "[4.0.0, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Runtime.Serialization.Primitives": "[4.0.10, )", - "System.Runtime.Serialization.Xml": "[4.0.10, )", - "System.Runtime.WindowsRuntime": "[4.0.10, )", - "System.Security.Claims": "[4.0.0, )", - "System.Security.Principal": "[4.0.0, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )", - "System.Threading.Timer": "[4.0.0, )", - "System.Xml.ReaderWriter": "[4.0.10, )", - "System.Xml.XmlDocument": "[4.0.0, )", - "System.Xml.XmlSerializer": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.0.1", + "System.Collections": "4.0.11", + "System.Collections.Concurrent": "4.0.12", + "System.Collections.NonGeneric": "4.0.1", + "System.Collections.Specialized": "4.0.1", + "System.ComponentModel.EventBasedAsync": "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.IO.Compression": "4.1.0", + "System.Linq": "4.1.0", + "System.Linq.Expressions": "4.1.0", + "System.Linq.Queryable": "4.0.1", + "System.Net.Http": "4.1.0", + "System.Net.Primitives": "4.0.11", + "System.Net.WebHeaderCollection": "4.0.1", + "System.Net.WebSockets": "4.0.0", + "System.Net.WebSockets.Client": "4.0.0", + "System.ObjectModel": "4.0.12", + "System.Reflection": "4.1.0", + "System.Reflection.DispatchProxy": "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.InteropServices": "4.1.0", + "System.Runtime.Serialization.Primitives": "4.1.1", + "System.Runtime.Serialization.Xml": "4.1.1", + "System.Runtime.WindowsRuntime": "4.0.11", + "System.Security.Claims": "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.Security.Principal": "4.0.1", + "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.Timer": "4.0.1", + "System.Xml.ReaderWriter": "4.0.11", + "System.Xml.XmlDocument": "4.0.1", + "System.Xml.XmlSerializer": "4.0.11" }, "compile": { - "ref/netcore50/_._": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/netcore50/System.Private.ServiceModel.dll": {} + "runtimes/win7/lib/netcore50/System.Private.ServiceModel.dll": {} } }, - "System.Private.Uri/4.0.0": { - "compile": { - "ref/netcore50/_._": {} - }, - "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll": {} - } - }, - "System.Reflection/4.0.10": { + "System.Private.Uri/4.3.0": { + "type": "package", "dependencies": { - "System.IO": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "runtime.win7.System.Private.Uri": "4.3.0" }, "compile": { - "ref/dotnet/System.Reflection.dll": {} - }, - "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Reflection.dll": {} + "ref/netstandard/_._": {} } }, - "System.Reflection.Context/4.0.0": { + "System.Reflection/4.3.0": { + "type": "package", "dependencies": { - "System.Reflection": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Reflection": "4.3.0" + }, + "compile": { + "ref/netcore50/System.Reflection.dll": {} + }, + "runtime": { + "lib/win8/_._": {} + } + }, + "System.Reflection.Context/4.0.1": { + "type": "package", + "dependencies": { + "System.Reflection": "4.1.0", + "System.Runtime": "4.1.0" }, "compile": { "ref/netcore50/System.Reflection.Context.dll": {} @@ -10757,197 +16852,238 @@ "lib/netcore50/System.Reflection.Context.dll": {} } }, - "System.Reflection.DispatchProxy/4.0.0": { + "System.Reflection.DispatchProxy/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Threading": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.0.1", + "System.Runtime": "4.1.0" }, "compile": { - "ref/dotnet/System.Reflection.DispatchProxy.dll": {} + "ref/netstandard1.3/System.Reflection.DispatchProxy.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Reflection.DispatchProxy.dll": {} + "runtimes/aot/lib/netcore50/System.Reflection.DispatchProxy.dll": {} } }, - "System.Reflection.Emit/4.0.0": { + "System.Reflection.Emit/4.0.1": { + "type": "package", "dependencies": { - "System.IO": "[4.0.0, )", - "System.Reflection": "[4.0.0, )", - "System.Reflection.Emit.ILGeneration": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Runtime": "[4.0.0, )" + "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/dotnet/System.Reflection.Emit.dll": {} + "ref/netstandard1.1/_._": {} }, "runtime": { "lib/netcore50/System.Reflection.Emit.dll": {} } }, - "System.Reflection.Emit.ILGeneration/4.0.0": { + "System.Reflection.Emit.ILGeneration/4.3.0": { + "type": "package", "dependencies": { - "System.Reflection": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Runtime": "[4.0.0, )" + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" }, "compile": { - "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + "ref/netstandard1.0/_._": {} }, "runtime": { - "lib/netcore50/System.Reflection.Emit.ILGeneration.dll": {} + "runtimes/aot/lib/netcore50/_._": {} } }, - "System.Reflection.Extensions/4.0.0": { + "System.Reflection.Emit.Lightweight/4.3.0": { + "type": "package", "dependencies": { - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )" + "System.Reflection": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/_._": {} + } + }, + "System.Reflection.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Reflection.Extensions": "4.3.0" }, "compile": { "ref/netcore50/System.Reflection.Extensions.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll": {} + "lib/win8/_._": {} } }, - "System.Reflection.Metadata/1.0.22": { + "System.Reflection.Metadata/1.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Collections.Immutable": "[1.1.37, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.IO": "[4.0.0, )", - "System.Reflection": "[4.0.0, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.0, )", - "System.Text.Encoding": "[4.0.0, )", - "System.Text.Encoding.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "System.Collections.Immutable": "1.2.0" }, "compile": { - "lib/dotnet/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} }, "runtime": { - "lib/dotnet/System.Reflection.Metadata.dll": {} + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} } }, - "System.Reflection.Primitives/4.0.0": { + "System.Reflection.Primitives/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )", - "System.Threading": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Reflection.Primitives": "4.3.0" }, "compile": { "ref/netcore50/System.Reflection.Primitives.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll": {} + "lib/win8/_._": {} } }, - "System.Reflection.TypeExtensions/4.0.0": { + "System.Reflection.TypeExtensions/4.3.0": { + "type": "package", "dependencies": { - "System.Diagnostics.Contracts": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )" + "System.Diagnostics.Contracts": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Linq": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + "ref/netstandard1.3/System.Reflection.TypeExtensions.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.dll": {} + "runtimes/aot/lib/netcore50/System.Reflection.TypeExtensions.dll": {} } }, - "System.Resources.ResourceManager/4.0.0": { + "System.Resources.ResourceManager/4.3.0": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Resources.ResourceManager": "4.3.0" }, "compile": { "ref/netcore50/System.Resources.ResourceManager.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll": {} + "lib/win8/_._": {} } }, - "System.Runtime/4.0.20": { + "System.Runtime/4.3.0": { + "type": "package", "dependencies": { - "System.Private.Uri": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "runtime.aot.System.Runtime": "4.3.0" }, "compile": { - "ref/dotnet/System.Runtime.dll": {} + "ref/netcore50/System.Runtime.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Runtime.dll": {} + "lib/win8/_._": {} } }, - "System.Runtime.Extensions/4.0.10": { + "System.Runtime.Extensions/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.20, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.win.System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/dotnet/System.Runtime.Extensions.dll": {} + "ref/netcore50/System.Runtime.Extensions.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll": {} + "lib/win8/_._": {} } }, - "System.Runtime.Handles/4.0.0": { + "System.Runtime.Handles/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Runtime.Handles": "4.3.0" }, "compile": { - "ref/dotnet/System.Runtime.Handles.dll": {} - }, - "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll": {} + "ref/netstandard1.3/System.Runtime.Handles.dll": {} } }, - "System.Runtime.InteropServices/4.0.20": { + "System.Runtime.InteropServices/4.3.0": { + "type": "package", "dependencies": { - "System.Reflection": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Handles": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "runtime.aot.System.Runtime.InteropServices": "4.3.0" }, "compile": { - "ref/dotnet/System.Runtime.InteropServices.dll": {} + "ref/netcore50/System.Runtime.InteropServices.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll": {} + "lib/win8/_._": {} } }, - "System.Runtime.InteropServices.WindowsRuntime/4.0.0": { + "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} + }, + "runtime": { + "runtimes/aot/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll": {} + } + }, + "System.Runtime.InteropServices.WindowsRuntime/4.0.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.1.0" + }, "compile": { "ref/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll": {} + "runtimes/aot/lib/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll": {} } }, - "System.Runtime.Numerics/4.0.0": { + "System.Runtime.Numerics/4.3.0": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )" + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" }, "compile": { "ref/netcore50/System.Runtime.Numerics.dll": {} @@ -10956,53 +17092,80 @@ "lib/netcore50/System.Runtime.Numerics.dll": {} } }, - "System.Runtime.Serialization.Json/4.0.0": { + "System.Runtime.Serialization.Formatters/4.3.0": { + "type": "package", "dependencies": { - "System.Private.DataContractSerialization": "[4.0.0, )" + "System.Collections": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Serialization.Formatters.dll": {} + }, + "runtime": { + "lib/netstandard1.4/System.Runtime.Serialization.Formatters.dll": {} + } + }, + "System.Runtime.Serialization.Json/4.0.3": { + "type": "package", + "dependencies": { + "System.IO": "4.1.0", + "System.Private.DataContractSerialization": "4.1.2", + "System.Runtime": "4.1.0" }, "compile": { "ref/netcore50/System.Runtime.Serialization.Json.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Runtime.Serialization.Json.dll": {} + "lib/netcore50/System.Runtime.Serialization.Json.dll": {} } }, - "System.Runtime.Serialization.Primitives/4.0.10": { + "System.Runtime.Serialization.Primitives/4.3.0": { + "type": "package", "dependencies": { - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" }, "compile": { - "ref/dotnet/System.Runtime.Serialization.Primitives.dll": {} + "ref/netcore50/System.Runtime.Serialization.Primitives.dll": {} }, "runtime": { - "lib/dotnet/System.Runtime.Serialization.Primitives.dll": {} + "runtimes/aot/lib/netcore50/System.Runtime.Serialization.Primitives.dll": {} } }, - "System.Runtime.Serialization.Xml/4.0.10": { + "System.Runtime.Serialization.Xml/4.1.2": { + "type": "package", "dependencies": { - "System.Private.DataContractSerialization": "[4.0.0, )", - "System.Runtime.Serialization.Primitives": "[4.0.10, )" + "System.IO": "4.1.0", + "System.Private.DataContractSerialization": "4.1.2", + "System.Runtime": "4.1.0", + "System.Runtime.Serialization.Primitives": "4.1.1", + "System.Text.Encoding": "4.0.11", + "System.Xml.ReaderWriter": "4.0.11" }, "compile": { - "ref/dotnet/System.Runtime.Serialization.Xml.dll": {} + "ref/netcore50/System.Runtime.Serialization.Xml.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Runtime.Serialization.Xml.dll": {} + "lib/netcore50/System.Runtime.Serialization.Xml.dll": {} } }, - "System.Runtime.WindowsRuntime/4.0.10": { + "System.Runtime.WindowsRuntime/4.3.0": { + "type": "package", "dependencies": { - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.0, )", - "System.IO": "[4.0.10, )", - "System.ObjectModel": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" }, "compile": { "ref/netcore50/System.Runtime.WindowsRuntime.dll": {} @@ -11011,42 +17174,154 @@ "runtimes/win8-aot/lib/netcore50/System.Runtime.WindowsRuntime.dll": {} } }, - "System.Runtime.WindowsRuntime.UI.Xaml/4.0.0": { + "System.Runtime.WindowsRuntime.UI.Xaml/4.0.1": { + "type": "package", "dependencies": { - "System.Globalization": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Runtime.WindowsRuntime": "[4.0.0, )" + "System.Runtime": "4.1.0", + "System.Runtime.WindowsRuntime": "4.0.11" }, "compile": { "ref/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.dll": {} }, "runtime": { - "lib/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.dll": {} + "runtimes/win8/lib/netstandard1.3/System.Runtime.WindowsRuntime.UI.Xaml.dll": {} } }, - "System.Security.Claims/4.0.0": { + "System.Security.Claims/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Globalization": "[4.0.0, )", - "System.IO": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Security.Principal": "[4.0.0, )" + "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/dotnet/System.Security.Claims.dll": {} + "ref/netstandard1.3/System.Security.Claims.dll": {} }, "runtime": { - "lib/dotnet/System.Security.Claims.dll": {} + "lib/netstandard1.3/System.Security.Claims.dll": {} } }, - "System.Security.Principal/4.0.0": { + "System.Security.Cryptography.Algorithms/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Cng/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.4/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Linq": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Calendars": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Cng": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {} + }, + "runtime": { + "runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.1.0" }, "compile": { "ref/netcore50/System.Security.Principal.dll": {} @@ -11055,10 +17330,13 @@ "lib/netcore50/System.Security.Principal.dll": {} } }, - "System.ServiceModel.Duplex/4.0.0": { + "System.ServiceModel.Duplex/4.0.2": { + "type": "package", "dependencies": { - "System.Private.ServiceModel": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Private.ServiceModel": "4.1.1", + "System.Runtime": "4.1.0", + "System.ServiceModel.Primitives": "4.1.1", + "System.Threading": "4.0.11" }, "compile": { "ref/netcore50/System.ServiceModel.Duplex.dll": {} @@ -11067,22 +17345,32 @@ "lib/netcore50/System.ServiceModel.Duplex.dll": {} } }, - "System.ServiceModel.Http/4.0.10": { + "System.ServiceModel.Http/4.1.1": { + "type": "package", "dependencies": { - "System.Private.ServiceModel": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Net.Primitives": "4.0.11", + "System.Net.WebHeaderCollection": "4.0.1", + "System.Private.ServiceModel": "4.1.1", + "System.Runtime": "4.1.0", + "System.Runtime.Serialization.Xml": "4.1.1", + "System.ServiceModel.Primitives": "4.1.1", + "System.Text.Encoding": "4.0.11" }, "compile": { - "ref/dotnet/System.ServiceModel.Http.dll": {} + "ref/netcore50/System.ServiceModel.Http.dll": {} }, "runtime": { "lib/netcore50/System.ServiceModel.Http.dll": {} } }, - "System.ServiceModel.NetTcp/4.0.0": { + "System.ServiceModel.NetTcp/4.1.1": { + "type": "package", "dependencies": { - "System.Private.ServiceModel": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Net.Primitives": "4.0.11", + "System.Private.ServiceModel": "4.1.1", + "System.Runtime": "4.1.0", + "System.Runtime.Serialization.Xml": "4.1.1", + "System.ServiceModel.Primitives": "4.1.1" }, "compile": { "ref/netcore50/System.ServiceModel.NetTcp.dll": {} @@ -11091,10 +17379,25 @@ "lib/netcore50/System.ServiceModel.NetTcp.dll": {} } }, - "System.ServiceModel.Primitives/4.0.0": { + "System.ServiceModel.Primitives/4.1.1": { + "type": "package", "dependencies": { - "System.Private.ServiceModel": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Collections": "4.0.11", + "System.ComponentModel.EventBasedAsync": "4.0.11", + "System.Globalization": "4.0.11", + "System.IO": "4.1.0", + "System.Net.Primitives": "4.0.11", + "System.ObjectModel": "4.0.12", + "System.Private.ServiceModel": "4.1.1", + "System.Reflection": "4.1.0", + "System.Runtime": "4.1.0", + "System.Runtime.Serialization.Primitives": "4.1.1", + "System.Runtime.Serialization.Xml": "4.1.1", + "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.Xml.ReaderWriter": "4.0.11" }, "compile": { "ref/netcore50/System.ServiceModel.Primitives.dll": {} @@ -11103,10 +17406,13 @@ "lib/netcore50/System.ServiceModel.Primitives.dll": {} } }, - "System.ServiceModel.Security/4.0.0": { + "System.ServiceModel.Security/4.0.2": { + "type": "package", "dependencies": { - "System.Private.ServiceModel": "[4.0.0, )", - "System.Runtime": "[4.0.20, )" + "System.Private.ServiceModel": "4.1.1", + "System.Runtime": "4.1.0", + "System.Runtime.Serialization.Xml": "4.1.1", + "System.ServiceModel.Primitives": "4.1.1" }, "compile": { "ref/netcore50/System.ServiceModel.Security.dll": {} @@ -11115,136 +17421,152 @@ "lib/netcore50/System.ServiceModel.Security.dll": {} } }, - "System.Text.Encoding/4.0.10": { + "System.Text.Encoding/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Text.Encoding": "4.3.0" }, "compile": { - "ref/dotnet/System.Text.Encoding.dll": {} + "ref/netcore50/System.Text.Encoding.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll": {} + "lib/win8/_._": {} } }, - "System.Text.Encoding.CodePages/4.0.0": { + "System.Text.Encoding.CodePages/4.0.1": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.Handles": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Threading": "[4.0.10, )" + "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/dotnet/System.Text.Encoding.CodePages.dll": {} + "ref/netstandard1.3/System.Text.Encoding.CodePages.dll": {} }, "runtime": { - "lib/dotnet/System.Text.Encoding.CodePages.dll": {} + "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": {} } }, - "System.Text.Encoding.Extensions/4.0.10": { + "System.Text.Encoding.Extensions/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )", - "System.Text.Encoding": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.aot.System.Text.Encoding.Extensions": "4.3.0" }, "compile": { - "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + "ref/netcore50/System.Text.Encoding.Extensions.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll": {} + "lib/win8/_._": {} } }, - "System.Text.RegularExpressions/4.0.10": { + "System.Text.RegularExpressions/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/System.Text.RegularExpressions.dll": {} + "ref/netcore50/System.Text.RegularExpressions.dll": {} }, "runtime": { - "lib/dotnet/System.Text.RegularExpressions.dll": {} + "lib/netcore50/System.Text.RegularExpressions.dll": {} } }, - "System.Threading/4.0.10": { + "System.Threading/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.0, )" + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/dotnet/System.Threading.dll": {} + "ref/netcore50/System.Threading.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Threading.dll": {} + "runtimes/aot/lib/netcore50/System.Threading.dll": {} } }, - "System.Threading.Overlapped/4.0.0": { + "System.Threading.Overlapped/4.3.0": { + "type": "package", "dependencies": { - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Runtime.Handles": "[4.0.0, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Threading": "[4.0.10, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { - "ref/dotnet/System.Threading.Overlapped.dll": {} + "ref/netstandard1.3/System.Threading.Overlapped.dll": {} }, "runtime": { - "lib/netcore50/System.Threading.Overlapped.dll": {} + "runtimes/win/lib/netcore50/System.Threading.Overlapped.dll": {} } }, - "System.Threading.Tasks/4.0.10": { + "System.Threading.Tasks/4.3.0": { + "type": "package", "dependencies": { - "System.Runtime": "[4.0.0, )" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/dotnet/System.Threading.Tasks.dll": {} + "ref/netcore50/System.Threading.Tasks.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll": {} + "lib/win8/_._": {} } }, - "System.Threading.Tasks.Dataflow/4.5.25": { - "dependencies": { - "System.Collections": "[4.0.0, )", - "System.Collections.Concurrent": "[4.0.0, )", - "System.Diagnostics.Debug": "[4.0.0, )", - "System.Diagnostics.Tracing": "[4.0.0, )", - "System.Dynamic.Runtime": "[4.0.0, )", - "System.Linq": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.0, )", - "System.Runtime.Extensions": "[4.0.0, )", - "System.Threading": "[4.0.0, )", - "System.Threading.Tasks": "[4.0.0, )" - }, + "System.Threading.Tasks.Dataflow/4.6.0": { + "type": "package", "compile": { - "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {} + "lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll": {} }, "runtime": { - "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {} + "lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll": {} } }, - "System.Threading.Tasks.Parallel/4.0.0": { + "System.Threading.Tasks.Extensions/4.3.0": { + "type": "package", + "compile": { + "lib/portable-net45+win8+wp8+wpa81/_._": {} + }, + "runtime": { + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll": {} + } + }, + "System.Threading.Tasks.Parallel/4.0.1": { + "type": "package", "dependencies": { - "System.Collections.Concurrent": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Diagnostics.Tracing": "[4.0.20, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "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/netcore50/System.Threading.Tasks.Parallel.dll": {} @@ -11253,790 +17575,2854 @@ "lib/netcore50/System.Threading.Tasks.Parallel.dll": {} } }, - "System.Threading.Timer/4.0.0": { + "System.Threading.Timer/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.aot.System.Threading.Timer": "4.3.0" + }, "compile": { "ref/netcore50/System.Threading.Timer.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Threading.Timer.dll": {} + "lib/win81/_._": {} } }, - "System.Xml.ReaderWriter/4.0.10": { + "System.Xml.ReaderWriter/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.IO.FileSystem": "[4.0.0, )", - "System.IO.FileSystem.Primitives": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Runtime.InteropServices": "[4.0.20, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Text.Encoding.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.10, )", - "System.Threading.Tasks": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Tasks.Extensions": "4.3.0" }, "compile": { - "ref/dotnet/System.Xml.ReaderWriter.dll": {} + "ref/netcore50/System.Xml.ReaderWriter.dll": {} }, "runtime": { - "lib/dotnet/System.Xml.ReaderWriter.dll": {} + "lib/netcore50/System.Xml.ReaderWriter.dll": {} } }, - "System.Xml.XDocument/4.0.10": { + "System.Xml.XDocument/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Reflection": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Xml.ReaderWriter": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0" }, "compile": { - "ref/dotnet/System.Xml.XDocument.dll": {} + "ref/netcore50/System.Xml.XDocument.dll": {} }, "runtime": { - "lib/dotnet/System.Xml.XDocument.dll": {} + "lib/netcore50/System.Xml.XDocument.dll": {} } }, - "System.Xml.XmlDocument/4.0.0": { + "System.Xml.XmlDocument/4.3.0": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.Encoding": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Xml.ReaderWriter": "[4.0.10, )" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0" }, "compile": { - "ref/dotnet/System.Xml.XmlDocument.dll": {} + "ref/netstandard1.3/System.Xml.XmlDocument.dll": {} }, "runtime": { - "lib/dotnet/System.Xml.XmlDocument.dll": {} + "lib/netstandard1.3/System.Xml.XmlDocument.dll": {} } }, - "System.Xml.XmlSerializer/4.0.10": { + "System.Xml.XmlSerializer/4.0.11": { + "type": "package", "dependencies": { - "System.Collections": "[4.0.10, )", - "System.Diagnostics.Debug": "[4.0.10, )", - "System.Globalization": "[4.0.10, )", - "System.IO": "[4.0.10, )", - "System.Linq": "[4.0.0, )", - "System.Reflection": "[4.0.10, )", - "System.Reflection.Extensions": "[4.0.0, )", - "System.Reflection.Primitives": "[4.0.0, )", - "System.Reflection.TypeExtensions": "[4.0.0, )", - "System.Resources.ResourceManager": "[4.0.0, )", - "System.Runtime": "[4.0.20, )", - "System.Runtime.Extensions": "[4.0.10, )", - "System.Text.RegularExpressions": "[4.0.10, )", - "System.Threading": "[4.0.10, )", - "System.Xml.ReaderWriter": "[4.0.10, )", - "System.Xml.XmlDocument": "[4.0.0, )" + "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/dotnet/System.Xml.XmlSerializer.dll": {} + "ref/netcore50/System.Xml.XmlSerializer.dll": {} }, "runtime": { - "runtimes/win8-aot/lib/netcore50/System.Xml.XmlSerializer.dll": {} + "runtimes/aot/lib/netcore50/System.Xml.XmlSerializer.dll": {} } + }, + "PocketSharp/1.0.0": { + "type": "project" } } }, "libraries": { - "Fody/1.29.2": { - "sha512": "7SoewNkJQFedmOiJHD5P1akJ1fRow+tFjj/M4QlJ5M5RTHdnDXxEnuSKF2t22aSxTmn9+4wO3FbtOrJYy31xmA==", - "type": "Package", + "Fody/3.0.0": { + "sha512": "IlA3RlaLEzgywRUexneC22wwOf1qQXjT+bEjdcPVzPZDMHvuL7DwT24SZ5bhvnUaqh0l4VrissOVJfvNEBYA1Q==", + "type": "package", + "path": "fody/3.0.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "build/dotnet/Fody.targets", - "build/portable-net+sl+win+wpa+wp/Fody.targets", - "Content/FodyWeavers.xml", - "Fody.dll", - "Fody.nuspec", - "Fody.pdb", - "FodyCommon.dll", - "FodyCommon.pdb", - "FodyIsolated.dll", - "FodyIsolated.pdb", - "Mono.Cecil.dll", - "Mono.Cecil.Mdb.dll", - "Mono.Cecil.Pdb.dll", - "Mono.Cecil.Rocks.dll", - "package/services/metadata/core-properties/b094559303b349a78e387aa14ccb27d7.psmdcp" + "build/Fody.targets", + "fody.3.0.0.nupkg.sha512", + "fody.nuspec", + "netclassictask/Fody.dll", + "netclassictask/Fody.pdb", + "netclassictask/FodyCommon.dll", + "netclassictask/FodyCommon.pdb", + "netclassictask/FodyHelpers.dll", + "netclassictask/FodyHelpers.pdb", + "netclassictask/FodyIsolated.dll", + "netclassictask/FodyIsolated.pdb", + "netclassictask/Mono.Cecil.Mdb.dll", + "netclassictask/Mono.Cecil.Mdb.pdb", + "netclassictask/Mono.Cecil.Pdb.dll", + "netclassictask/Mono.Cecil.Pdb.pdb", + "netclassictask/Mono.Cecil.Rocks.dll", + "netclassictask/Mono.Cecil.Rocks.pdb", + "netclassictask/Mono.Cecil.dll", + "netclassictask/Mono.Cecil.pdb", + "netstandardtask/Fody.dll", + "netstandardtask/Fody.pdb", + "netstandardtask/FodyCommon.dll", + "netstandardtask/FodyCommon.pdb", + "netstandardtask/FodyHelpers.dll", + "netstandardtask/FodyHelpers.pdb", + "netstandardtask/FodyIsolated.dll", + "netstandardtask/FodyIsolated.pdb", + "netstandardtask/Mono.Cecil.Mdb.dll", + "netstandardtask/Mono.Cecil.Mdb.pdb", + "netstandardtask/Mono.Cecil.Pdb.dll", + "netstandardtask/Mono.Cecil.Pdb.pdb", + "netstandardtask/Mono.Cecil.Rocks.dll", + "netstandardtask/Mono.Cecil.Rocks.pdb", + "netstandardtask/Mono.Cecil.dll", + "netstandardtask/Mono.Cecil.pdb" ] }, - "Microsoft.CSharp/4.0.0": { - "sha512": "oWqeKUxHXdK6dL2CFjgMcaBISbkk+AqEg+yvJHE4DElNzS4QaTsCflgkkqZwVlWby1Dg9zo9n+iCAMFefFdJ/A==", - "type": "Package", + "Microsoft.CSharp/4.3.0": { + "sha512": "P+MBhIM0YX+JqROuf7i306ZLJEjQYA9uUyRDE+OqwUI5sh41e2ZbPQV3LfAPh+29cmceE1pUffXsGfR4eMY3KA==", + "type": "package", + "path": "microsoft.csharp/4.3.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dotnet/Microsoft.CSharp.dll", + "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/_._", - "Microsoft.CSharp.nuspec", - "package/services/metadata/core-properties/a8a7171824ab4656b3141cda0591ff66.psmdcp", - "ref/dotnet/de/Microsoft.CSharp.xml", - "ref/dotnet/es/Microsoft.CSharp.xml", - "ref/dotnet/fr/Microsoft.CSharp.xml", - "ref/dotnet/it/Microsoft.CSharp.xml", - "ref/dotnet/ja/Microsoft.CSharp.xml", - "ref/dotnet/ko/Microsoft.CSharp.xml", - "ref/dotnet/Microsoft.CSharp.dll", - "ref/dotnet/Microsoft.CSharp.xml", - "ref/dotnet/ru/Microsoft.CSharp.xml", - "ref/dotnet/zh-hans/Microsoft.CSharp.xml", - "ref/dotnet/zh-hant/Microsoft.CSharp.xml", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "microsoft.csharp.4.3.0.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/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" ] }, - "Microsoft.NETCore/5.0.0": { - "sha512": "QQMp0yYQbIdfkKhdEE6Umh2Xonau7tasG36Trw/YlHoWgYQLp7T9L+ZD8EPvdj5ubRhtOuKEKwM7HMpkagB9ZA==", - "type": "Package", + "Microsoft.Net.Native.Compiler/1.7.3": { + "sha512": "ed0kCs6Gxfw2ZGf34eqO8cwaD16Ll1FKw+jBfGevdiHqc2kTwux9yqkHwhe9WP8jzSbuZX3o4y3wMUUkz5gSeg==", + "type": "package", + "path": "microsoft.net.native.compiler/1.7.3", "files": [ - "[Content_Types].xml", - "_._", - "_rels/.rels", - "Microsoft.NETCore.nuspec", - "package/services/metadata/core-properties/340ac37fb1224580ae47c59ebdd88964.psmdcp" + "Microsoft.Net.Native.Compiler.1.7.3.nupkg.sha512", + "Microsoft.Net.Native.Compiler.nuspec", + "build/Microsoft.Net.Native.Compiler.props", + "build/Microsoft.Net.Native.Compiler.targets", + "tools/LibraryXML/Callisto.rd.xml", + "tools/LibraryXML/GalaSoft.MvvmLight.Extras.Win8.rd.xml", + "tools/LibraryXML/GalaSoft.MvvmLight.Win8.rd.xml", + "tools/LibraryXML/HugeFlow.Common.rd.xml", + "tools/LibraryXML/JulMar.Windows.Interactivity.rd.xml", + "tools/LibraryXML/MarkedUp.rd.xml", + "tools/LibraryXML/Microsoft.ApplicationInsights.rd.xml", + "tools/LibraryXML/Microsoft.PlayerFramework.rd.xml", + "tools/LibraryXML/Microsoft.Practices.ServiceLocation.rd.xml", + "tools/LibraryXML/Microsoft.WindowsAzure.Mobile.rd.xml", + "tools/LibraryXML/Microsoft.WindowsAzure.MobileServices.Managed.rd.xml", + "tools/LibraryXML/MonoGame.Framework.rd.xml", + "tools/LibraryXML/MyToolkit.rd.xml", + "tools/LibraryXML/Newtonsoft.Json.rd.xml", + "tools/LibraryXML/SharpDX.DXGI.rd.xml", + "tools/LibraryXML/SharpDX.Direct2D1.rd.xml", + "tools/LibraryXML/SharpDX.rd.xml", + "tools/LibraryXML/System.Reactive.Core.rd.xml", + "tools/LibraryXML/System.Reactive.Linq.rd.xml", + "tools/LibraryXML/System.Reactive.PlatformServices.rd.xml", + "tools/LibraryXML/Telerik.Core.rd.xml", + "tools/LibraryXML/Telerik.UI.Xaml.Primitives.rd.xml", + "tools/LibraryXML/UnityEngine.rd.xml", + "tools/LibraryXML/WinRT.Triggers.rd.xml", + "tools/LibraryXML/WinRTXamlToolkit.rd.xml", + "tools/LibraryXML/protobuf-net.rd.xml", + "tools/Microsoft.NetNative.Settings.targets", + "tools/Microsoft.NetNative.targets", + "tools/Packages/Microsoft.NETNative.Analyzer/1.0.0/Microsoft.NETNative.Analyzer.1.0.0.nupkg", + "tools/Packages/Microsoft.NETNative.Analyzer/1.0.0/Microsoft.NETNative.Analyzer.1.0.0.nupkg.sha512", + "tools/Packages/Microsoft.NETNative.Analyzer/1.0.0/analyzers/dotnet/cs/NativeGatekeeper.dll", + "tools/Packages/Microsoft.NETNative.Analyzer/1.0.0/tools/install.ps1", + "tools/Packages/Microsoft.NETNative.Analyzer/1.0.0/tools/uninstall.ps1", + "tools/Runtime/arm/CommandProvider.dll", + "tools/Runtime/arm/Microsoft.NET.Native.Runtime.1.7.appx", + "tools/Runtime/arm/SymbolProvider.dll", + "tools/Runtime/arm/mrt100_app.pdb", + "tools/Runtime/arm/mrt100dac_winarm.dll", + "tools/Runtime/arm/mrt100dac_winarm_x86.dll", + "tools/Runtime/arm/mrt100dac_winrtarm.dll", + "tools/Runtime/arm/mrt100dbgshim_winarm.dll", + "tools/Runtime/arm/mrt100dbgshim_winrtarm.dll", + "tools/Runtime/arm/mrt100dbi_winarm.dll", + "tools/Runtime/arm/mrt100dbi_winrtarm.dll", + "tools/Runtime/arm/mrt100dbi_winx86.dll", + "tools/Runtime/arm/mrt100etw.dll", + "tools/Runtime/arm/mrt100sos.dll", + "tools/Runtime/arm/mrt100sos_x86.dll", + "tools/Runtime/arm/msdia120.dll", + "tools/Runtime/x64/CommandProvider.dll", + "tools/Runtime/x64/Microsoft.NET.Native.Runtime.1.7.appx", + "tools/Runtime/x64/SymbolProvider.dll", + "tools/Runtime/x64/mrt100_app.pdb", + "tools/Runtime/x64/mrt100dac_winamd64.dll", + "tools/Runtime/x64/mrt100dbgshim_winamd64.dll", + "tools/Runtime/x64/mrt100dbi_winamd64.dll", + "tools/Runtime/x64/mrt100etw.dll", + "tools/Runtime/x64/mrt100sos.dll", + "tools/Runtime/x64/msdia120.dll", + "tools/Runtime/x86/CommandProvider.dll", + "tools/Runtime/x86/Microsoft.NET.Native.Runtime.1.7.appx", + "tools/Runtime/x86/SymbolProvider.dll", + "tools/Runtime/x86/mrt100_app.pdb", + "tools/Runtime/x86/mrt100dac_winx86.dll", + "tools/Runtime/x86/mrt100dbgshim_winx86.dll", + "tools/Runtime/x86/mrt100dbi_winx86.dll", + "tools/Runtime/x86/mrt100etw.dll", + "tools/Runtime/x86/mrt100sos.dll", + "tools/Runtime/x86/msdia120.dll", + "tools/SharedLibraryXML/Callisto.rd.xml", + "tools/SharedLibraryXML/GalaSoft.MvvmLight.Extras.Win8.rd.xml", + "tools/SharedLibraryXML/GalaSoft.MvvmLight.Win8.rd.xml", + "tools/SharedLibraryXML/HugeFlow.Common.rd.xml", + "tools/SharedLibraryXML/JulMar.Windows.Interactivity.rd.xml", + "tools/SharedLibraryXML/MarkedUp.rd.xml", + "tools/SharedLibraryXML/Microsoft.ApplicationInsights.rd.xml", + "tools/SharedLibraryXML/Microsoft.PlayerFramework.rd.xml", + "tools/SharedLibraryXML/Microsoft.Practices.ServiceLocation.rd.xml", + "tools/SharedLibraryXML/Microsoft.WindowsAzure.Mobile.rd.xml", + "tools/SharedLibraryXML/Microsoft.WindowsAzure.MobileServices.Managed.rd.xml", + "tools/SharedLibraryXML/MonoGame.Framework.rd.xml", + "tools/SharedLibraryXML/MyToolkit.rd.xml", + "tools/SharedLibraryXML/Newtonsoft.Json.rd.xml", + "tools/SharedLibraryXML/SharpDX.DXGI.rd.xml", + "tools/SharedLibraryXML/SharpDX.Direct2D1.rd.xml", + "tools/SharedLibraryXML/SharpDX.rd.xml", + "tools/SharedLibraryXML/System.Reactive.Core.rd.xml", + "tools/SharedLibraryXML/System.Reactive.Linq.rd.xml", + "tools/SharedLibraryXML/System.Reactive.PlatformServices.rd.xml", + "tools/SharedLibraryXML/Telerik.Core.rd.xml", + "tools/SharedLibraryXML/Telerik.UI.Xaml.Primitives.rd.xml", + "tools/SharedLibraryXML/UnityEngine.rd.xml", + "tools/SharedLibraryXML/WinRT.Triggers.rd.xml", + "tools/SharedLibraryXML/WinRTXamlToolkit.rd.xml", + "tools/SharedLibraryXML/protobuf-net.rd.xml", + "tools/arm/etwevents.man", + "tools/arm/ilc/IlcInternals.settings.targets", + "tools/arm/ilc/IlcInternals.targets", + "tools/arm/ilc/Microsoft.Cci.dll", + "tools/arm/ilc/cs/Ilc.resources.dll", + "tools/arm/ilc/csc/Microsoft.CodeAnalysis.CSharp.dll", + "tools/arm/ilc/csc/Microsoft.CodeAnalysis.dll", + "tools/arm/ilc/csc/Microsoft.DiaSymReader.Native.amd64.dll", + "tools/arm/ilc/csc/Microsoft.DiaSymReader.Native.x86.dll", + "tools/arm/ilc/csc/System.AppContext.dll", + "tools/arm/ilc/csc/System.Collections.Immutable.dll", + "tools/arm/ilc/csc/System.Diagnostics.StackTrace.dll", + "tools/arm/ilc/csc/System.IO.FileSystem.Primitives.dll", + "tools/arm/ilc/csc/System.IO.FileSystem.dll", + "tools/arm/ilc/csc/System.Reflection.Metadata.dll", + "tools/arm/ilc/csc/csc.exe", + "tools/arm/ilc/csc/csc.exe.config", + "tools/arm/ilc/de/Ilc.resources.dll", + "tools/arm/ilc/es/Ilc.resources.dll", + "tools/arm/ilc/fr/Ilc.resources.dll", + "tools/arm/ilc/ilc.exe", + "tools/arm/ilc/ilc.exe.config", + "tools/arm/ilc/it/Ilc.resources.dll", + "tools/arm/ilc/ja/Ilc.resources.dll", + "tools/arm/ilc/ko/Ilc.resources.dll", + "tools/arm/ilc/lib/MSCRT/api-ms-win-crt-convert-l1-1-0.dll", + "tools/arm/ilc/lib/MSCRT/api-ms-win-crt-heap-l1-1-0.dll", + "tools/arm/ilc/lib/MSCRT/api-ms-win-crt-math-l1-1-0.dll", + "tools/arm/ilc/lib/MSCRT/api-ms-win-crt-runtime-l1-1-0.dll", + "tools/arm/ilc/lib/MSCRT/api-ms-win-crt-stdio-l1-1-0.dll", + "tools/arm/ilc/lib/MSCRT/api-ms-win-crt-string-l1-1-0.dll", + "tools/arm/ilc/lib/MSCRT/ucrtbase.dll", + "tools/arm/ilc/lib/MSCRT/vcruntime140_app.dll", + "tools/arm/ilc/lib/McgDependencies/System.Private.DispatchProxy.dll", + "tools/arm/ilc/lib/McgDependencies/System.Private.MCG.dll", + "tools/arm/ilc/lib/McgDependencies/System.Reflection.DispatchProxy.dll", + "tools/arm/ilc/lib/Native/Interop.Native.lib", + "tools/arm/ilc/lib/Native/TypeLoader.Native.lib", + "tools/arm/ilc/lib/Native/corelib.native.lib", + "tools/arm/ilc/lib/Native/pgort.lib", + "tools/arm/ilc/lib/Native/vmath.lib", + "tools/arm/ilc/lib/PreResolveDependencies/System.Private.CompatQuirks.dll", + "tools/arm/ilc/lib/PreResolveDependencies/System.Private.PortableServiceModelThunks.dll", + "tools/arm/ilc/lib/PreResolveDependencies/System.Private.PortableThunks.dll", + "tools/arm/ilc/lib/Private/System.Private.CompatQuirks.dll", + "tools/arm/ilc/lib/Private/System.Private.CompatQuirks.pdb", + "tools/arm/ilc/lib/Private/System.Private.CompilerServices.ICastable.dll", + "tools/arm/ilc/lib/Private/System.Private.CoreLib.Augments.dll", + "tools/arm/ilc/lib/Private/System.Private.CoreLib.CompilerServices.dll", + "tools/arm/ilc/lib/Private/System.Private.CoreLib.DeveloperExperience.dll", + "tools/arm/ilc/lib/Private/System.Private.CoreLib.Diagnostics.dll", + "tools/arm/ilc/lib/Private/System.Private.CoreLib.DynamicDelegate.dll", + "tools/arm/ilc/lib/Private/System.Private.CoreLib.InteropServices.dll", + "tools/arm/ilc/lib/Private/System.Private.CoreLib.Reflection.dll", + "tools/arm/ilc/lib/Private/System.Private.CoreLib.Threading.dll", + "tools/arm/ilc/lib/Private/System.Private.CoreLib.WinRTInterop.dll", + "tools/arm/ilc/lib/Private/System.Private.CoreLib.dll", + "tools/arm/ilc/lib/Private/System.Private.CoreLib.pdb", + "tools/arm/ilc/lib/Private/System.Private.DeveloperExperience.AppX.dll", + "tools/arm/ilc/lib/Private/System.Private.DeveloperExperience.AppX.pdb", + "tools/arm/ilc/lib/Private/System.Private.DeveloperExperience.Console.dll", + "tools/arm/ilc/lib/Private/System.Private.DeveloperExperience.Console.pdb", + "tools/arm/ilc/lib/Private/System.Private.DispatchProxy.dll", + "tools/arm/ilc/lib/Private/System.Private.ILToolchain.dll", + "tools/arm/ilc/lib/Private/System.Private.Interop.Extensions.dll", + "tools/arm/ilc/lib/Private/System.Private.Interop.dll", + "tools/arm/ilc/lib/Private/System.Private.Interop.pdb", + "tools/arm/ilc/lib/Private/System.Private.MCG.dll", + "tools/arm/ilc/lib/Private/System.Private.PortableServiceModelThunks.dll", + "tools/arm/ilc/lib/Private/System.Private.PortableServiceModelThunks.pdb", + "tools/arm/ilc/lib/Private/System.Private.PortableThunks.dll", + "tools/arm/ilc/lib/Private/System.Private.PortableThunks.pdb", + "tools/arm/ilc/lib/Private/System.Private.Reflection.Augments.dll", + "tools/arm/ilc/lib/Private/System.Private.Reflection.Core.dll", + "tools/arm/ilc/lib/Private/System.Private.Reflection.Core.pdb", + "tools/arm/ilc/lib/Private/System.Private.Reflection.Execution.dll", + "tools/arm/ilc/lib/Private/System.Private.Reflection.Execution.pdb", + "tools/arm/ilc/lib/Private/System.Private.Reflection.Extensibility.dll", + "tools/arm/ilc/lib/Private/System.Private.Reflection.Metadata.dll", + "tools/arm/ilc/lib/Private/System.Private.Reflection.Metadata.pdb", + "tools/arm/ilc/lib/Private/System.Private.Reflection.MissingMetadataException.dll", + "tools/arm/ilc/lib/Private/System.Private.Reflection.dll", + "tools/arm/ilc/lib/Private/System.Private.Reflection.pdb", + "tools/arm/ilc/lib/Private/System.Private.StackTraceGenerator.dll", + "tools/arm/ilc/lib/Private/System.Private.StackTraceGenerator.pdb", + "tools/arm/ilc/lib/Private/System.Private.Threading.AsyncCausalitySupport.dll", + "tools/arm/ilc/lib/Private/System.Private.Threading.dll", + "tools/arm/ilc/lib/Private/System.Private.Threading.pdb", + "tools/arm/ilc/lib/Private/System.Private.TypeLoader.dll", + "tools/arm/ilc/lib/Private/System.Private.TypeLoader.pdb", + "tools/arm/ilc/lib/Private/System.Private.WinRTInterop.CoreLib.dll", + "tools/arm/ilc/lib/Private/System.Private.WinRTInterop.CoreLib.pdb", + "tools/arm/ilc/lib/Runtime/mrt100_app.dll", + "tools/arm/ilc/lib/Runtime/mrt100_app.pdb", + "tools/arm/ilc/pl/Ilc.resources.dll", + "tools/arm/ilc/pt-BR/Ilc.resources.dll", + "tools/arm/ilc/ru/Ilc.resources.dll", + "tools/arm/ilc/tools/1028/nutcui.dll", + "tools/arm/ilc/tools/1028/rhbindui.dll", + "tools/arm/ilc/tools/1029/nutcui.dll", + "tools/arm/ilc/tools/1029/rhbindui.dll", + "tools/arm/ilc/tools/1031/nutcui.dll", + "tools/arm/ilc/tools/1031/rhbindui.dll", + "tools/arm/ilc/tools/1033/nutcui.dll", + "tools/arm/ilc/tools/1033/rhbindui.dll", + "tools/arm/ilc/tools/1036/nutcui.dll", + "tools/arm/ilc/tools/1036/rhbindui.dll", + "tools/arm/ilc/tools/1040/nutcui.dll", + "tools/arm/ilc/tools/1040/rhbindui.dll", + "tools/arm/ilc/tools/1041/nutcui.dll", + "tools/arm/ilc/tools/1041/rhbindui.dll", + "tools/arm/ilc/tools/1042/nutcui.dll", + "tools/arm/ilc/tools/1042/rhbindui.dll", + "tools/arm/ilc/tools/1045/nutcui.dll", + "tools/arm/ilc/tools/1045/rhbindui.dll", + "tools/arm/ilc/tools/1046/nutcui.dll", + "tools/arm/ilc/tools/1046/rhbindui.dll", + "tools/arm/ilc/tools/1049/nutcui.dll", + "tools/arm/ilc/tools/1049/rhbindui.dll", + "tools/arm/ilc/tools/1055/nutcui.dll", + "tools/arm/ilc/tools/1055/rhbindui.dll", + "tools/arm/ilc/tools/2052/nutcui.dll", + "tools/arm/ilc/tools/2052/rhbindui.dll", + "tools/arm/ilc/tools/3082/nutcui.dll", + "tools/arm/ilc/tools/3082/rhbindui.dll", + "tools/arm/ilc/tools/CciExtensions.dll", + "tools/arm/ilc/tools/Gatekeeper.Engine.dll", + "tools/arm/ilc/tools/Gatekeeper.exe", + "tools/arm/ilc/tools/Gatekeeper.exe.config", + "tools/arm/ilc/tools/GatekeeperConfig.xml", + "tools/arm/ilc/tools/McgCodeDom.dll", + "tools/arm/ilc/tools/McgEngine.dll", + "tools/arm/ilc/tools/MdTransform.dll", + "tools/arm/ilc/tools/MethodBodyEditor.dll", + "tools/arm/ilc/tools/Microsoft.Build.ILTasks.dll", + "tools/arm/ilc/tools/Microsoft.Cci.dll", + "tools/arm/ilc/tools/Microsoft.DiaSymReader.Converter.dll", + "tools/arm/ilc/tools/Microsoft.DiaSymReader.dll", + "tools/arm/ilc/tools/Microsoft.Diagnostics.Tracing.EventSource.dll", + "tools/arm/ilc/tools/Microsoft.NetNative.IL2IL.dll", + "tools/arm/ilc/tools/Microsoft.NetNative.Instrumentation.dll", + "tools/arm/ilc/tools/Microsoft.VisualStudio.RemoteControl.dll", + "tools/arm/ilc/tools/Microsoft.VisualStudio.Telemetry.dll", + "tools/arm/ilc/tools/Microsoft.VisualStudio.Utilities.Internal.dll", + "tools/arm/ilc/tools/NativeFormatWriter.dll", + "tools/arm/ilc/tools/Newtonsoft.Json.dll", + "tools/arm/ilc/tools/ReducerEngine.dll", + "tools/arm/ilc/tools/System.Collections.Immutable.dll", + "tools/arm/ilc/tools/System.Reflection.Metadata.dll", + "tools/arm/ilc/tools/System.ValueTuple.dll", + "tools/arm/ilc/tools/TypeNameUtilities.dll", + "tools/arm/ilc/tools/WCFDispatchProxy.dll", + "tools/arm/ilc/tools/c2n.dll", + "tools/arm/ilc/tools/cs/CciExtensions.resources.dll", + "tools/arm/ilc/tools/cs/Gatekeeper.Engine.resources.dll", + "tools/arm/ilc/tools/cs/McgEngine.resources.dll", + "tools/arm/ilc/tools/cs/Microsoft.Build.ILTasks.resources.dll", + "tools/arm/ilc/tools/cs/ReducerEngine.resources.dll", + "tools/arm/ilc/tools/cs/TypeNameUtilities.resources.dll", + "tools/arm/ilc/tools/cs/sg.resources.dll", + "tools/arm/ilc/tools/de/CciExtensions.resources.dll", + "tools/arm/ilc/tools/de/Gatekeeper.Engine.resources.dll", + "tools/arm/ilc/tools/de/McgEngine.resources.dll", + "tools/arm/ilc/tools/de/Microsoft.Build.ILTasks.resources.dll", + "tools/arm/ilc/tools/de/ReducerEngine.resources.dll", + "tools/arm/ilc/tools/de/TypeNameUtilities.resources.dll", + "tools/arm/ilc/tools/de/sg.resources.dll", + "tools/arm/ilc/tools/es/CciExtensions.resources.dll", + "tools/arm/ilc/tools/es/Gatekeeper.Engine.resources.dll", + "tools/arm/ilc/tools/es/McgEngine.resources.dll", + "tools/arm/ilc/tools/es/Microsoft.Build.ILTasks.resources.dll", + "tools/arm/ilc/tools/es/ReducerEngine.resources.dll", + "tools/arm/ilc/tools/es/TypeNameUtilities.resources.dll", + "tools/arm/ilc/tools/es/sg.resources.dll", + "tools/arm/ilc/tools/fr/CciExtensions.resources.dll", + "tools/arm/ilc/tools/fr/Gatekeeper.Engine.resources.dll", + "tools/arm/ilc/tools/fr/McgEngine.resources.dll", + "tools/arm/ilc/tools/fr/Microsoft.Build.ILTasks.resources.dll", + "tools/arm/ilc/tools/fr/ReducerEngine.resources.dll", + "tools/arm/ilc/tools/fr/TypeNameUtilities.resources.dll", + "tools/arm/ilc/tools/fr/sg.resources.dll", + "tools/arm/ilc/tools/it/CciExtensions.resources.dll", + "tools/arm/ilc/tools/it/Gatekeeper.Engine.resources.dll", + "tools/arm/ilc/tools/it/McgEngine.resources.dll", + "tools/arm/ilc/tools/it/Microsoft.Build.ILTasks.resources.dll", + "tools/arm/ilc/tools/it/ReducerEngine.resources.dll", + "tools/arm/ilc/tools/it/TypeNameUtilities.resources.dll", + "tools/arm/ilc/tools/it/sg.resources.dll", + "tools/arm/ilc/tools/ja/CciExtensions.resources.dll", + "tools/arm/ilc/tools/ja/Gatekeeper.Engine.resources.dll", + "tools/arm/ilc/tools/ja/McgEngine.resources.dll", + "tools/arm/ilc/tools/ja/Microsoft.Build.ILTasks.resources.dll", + "tools/arm/ilc/tools/ja/ReducerEngine.resources.dll", + "tools/arm/ilc/tools/ja/TypeNameUtilities.resources.dll", + "tools/arm/ilc/tools/ja/sg.resources.dll", + "tools/arm/ilc/tools/ko/CciExtensions.resources.dll", + "tools/arm/ilc/tools/ko/Gatekeeper.Engine.resources.dll", + "tools/arm/ilc/tools/ko/McgEngine.resources.dll", + "tools/arm/ilc/tools/ko/Microsoft.Build.ILTasks.resources.dll", + "tools/arm/ilc/tools/ko/ReducerEngine.resources.dll", + "tools/arm/ilc/tools/ko/TypeNameUtilities.resources.dll", + "tools/arm/ilc/tools/ko/sg.resources.dll", + "tools/arm/ilc/tools/msdia.sxs.manifest", + "tools/arm/ilc/tools/msdia120.dll", + "tools/arm/ilc/tools/msobj140.dll", + "tools/arm/ilc/tools/mspdbcore.dll", + "tools/arm/ilc/tools/msvcdis140.dll", + "tools/arm/ilc/tools/msvcp140.dll", + "tools/arm/ilc/tools/nutc_driver.exe", + "tools/arm/ilc/tools/nutc_driver.exe.config", + "tools/arm/ilc/tools/pgocvt.exe", + "tools/arm/ilc/tools/pgodb140.dll", + "tools/arm/ilc/tools/pgomgr.exe", + "tools/arm/ilc/tools/pl/CciExtensions.resources.dll", + "tools/arm/ilc/tools/pl/Gatekeeper.Engine.resources.dll", + "tools/arm/ilc/tools/pl/McgEngine.resources.dll", + "tools/arm/ilc/tools/pl/Microsoft.Build.ILTasks.resources.dll", + "tools/arm/ilc/tools/pl/ReducerEngine.resources.dll", + "tools/arm/ilc/tools/pl/TypeNameUtilities.resources.dll", + "tools/arm/ilc/tools/pl/sg.resources.dll", + "tools/arm/ilc/tools/pt-BR/CciExtensions.resources.dll", + "tools/arm/ilc/tools/pt-BR/Gatekeeper.Engine.resources.dll", + "tools/arm/ilc/tools/pt-BR/McgEngine.resources.dll", + "tools/arm/ilc/tools/pt-BR/Microsoft.Build.ILTasks.resources.dll", + "tools/arm/ilc/tools/pt-BR/ReducerEngine.resources.dll", + "tools/arm/ilc/tools/pt-BR/TypeNameUtilities.resources.dll", + "tools/arm/ilc/tools/pt-BR/sg.resources.dll", + "tools/arm/ilc/tools/rhbind.exe", + "tools/arm/ilc/tools/ru/CciExtensions.resources.dll", + "tools/arm/ilc/tools/ru/Gatekeeper.Engine.resources.dll", + "tools/arm/ilc/tools/ru/McgEngine.resources.dll", + "tools/arm/ilc/tools/ru/Microsoft.Build.ILTasks.resources.dll", + "tools/arm/ilc/tools/ru/ReducerEngine.resources.dll", + "tools/arm/ilc/tools/ru/TypeNameUtilities.resources.dll", + "tools/arm/ilc/tools/ru/sg.resources.dll", + "tools/arm/ilc/tools/sg.exe", + "tools/arm/ilc/tools/sg.exe.config", + "tools/arm/ilc/tools/tr/CciExtensions.resources.dll", + "tools/arm/ilc/tools/tr/Gatekeeper.Engine.resources.dll", + "tools/arm/ilc/tools/tr/McgEngine.resources.dll", + "tools/arm/ilc/tools/tr/Microsoft.Build.ILTasks.resources.dll", + "tools/arm/ilc/tools/tr/ReducerEngine.resources.dll", + "tools/arm/ilc/tools/tr/TypeNameUtilities.resources.dll", + "tools/arm/ilc/tools/tr/sg.resources.dll", + "tools/arm/ilc/tools/ucrtbase.dll", + "tools/arm/ilc/tools/vcruntime140.dll", + "tools/arm/ilc/tools/zh-Hans/CciExtensions.resources.dll", + "tools/arm/ilc/tools/zh-Hans/Gatekeeper.Engine.resources.dll", + "tools/arm/ilc/tools/zh-Hans/McgEngine.resources.dll", + "tools/arm/ilc/tools/zh-Hans/Microsoft.Build.ILTasks.resources.dll", + "tools/arm/ilc/tools/zh-Hans/ReducerEngine.resources.dll", + "tools/arm/ilc/tools/zh-Hans/TypeNameUtilities.resources.dll", + "tools/arm/ilc/tools/zh-Hans/sg.resources.dll", + "tools/arm/ilc/tools/zh-Hant/CciExtensions.resources.dll", + "tools/arm/ilc/tools/zh-Hant/Gatekeeper.Engine.resources.dll", + "tools/arm/ilc/tools/zh-Hant/McgEngine.resources.dll", + "tools/arm/ilc/tools/zh-Hant/Microsoft.Build.ILTasks.resources.dll", + "tools/arm/ilc/tools/zh-Hant/ReducerEngine.resources.dll", + "tools/arm/ilc/tools/zh-Hant/TypeNameUtilities.resources.dll", + "tools/arm/ilc/tools/zh-Hant/sg.resources.dll", + "tools/arm/ilc/tr/Ilc.resources.dll", + "tools/arm/ilc/zh-Hans/Ilc.resources.dll", + "tools/arm/ilc/zh-Hant/Ilc.resources.dll", + "tools/arm/mrt100etw.dll", + "tools/x64/etwevents.man", + "tools/x64/ilc/IlcInternals.settings.targets", + "tools/x64/ilc/IlcInternals.targets", + "tools/x64/ilc/Microsoft.Cci.dll", + "tools/x64/ilc/cs/Ilc.resources.dll", + "tools/x64/ilc/csc/Microsoft.CodeAnalysis.CSharp.dll", + "tools/x64/ilc/csc/Microsoft.CodeAnalysis.dll", + "tools/x64/ilc/csc/Microsoft.DiaSymReader.Native.amd64.dll", + "tools/x64/ilc/csc/Microsoft.DiaSymReader.Native.x86.dll", + "tools/x64/ilc/csc/System.AppContext.dll", + "tools/x64/ilc/csc/System.Collections.Immutable.dll", + "tools/x64/ilc/csc/System.Diagnostics.StackTrace.dll", + "tools/x64/ilc/csc/System.IO.FileSystem.Primitives.dll", + "tools/x64/ilc/csc/System.IO.FileSystem.dll", + "tools/x64/ilc/csc/System.Reflection.Metadata.dll", + "tools/x64/ilc/csc/csc.exe", + "tools/x64/ilc/csc/csc.exe.config", + "tools/x64/ilc/de/Ilc.resources.dll", + "tools/x64/ilc/es/Ilc.resources.dll", + "tools/x64/ilc/fr/Ilc.resources.dll", + "tools/x64/ilc/ilc.exe", + "tools/x64/ilc/ilc.exe.config", + "tools/x64/ilc/it/Ilc.resources.dll", + "tools/x64/ilc/ja/Ilc.resources.dll", + "tools/x64/ilc/ko/Ilc.resources.dll", + "tools/x64/ilc/lib/MSCRT/api-ms-win-crt-convert-l1-1-0.dll", + "tools/x64/ilc/lib/MSCRT/api-ms-win-crt-heap-l1-1-0.dll", + "tools/x64/ilc/lib/MSCRT/api-ms-win-crt-math-l1-1-0.dll", + "tools/x64/ilc/lib/MSCRT/api-ms-win-crt-runtime-l1-1-0.dll", + "tools/x64/ilc/lib/MSCRT/api-ms-win-crt-stdio-l1-1-0.dll", + "tools/x64/ilc/lib/MSCRT/api-ms-win-crt-string-l1-1-0.dll", + "tools/x64/ilc/lib/MSCRT/ucrtbase.dll", + "tools/x64/ilc/lib/MSCRT/vcruntime140_app.dll", + "tools/x64/ilc/lib/McgDependencies/System.Private.DispatchProxy.dll", + "tools/x64/ilc/lib/McgDependencies/System.Private.MCG.dll", + "tools/x64/ilc/lib/McgDependencies/System.Reflection.DispatchProxy.dll", + "tools/x64/ilc/lib/Native/Interop.Native.lib", + "tools/x64/ilc/lib/Native/TypeLoader.Native.lib", + "tools/x64/ilc/lib/Native/corelib.native.lib", + "tools/x64/ilc/lib/Native/pgort.lib", + "tools/x64/ilc/lib/Native/vmath.lib", + "tools/x64/ilc/lib/PreResolveDependencies/System.Private.CompatQuirks.dll", + "tools/x64/ilc/lib/PreResolveDependencies/System.Private.PortableServiceModelThunks.dll", + "tools/x64/ilc/lib/PreResolveDependencies/System.Private.PortableThunks.dll", + "tools/x64/ilc/lib/Private/System.Private.CompatQuirks.dll", + "tools/x64/ilc/lib/Private/System.Private.CompatQuirks.pdb", + "tools/x64/ilc/lib/Private/System.Private.CompilerServices.ICastable.dll", + "tools/x64/ilc/lib/Private/System.Private.CoreLib.Augments.dll", + "tools/x64/ilc/lib/Private/System.Private.CoreLib.CompilerServices.dll", + "tools/x64/ilc/lib/Private/System.Private.CoreLib.DeveloperExperience.dll", + "tools/x64/ilc/lib/Private/System.Private.CoreLib.Diagnostics.dll", + "tools/x64/ilc/lib/Private/System.Private.CoreLib.DynamicDelegate.dll", + "tools/x64/ilc/lib/Private/System.Private.CoreLib.InteropServices.dll", + "tools/x64/ilc/lib/Private/System.Private.CoreLib.Reflection.dll", + "tools/x64/ilc/lib/Private/System.Private.CoreLib.Threading.dll", + "tools/x64/ilc/lib/Private/System.Private.CoreLib.WinRTInterop.dll", + "tools/x64/ilc/lib/Private/System.Private.CoreLib.dll", + "tools/x64/ilc/lib/Private/System.Private.CoreLib.pdb", + "tools/x64/ilc/lib/Private/System.Private.DeveloperExperience.AppX.dll", + "tools/x64/ilc/lib/Private/System.Private.DeveloperExperience.AppX.pdb", + "tools/x64/ilc/lib/Private/System.Private.DeveloperExperience.Console.dll", + "tools/x64/ilc/lib/Private/System.Private.DeveloperExperience.Console.pdb", + "tools/x64/ilc/lib/Private/System.Private.DispatchProxy.dll", + "tools/x64/ilc/lib/Private/System.Private.ILToolchain.dll", + "tools/x64/ilc/lib/Private/System.Private.Interop.Extensions.dll", + "tools/x64/ilc/lib/Private/System.Private.Interop.dll", + "tools/x64/ilc/lib/Private/System.Private.Interop.pdb", + "tools/x64/ilc/lib/Private/System.Private.MCG.dll", + "tools/x64/ilc/lib/Private/System.Private.PortableServiceModelThunks.dll", + "tools/x64/ilc/lib/Private/System.Private.PortableServiceModelThunks.pdb", + "tools/x64/ilc/lib/Private/System.Private.PortableThunks.dll", + "tools/x64/ilc/lib/Private/System.Private.PortableThunks.pdb", + "tools/x64/ilc/lib/Private/System.Private.Reflection.Augments.dll", + "tools/x64/ilc/lib/Private/System.Private.Reflection.Core.dll", + "tools/x64/ilc/lib/Private/System.Private.Reflection.Core.pdb", + "tools/x64/ilc/lib/Private/System.Private.Reflection.Execution.dll", + "tools/x64/ilc/lib/Private/System.Private.Reflection.Execution.pdb", + "tools/x64/ilc/lib/Private/System.Private.Reflection.Extensibility.dll", + "tools/x64/ilc/lib/Private/System.Private.Reflection.Metadata.dll", + "tools/x64/ilc/lib/Private/System.Private.Reflection.Metadata.pdb", + "tools/x64/ilc/lib/Private/System.Private.Reflection.MissingMetadataException.dll", + "tools/x64/ilc/lib/Private/System.Private.Reflection.dll", + "tools/x64/ilc/lib/Private/System.Private.Reflection.pdb", + "tools/x64/ilc/lib/Private/System.Private.StackTraceGenerator.dll", + "tools/x64/ilc/lib/Private/System.Private.StackTraceGenerator.pdb", + "tools/x64/ilc/lib/Private/System.Private.Threading.AsyncCausalitySupport.dll", + "tools/x64/ilc/lib/Private/System.Private.Threading.dll", + "tools/x64/ilc/lib/Private/System.Private.Threading.pdb", + "tools/x64/ilc/lib/Private/System.Private.TypeLoader.dll", + "tools/x64/ilc/lib/Private/System.Private.TypeLoader.pdb", + "tools/x64/ilc/lib/Private/System.Private.WinRTInterop.CoreLib.dll", + "tools/x64/ilc/lib/Private/System.Private.WinRTInterop.CoreLib.pdb", + "tools/x64/ilc/lib/Runtime/mrt100_app.dll", + "tools/x64/ilc/lib/Runtime/mrt100_app.pdb", + "tools/x64/ilc/pl/Ilc.resources.dll", + "tools/x64/ilc/pt-BR/Ilc.resources.dll", + "tools/x64/ilc/ru/Ilc.resources.dll", + "tools/x64/ilc/tools/1028/nutcui.dll", + "tools/x64/ilc/tools/1028/rhbindui.dll", + "tools/x64/ilc/tools/1029/nutcui.dll", + "tools/x64/ilc/tools/1029/rhbindui.dll", + "tools/x64/ilc/tools/1031/nutcui.dll", + "tools/x64/ilc/tools/1031/rhbindui.dll", + "tools/x64/ilc/tools/1033/nutcui.dll", + "tools/x64/ilc/tools/1033/rhbindui.dll", + "tools/x64/ilc/tools/1036/nutcui.dll", + "tools/x64/ilc/tools/1036/rhbindui.dll", + "tools/x64/ilc/tools/1040/nutcui.dll", + "tools/x64/ilc/tools/1040/rhbindui.dll", + "tools/x64/ilc/tools/1041/nutcui.dll", + "tools/x64/ilc/tools/1041/rhbindui.dll", + "tools/x64/ilc/tools/1042/nutcui.dll", + "tools/x64/ilc/tools/1042/rhbindui.dll", + "tools/x64/ilc/tools/1045/nutcui.dll", + "tools/x64/ilc/tools/1045/rhbindui.dll", + "tools/x64/ilc/tools/1046/nutcui.dll", + "tools/x64/ilc/tools/1046/rhbindui.dll", + "tools/x64/ilc/tools/1049/nutcui.dll", + "tools/x64/ilc/tools/1049/rhbindui.dll", + "tools/x64/ilc/tools/1055/nutcui.dll", + "tools/x64/ilc/tools/1055/rhbindui.dll", + "tools/x64/ilc/tools/2052/nutcui.dll", + "tools/x64/ilc/tools/2052/rhbindui.dll", + "tools/x64/ilc/tools/3082/nutcui.dll", + "tools/x64/ilc/tools/3082/rhbindui.dll", + "tools/x64/ilc/tools/CciExtensions.dll", + "tools/x64/ilc/tools/Gatekeeper.Engine.dll", + "tools/x64/ilc/tools/Gatekeeper.exe", + "tools/x64/ilc/tools/Gatekeeper.exe.config", + "tools/x64/ilc/tools/GatekeeperConfig.xml", + "tools/x64/ilc/tools/McgCodeDom.dll", + "tools/x64/ilc/tools/McgEngine.dll", + "tools/x64/ilc/tools/MdTransform.dll", + "tools/x64/ilc/tools/MethodBodyEditor.dll", + "tools/x64/ilc/tools/Microsoft.Build.ILTasks.dll", + "tools/x64/ilc/tools/Microsoft.Cci.dll", + "tools/x64/ilc/tools/Microsoft.DiaSymReader.Converter.dll", + "tools/x64/ilc/tools/Microsoft.DiaSymReader.dll", + "tools/x64/ilc/tools/Microsoft.Diagnostics.Tracing.EventSource.dll", + "tools/x64/ilc/tools/Microsoft.NetNative.IL2IL.dll", + "tools/x64/ilc/tools/Microsoft.NetNative.Instrumentation.dll", + "tools/x64/ilc/tools/Microsoft.VisualStudio.RemoteControl.dll", + "tools/x64/ilc/tools/Microsoft.VisualStudio.Telemetry.dll", + "tools/x64/ilc/tools/Microsoft.VisualStudio.Utilities.Internal.dll", + "tools/x64/ilc/tools/NativeFormatWriter.dll", + "tools/x64/ilc/tools/Newtonsoft.Json.dll", + "tools/x64/ilc/tools/ReducerEngine.dll", + "tools/x64/ilc/tools/System.Collections.Immutable.dll", + "tools/x64/ilc/tools/System.Reflection.Metadata.dll", + "tools/x64/ilc/tools/System.ValueTuple.dll", + "tools/x64/ilc/tools/TypeNameUtilities.dll", + "tools/x64/ilc/tools/WCFDispatchProxy.dll", + "tools/x64/ilc/tools/c2n.dll", + "tools/x64/ilc/tools/cs/CciExtensions.resources.dll", + "tools/x64/ilc/tools/cs/Gatekeeper.Engine.resources.dll", + "tools/x64/ilc/tools/cs/McgEngine.resources.dll", + "tools/x64/ilc/tools/cs/Microsoft.Build.ILTasks.resources.dll", + "tools/x64/ilc/tools/cs/ReducerEngine.resources.dll", + "tools/x64/ilc/tools/cs/TypeNameUtilities.resources.dll", + "tools/x64/ilc/tools/cs/sg.resources.dll", + "tools/x64/ilc/tools/de/CciExtensions.resources.dll", + "tools/x64/ilc/tools/de/Gatekeeper.Engine.resources.dll", + "tools/x64/ilc/tools/de/McgEngine.resources.dll", + "tools/x64/ilc/tools/de/Microsoft.Build.ILTasks.resources.dll", + "tools/x64/ilc/tools/de/ReducerEngine.resources.dll", + "tools/x64/ilc/tools/de/TypeNameUtilities.resources.dll", + "tools/x64/ilc/tools/de/sg.resources.dll", + "tools/x64/ilc/tools/es/CciExtensions.resources.dll", + "tools/x64/ilc/tools/es/Gatekeeper.Engine.resources.dll", + "tools/x64/ilc/tools/es/McgEngine.resources.dll", + "tools/x64/ilc/tools/es/Microsoft.Build.ILTasks.resources.dll", + "tools/x64/ilc/tools/es/ReducerEngine.resources.dll", + "tools/x64/ilc/tools/es/TypeNameUtilities.resources.dll", + "tools/x64/ilc/tools/es/sg.resources.dll", + "tools/x64/ilc/tools/fr/CciExtensions.resources.dll", + "tools/x64/ilc/tools/fr/Gatekeeper.Engine.resources.dll", + "tools/x64/ilc/tools/fr/McgEngine.resources.dll", + "tools/x64/ilc/tools/fr/Microsoft.Build.ILTasks.resources.dll", + "tools/x64/ilc/tools/fr/ReducerEngine.resources.dll", + "tools/x64/ilc/tools/fr/TypeNameUtilities.resources.dll", + "tools/x64/ilc/tools/fr/sg.resources.dll", + "tools/x64/ilc/tools/it/CciExtensions.resources.dll", + "tools/x64/ilc/tools/it/Gatekeeper.Engine.resources.dll", + "tools/x64/ilc/tools/it/McgEngine.resources.dll", + "tools/x64/ilc/tools/it/Microsoft.Build.ILTasks.resources.dll", + "tools/x64/ilc/tools/it/ReducerEngine.resources.dll", + "tools/x64/ilc/tools/it/TypeNameUtilities.resources.dll", + "tools/x64/ilc/tools/it/sg.resources.dll", + "tools/x64/ilc/tools/ja/CciExtensions.resources.dll", + "tools/x64/ilc/tools/ja/Gatekeeper.Engine.resources.dll", + "tools/x64/ilc/tools/ja/McgEngine.resources.dll", + "tools/x64/ilc/tools/ja/Microsoft.Build.ILTasks.resources.dll", + "tools/x64/ilc/tools/ja/ReducerEngine.resources.dll", + "tools/x64/ilc/tools/ja/TypeNameUtilities.resources.dll", + "tools/x64/ilc/tools/ja/sg.resources.dll", + "tools/x64/ilc/tools/ko/CciExtensions.resources.dll", + "tools/x64/ilc/tools/ko/Gatekeeper.Engine.resources.dll", + "tools/x64/ilc/tools/ko/McgEngine.resources.dll", + "tools/x64/ilc/tools/ko/Microsoft.Build.ILTasks.resources.dll", + "tools/x64/ilc/tools/ko/ReducerEngine.resources.dll", + "tools/x64/ilc/tools/ko/TypeNameUtilities.resources.dll", + "tools/x64/ilc/tools/ko/sg.resources.dll", + "tools/x64/ilc/tools/msdia.sxs.manifest", + "tools/x64/ilc/tools/msdia120.dll", + "tools/x64/ilc/tools/msobj140.dll", + "tools/x64/ilc/tools/mspdbcore.dll", + "tools/x64/ilc/tools/msvcdis140.dll", + "tools/x64/ilc/tools/msvcp140.dll", + "tools/x64/ilc/tools/nutc_driver.exe", + "tools/x64/ilc/tools/nutc_driver.exe.config", + "tools/x64/ilc/tools/pgocvt.exe", + "tools/x64/ilc/tools/pgodb140.dll", + "tools/x64/ilc/tools/pgomgr.exe", + "tools/x64/ilc/tools/pl/CciExtensions.resources.dll", + "tools/x64/ilc/tools/pl/Gatekeeper.Engine.resources.dll", + "tools/x64/ilc/tools/pl/McgEngine.resources.dll", + "tools/x64/ilc/tools/pl/Microsoft.Build.ILTasks.resources.dll", + "tools/x64/ilc/tools/pl/ReducerEngine.resources.dll", + "tools/x64/ilc/tools/pl/TypeNameUtilities.resources.dll", + "tools/x64/ilc/tools/pl/sg.resources.dll", + "tools/x64/ilc/tools/pt-BR/CciExtensions.resources.dll", + "tools/x64/ilc/tools/pt-BR/Gatekeeper.Engine.resources.dll", + "tools/x64/ilc/tools/pt-BR/McgEngine.resources.dll", + "tools/x64/ilc/tools/pt-BR/Microsoft.Build.ILTasks.resources.dll", + "tools/x64/ilc/tools/pt-BR/ReducerEngine.resources.dll", + "tools/x64/ilc/tools/pt-BR/TypeNameUtilities.resources.dll", + "tools/x64/ilc/tools/pt-BR/sg.resources.dll", + "tools/x64/ilc/tools/rhbind.exe", + "tools/x64/ilc/tools/ru/CciExtensions.resources.dll", + "tools/x64/ilc/tools/ru/Gatekeeper.Engine.resources.dll", + "tools/x64/ilc/tools/ru/McgEngine.resources.dll", + "tools/x64/ilc/tools/ru/Microsoft.Build.ILTasks.resources.dll", + "tools/x64/ilc/tools/ru/ReducerEngine.resources.dll", + "tools/x64/ilc/tools/ru/TypeNameUtilities.resources.dll", + "tools/x64/ilc/tools/ru/sg.resources.dll", + "tools/x64/ilc/tools/sg.exe", + "tools/x64/ilc/tools/sg.exe.config", + "tools/x64/ilc/tools/tr/CciExtensions.resources.dll", + "tools/x64/ilc/tools/tr/Gatekeeper.Engine.resources.dll", + "tools/x64/ilc/tools/tr/McgEngine.resources.dll", + "tools/x64/ilc/tools/tr/Microsoft.Build.ILTasks.resources.dll", + "tools/x64/ilc/tools/tr/ReducerEngine.resources.dll", + "tools/x64/ilc/tools/tr/TypeNameUtilities.resources.dll", + "tools/x64/ilc/tools/tr/sg.resources.dll", + "tools/x64/ilc/tools/ucrtbase.dll", + "tools/x64/ilc/tools/vcruntime140.dll", + "tools/x64/ilc/tools/zh-Hans/CciExtensions.resources.dll", + "tools/x64/ilc/tools/zh-Hans/Gatekeeper.Engine.resources.dll", + "tools/x64/ilc/tools/zh-Hans/McgEngine.resources.dll", + "tools/x64/ilc/tools/zh-Hans/Microsoft.Build.ILTasks.resources.dll", + "tools/x64/ilc/tools/zh-Hans/ReducerEngine.resources.dll", + "tools/x64/ilc/tools/zh-Hans/TypeNameUtilities.resources.dll", + "tools/x64/ilc/tools/zh-Hans/sg.resources.dll", + "tools/x64/ilc/tools/zh-Hant/CciExtensions.resources.dll", + "tools/x64/ilc/tools/zh-Hant/Gatekeeper.Engine.resources.dll", + "tools/x64/ilc/tools/zh-Hant/McgEngine.resources.dll", + "tools/x64/ilc/tools/zh-Hant/Microsoft.Build.ILTasks.resources.dll", + "tools/x64/ilc/tools/zh-Hant/ReducerEngine.resources.dll", + "tools/x64/ilc/tools/zh-Hant/TypeNameUtilities.resources.dll", + "tools/x64/ilc/tools/zh-Hant/sg.resources.dll", + "tools/x64/ilc/tr/Ilc.resources.dll", + "tools/x64/ilc/zh-Hans/Ilc.resources.dll", + "tools/x64/ilc/zh-Hant/Ilc.resources.dll", + "tools/x64/mrt100etw.dll", + "tools/x86/etwevents.man", + "tools/x86/ilc/IlcInternals.settings.targets", + "tools/x86/ilc/IlcInternals.targets", + "tools/x86/ilc/Microsoft.Cci.dll", + "tools/x86/ilc/cs/Ilc.resources.dll", + "tools/x86/ilc/csc/Microsoft.CodeAnalysis.CSharp.dll", + "tools/x86/ilc/csc/Microsoft.CodeAnalysis.dll", + "tools/x86/ilc/csc/Microsoft.DiaSymReader.Native.amd64.dll", + "tools/x86/ilc/csc/Microsoft.DiaSymReader.Native.x86.dll", + "tools/x86/ilc/csc/System.AppContext.dll", + "tools/x86/ilc/csc/System.Collections.Immutable.dll", + "tools/x86/ilc/csc/System.Diagnostics.StackTrace.dll", + "tools/x86/ilc/csc/System.IO.FileSystem.Primitives.dll", + "tools/x86/ilc/csc/System.IO.FileSystem.dll", + "tools/x86/ilc/csc/System.Reflection.Metadata.dll", + "tools/x86/ilc/csc/csc.exe", + "tools/x86/ilc/csc/csc.exe.config", + "tools/x86/ilc/de/Ilc.resources.dll", + "tools/x86/ilc/es/Ilc.resources.dll", + "tools/x86/ilc/fr/Ilc.resources.dll", + "tools/x86/ilc/ilc.exe", + "tools/x86/ilc/ilc.exe.config", + "tools/x86/ilc/it/Ilc.resources.dll", + "tools/x86/ilc/ja/Ilc.resources.dll", + "tools/x86/ilc/ko/Ilc.resources.dll", + "tools/x86/ilc/lib/MSCRT/api-ms-win-crt-convert-l1-1-0.dll", + "tools/x86/ilc/lib/MSCRT/api-ms-win-crt-heap-l1-1-0.dll", + "tools/x86/ilc/lib/MSCRT/api-ms-win-crt-math-l1-1-0.dll", + "tools/x86/ilc/lib/MSCRT/api-ms-win-crt-runtime-l1-1-0.dll", + "tools/x86/ilc/lib/MSCRT/api-ms-win-crt-stdio-l1-1-0.dll", + "tools/x86/ilc/lib/MSCRT/api-ms-win-crt-string-l1-1-0.dll", + "tools/x86/ilc/lib/MSCRT/ucrtbase.dll", + "tools/x86/ilc/lib/MSCRT/vcruntime140_app.dll", + "tools/x86/ilc/lib/McgDependencies/System.Private.DispatchProxy.dll", + "tools/x86/ilc/lib/McgDependencies/System.Private.MCG.dll", + "tools/x86/ilc/lib/McgDependencies/System.Reflection.DispatchProxy.dll", + "tools/x86/ilc/lib/Native/Interop.Native.lib", + "tools/x86/ilc/lib/Native/TypeLoader.Native.lib", + "tools/x86/ilc/lib/Native/corelib.native.lib", + "tools/x86/ilc/lib/Native/pgort.lib", + "tools/x86/ilc/lib/Native/vmath.lib", + "tools/x86/ilc/lib/PreResolveDependencies/System.Private.CompatQuirks.dll", + "tools/x86/ilc/lib/PreResolveDependencies/System.Private.PortableServiceModelThunks.dll", + "tools/x86/ilc/lib/PreResolveDependencies/System.Private.PortableThunks.dll", + "tools/x86/ilc/lib/Private/System.Private.CompatQuirks.dll", + "tools/x86/ilc/lib/Private/System.Private.CompatQuirks.pdb", + "tools/x86/ilc/lib/Private/System.Private.CompilerServices.ICastable.dll", + "tools/x86/ilc/lib/Private/System.Private.CoreLib.Augments.dll", + "tools/x86/ilc/lib/Private/System.Private.CoreLib.CompilerServices.dll", + "tools/x86/ilc/lib/Private/System.Private.CoreLib.DeveloperExperience.dll", + "tools/x86/ilc/lib/Private/System.Private.CoreLib.Diagnostics.dll", + "tools/x86/ilc/lib/Private/System.Private.CoreLib.DynamicDelegate.dll", + "tools/x86/ilc/lib/Private/System.Private.CoreLib.InteropServices.dll", + "tools/x86/ilc/lib/Private/System.Private.CoreLib.Reflection.dll", + "tools/x86/ilc/lib/Private/System.Private.CoreLib.Threading.dll", + "tools/x86/ilc/lib/Private/System.Private.CoreLib.WinRTInterop.dll", + "tools/x86/ilc/lib/Private/System.Private.CoreLib.dll", + "tools/x86/ilc/lib/Private/System.Private.CoreLib.pdb", + "tools/x86/ilc/lib/Private/System.Private.DeveloperExperience.AppX.dll", + "tools/x86/ilc/lib/Private/System.Private.DeveloperExperience.AppX.pdb", + "tools/x86/ilc/lib/Private/System.Private.DeveloperExperience.Console.dll", + "tools/x86/ilc/lib/Private/System.Private.DeveloperExperience.Console.pdb", + "tools/x86/ilc/lib/Private/System.Private.DispatchProxy.dll", + "tools/x86/ilc/lib/Private/System.Private.ILToolchain.dll", + "tools/x86/ilc/lib/Private/System.Private.Interop.Extensions.dll", + "tools/x86/ilc/lib/Private/System.Private.Interop.dll", + "tools/x86/ilc/lib/Private/System.Private.Interop.pdb", + "tools/x86/ilc/lib/Private/System.Private.MCG.dll", + "tools/x86/ilc/lib/Private/System.Private.PortableServiceModelThunks.dll", + "tools/x86/ilc/lib/Private/System.Private.PortableServiceModelThunks.pdb", + "tools/x86/ilc/lib/Private/System.Private.PortableThunks.dll", + "tools/x86/ilc/lib/Private/System.Private.PortableThunks.pdb", + "tools/x86/ilc/lib/Private/System.Private.Reflection.Augments.dll", + "tools/x86/ilc/lib/Private/System.Private.Reflection.Core.dll", + "tools/x86/ilc/lib/Private/System.Private.Reflection.Core.pdb", + "tools/x86/ilc/lib/Private/System.Private.Reflection.Execution.dll", + "tools/x86/ilc/lib/Private/System.Private.Reflection.Execution.pdb", + "tools/x86/ilc/lib/Private/System.Private.Reflection.Extensibility.dll", + "tools/x86/ilc/lib/Private/System.Private.Reflection.Metadata.dll", + "tools/x86/ilc/lib/Private/System.Private.Reflection.Metadata.pdb", + "tools/x86/ilc/lib/Private/System.Private.Reflection.MissingMetadataException.dll", + "tools/x86/ilc/lib/Private/System.Private.Reflection.dll", + "tools/x86/ilc/lib/Private/System.Private.Reflection.pdb", + "tools/x86/ilc/lib/Private/System.Private.StackTraceGenerator.dll", + "tools/x86/ilc/lib/Private/System.Private.StackTraceGenerator.pdb", + "tools/x86/ilc/lib/Private/System.Private.Threading.AsyncCausalitySupport.dll", + "tools/x86/ilc/lib/Private/System.Private.Threading.dll", + "tools/x86/ilc/lib/Private/System.Private.Threading.pdb", + "tools/x86/ilc/lib/Private/System.Private.TypeLoader.dll", + "tools/x86/ilc/lib/Private/System.Private.TypeLoader.pdb", + "tools/x86/ilc/lib/Private/System.Private.WinRTInterop.CoreLib.dll", + "tools/x86/ilc/lib/Private/System.Private.WinRTInterop.CoreLib.pdb", + "tools/x86/ilc/lib/Runtime/mrt100_app.dll", + "tools/x86/ilc/lib/Runtime/mrt100_app.pdb", + "tools/x86/ilc/pl/Ilc.resources.dll", + "tools/x86/ilc/pt-BR/Ilc.resources.dll", + "tools/x86/ilc/ru/Ilc.resources.dll", + "tools/x86/ilc/tools/1028/nutcui.dll", + "tools/x86/ilc/tools/1028/rhbindui.dll", + "tools/x86/ilc/tools/1029/nutcui.dll", + "tools/x86/ilc/tools/1029/rhbindui.dll", + "tools/x86/ilc/tools/1031/nutcui.dll", + "tools/x86/ilc/tools/1031/rhbindui.dll", + "tools/x86/ilc/tools/1033/nutcui.dll", + "tools/x86/ilc/tools/1033/rhbindui.dll", + "tools/x86/ilc/tools/1036/nutcui.dll", + "tools/x86/ilc/tools/1036/rhbindui.dll", + "tools/x86/ilc/tools/1040/nutcui.dll", + "tools/x86/ilc/tools/1040/rhbindui.dll", + "tools/x86/ilc/tools/1041/nutcui.dll", + "tools/x86/ilc/tools/1041/rhbindui.dll", + "tools/x86/ilc/tools/1042/nutcui.dll", + "tools/x86/ilc/tools/1042/rhbindui.dll", + "tools/x86/ilc/tools/1045/nutcui.dll", + "tools/x86/ilc/tools/1045/rhbindui.dll", + "tools/x86/ilc/tools/1046/nutcui.dll", + "tools/x86/ilc/tools/1046/rhbindui.dll", + "tools/x86/ilc/tools/1049/nutcui.dll", + "tools/x86/ilc/tools/1049/rhbindui.dll", + "tools/x86/ilc/tools/1055/nutcui.dll", + "tools/x86/ilc/tools/1055/rhbindui.dll", + "tools/x86/ilc/tools/2052/nutcui.dll", + "tools/x86/ilc/tools/2052/rhbindui.dll", + "tools/x86/ilc/tools/3082/nutcui.dll", + "tools/x86/ilc/tools/3082/rhbindui.dll", + "tools/x86/ilc/tools/CciExtensions.dll", + "tools/x86/ilc/tools/Gatekeeper.Engine.dll", + "tools/x86/ilc/tools/Gatekeeper.exe", + "tools/x86/ilc/tools/Gatekeeper.exe.config", + "tools/x86/ilc/tools/GatekeeperConfig.xml", + "tools/x86/ilc/tools/McgCodeDom.dll", + "tools/x86/ilc/tools/McgEngine.dll", + "tools/x86/ilc/tools/MdTransform.dll", + "tools/x86/ilc/tools/MethodBodyEditor.dll", + "tools/x86/ilc/tools/Microsoft.Build.ILTasks.dll", + "tools/x86/ilc/tools/Microsoft.Cci.dll", + "tools/x86/ilc/tools/Microsoft.DiaSymReader.Converter.dll", + "tools/x86/ilc/tools/Microsoft.DiaSymReader.dll", + "tools/x86/ilc/tools/Microsoft.Diagnostics.Tracing.EventSource.dll", + "tools/x86/ilc/tools/Microsoft.NetNative.IL2IL.dll", + "tools/x86/ilc/tools/Microsoft.NetNative.Instrumentation.dll", + "tools/x86/ilc/tools/Microsoft.VisualStudio.RemoteControl.dll", + "tools/x86/ilc/tools/Microsoft.VisualStudio.Telemetry.dll", + "tools/x86/ilc/tools/Microsoft.VisualStudio.Utilities.Internal.dll", + "tools/x86/ilc/tools/NativeFormatWriter.dll", + "tools/x86/ilc/tools/Newtonsoft.Json.dll", + "tools/x86/ilc/tools/ReducerEngine.dll", + "tools/x86/ilc/tools/System.Collections.Immutable.dll", + "tools/x86/ilc/tools/System.Reflection.Metadata.dll", + "tools/x86/ilc/tools/System.ValueTuple.dll", + "tools/x86/ilc/tools/TypeNameUtilities.dll", + "tools/x86/ilc/tools/WCFDispatchProxy.dll", + "tools/x86/ilc/tools/c2n.dll", + "tools/x86/ilc/tools/cs/CciExtensions.resources.dll", + "tools/x86/ilc/tools/cs/Gatekeeper.Engine.resources.dll", + "tools/x86/ilc/tools/cs/McgEngine.resources.dll", + "tools/x86/ilc/tools/cs/Microsoft.Build.ILTasks.resources.dll", + "tools/x86/ilc/tools/cs/ReducerEngine.resources.dll", + "tools/x86/ilc/tools/cs/TypeNameUtilities.resources.dll", + "tools/x86/ilc/tools/cs/sg.resources.dll", + "tools/x86/ilc/tools/de/CciExtensions.resources.dll", + "tools/x86/ilc/tools/de/Gatekeeper.Engine.resources.dll", + "tools/x86/ilc/tools/de/McgEngine.resources.dll", + "tools/x86/ilc/tools/de/Microsoft.Build.ILTasks.resources.dll", + "tools/x86/ilc/tools/de/ReducerEngine.resources.dll", + "tools/x86/ilc/tools/de/TypeNameUtilities.resources.dll", + "tools/x86/ilc/tools/de/sg.resources.dll", + "tools/x86/ilc/tools/es/CciExtensions.resources.dll", + "tools/x86/ilc/tools/es/Gatekeeper.Engine.resources.dll", + "tools/x86/ilc/tools/es/McgEngine.resources.dll", + "tools/x86/ilc/tools/es/Microsoft.Build.ILTasks.resources.dll", + "tools/x86/ilc/tools/es/ReducerEngine.resources.dll", + "tools/x86/ilc/tools/es/TypeNameUtilities.resources.dll", + "tools/x86/ilc/tools/es/sg.resources.dll", + "tools/x86/ilc/tools/fr/CciExtensions.resources.dll", + "tools/x86/ilc/tools/fr/Gatekeeper.Engine.resources.dll", + "tools/x86/ilc/tools/fr/McgEngine.resources.dll", + "tools/x86/ilc/tools/fr/Microsoft.Build.ILTasks.resources.dll", + "tools/x86/ilc/tools/fr/ReducerEngine.resources.dll", + "tools/x86/ilc/tools/fr/TypeNameUtilities.resources.dll", + "tools/x86/ilc/tools/fr/sg.resources.dll", + "tools/x86/ilc/tools/it/CciExtensions.resources.dll", + "tools/x86/ilc/tools/it/Gatekeeper.Engine.resources.dll", + "tools/x86/ilc/tools/it/McgEngine.resources.dll", + "tools/x86/ilc/tools/it/Microsoft.Build.ILTasks.resources.dll", + "tools/x86/ilc/tools/it/ReducerEngine.resources.dll", + "tools/x86/ilc/tools/it/TypeNameUtilities.resources.dll", + "tools/x86/ilc/tools/it/sg.resources.dll", + "tools/x86/ilc/tools/ja/CciExtensions.resources.dll", + "tools/x86/ilc/tools/ja/Gatekeeper.Engine.resources.dll", + "tools/x86/ilc/tools/ja/McgEngine.resources.dll", + "tools/x86/ilc/tools/ja/Microsoft.Build.ILTasks.resources.dll", + "tools/x86/ilc/tools/ja/ReducerEngine.resources.dll", + "tools/x86/ilc/tools/ja/TypeNameUtilities.resources.dll", + "tools/x86/ilc/tools/ja/sg.resources.dll", + "tools/x86/ilc/tools/ko/CciExtensions.resources.dll", + "tools/x86/ilc/tools/ko/Gatekeeper.Engine.resources.dll", + "tools/x86/ilc/tools/ko/McgEngine.resources.dll", + "tools/x86/ilc/tools/ko/Microsoft.Build.ILTasks.resources.dll", + "tools/x86/ilc/tools/ko/ReducerEngine.resources.dll", + "tools/x86/ilc/tools/ko/TypeNameUtilities.resources.dll", + "tools/x86/ilc/tools/ko/sg.resources.dll", + "tools/x86/ilc/tools/msdia.sxs.manifest", + "tools/x86/ilc/tools/msdia120.dll", + "tools/x86/ilc/tools/msobj140.dll", + "tools/x86/ilc/tools/mspdbcore.dll", + "tools/x86/ilc/tools/msvcdis140.dll", + "tools/x86/ilc/tools/msvcp140.dll", + "tools/x86/ilc/tools/nutc_driver.exe", + "tools/x86/ilc/tools/nutc_driver.exe.config", + "tools/x86/ilc/tools/pgocvt.exe", + "tools/x86/ilc/tools/pgodb140.dll", + "tools/x86/ilc/tools/pgomgr.exe", + "tools/x86/ilc/tools/pl/CciExtensions.resources.dll", + "tools/x86/ilc/tools/pl/Gatekeeper.Engine.resources.dll", + "tools/x86/ilc/tools/pl/McgEngine.resources.dll", + "tools/x86/ilc/tools/pl/Microsoft.Build.ILTasks.resources.dll", + "tools/x86/ilc/tools/pl/ReducerEngine.resources.dll", + "tools/x86/ilc/tools/pl/TypeNameUtilities.resources.dll", + "tools/x86/ilc/tools/pl/sg.resources.dll", + "tools/x86/ilc/tools/pt-BR/CciExtensions.resources.dll", + "tools/x86/ilc/tools/pt-BR/Gatekeeper.Engine.resources.dll", + "tools/x86/ilc/tools/pt-BR/McgEngine.resources.dll", + "tools/x86/ilc/tools/pt-BR/Microsoft.Build.ILTasks.resources.dll", + "tools/x86/ilc/tools/pt-BR/ReducerEngine.resources.dll", + "tools/x86/ilc/tools/pt-BR/TypeNameUtilities.resources.dll", + "tools/x86/ilc/tools/pt-BR/sg.resources.dll", + "tools/x86/ilc/tools/rhbind.exe", + "tools/x86/ilc/tools/ru/CciExtensions.resources.dll", + "tools/x86/ilc/tools/ru/Gatekeeper.Engine.resources.dll", + "tools/x86/ilc/tools/ru/McgEngine.resources.dll", + "tools/x86/ilc/tools/ru/Microsoft.Build.ILTasks.resources.dll", + "tools/x86/ilc/tools/ru/ReducerEngine.resources.dll", + "tools/x86/ilc/tools/ru/TypeNameUtilities.resources.dll", + "tools/x86/ilc/tools/ru/sg.resources.dll", + "tools/x86/ilc/tools/sg.exe", + "tools/x86/ilc/tools/sg.exe.config", + "tools/x86/ilc/tools/tr/CciExtensions.resources.dll", + "tools/x86/ilc/tools/tr/Gatekeeper.Engine.resources.dll", + "tools/x86/ilc/tools/tr/McgEngine.resources.dll", + "tools/x86/ilc/tools/tr/Microsoft.Build.ILTasks.resources.dll", + "tools/x86/ilc/tools/tr/ReducerEngine.resources.dll", + "tools/x86/ilc/tools/tr/TypeNameUtilities.resources.dll", + "tools/x86/ilc/tools/tr/sg.resources.dll", + "tools/x86/ilc/tools/ucrtbase.dll", + "tools/x86/ilc/tools/vcruntime140.dll", + "tools/x86/ilc/tools/zh-Hans/CciExtensions.resources.dll", + "tools/x86/ilc/tools/zh-Hans/Gatekeeper.Engine.resources.dll", + "tools/x86/ilc/tools/zh-Hans/McgEngine.resources.dll", + "tools/x86/ilc/tools/zh-Hans/Microsoft.Build.ILTasks.resources.dll", + "tools/x86/ilc/tools/zh-Hans/ReducerEngine.resources.dll", + "tools/x86/ilc/tools/zh-Hans/TypeNameUtilities.resources.dll", + "tools/x86/ilc/tools/zh-Hans/sg.resources.dll", + "tools/x86/ilc/tools/zh-Hant/CciExtensions.resources.dll", + "tools/x86/ilc/tools/zh-Hant/Gatekeeper.Engine.resources.dll", + "tools/x86/ilc/tools/zh-Hant/McgEngine.resources.dll", + "tools/x86/ilc/tools/zh-Hant/Microsoft.Build.ILTasks.resources.dll", + "tools/x86/ilc/tools/zh-Hant/ReducerEngine.resources.dll", + "tools/x86/ilc/tools/zh-Hant/TypeNameUtilities.resources.dll", + "tools/x86/ilc/tools/zh-Hant/sg.resources.dll", + "tools/x86/ilc/tr/Ilc.resources.dll", + "tools/x86/ilc/zh-Hans/Ilc.resources.dll", + "tools/x86/ilc/zh-Hant/Ilc.resources.dll", + "tools/x86/mrt100etw.dll" ] }, - "Microsoft.NETCore.Platforms/1.0.0": { - "sha512": "0N77OwGZpXqUco2C/ynv1os7HqdFYifvNIbveLDKqL5PZaz05Rl9enCwVBjF61aumHKueLWIJ3prnmdAXxww4A==", - "type": "Package", + "Microsoft.Net.Native.SharedLibrary-arm/1.7.0": { + "sha512": "eI4KNNMOpgpBkdXHFgmXD2l5gNdJJOV+ntN1Fwwnm93Rr7pmD8MGssJpI7wo7+uieaFIfAZ2waZjEnRR4Uu90A==", + "type": "package", + "path": "microsoft.net.native.sharedlibrary-arm/1.7.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "Microsoft.NETCore.Platforms.nuspec", - "package/services/metadata/core-properties/36b51d4c6b524527902ff1a182a64e42.psmdcp", + "Microsoft.Net.Native.SharedLibrary-arm.1.7.0.nupkg.sha512", + "Microsoft.Net.Native.SharedLibrary-arm.nuspec", + "build/Microsoft.Net.Native.SharedLibrary-arm.props", + "build/Microsoft.Net.Native.SharedLibrary-arm.targets", + "tools/SharedLibrary/chk/AnalysisILToc/System.Collections.Concurrent.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Collections.Concurrent.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Collections.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Collections.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Diagnostics.Tracing.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Diagnostics.Tracing.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Dynamic.Runtime.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Dynamic.Runtime.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.IO.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.IO.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Linq.Expressions.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Linq.Expressions.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Linq.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Linq.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.ObjectModel.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.ObjectModel.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.CoreLib.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.CoreLib.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Interop.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Interop.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Core.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Core.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Execution.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Execution.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Metadata.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Metadata.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.SharedLibrary.Interop.Generated.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.SharedLibrary.Interop.Generated.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Threading.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Threading.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.TypeLoader.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.TypeLoader.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Uri.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Uri.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Reflection.Extensions.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Reflection.Extensions.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Reflection.Primitives.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Reflection.Primitives.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Reflection.TypeExtensions.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Reflection.TypeExtensions.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Resources.ResourceManager.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Resources.ResourceManager.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Runtime.Extensions.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Runtime.Extensions.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Runtime.Implementation.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Runtime.Implementation.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Text.RegularExpressions.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Text.RegularExpressions.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Collections.Concurrent.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Collections.Concurrent.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Collections.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Collections.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Diagnostics.Tracing.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Diagnostics.Tracing.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Dynamic.Runtime.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Dynamic.Runtime.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.IO.iltoc", + "tools/SharedLibrary/chk/ILToc/System.IO.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Linq.Expressions.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Linq.Expressions.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Linq.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Linq.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.ObjectModel.iltoc", + "tools/SharedLibrary/chk/ILToc/System.ObjectModel.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Private.CoreLib.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Private.CoreLib.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Private.Interop.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Private.Interop.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Core.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Core.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Execution.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Execution.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Metadata.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Metadata.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Private.SharedLibrary.Interop.Generated.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Private.SharedLibrary.Interop.Generated.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Private.Threading.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Private.Threading.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Private.TypeLoader.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Private.TypeLoader.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Private.Uri.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Private.Uri.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Reflection.Extensions.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Reflection.Extensions.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Reflection.Primitives.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Reflection.Primitives.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Reflection.TypeExtensions.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Reflection.TypeExtensions.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Resources.ResourceManager.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Resources.ResourceManager.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Runtime.Extensions.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Runtime.Extensions.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Runtime.Implementation.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Runtime.Implementation.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Text.RegularExpressions.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Text.RegularExpressions.iltocpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Collections.Concurrent.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Collections.Concurrent.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Collections.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Collections.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Diagnostics.Tracing.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Diagnostics.Tracing.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Dynamic.Runtime.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Dynamic.Runtime.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.IO.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.IO.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Linq.Expressions.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Linq.Expressions.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Linq.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Linq.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.ObjectModel.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.ObjectModel.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Private.CoreLib.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Private.CoreLib.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Interop.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Interop.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Core.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Core.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Execution.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Execution.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Metadata.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Metadata.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Private.SharedLibrary.Interop.Generated.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Private.SharedLibrary.Interop.Generated.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Threading.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Threading.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Private.TypeLoader.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Private.TypeLoader.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Uri.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Uri.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Reflection.Extensions.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Reflection.Extensions.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Reflection.Primitives.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Reflection.Primitives.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Reflection.TypeExtensions.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Reflection.TypeExtensions.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Resources.ResourceManager.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Resources.ResourceManager.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Runtime.Extensions.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Runtime.Extensions.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Runtime.Implementation.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Runtime.Implementation.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Text.RegularExpressions.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Text.RegularExpressions.ilpdb", + "tools/SharedLibrary/chk/MDIL/SharedLibrary.mdildll", + "tools/SharedLibrary/chk/MDIL/SharedLibrary.mdilpdb", + "tools/SharedLibrary/chk/Native/Microsoft.NET.Native.Framework.Debug.1.7.appx", + "tools/SharedLibrary/chk/Native/SharedLibrary.dll", + "tools/SharedLibrary/chk/Native/SharedLibrary.pdb", + "tools/SharedLibrary/chk/ResW/FxResources.System.Collections.Concurrent.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Collections.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Diagnostics.Tracing.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Dynamic.Runtime.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.IO.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Linq.Expressions.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Linq.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.ObjectModel.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Private.CoreLib.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Private.Interop.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Private.Reflection.Core.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Private.Reflection.Execution.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Private.Reflection.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Private.Threading.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Private.TypeLoader.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Private.Uri.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Reflection.Extensions.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Reflection.TypeExtensions.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Resources.ResourceManager.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Runtime.Extensions.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Text.RegularExpressions.SR.resw", + "tools/SharedLibrary/chk/SharedAssemblyILMergeInfo.csv", + "tools/SharedLibrary/chk/SharedAssemblyList.txt", + "tools/SharedLibrary/chk/SharedLibrary.iltransformtoc.ildll", + "tools/SharedLibrary/chk/Toc/System.Collections.Concurrent.toc", + "tools/SharedLibrary/chk/Toc/System.Collections.toc", + "tools/SharedLibrary/chk/Toc/System.Diagnostics.Tracing.toc", + "tools/SharedLibrary/chk/Toc/System.Dynamic.Runtime.toc", + "tools/SharedLibrary/chk/Toc/System.IO.toc", + "tools/SharedLibrary/chk/Toc/System.Linq.Expressions.toc", + "tools/SharedLibrary/chk/Toc/System.Linq.toc", + "tools/SharedLibrary/chk/Toc/System.ObjectModel.toc", + "tools/SharedLibrary/chk/Toc/System.Private.CoreLib.toc", + "tools/SharedLibrary/chk/Toc/System.Private.Interop.toc", + "tools/SharedLibrary/chk/Toc/System.Private.Reflection.Core.toc", + "tools/SharedLibrary/chk/Toc/System.Private.Reflection.Execution.toc", + "tools/SharedLibrary/chk/Toc/System.Private.Reflection.Metadata.toc", + "tools/SharedLibrary/chk/Toc/System.Private.Reflection.toc", + "tools/SharedLibrary/chk/Toc/System.Private.SharedLibrary.Interop.Generated.toc", + "tools/SharedLibrary/chk/Toc/System.Private.Threading.toc", + "tools/SharedLibrary/chk/Toc/System.Private.TypeLoader.toc", + "tools/SharedLibrary/chk/Toc/System.Private.Uri.toc", + "tools/SharedLibrary/chk/Toc/System.Reflection.Extensions.toc", + "tools/SharedLibrary/chk/Toc/System.Reflection.Primitives.toc", + "tools/SharedLibrary/chk/Toc/System.Reflection.TypeExtensions.toc", + "tools/SharedLibrary/chk/Toc/System.Resources.ResourceManager.toc", + "tools/SharedLibrary/chk/Toc/System.Runtime.Extensions.toc", + "tools/SharedLibrary/chk/Toc/System.Runtime.Implementation.toc", + "tools/SharedLibrary/chk/Toc/System.Text.RegularExpressions.toc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Collections.Concurrent.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Collections.Concurrent.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Collections.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Collections.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Diagnostics.Tracing.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Diagnostics.Tracing.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Dynamic.Runtime.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Dynamic.Runtime.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.IO.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.IO.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Linq.Expressions.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Linq.Expressions.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Linq.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Linq.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.ObjectModel.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.ObjectModel.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.CoreLib.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.CoreLib.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Interop.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Interop.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Core.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Core.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Execution.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Execution.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Metadata.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Metadata.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.SharedLibrary.Interop.Generated.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.SharedLibrary.Interop.Generated.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Threading.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Threading.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.TypeLoader.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.TypeLoader.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Uri.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Uri.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Reflection.Extensions.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Reflection.Extensions.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Reflection.Primitives.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Reflection.Primitives.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Reflection.TypeExtensions.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Reflection.TypeExtensions.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Resources.ResourceManager.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Resources.ResourceManager.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Runtime.Extensions.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Runtime.Extensions.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Runtime.Implementation.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Runtime.Implementation.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Text.RegularExpressions.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Text.RegularExpressions.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Collections.Concurrent.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Collections.Concurrent.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Collections.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Collections.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Diagnostics.Tracing.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Diagnostics.Tracing.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Dynamic.Runtime.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Dynamic.Runtime.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.IO.iltoc", + "tools/SharedLibrary/ret/ILToc/System.IO.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Linq.Expressions.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Linq.Expressions.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Linq.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Linq.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.ObjectModel.iltoc", + "tools/SharedLibrary/ret/ILToc/System.ObjectModel.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Private.CoreLib.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Private.CoreLib.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Private.Interop.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Private.Interop.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Core.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Core.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Execution.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Execution.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Metadata.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Metadata.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Private.SharedLibrary.Interop.Generated.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Private.SharedLibrary.Interop.Generated.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Private.Threading.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Private.Threading.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Private.TypeLoader.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Private.TypeLoader.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Private.Uri.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Private.Uri.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Reflection.Extensions.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Reflection.Extensions.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Reflection.Primitives.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Reflection.Primitives.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Reflection.TypeExtensions.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Reflection.TypeExtensions.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Resources.ResourceManager.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Resources.ResourceManager.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Runtime.Extensions.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Runtime.Extensions.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Runtime.Implementation.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Runtime.Implementation.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Text.RegularExpressions.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Text.RegularExpressions.iltocpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Collections.Concurrent.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Collections.Concurrent.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Collections.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Collections.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Diagnostics.Tracing.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Diagnostics.Tracing.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Dynamic.Runtime.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Dynamic.Runtime.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.IO.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.IO.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Linq.Expressions.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Linq.Expressions.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Linq.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Linq.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.ObjectModel.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.ObjectModel.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Private.CoreLib.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Private.CoreLib.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Interop.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Interop.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Core.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Core.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Execution.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Execution.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Metadata.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Metadata.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Private.SharedLibrary.Interop.Generated.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Private.SharedLibrary.Interop.Generated.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Threading.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Threading.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Private.TypeLoader.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Private.TypeLoader.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Uri.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Uri.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Reflection.Extensions.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Reflection.Extensions.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Reflection.Primitives.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Reflection.Primitives.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Reflection.TypeExtensions.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Reflection.TypeExtensions.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Resources.ResourceManager.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Resources.ResourceManager.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Runtime.Extensions.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Runtime.Extensions.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Runtime.Implementation.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Runtime.Implementation.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Text.RegularExpressions.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Text.RegularExpressions.ilpdb", + "tools/SharedLibrary/ret/MDIL/SharedLibrary.mdildll", + "tools/SharedLibrary/ret/MDIL/SharedLibrary.mdilpdb", + "tools/SharedLibrary/ret/Native/Microsoft.NET.Native.Framework.1.7.appx", + "tools/SharedLibrary/ret/Native/SharedLibrary.dll", + "tools/SharedLibrary/ret/Native/SharedLibrary.pdb", + "tools/SharedLibrary/ret/SharedAssemblyILMergeInfo.csv", + "tools/SharedLibrary/ret/SharedAssemblyList.txt", + "tools/SharedLibrary/ret/SharedLibrary.iltransformtoc.ildll", + "tools/SharedLibrary/ret/Toc/System.Collections.Concurrent.toc", + "tools/SharedLibrary/ret/Toc/System.Collections.toc", + "tools/SharedLibrary/ret/Toc/System.Diagnostics.Tracing.toc", + "tools/SharedLibrary/ret/Toc/System.Dynamic.Runtime.toc", + "tools/SharedLibrary/ret/Toc/System.IO.toc", + "tools/SharedLibrary/ret/Toc/System.Linq.Expressions.toc", + "tools/SharedLibrary/ret/Toc/System.Linq.toc", + "tools/SharedLibrary/ret/Toc/System.ObjectModel.toc", + "tools/SharedLibrary/ret/Toc/System.Private.CoreLib.toc", + "tools/SharedLibrary/ret/Toc/System.Private.Interop.toc", + "tools/SharedLibrary/ret/Toc/System.Private.Reflection.Core.toc", + "tools/SharedLibrary/ret/Toc/System.Private.Reflection.Execution.toc", + "tools/SharedLibrary/ret/Toc/System.Private.Reflection.Metadata.toc", + "tools/SharedLibrary/ret/Toc/System.Private.Reflection.toc", + "tools/SharedLibrary/ret/Toc/System.Private.SharedLibrary.Interop.Generated.toc", + "tools/SharedLibrary/ret/Toc/System.Private.Threading.toc", + "tools/SharedLibrary/ret/Toc/System.Private.TypeLoader.toc", + "tools/SharedLibrary/ret/Toc/System.Private.Uri.toc", + "tools/SharedLibrary/ret/Toc/System.Reflection.Extensions.toc", + "tools/SharedLibrary/ret/Toc/System.Reflection.Primitives.toc", + "tools/SharedLibrary/ret/Toc/System.Reflection.TypeExtensions.toc", + "tools/SharedLibrary/ret/Toc/System.Resources.ResourceManager.toc", + "tools/SharedLibrary/ret/Toc/System.Runtime.Extensions.toc", + "tools/SharedLibrary/ret/Toc/System.Runtime.Implementation.toc", + "tools/SharedLibrary/ret/Toc/System.Text.RegularExpressions.toc" + ] + }, + "Microsoft.Net.Native.SharedLibrary-x64/1.7.0": { + "sha512": "3nrUuvayvlOdmx7yzUBu2PzKeQmZ0mwqhMfarOzt6X1tKjIrOONCFqH148rP7TgQDJBfKVSShB1f+BedF69emw==", + "type": "package", + "path": "microsoft.net.native.sharedlibrary-x64/1.7.0", + "files": [ + "Microsoft.Net.Native.SharedLibrary-x64.1.7.0.nupkg.sha512", + "Microsoft.Net.Native.SharedLibrary-x64.nuspec", + "build/Microsoft.Net.Native.SharedLibrary-x64.props", + "build/Microsoft.Net.Native.SharedLibrary-x64.targets", + "tools/SharedLibrary/chk/AnalysisILToc/System.Collections.Concurrent.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Collections.Concurrent.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Collections.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Collections.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Diagnostics.Tracing.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Diagnostics.Tracing.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Dynamic.Runtime.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Dynamic.Runtime.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.IO.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.IO.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Linq.Expressions.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Linq.Expressions.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Linq.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Linq.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.ObjectModel.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.ObjectModel.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.CoreLib.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.CoreLib.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Interop.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Interop.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Core.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Core.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Execution.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Execution.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Metadata.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Metadata.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.SharedLibrary.Interop.Generated.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.SharedLibrary.Interop.Generated.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Threading.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Threading.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.TypeLoader.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.TypeLoader.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Uri.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Uri.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Reflection.Extensions.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Reflection.Extensions.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Reflection.Primitives.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Reflection.Primitives.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Reflection.TypeExtensions.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Reflection.TypeExtensions.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Resources.ResourceManager.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Resources.ResourceManager.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Runtime.Extensions.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Runtime.Extensions.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Runtime.Implementation.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Runtime.Implementation.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Text.RegularExpressions.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Text.RegularExpressions.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Collections.Concurrent.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Collections.Concurrent.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Collections.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Collections.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Diagnostics.Tracing.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Diagnostics.Tracing.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Dynamic.Runtime.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Dynamic.Runtime.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.IO.iltoc", + "tools/SharedLibrary/chk/ILToc/System.IO.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Linq.Expressions.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Linq.Expressions.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Linq.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Linq.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.ObjectModel.iltoc", + "tools/SharedLibrary/chk/ILToc/System.ObjectModel.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Private.CoreLib.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Private.CoreLib.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Private.Interop.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Private.Interop.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Core.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Core.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Execution.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Execution.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Metadata.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Metadata.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Private.SharedLibrary.Interop.Generated.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Private.SharedLibrary.Interop.Generated.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Private.Threading.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Private.Threading.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Private.TypeLoader.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Private.TypeLoader.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Private.Uri.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Private.Uri.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Reflection.Extensions.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Reflection.Extensions.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Reflection.Primitives.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Reflection.Primitives.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Reflection.TypeExtensions.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Reflection.TypeExtensions.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Resources.ResourceManager.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Resources.ResourceManager.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Runtime.Extensions.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Runtime.Extensions.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Runtime.Implementation.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Runtime.Implementation.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Text.RegularExpressions.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Text.RegularExpressions.iltocpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Collections.Concurrent.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Collections.Concurrent.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Collections.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Collections.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Diagnostics.Tracing.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Diagnostics.Tracing.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Dynamic.Runtime.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Dynamic.Runtime.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.IO.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.IO.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Linq.Expressions.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Linq.Expressions.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Linq.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Linq.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.ObjectModel.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.ObjectModel.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Private.CoreLib.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Private.CoreLib.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Interop.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Interop.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Core.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Core.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Execution.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Execution.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Metadata.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Metadata.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Private.SharedLibrary.Interop.Generated.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Private.SharedLibrary.Interop.Generated.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Threading.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Threading.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Private.TypeLoader.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Private.TypeLoader.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Uri.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Uri.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Reflection.Extensions.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Reflection.Extensions.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Reflection.Primitives.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Reflection.Primitives.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Reflection.TypeExtensions.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Reflection.TypeExtensions.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Resources.ResourceManager.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Resources.ResourceManager.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Runtime.Extensions.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Runtime.Extensions.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Runtime.Implementation.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Runtime.Implementation.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Text.RegularExpressions.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Text.RegularExpressions.ilpdb", + "tools/SharedLibrary/chk/MDIL/SharedLibrary.mdildll", + "tools/SharedLibrary/chk/MDIL/SharedLibrary.mdilpdb", + "tools/SharedLibrary/chk/Native/Microsoft.NET.Native.Framework.Debug.1.7.appx", + "tools/SharedLibrary/chk/Native/SharedLibrary.dll", + "tools/SharedLibrary/chk/Native/SharedLibrary.pdb", + "tools/SharedLibrary/chk/ResW/FxResources.System.Collections.Concurrent.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Collections.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Diagnostics.Tracing.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Dynamic.Runtime.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.IO.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Linq.Expressions.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Linq.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.ObjectModel.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Private.CoreLib.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Private.Interop.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Private.Reflection.Core.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Private.Reflection.Execution.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Private.Reflection.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Private.Threading.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Private.TypeLoader.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Private.Uri.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Reflection.Extensions.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Reflection.TypeExtensions.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Resources.ResourceManager.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Runtime.Extensions.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Text.RegularExpressions.SR.resw", + "tools/SharedLibrary/chk/SharedAssemblyILMergeInfo.csv", + "tools/SharedLibrary/chk/SharedAssemblyList.txt", + "tools/SharedLibrary/chk/SharedLibrary.iltransformtoc.ildll", + "tools/SharedLibrary/chk/Toc/System.Collections.Concurrent.toc", + "tools/SharedLibrary/chk/Toc/System.Collections.toc", + "tools/SharedLibrary/chk/Toc/System.Diagnostics.Tracing.toc", + "tools/SharedLibrary/chk/Toc/System.Dynamic.Runtime.toc", + "tools/SharedLibrary/chk/Toc/System.IO.toc", + "tools/SharedLibrary/chk/Toc/System.Linq.Expressions.toc", + "tools/SharedLibrary/chk/Toc/System.Linq.toc", + "tools/SharedLibrary/chk/Toc/System.ObjectModel.toc", + "tools/SharedLibrary/chk/Toc/System.Private.CoreLib.toc", + "tools/SharedLibrary/chk/Toc/System.Private.Interop.toc", + "tools/SharedLibrary/chk/Toc/System.Private.Reflection.Core.toc", + "tools/SharedLibrary/chk/Toc/System.Private.Reflection.Execution.toc", + "tools/SharedLibrary/chk/Toc/System.Private.Reflection.Metadata.toc", + "tools/SharedLibrary/chk/Toc/System.Private.Reflection.toc", + "tools/SharedLibrary/chk/Toc/System.Private.SharedLibrary.Interop.Generated.toc", + "tools/SharedLibrary/chk/Toc/System.Private.Threading.toc", + "tools/SharedLibrary/chk/Toc/System.Private.TypeLoader.toc", + "tools/SharedLibrary/chk/Toc/System.Private.Uri.toc", + "tools/SharedLibrary/chk/Toc/System.Reflection.Extensions.toc", + "tools/SharedLibrary/chk/Toc/System.Reflection.Primitives.toc", + "tools/SharedLibrary/chk/Toc/System.Reflection.TypeExtensions.toc", + "tools/SharedLibrary/chk/Toc/System.Resources.ResourceManager.toc", + "tools/SharedLibrary/chk/Toc/System.Runtime.Extensions.toc", + "tools/SharedLibrary/chk/Toc/System.Runtime.Implementation.toc", + "tools/SharedLibrary/chk/Toc/System.Text.RegularExpressions.toc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Collections.Concurrent.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Collections.Concurrent.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Collections.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Collections.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Diagnostics.Tracing.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Diagnostics.Tracing.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Dynamic.Runtime.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Dynamic.Runtime.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.IO.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.IO.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Linq.Expressions.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Linq.Expressions.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Linq.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Linq.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.ObjectModel.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.ObjectModel.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.CoreLib.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.CoreLib.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Interop.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Interop.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Core.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Core.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Execution.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Execution.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Metadata.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Metadata.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.SharedLibrary.Interop.Generated.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.SharedLibrary.Interop.Generated.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Threading.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Threading.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.TypeLoader.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.TypeLoader.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Uri.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Uri.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Reflection.Extensions.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Reflection.Extensions.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Reflection.Primitives.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Reflection.Primitives.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Reflection.TypeExtensions.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Reflection.TypeExtensions.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Resources.ResourceManager.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Resources.ResourceManager.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Runtime.Extensions.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Runtime.Extensions.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Runtime.Implementation.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Runtime.Implementation.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Text.RegularExpressions.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Text.RegularExpressions.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Collections.Concurrent.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Collections.Concurrent.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Collections.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Collections.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Diagnostics.Tracing.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Diagnostics.Tracing.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Dynamic.Runtime.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Dynamic.Runtime.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.IO.iltoc", + "tools/SharedLibrary/ret/ILToc/System.IO.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Linq.Expressions.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Linq.Expressions.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Linq.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Linq.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.ObjectModel.iltoc", + "tools/SharedLibrary/ret/ILToc/System.ObjectModel.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Private.CoreLib.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Private.CoreLib.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Private.Interop.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Private.Interop.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Core.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Core.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Execution.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Execution.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Metadata.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Metadata.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Private.SharedLibrary.Interop.Generated.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Private.SharedLibrary.Interop.Generated.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Private.Threading.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Private.Threading.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Private.TypeLoader.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Private.TypeLoader.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Private.Uri.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Private.Uri.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Reflection.Extensions.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Reflection.Extensions.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Reflection.Primitives.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Reflection.Primitives.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Reflection.TypeExtensions.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Reflection.TypeExtensions.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Resources.ResourceManager.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Resources.ResourceManager.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Runtime.Extensions.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Runtime.Extensions.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Runtime.Implementation.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Runtime.Implementation.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Text.RegularExpressions.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Text.RegularExpressions.iltocpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Collections.Concurrent.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Collections.Concurrent.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Collections.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Collections.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Diagnostics.Tracing.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Diagnostics.Tracing.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Dynamic.Runtime.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Dynamic.Runtime.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.IO.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.IO.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Linq.Expressions.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Linq.Expressions.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Linq.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Linq.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.ObjectModel.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.ObjectModel.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Private.CoreLib.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Private.CoreLib.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Interop.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Interop.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Core.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Core.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Execution.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Execution.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Metadata.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Metadata.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Private.SharedLibrary.Interop.Generated.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Private.SharedLibrary.Interop.Generated.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Threading.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Threading.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Private.TypeLoader.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Private.TypeLoader.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Uri.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Uri.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Reflection.Extensions.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Reflection.Extensions.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Reflection.Primitives.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Reflection.Primitives.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Reflection.TypeExtensions.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Reflection.TypeExtensions.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Resources.ResourceManager.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Resources.ResourceManager.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Runtime.Extensions.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Runtime.Extensions.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Runtime.Implementation.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Runtime.Implementation.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Text.RegularExpressions.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Text.RegularExpressions.ilpdb", + "tools/SharedLibrary/ret/MDIL/SharedLibrary.mdildll", + "tools/SharedLibrary/ret/MDIL/SharedLibrary.mdilpdb", + "tools/SharedLibrary/ret/Native/Microsoft.NET.Native.Framework.1.7.appx", + "tools/SharedLibrary/ret/Native/SharedLibrary.dll", + "tools/SharedLibrary/ret/Native/SharedLibrary.pdb", + "tools/SharedLibrary/ret/SharedAssemblyILMergeInfo.csv", + "tools/SharedLibrary/ret/SharedAssemblyList.txt", + "tools/SharedLibrary/ret/SharedLibrary.iltransformtoc.ildll", + "tools/SharedLibrary/ret/Toc/System.Collections.Concurrent.toc", + "tools/SharedLibrary/ret/Toc/System.Collections.toc", + "tools/SharedLibrary/ret/Toc/System.Diagnostics.Tracing.toc", + "tools/SharedLibrary/ret/Toc/System.Dynamic.Runtime.toc", + "tools/SharedLibrary/ret/Toc/System.IO.toc", + "tools/SharedLibrary/ret/Toc/System.Linq.Expressions.toc", + "tools/SharedLibrary/ret/Toc/System.Linq.toc", + "tools/SharedLibrary/ret/Toc/System.ObjectModel.toc", + "tools/SharedLibrary/ret/Toc/System.Private.CoreLib.toc", + "tools/SharedLibrary/ret/Toc/System.Private.Interop.toc", + "tools/SharedLibrary/ret/Toc/System.Private.Reflection.Core.toc", + "tools/SharedLibrary/ret/Toc/System.Private.Reflection.Execution.toc", + "tools/SharedLibrary/ret/Toc/System.Private.Reflection.Metadata.toc", + "tools/SharedLibrary/ret/Toc/System.Private.Reflection.toc", + "tools/SharedLibrary/ret/Toc/System.Private.SharedLibrary.Interop.Generated.toc", + "tools/SharedLibrary/ret/Toc/System.Private.Threading.toc", + "tools/SharedLibrary/ret/Toc/System.Private.TypeLoader.toc", + "tools/SharedLibrary/ret/Toc/System.Private.Uri.toc", + "tools/SharedLibrary/ret/Toc/System.Reflection.Extensions.toc", + "tools/SharedLibrary/ret/Toc/System.Reflection.Primitives.toc", + "tools/SharedLibrary/ret/Toc/System.Reflection.TypeExtensions.toc", + "tools/SharedLibrary/ret/Toc/System.Resources.ResourceManager.toc", + "tools/SharedLibrary/ret/Toc/System.Runtime.Extensions.toc", + "tools/SharedLibrary/ret/Toc/System.Runtime.Implementation.toc", + "tools/SharedLibrary/ret/Toc/System.Text.RegularExpressions.toc" + ] + }, + "Microsoft.Net.Native.SharedLibrary-x86/1.7.0": { + "sha512": "nC682cBwXA/ITw1BKnPxMBp93uHHFPmG/X9P+mQt1yCJBXnEcNi7XzzOROmqMuNwwtk5ci/cQE4HQDytn3O39g==", + "type": "package", + "path": "microsoft.net.native.sharedlibrary-x86/1.7.0", + "files": [ + "Microsoft.Net.Native.SharedLibrary-x86.1.7.0.nupkg.sha512", + "Microsoft.Net.Native.SharedLibrary-x86.nuspec", + "build/Microsoft.Net.Native.SharedLibrary-x86.props", + "build/Microsoft.Net.Native.SharedLibrary-x86.targets", + "tools/SharedLibrary/chk/AnalysisILToc/System.Collections.Concurrent.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Collections.Concurrent.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Collections.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Collections.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Diagnostics.Tracing.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Diagnostics.Tracing.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Dynamic.Runtime.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Dynamic.Runtime.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.IO.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.IO.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Linq.Expressions.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Linq.Expressions.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Linq.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Linq.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.ObjectModel.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.ObjectModel.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.CoreLib.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.CoreLib.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Interop.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Interop.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Core.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Core.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Execution.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Execution.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Metadata.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.Metadata.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Reflection.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.SharedLibrary.Interop.Generated.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.SharedLibrary.Interop.Generated.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Threading.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Threading.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.TypeLoader.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.TypeLoader.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Uri.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Private.Uri.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Reflection.Extensions.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Reflection.Extensions.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Reflection.Primitives.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Reflection.Primitives.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Reflection.TypeExtensions.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Reflection.TypeExtensions.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Resources.ResourceManager.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Resources.ResourceManager.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Runtime.Extensions.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Runtime.Extensions.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Runtime.Implementation.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Runtime.Implementation.iltocpdb", + "tools/SharedLibrary/chk/AnalysisILToc/System.Text.RegularExpressions.iltoc", + "tools/SharedLibrary/chk/AnalysisILToc/System.Text.RegularExpressions.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Collections.Concurrent.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Collections.Concurrent.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Collections.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Collections.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Diagnostics.Tracing.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Diagnostics.Tracing.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Dynamic.Runtime.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Dynamic.Runtime.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.IO.iltoc", + "tools/SharedLibrary/chk/ILToc/System.IO.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Linq.Expressions.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Linq.Expressions.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Linq.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Linq.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.ObjectModel.iltoc", + "tools/SharedLibrary/chk/ILToc/System.ObjectModel.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Private.CoreLib.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Private.CoreLib.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Private.Interop.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Private.Interop.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Core.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Core.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Execution.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Execution.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Metadata.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.Metadata.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Private.Reflection.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Private.SharedLibrary.Interop.Generated.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Private.SharedLibrary.Interop.Generated.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Private.Threading.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Private.Threading.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Private.TypeLoader.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Private.TypeLoader.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Private.Uri.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Private.Uri.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Reflection.Extensions.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Reflection.Extensions.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Reflection.Primitives.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Reflection.Primitives.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Reflection.TypeExtensions.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Reflection.TypeExtensions.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Resources.ResourceManager.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Resources.ResourceManager.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Runtime.Extensions.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Runtime.Extensions.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Runtime.Implementation.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Runtime.Implementation.iltocpdb", + "tools/SharedLibrary/chk/ILToc/System.Text.RegularExpressions.iltoc", + "tools/SharedLibrary/chk/ILToc/System.Text.RegularExpressions.iltocpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Collections.Concurrent.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Collections.Concurrent.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Collections.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Collections.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Diagnostics.Tracing.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Diagnostics.Tracing.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Dynamic.Runtime.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Dynamic.Runtime.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.IO.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.IO.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Linq.Expressions.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Linq.Expressions.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Linq.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Linq.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.ObjectModel.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.ObjectModel.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Private.CoreLib.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Private.CoreLib.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Interop.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Interop.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Core.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Core.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Execution.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Execution.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Metadata.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.Metadata.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Reflection.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Private.SharedLibrary.Interop.Generated.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Private.SharedLibrary.Interop.Generated.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Threading.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Threading.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Private.TypeLoader.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Private.TypeLoader.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Uri.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Private.Uri.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Reflection.Extensions.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Reflection.Extensions.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Reflection.Primitives.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Reflection.Primitives.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Reflection.TypeExtensions.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Reflection.TypeExtensions.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Resources.ResourceManager.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Resources.ResourceManager.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Runtime.Extensions.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Runtime.Extensions.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Runtime.Implementation.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Runtime.Implementation.ilpdb", + "tools/SharedLibrary/chk/ILTransformed/System.Text.RegularExpressions.ildll", + "tools/SharedLibrary/chk/ILTransformed/System.Text.RegularExpressions.ilpdb", + "tools/SharedLibrary/chk/MDIL/SharedLibrary.mdildll", + "tools/SharedLibrary/chk/MDIL/SharedLibrary.mdilpdb", + "tools/SharedLibrary/chk/Native/Microsoft.NET.Native.Framework.Debug.1.7.appx", + "tools/SharedLibrary/chk/Native/SharedLibrary.dll", + "tools/SharedLibrary/chk/Native/SharedLibrary.pdb", + "tools/SharedLibrary/chk/ResW/FxResources.System.Collections.Concurrent.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Collections.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Diagnostics.Tracing.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Dynamic.Runtime.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.IO.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Linq.Expressions.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Linq.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.ObjectModel.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Private.CoreLib.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Private.Interop.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Private.Reflection.Core.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Private.Reflection.Execution.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Private.Reflection.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Private.Threading.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Private.TypeLoader.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Private.Uri.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Reflection.Extensions.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Reflection.TypeExtensions.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Resources.ResourceManager.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Runtime.Extensions.SR.resw", + "tools/SharedLibrary/chk/ResW/FxResources.System.Text.RegularExpressions.SR.resw", + "tools/SharedLibrary/chk/SharedAssemblyILMergeInfo.csv", + "tools/SharedLibrary/chk/SharedAssemblyList.txt", + "tools/SharedLibrary/chk/SharedLibrary.iltransformtoc.ildll", + "tools/SharedLibrary/chk/Toc/System.Collections.Concurrent.toc", + "tools/SharedLibrary/chk/Toc/System.Collections.toc", + "tools/SharedLibrary/chk/Toc/System.Diagnostics.Tracing.toc", + "tools/SharedLibrary/chk/Toc/System.Dynamic.Runtime.toc", + "tools/SharedLibrary/chk/Toc/System.IO.toc", + "tools/SharedLibrary/chk/Toc/System.Linq.Expressions.toc", + "tools/SharedLibrary/chk/Toc/System.Linq.toc", + "tools/SharedLibrary/chk/Toc/System.ObjectModel.toc", + "tools/SharedLibrary/chk/Toc/System.Private.CoreLib.toc", + "tools/SharedLibrary/chk/Toc/System.Private.Interop.toc", + "tools/SharedLibrary/chk/Toc/System.Private.Reflection.Core.toc", + "tools/SharedLibrary/chk/Toc/System.Private.Reflection.Execution.toc", + "tools/SharedLibrary/chk/Toc/System.Private.Reflection.Metadata.toc", + "tools/SharedLibrary/chk/Toc/System.Private.Reflection.toc", + "tools/SharedLibrary/chk/Toc/System.Private.SharedLibrary.Interop.Generated.toc", + "tools/SharedLibrary/chk/Toc/System.Private.Threading.toc", + "tools/SharedLibrary/chk/Toc/System.Private.TypeLoader.toc", + "tools/SharedLibrary/chk/Toc/System.Private.Uri.toc", + "tools/SharedLibrary/chk/Toc/System.Reflection.Extensions.toc", + "tools/SharedLibrary/chk/Toc/System.Reflection.Primitives.toc", + "tools/SharedLibrary/chk/Toc/System.Reflection.TypeExtensions.toc", + "tools/SharedLibrary/chk/Toc/System.Resources.ResourceManager.toc", + "tools/SharedLibrary/chk/Toc/System.Runtime.Extensions.toc", + "tools/SharedLibrary/chk/Toc/System.Runtime.Implementation.toc", + "tools/SharedLibrary/chk/Toc/System.Text.RegularExpressions.toc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Collections.Concurrent.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Collections.Concurrent.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Collections.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Collections.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Diagnostics.Tracing.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Diagnostics.Tracing.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Dynamic.Runtime.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Dynamic.Runtime.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.IO.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.IO.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Linq.Expressions.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Linq.Expressions.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Linq.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Linq.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.ObjectModel.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.ObjectModel.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.CoreLib.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.CoreLib.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Interop.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Interop.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Core.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Core.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Execution.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Execution.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Metadata.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.Metadata.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Reflection.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.SharedLibrary.Interop.Generated.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.SharedLibrary.Interop.Generated.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Threading.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Threading.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.TypeLoader.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.TypeLoader.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Uri.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Private.Uri.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Reflection.Extensions.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Reflection.Extensions.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Reflection.Primitives.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Reflection.Primitives.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Reflection.TypeExtensions.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Reflection.TypeExtensions.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Resources.ResourceManager.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Resources.ResourceManager.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Runtime.Extensions.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Runtime.Extensions.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Runtime.Implementation.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Runtime.Implementation.iltocpdb", + "tools/SharedLibrary/ret/AnalysisILToc/System.Text.RegularExpressions.iltoc", + "tools/SharedLibrary/ret/AnalysisILToc/System.Text.RegularExpressions.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Collections.Concurrent.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Collections.Concurrent.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Collections.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Collections.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Diagnostics.Tracing.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Diagnostics.Tracing.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Dynamic.Runtime.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Dynamic.Runtime.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.IO.iltoc", + "tools/SharedLibrary/ret/ILToc/System.IO.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Linq.Expressions.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Linq.Expressions.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Linq.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Linq.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.ObjectModel.iltoc", + "tools/SharedLibrary/ret/ILToc/System.ObjectModel.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Private.CoreLib.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Private.CoreLib.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Private.Interop.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Private.Interop.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Core.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Core.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Execution.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Execution.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Metadata.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.Metadata.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Private.Reflection.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Private.SharedLibrary.Interop.Generated.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Private.SharedLibrary.Interop.Generated.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Private.Threading.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Private.Threading.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Private.TypeLoader.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Private.TypeLoader.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Private.Uri.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Private.Uri.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Reflection.Extensions.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Reflection.Extensions.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Reflection.Primitives.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Reflection.Primitives.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Reflection.TypeExtensions.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Reflection.TypeExtensions.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Resources.ResourceManager.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Resources.ResourceManager.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Runtime.Extensions.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Runtime.Extensions.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Runtime.Implementation.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Runtime.Implementation.iltocpdb", + "tools/SharedLibrary/ret/ILToc/System.Text.RegularExpressions.iltoc", + "tools/SharedLibrary/ret/ILToc/System.Text.RegularExpressions.iltocpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Collections.Concurrent.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Collections.Concurrent.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Collections.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Collections.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Diagnostics.Tracing.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Diagnostics.Tracing.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Dynamic.Runtime.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Dynamic.Runtime.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.IO.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.IO.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Linq.Expressions.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Linq.Expressions.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Linq.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Linq.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.ObjectModel.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.ObjectModel.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Private.CoreLib.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Private.CoreLib.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Interop.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Interop.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Core.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Core.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Execution.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Execution.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Metadata.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.Metadata.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Reflection.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Private.SharedLibrary.Interop.Generated.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Private.SharedLibrary.Interop.Generated.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Threading.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Threading.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Private.TypeLoader.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Private.TypeLoader.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Uri.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Private.Uri.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Reflection.Extensions.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Reflection.Extensions.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Reflection.Primitives.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Reflection.Primitives.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Reflection.TypeExtensions.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Reflection.TypeExtensions.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Resources.ResourceManager.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Resources.ResourceManager.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Runtime.Extensions.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Runtime.Extensions.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Runtime.Implementation.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Runtime.Implementation.ilpdb", + "tools/SharedLibrary/ret/ILTransformed/System.Text.RegularExpressions.ildll", + "tools/SharedLibrary/ret/ILTransformed/System.Text.RegularExpressions.ilpdb", + "tools/SharedLibrary/ret/MDIL/SharedLibrary.mdildll", + "tools/SharedLibrary/ret/MDIL/SharedLibrary.mdilpdb", + "tools/SharedLibrary/ret/Native/Microsoft.NET.Native.Framework.1.7.appx", + "tools/SharedLibrary/ret/Native/SharedLibrary.dll", + "tools/SharedLibrary/ret/Native/SharedLibrary.pdb", + "tools/SharedLibrary/ret/SharedAssemblyILMergeInfo.csv", + "tools/SharedLibrary/ret/SharedAssemblyList.txt", + "tools/SharedLibrary/ret/SharedLibrary.iltransformtoc.ildll", + "tools/SharedLibrary/ret/Toc/System.Collections.Concurrent.toc", + "tools/SharedLibrary/ret/Toc/System.Collections.toc", + "tools/SharedLibrary/ret/Toc/System.Diagnostics.Tracing.toc", + "tools/SharedLibrary/ret/Toc/System.Dynamic.Runtime.toc", + "tools/SharedLibrary/ret/Toc/System.IO.toc", + "tools/SharedLibrary/ret/Toc/System.Linq.Expressions.toc", + "tools/SharedLibrary/ret/Toc/System.Linq.toc", + "tools/SharedLibrary/ret/Toc/System.ObjectModel.toc", + "tools/SharedLibrary/ret/Toc/System.Private.CoreLib.toc", + "tools/SharedLibrary/ret/Toc/System.Private.Interop.toc", + "tools/SharedLibrary/ret/Toc/System.Private.Reflection.Core.toc", + "tools/SharedLibrary/ret/Toc/System.Private.Reflection.Execution.toc", + "tools/SharedLibrary/ret/Toc/System.Private.Reflection.Metadata.toc", + "tools/SharedLibrary/ret/Toc/System.Private.Reflection.toc", + "tools/SharedLibrary/ret/Toc/System.Private.SharedLibrary.Interop.Generated.toc", + "tools/SharedLibrary/ret/Toc/System.Private.Threading.toc", + "tools/SharedLibrary/ret/Toc/System.Private.TypeLoader.toc", + "tools/SharedLibrary/ret/Toc/System.Private.Uri.toc", + "tools/SharedLibrary/ret/Toc/System.Reflection.Extensions.toc", + "tools/SharedLibrary/ret/Toc/System.Reflection.Primitives.toc", + "tools/SharedLibrary/ret/Toc/System.Reflection.TypeExtensions.toc", + "tools/SharedLibrary/ret/Toc/System.Resources.ResourceManager.toc", + "tools/SharedLibrary/ret/Toc/System.Runtime.Extensions.toc", + "tools/SharedLibrary/ret/Toc/System.Runtime.Implementation.toc", + "tools/SharedLibrary/ret/Toc/System.Text.RegularExpressions.toc" + ] + }, + "Microsoft.NETCore/5.0.2": { + "sha512": "wHb/fpL+6IxrZBAL2BwRJmj51RwYr3TVcnw5KIsxUtqLxjsqgasTbBmE9kZPAlhhljnt+m2EYMc7vcFuAhGNqA==", + "type": "package", + "path": "microsoft.netcore/5.0.2", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "microsoft.netcore.5.0.2.nupkg.sha512", + "microsoft.netcore.nuspec" + ] + }, + "Microsoft.NETCore.Jit/1.0.3": { + "sha512": "/l8xYwtoJrFSx9zMWRClaKrgR+BTstCD1E5P90ADgiwH0GwlEqVhLoFIrsXpYj0j9vCB/fzOq7D/ZzuCbtmrTQ==", + "type": "package", + "path": "microsoft.netcore.jit/1.0.3", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "microsoft.netcore.jit.1.0.3.nupkg.sha512", + "microsoft.netcore.jit.nuspec", "runtime.json" ] }, - "Microsoft.NETCore.Portable.Compatibility/1.0.0": { - "sha512": "5/IFqf2zN1jzktRJitxO+5kQ+0AilcIbPvSojSJwDG3cGNSMZg44LXLB5E9RkSETE0Wh4QoALdNh1koKoF7/mA==", - "type": "Package", + "Microsoft.NETCore.Platforms/1.1.0": { + "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", + "type": "package", + "path": "microsoft.netcore.platforms/1.1.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dnxcore50/System.ComponentModel.DataAnnotations.dll", - "lib/dnxcore50/System.Core.dll", - "lib/dnxcore50/System.dll", - "lib/dnxcore50/System.Net.dll", - "lib/dnxcore50/System.Numerics.dll", - "lib/dnxcore50/System.Runtime.Serialization.dll", - "lib/dnxcore50/System.ServiceModel.dll", - "lib/dnxcore50/System.ServiceModel.Web.dll", - "lib/dnxcore50/System.Windows.dll", - "lib/dnxcore50/System.Xml.dll", - "lib/dnxcore50/System.Xml.Linq.dll", - "lib/dnxcore50/System.Xml.Serialization.dll", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "microsoft.netcore.platforms.1.1.0.nupkg.sha512", + "microsoft.netcore.platforms.nuspec", + "runtime.json" + ] + }, + "Microsoft.NETCore.Portable.Compatibility/1.0.2": { + "sha512": "sR4m1GQ8Tbg+Xdbf8Y8yC+LXKSUJUVe/B5vckCAU9Jd5MYf84gC1D0u2YeA72B4WjeWewCyHRB20ddA8hyLmqQ==", + "type": "package", + "path": "microsoft.netcore.portable.compatibility/1.0.2", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/net45/_._", "lib/netcore50/System.ComponentModel.DataAnnotations.dll", "lib/netcore50/System.Core.dll", - "lib/netcore50/System.dll", "lib/netcore50/System.Net.dll", "lib/netcore50/System.Numerics.dll", "lib/netcore50/System.Runtime.Serialization.dll", - "lib/netcore50/System.ServiceModel.dll", "lib/netcore50/System.ServiceModel.Web.dll", + "lib/netcore50/System.ServiceModel.dll", "lib/netcore50/System.Windows.dll", - "lib/netcore50/System.Xml.dll", "lib/netcore50/System.Xml.Linq.dll", "lib/netcore50/System.Xml.Serialization.dll", + "lib/netcore50/System.Xml.dll", + "lib/netcore50/System.dll", + "lib/netstandard1.0/System.ComponentModel.DataAnnotations.dll", + "lib/netstandard1.0/System.Core.dll", + "lib/netstandard1.0/System.Net.dll", + "lib/netstandard1.0/System.Numerics.dll", + "lib/netstandard1.0/System.Runtime.Serialization.dll", + "lib/netstandard1.0/System.ServiceModel.Web.dll", + "lib/netstandard1.0/System.ServiceModel.dll", + "lib/netstandard1.0/System.Windows.dll", + "lib/netstandard1.0/System.Xml.Linq.dll", + "lib/netstandard1.0/System.Xml.Serialization.dll", + "lib/netstandard1.0/System.Xml.dll", + "lib/netstandard1.0/System.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "Microsoft.NETCore.Portable.Compatibility.nuspec", - "package/services/metadata/core-properties/8131b8ae030a45e7986737a0c1d04ef5.psmdcp", - "ref/dotnet/mscorlib.dll", - "ref/dotnet/System.ComponentModel.DataAnnotations.dll", - "ref/dotnet/System.Core.dll", - "ref/dotnet/System.dll", - "ref/dotnet/System.Net.dll", - "ref/dotnet/System.Numerics.dll", - "ref/dotnet/System.Runtime.Serialization.dll", - "ref/dotnet/System.ServiceModel.dll", - "ref/dotnet/System.ServiceModel.Web.dll", - "ref/dotnet/System.Windows.dll", - "ref/dotnet/System.Xml.dll", - "ref/dotnet/System.Xml.Linq.dll", - "ref/dotnet/System.Xml.Serialization.dll", + "microsoft.netcore.portable.compatibility.1.0.2.nupkg.sha512", + "microsoft.netcore.portable.compatibility.nuspec", "ref/net45/_._", - "ref/netcore50/mscorlib.dll", "ref/netcore50/System.ComponentModel.DataAnnotations.dll", "ref/netcore50/System.Core.dll", - "ref/netcore50/System.dll", "ref/netcore50/System.Net.dll", "ref/netcore50/System.Numerics.dll", "ref/netcore50/System.Runtime.Serialization.dll", - "ref/netcore50/System.ServiceModel.dll", "ref/netcore50/System.ServiceModel.Web.dll", + "ref/netcore50/System.ServiceModel.dll", "ref/netcore50/System.Windows.dll", - "ref/netcore50/System.Xml.dll", "ref/netcore50/System.Xml.Linq.dll", "ref/netcore50/System.Xml.Serialization.dll", + "ref/netcore50/System.Xml.dll", + "ref/netcore50/System.dll", + "ref/netcore50/mscorlib.dll", + "ref/netstandard1.0/System.ComponentModel.DataAnnotations.dll", + "ref/netstandard1.0/System.Core.dll", + "ref/netstandard1.0/System.Net.dll", + "ref/netstandard1.0/System.Numerics.dll", + "ref/netstandard1.0/System.Runtime.Serialization.dll", + "ref/netstandard1.0/System.ServiceModel.Web.dll", + "ref/netstandard1.0/System.ServiceModel.dll", + "ref/netstandard1.0/System.Windows.dll", + "ref/netstandard1.0/System.Xml.Linq.dll", + "ref/netstandard1.0/System.Xml.Serialization.dll", + "ref/netstandard1.0/System.Xml.dll", + "ref/netstandard1.0/System.dll", + "ref/netstandard1.0/mscorlib.dll", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/aot/lib/netcore50/mscorlib.dll", "runtimes/aot/lib/netcore50/System.ComponentModel.DataAnnotations.dll", "runtimes/aot/lib/netcore50/System.Core.dll", - "runtimes/aot/lib/netcore50/System.dll", "runtimes/aot/lib/netcore50/System.Net.dll", "runtimes/aot/lib/netcore50/System.Numerics.dll", "runtimes/aot/lib/netcore50/System.Runtime.Serialization.dll", - "runtimes/aot/lib/netcore50/System.ServiceModel.dll", "runtimes/aot/lib/netcore50/System.ServiceModel.Web.dll", + "runtimes/aot/lib/netcore50/System.ServiceModel.dll", "runtimes/aot/lib/netcore50/System.Windows.dll", - "runtimes/aot/lib/netcore50/System.Xml.dll", "runtimes/aot/lib/netcore50/System.Xml.Linq.dll", - "runtimes/aot/lib/netcore50/System.Xml.Serialization.dll" + "runtimes/aot/lib/netcore50/System.Xml.Serialization.dll", + "runtimes/aot/lib/netcore50/System.Xml.dll", + "runtimes/aot/lib/netcore50/System.dll", + "runtimes/aot/lib/netcore50/mscorlib.dll" ] }, - "Microsoft.NETCore.Runtime/1.0.0": { - "sha512": "AjaMNpXLW4miEQorIqyn6iQ+BZBId6qXkhwyeh1vl6kXLqosZusbwmLNlvj/xllSQrd3aImJbvlHusam85g+xQ==", - "type": "Package", + "Microsoft.NETCore.Runtime.CoreCLR/1.0.3": { + "sha512": "tjD5r9Lxy+MD+YRJcuds5+sT+xGHkVt2Hb5LfLZIgkFmwUewBRPm/42UXi4oxhV1OIdRtt4ymwsiuFCwT16T9w==", + "type": "package", + "path": "microsoft.netcore.runtime.coreclr/1.0.3", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "Microsoft.NETCore.Runtime.nuspec", - "package/services/metadata/core-properties/f289de2ffef9428684eca0c193bc8765.psmdcp", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "microsoft.netcore.runtime.coreclr.1.0.3.nupkg.sha512", + "microsoft.netcore.runtime.coreclr.nuspec", "runtime.json" ] }, - "Microsoft.NETCore.Runtime.CoreCLR-arm/1.0.0": { - "sha512": "hoJfIl981eXwn9Tz8onO/J1xaYApIfp/YrhjSh9rRhml1U5Wj80LBgyp/6n+KI3VlvcAraThhnHnCTp+M3Uh+w==", - "type": "Package", + "Microsoft.NETCore.Targets/1.1.0": { + "sha512": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", + "type": "package", + "path": "microsoft.netcore.targets/1.1.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "Microsoft.NETCore.Runtime.CoreCLR-arm.nuspec", - "package/services/metadata/core-properties/c1cbeaed81514106b6b7971ac193f132.psmdcp", - "ref/dotnet/_._", - "runtimes/win8-arm/lib/dotnet/mscorlib.ni.dll", - "runtimes/win8-arm/native/clretwrc.dll", - "runtimes/win8-arm/native/coreclr.dll", - "runtimes/win8-arm/native/dbgshim.dll", - "runtimes/win8-arm/native/mscordaccore.dll", - "runtimes/win8-arm/native/mscordbi.dll", - "runtimes/win8-arm/native/mscorrc.debug.dll", - "runtimes/win8-arm/native/mscorrc.dll" - ] - }, - "Microsoft.NETCore.Runtime.CoreCLR-x64/1.0.0": { - "sha512": "DaY5Z13xCZpnVIGluC5sCo4/0wy1rl6mptBH7v3RYi3guAmG88aSeFoQzyZepo0H0jEixUxNFM0+MB6Jc+j0bw==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", - "Microsoft.NETCore.Runtime.CoreCLR-x64.nuspec", - "package/services/metadata/core-properties/bd7bd26b6b8242179b5b8ca3d9ffeb95.psmdcp", - "ref/dotnet/_._", - "runtimes/win7-x64/lib/dotnet/mscorlib.ni.dll", - "runtimes/win7-x64/native/clretwrc.dll", - "runtimes/win7-x64/native/coreclr.dll", - "runtimes/win7-x64/native/dbgshim.dll", - "runtimes/win7-x64/native/mscordaccore.dll", - "runtimes/win7-x64/native/mscordbi.dll", - "runtimes/win7-x64/native/mscorrc.debug.dll", - "runtimes/win7-x64/native/mscorrc.dll" - ] - }, - "Microsoft.NETCore.Runtime.CoreCLR-x86/1.0.0": { - "sha512": "2LDffu5Is/X01GVPVuye4Wmz9/SyGDNq1Opgl5bXG3206cwNiCwsQgILOtfSWVp5mn4w401+8cjhBy3THW8HQQ==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", - "Microsoft.NETCore.Runtime.CoreCLR-x86.nuspec", - "package/services/metadata/core-properties/dd7e29450ade4bdaab9794850cd11d7a.psmdcp", - "ref/dotnet/_._", - "runtimes/win7-x86/lib/dotnet/mscorlib.ni.dll", - "runtimes/win7-x86/native/clretwrc.dll", - "runtimes/win7-x86/native/coreclr.dll", - "runtimes/win7-x86/native/dbgshim.dll", - "runtimes/win7-x86/native/mscordaccore.dll", - "runtimes/win7-x86/native/mscordbi.dll", - "runtimes/win7-x86/native/mscorrc.debug.dll", - "runtimes/win7-x86/native/mscorrc.dll" - ] - }, - "Microsoft.NETCore.Runtime.Native/1.0.0": { - "sha512": "tMsWWrH1AJCguiM22zK/vr6COxqz62Q1F02B07IXAUN405R3HGk5SkD/DL0Hte+OTjNtW9LkKXpOggGBRwYFNg==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_._", - "_rels/.rels", - "Microsoft.NETCore.Runtime.Native.nuspec", - "package/services/metadata/core-properties/a985563978b547f984c16150ef73e353.psmdcp" - ] - }, - "Microsoft.NETCore.Targets/1.0.0": { - "sha512": "XfITpPjYLYRmAeZtb9diw6P7ylLQsSC1U2a/xj10iQpnHxkiLEBXop/psw15qMPuNca7lqgxWvzZGpQxphuXaw==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", - "Microsoft.NETCore.Targets.nuspec", - "package/services/metadata/core-properties/5413a5ed3fde4121a1c9ee8feb12ba66.psmdcp", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "microsoft.netcore.targets.1.1.0.nupkg.sha512", + "microsoft.netcore.targets.nuspec", "runtime.json" ] }, - "Microsoft.NETCore.Targets.UniversalWindowsPlatform/5.0.0": { - "sha512": "jszcJ6okLlhqF4OQbhSbixLOuLUyVT3BP7Y7/i7fcDMwnHBd1Pmdz6M1Al9SMDKVLA2oSaItg4tq6C0ydv8lYQ==", - "type": "Package", + "Microsoft.NETCore.UniversalWindowsPlatform/6.0.8": { + "sha512": "zGyKY3y4bLAFJPIaUUl+JBysmo++bRHT7zB93dmUJNs8U1Gy1D95grF1fPydr5ipPveE3PblYpQio98LQZR9lg==", + "type": "package", + "path": "microsoft.netcore.universalwindowsplatform/6.0.8", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "Microsoft.NETCore.Targets.UniversalWindowsPlatform.nuspec", - "package/services/metadata/core-properties/0d18100c9f8c491492d8ddeaa9581526.psmdcp", - "runtime.json" - ] - }, - "Microsoft.NETCore.UniversalWindowsPlatform/5.0.0": { - "sha512": "D0nsAm+yTk0oSSC7E6PcmuuEewBAQbGgIXNcCnRqQ4qLPdQLMjMHg8cilGs3xZgwTRQmMtEn45TAatrU1otWPQ==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_._", - "_rels/.rels", + "LICENSE.TXT", + "Microsoft.NETCore.UniversalWindowsPlatform.6.0.8.nupkg.sha512", "Microsoft.NETCore.UniversalWindowsPlatform.nuspec", - "package/services/metadata/core-properties/5dffd3ce5b6640febe2db09251387062.psmdcp" + "THIRD-PARTY-NOTICES.TXT", + "ref/netcore50/_._", + "ref/uap10.0.15138/Microsoft.CSharp.dll", + "ref/uap10.0.15138/Microsoft.CSharp.xml", + "ref/uap10.0.15138/Microsoft.VisualBasic.dll", + "ref/uap10.0.15138/Microsoft.VisualBasic.xml", + "ref/uap10.0.15138/Microsoft.Win32.Primitives.dll", + "ref/uap10.0.15138/Microsoft.Win32.Primitives.xml", + "ref/uap10.0.15138/System.AppContext.dll", + "ref/uap10.0.15138/System.AppContext.xml", + "ref/uap10.0.15138/System.Buffers.dll", + "ref/uap10.0.15138/System.Buffers.xml", + "ref/uap10.0.15138/System.Collections.Concurrent.dll", + "ref/uap10.0.15138/System.Collections.Concurrent.xml", + "ref/uap10.0.15138/System.Collections.Immutable.dll", + "ref/uap10.0.15138/System.Collections.Immutable.xml", + "ref/uap10.0.15138/System.Collections.NonGeneric.dll", + "ref/uap10.0.15138/System.Collections.NonGeneric.xml", + "ref/uap10.0.15138/System.Collections.Specialized.dll", + "ref/uap10.0.15138/System.Collections.Specialized.xml", + "ref/uap10.0.15138/System.Collections.dll", + "ref/uap10.0.15138/System.Collections.xml", + "ref/uap10.0.15138/System.ComponentModel.Annotations.dll", + "ref/uap10.0.15138/System.ComponentModel.Annotations.xml", + "ref/uap10.0.15138/System.ComponentModel.Composition.dll", + "ref/uap10.0.15138/System.ComponentModel.DataAnnotations.dll", + "ref/uap10.0.15138/System.ComponentModel.EventBasedAsync.dll", + "ref/uap10.0.15138/System.ComponentModel.EventBasedAsync.xml", + "ref/uap10.0.15138/System.ComponentModel.Primitives.dll", + "ref/uap10.0.15138/System.ComponentModel.Primitives.xml", + "ref/uap10.0.15138/System.ComponentModel.TypeConverter.dll", + "ref/uap10.0.15138/System.ComponentModel.TypeConverter.xml", + "ref/uap10.0.15138/System.ComponentModel.dll", + "ref/uap10.0.15138/System.ComponentModel.xml", + "ref/uap10.0.15138/System.Configuration.dll", + "ref/uap10.0.15138/System.Console.dll", + "ref/uap10.0.15138/System.Console.xml", + "ref/uap10.0.15138/System.Core.dll", + "ref/uap10.0.15138/System.Data.Common.dll", + "ref/uap10.0.15138/System.Data.Common.xml", + "ref/uap10.0.15138/System.Data.SqlClient.dll", + "ref/uap10.0.15138/System.Data.SqlClient.xml", + "ref/uap10.0.15138/System.Data.dll", + "ref/uap10.0.15138/System.Diagnostics.Contracts.dll", + "ref/uap10.0.15138/System.Diagnostics.Contracts.xml", + "ref/uap10.0.15138/System.Diagnostics.Debug.dll", + "ref/uap10.0.15138/System.Diagnostics.Debug.xml", + "ref/uap10.0.15138/System.Diagnostics.FileVersionInfo.dll", + "ref/uap10.0.15138/System.Diagnostics.FileVersionInfo.xml", + "ref/uap10.0.15138/System.Diagnostics.Process.dll", + "ref/uap10.0.15138/System.Diagnostics.Process.xml", + "ref/uap10.0.15138/System.Diagnostics.StackTrace.dll", + "ref/uap10.0.15138/System.Diagnostics.StackTrace.xml", + "ref/uap10.0.15138/System.Diagnostics.TextWriterTraceListener.dll", + "ref/uap10.0.15138/System.Diagnostics.TextWriterTraceListener.xml", + "ref/uap10.0.15138/System.Diagnostics.Tools.dll", + "ref/uap10.0.15138/System.Diagnostics.Tools.xml", + "ref/uap10.0.15138/System.Diagnostics.TraceSource.dll", + "ref/uap10.0.15138/System.Diagnostics.TraceSource.xml", + "ref/uap10.0.15138/System.Diagnostics.Tracing.dll", + "ref/uap10.0.15138/System.Diagnostics.Tracing.xml", + "ref/uap10.0.15138/System.Drawing.Primitives.dll", + "ref/uap10.0.15138/System.Drawing.Primitives.xml", + "ref/uap10.0.15138/System.Drawing.dll", + "ref/uap10.0.15138/System.Dynamic.Runtime.dll", + "ref/uap10.0.15138/System.Dynamic.Runtime.xml", + "ref/uap10.0.15138/System.Globalization.Calendars.dll", + "ref/uap10.0.15138/System.Globalization.Calendars.xml", + "ref/uap10.0.15138/System.Globalization.Extensions.dll", + "ref/uap10.0.15138/System.Globalization.Extensions.xml", + "ref/uap10.0.15138/System.Globalization.dll", + "ref/uap10.0.15138/System.Globalization.xml", + "ref/uap10.0.15138/System.IO.Compression.FileSystem.dll", + "ref/uap10.0.15138/System.IO.Compression.ZipFile.dll", + "ref/uap10.0.15138/System.IO.Compression.ZipFile.xml", + "ref/uap10.0.15138/System.IO.Compression.dll", + "ref/uap10.0.15138/System.IO.Compression.xml", + "ref/uap10.0.15138/System.IO.FileSystem.DriveInfo.dll", + "ref/uap10.0.15138/System.IO.FileSystem.DriveInfo.xml", + "ref/uap10.0.15138/System.IO.FileSystem.Primitives.dll", + "ref/uap10.0.15138/System.IO.FileSystem.Primitives.xml", + "ref/uap10.0.15138/System.IO.FileSystem.Watcher.dll", + "ref/uap10.0.15138/System.IO.FileSystem.Watcher.xml", + "ref/uap10.0.15138/System.IO.FileSystem.dll", + "ref/uap10.0.15138/System.IO.FileSystem.xml", + "ref/uap10.0.15138/System.IO.IsolatedStorage.dll", + "ref/uap10.0.15138/System.IO.IsolatedStorage.xml", + "ref/uap10.0.15138/System.IO.MemoryMappedFiles.dll", + "ref/uap10.0.15138/System.IO.MemoryMappedFiles.xml", + "ref/uap10.0.15138/System.IO.Pipes.dll", + "ref/uap10.0.15138/System.IO.Pipes.xml", + "ref/uap10.0.15138/System.IO.Ports.dll", + "ref/uap10.0.15138/System.IO.Ports.xml", + "ref/uap10.0.15138/System.IO.UnmanagedMemoryStream.dll", + "ref/uap10.0.15138/System.IO.UnmanagedMemoryStream.xml", + "ref/uap10.0.15138/System.IO.dll", + "ref/uap10.0.15138/System.IO.xml", + "ref/uap10.0.15138/System.Linq.Expressions.dll", + "ref/uap10.0.15138/System.Linq.Expressions.xml", + "ref/uap10.0.15138/System.Linq.Parallel.dll", + "ref/uap10.0.15138/System.Linq.Parallel.xml", + "ref/uap10.0.15138/System.Linq.Queryable.dll", + "ref/uap10.0.15138/System.Linq.Queryable.xml", + "ref/uap10.0.15138/System.Linq.dll", + "ref/uap10.0.15138/System.Linq.xml", + "ref/uap10.0.15138/System.Net.Http.Rtc.dll", + "ref/uap10.0.15138/System.Net.Http.Rtc.xml", + "ref/uap10.0.15138/System.Net.Http.dll", + "ref/uap10.0.15138/System.Net.Http.xml", + "ref/uap10.0.15138/System.Net.HttpListener.dll", + "ref/uap10.0.15138/System.Net.HttpListener.xml", + "ref/uap10.0.15138/System.Net.Mail.dll", + "ref/uap10.0.15138/System.Net.Mail.xml", + "ref/uap10.0.15138/System.Net.NameResolution.dll", + "ref/uap10.0.15138/System.Net.NameResolution.xml", + "ref/uap10.0.15138/System.Net.NetworkInformation.dll", + "ref/uap10.0.15138/System.Net.NetworkInformation.xml", + "ref/uap10.0.15138/System.Net.Ping.dll", + "ref/uap10.0.15138/System.Net.Ping.xml", + "ref/uap10.0.15138/System.Net.Primitives.dll", + "ref/uap10.0.15138/System.Net.Primitives.xml", + "ref/uap10.0.15138/System.Net.Requests.dll", + "ref/uap10.0.15138/System.Net.Requests.xml", + "ref/uap10.0.15138/System.Net.Security.dll", + "ref/uap10.0.15138/System.Net.Security.xml", + "ref/uap10.0.15138/System.Net.ServicePoint.dll", + "ref/uap10.0.15138/System.Net.ServicePoint.xml", + "ref/uap10.0.15138/System.Net.Sockets.dll", + "ref/uap10.0.15138/System.Net.Sockets.xml", + "ref/uap10.0.15138/System.Net.WebClient.dll", + "ref/uap10.0.15138/System.Net.WebClient.xml", + "ref/uap10.0.15138/System.Net.WebHeaderCollection.dll", + "ref/uap10.0.15138/System.Net.WebHeaderCollection.xml", + "ref/uap10.0.15138/System.Net.WebProxy.dll", + "ref/uap10.0.15138/System.Net.WebProxy.xml", + "ref/uap10.0.15138/System.Net.WebSockets.Client.dll", + "ref/uap10.0.15138/System.Net.WebSockets.Client.xml", + "ref/uap10.0.15138/System.Net.WebSockets.dll", + "ref/uap10.0.15138/System.Net.WebSockets.xml", + "ref/uap10.0.15138/System.Net.dll", + "ref/uap10.0.15138/System.Numerics.Vectors.WindowsRuntime.dll", + "ref/uap10.0.15138/System.Numerics.Vectors.dll", + "ref/uap10.0.15138/System.Numerics.Vectors.xml", + "ref/uap10.0.15138/System.Numerics.dll", + "ref/uap10.0.15138/System.ObjectModel.dll", + "ref/uap10.0.15138/System.ObjectModel.xml", + "ref/uap10.0.15138/System.Reflection.Context.dll", + "ref/uap10.0.15138/System.Reflection.Context.xml", + "ref/uap10.0.15138/System.Reflection.DispatchProxy.dll", + "ref/uap10.0.15138/System.Reflection.DispatchProxy.xml", + "ref/uap10.0.15138/System.Reflection.Extensions.dll", + "ref/uap10.0.15138/System.Reflection.Extensions.xml", + "ref/uap10.0.15138/System.Reflection.Metadata.dll", + "ref/uap10.0.15138/System.Reflection.Metadata.xml", + "ref/uap10.0.15138/System.Reflection.Primitives.dll", + "ref/uap10.0.15138/System.Reflection.Primitives.xml", + "ref/uap10.0.15138/System.Reflection.TypeExtensions.dll", + "ref/uap10.0.15138/System.Reflection.TypeExtensions.xml", + "ref/uap10.0.15138/System.Reflection.dll", + "ref/uap10.0.15138/System.Reflection.xml", + "ref/uap10.0.15138/System.Resources.Reader.dll", + "ref/uap10.0.15138/System.Resources.Reader.xml", + "ref/uap10.0.15138/System.Resources.ResourceManager.dll", + "ref/uap10.0.15138/System.Resources.ResourceManager.xml", + "ref/uap10.0.15138/System.Resources.Writer.dll", + "ref/uap10.0.15138/System.Resources.Writer.xml", + "ref/uap10.0.15138/System.Runtime.CompilerServices.VisualC.dll", + "ref/uap10.0.15138/System.Runtime.CompilerServices.VisualC.xml", + "ref/uap10.0.15138/System.Runtime.Extensions.dll", + "ref/uap10.0.15138/System.Runtime.Extensions.xml", + "ref/uap10.0.15138/System.Runtime.Handles.dll", + "ref/uap10.0.15138/System.Runtime.Handles.xml", + "ref/uap10.0.15138/System.Runtime.InteropServices.RuntimeInformation.dll", + "ref/uap10.0.15138/System.Runtime.InteropServices.RuntimeInformation.xml", + "ref/uap10.0.15138/System.Runtime.InteropServices.WindowsRuntime.dll", + "ref/uap10.0.15138/System.Runtime.InteropServices.WindowsRuntime.xml", + "ref/uap10.0.15138/System.Runtime.InteropServices.dll", + "ref/uap10.0.15138/System.Runtime.InteropServices.xml", + "ref/uap10.0.15138/System.Runtime.Numerics.dll", + "ref/uap10.0.15138/System.Runtime.Numerics.xml", + "ref/uap10.0.15138/System.Runtime.Serialization.Formatters.dll", + "ref/uap10.0.15138/System.Runtime.Serialization.Formatters.xml", + "ref/uap10.0.15138/System.Runtime.Serialization.Json.dll", + "ref/uap10.0.15138/System.Runtime.Serialization.Json.xml", + "ref/uap10.0.15138/System.Runtime.Serialization.Primitives.dll", + "ref/uap10.0.15138/System.Runtime.Serialization.Primitives.xml", + "ref/uap10.0.15138/System.Runtime.Serialization.Xml.dll", + "ref/uap10.0.15138/System.Runtime.Serialization.Xml.xml", + "ref/uap10.0.15138/System.Runtime.Serialization.dll", + "ref/uap10.0.15138/System.Runtime.WindowsRuntime.UI.Xaml.dll", + "ref/uap10.0.15138/System.Runtime.WindowsRuntime.dll", + "ref/uap10.0.15138/System.Runtime.dll", + "ref/uap10.0.15138/System.Runtime.xml", + "ref/uap10.0.15138/System.Security.AccessControl.dll", + "ref/uap10.0.15138/System.Security.AccessControl.xml", + "ref/uap10.0.15138/System.Security.Claims.dll", + "ref/uap10.0.15138/System.Security.Claims.xml", + "ref/uap10.0.15138/System.Security.Cryptography.Algorithms.dll", + "ref/uap10.0.15138/System.Security.Cryptography.Algorithms.xml", + "ref/uap10.0.15138/System.Security.Cryptography.Cng.dll", + "ref/uap10.0.15138/System.Security.Cryptography.Cng.xml", + "ref/uap10.0.15138/System.Security.Cryptography.Csp.dll", + "ref/uap10.0.15138/System.Security.Cryptography.Csp.xml", + "ref/uap10.0.15138/System.Security.Cryptography.Encoding.dll", + "ref/uap10.0.15138/System.Security.Cryptography.Encoding.xml", + "ref/uap10.0.15138/System.Security.Cryptography.Primitives.dll", + "ref/uap10.0.15138/System.Security.Cryptography.Primitives.xml", + "ref/uap10.0.15138/System.Security.Cryptography.X509Certificates.dll", + "ref/uap10.0.15138/System.Security.Cryptography.X509Certificates.xml", + "ref/uap10.0.15138/System.Security.Principal.Windows.dll", + "ref/uap10.0.15138/System.Security.Principal.Windows.xml", + "ref/uap10.0.15138/System.Security.Principal.dll", + "ref/uap10.0.15138/System.Security.Principal.xml", + "ref/uap10.0.15138/System.Security.SecureString.dll", + "ref/uap10.0.15138/System.Security.SecureString.xml", + "ref/uap10.0.15138/System.Security.dll", + "ref/uap10.0.15138/System.ServiceModel.Duplex.dll", + "ref/uap10.0.15138/System.ServiceModel.Http.dll", + "ref/uap10.0.15138/System.ServiceModel.NetTcp.dll", + "ref/uap10.0.15138/System.ServiceModel.Primitives.dll", + "ref/uap10.0.15138/System.ServiceModel.Security.dll", + "ref/uap10.0.15138/System.ServiceModel.Web.dll", + "ref/uap10.0.15138/System.ServiceModel.dll", + "ref/uap10.0.15138/System.ServiceProcess.dll", + "ref/uap10.0.15138/System.Text.Encoding.CodePages.dll", + "ref/uap10.0.15138/System.Text.Encoding.CodePages.xml", + "ref/uap10.0.15138/System.Text.Encoding.Extensions.dll", + "ref/uap10.0.15138/System.Text.Encoding.Extensions.xml", + "ref/uap10.0.15138/System.Text.Encoding.dll", + "ref/uap10.0.15138/System.Text.Encoding.xml", + "ref/uap10.0.15138/System.Text.RegularExpressions.dll", + "ref/uap10.0.15138/System.Text.RegularExpressions.xml", + "ref/uap10.0.15138/System.Threading.Overlapped.dll", + "ref/uap10.0.15138/System.Threading.Overlapped.xml", + "ref/uap10.0.15138/System.Threading.Tasks.Dataflow.dll", + "ref/uap10.0.15138/System.Threading.Tasks.Dataflow.xml", + "ref/uap10.0.15138/System.Threading.Tasks.Parallel.dll", + "ref/uap10.0.15138/System.Threading.Tasks.Parallel.xml", + "ref/uap10.0.15138/System.Threading.Tasks.dll", + "ref/uap10.0.15138/System.Threading.Tasks.xml", + "ref/uap10.0.15138/System.Threading.Thread.dll", + "ref/uap10.0.15138/System.Threading.Thread.xml", + "ref/uap10.0.15138/System.Threading.ThreadPool.dll", + "ref/uap10.0.15138/System.Threading.ThreadPool.xml", + "ref/uap10.0.15138/System.Threading.Timer.dll", + "ref/uap10.0.15138/System.Threading.Timer.xml", + "ref/uap10.0.15138/System.Threading.dll", + "ref/uap10.0.15138/System.Threading.xml", + "ref/uap10.0.15138/System.Transactions.Local.dll", + "ref/uap10.0.15138/System.Transactions.Local.xml", + "ref/uap10.0.15138/System.Transactions.dll", + "ref/uap10.0.15138/System.ValueTuple.dll", + "ref/uap10.0.15138/System.ValueTuple.xml", + "ref/uap10.0.15138/System.Web.HttpUtility.dll", + "ref/uap10.0.15138/System.Web.HttpUtility.xml", + "ref/uap10.0.15138/System.Web.dll", + "ref/uap10.0.15138/System.Windows.dll", + "ref/uap10.0.15138/System.Xml.Linq.dll", + "ref/uap10.0.15138/System.Xml.ReaderWriter.dll", + "ref/uap10.0.15138/System.Xml.ReaderWriter.xml", + "ref/uap10.0.15138/System.Xml.Serialization.dll", + "ref/uap10.0.15138/System.Xml.XDocument.dll", + "ref/uap10.0.15138/System.Xml.XDocument.xml", + "ref/uap10.0.15138/System.Xml.XPath.XDocument.dll", + "ref/uap10.0.15138/System.Xml.XPath.XDocument.xml", + "ref/uap10.0.15138/System.Xml.XPath.dll", + "ref/uap10.0.15138/System.Xml.XPath.xml", + "ref/uap10.0.15138/System.Xml.XmlDocument.dll", + "ref/uap10.0.15138/System.Xml.XmlDocument.xml", + "ref/uap10.0.15138/System.Xml.XmlSerializer.dll", + "ref/uap10.0.15138/System.Xml.XmlSerializer.xml", + "ref/uap10.0.15138/System.Xml.dll", + "ref/uap10.0.15138/System.dll", + "ref/uap10.0.15138/WindowsBase.dll", + "ref/uap10.0.15138/mscorlib.dll", + "ref/uap10.0.15138/netstandard.dll", + "runtime.json" ] }, - "Microsoft.NETCore.Windows.ApiSets-x64/1.0.0": { - "sha512": "NC+dpFMdhujz2sWAdJ8EmBk07p1zOlNi0FCCnZEbzftABpw9xZ99EMP/bUJrPTgCxHfzJAiuLPOtAauzVINk0w==", - "type": "Package", + "Microsoft.NETCore.Windows.ApiSets/1.0.1": { + "sha512": "SaToCvvsGMxTgtLv/BrFQ5IFMPRE1zpWbnqbpwykJa8W5XiX82CXI6K2o7yf5xS7EP6t/JzFLV0SIDuWpvBZVw==", + "type": "package", + "path": "microsoft.netcore.windows.apisets/1.0.1", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "Microsoft.NETCore.Windows.ApiSets-x64.nuspec", - "package/services/metadata/core-properties/b25894a2a9234c329a98dc84006b2292.psmdcp", - "runtimes/win10-x64/native/_._", - "runtimes/win7-x64/native/API-MS-Win-Base-Util-L1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-com-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-comm-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-com-private-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-console-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-console-l2-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-datetime-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-datetime-l1-1-1.dll", - "runtimes/win7-x64/native/api-ms-win-core-debug-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-debug-l1-1-1.dll", - "runtimes/win7-x64/native/api-ms-win-core-delayload-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-errorhandling-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-errorhandling-l1-1-1.dll", - "runtimes/win7-x64/native/api-ms-win-core-fibers-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-fibers-l1-1-1.dll", - "runtimes/win7-x64/native/api-ms-win-core-file-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-file-l1-2-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-file-l1-2-1.dll", - "runtimes/win7-x64/native/api-ms-win-core-file-l2-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-file-l2-1-1.dll", - "runtimes/win7-x64/native/api-ms-win-core-handle-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-heap-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-heap-obsolete-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-interlocked-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-io-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-io-l1-1-1.dll", - "runtimes/win7-x64/native/api-ms-win-core-kernel32-legacy-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-kernel32-legacy-l1-1-1.dll", - "runtimes/win7-x64/native/api-ms-win-core-kernel32-legacy-l1-1-2.dll", - "runtimes/win7-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-0.dll", - "runtimes/win7-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-1.dll", - "runtimes/win7-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-2.dll", - "runtimes/win7-x64/native/api-ms-win-core-libraryloader-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-libraryloader-l1-1-1.dll", - "runtimes/win7-x64/native/api-ms-win-core-localization-l1-2-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-localization-l1-2-1.dll", - "runtimes/win7-x64/native/api-ms-win-core-localization-l2-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-localization-obsolete-l1-2-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-memory-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-memory-l1-1-1.dll", - "runtimes/win7-x64/native/api-ms-win-core-memory-l1-1-2.dll", - "runtimes/win7-x64/native/api-ms-win-core-memory-l1-1-3.dll", - "runtimes/win7-x64/native/api-ms-win-core-namedpipe-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-namedpipe-l1-2-1.dll", - "runtimes/win7-x64/native/api-ms-win-core-normalization-l1-1-0.dll", - "runtimes/win7-x64/native/API-MS-Win-Core-PrivateProfile-L1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-privateprofile-l1-1-1.dll", - "runtimes/win7-x64/native/api-ms-win-core-processenvironment-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-processenvironment-l1-2-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-processsecurity-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-processthreads-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-processthreads-l1-1-1.dll", - "runtimes/win7-x64/native/api-ms-win-core-processthreads-l1-1-2.dll", - "runtimes/win7-x64/native/API-MS-Win-Core-ProcessTopology-Obsolete-L1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-profile-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-psapi-ansi-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-psapi-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-psapi-obsolete-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-realtime-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-registry-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-registry-l2-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-rtlsupport-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-shlwapi-legacy-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-shlwapi-obsolete-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-shutdown-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-shutdown-l1-1-1.dll", - "runtimes/win7-x64/native/API-MS-Win-Core-StringAnsi-L1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-string-l1-1-0.dll", - "runtimes/win7-x64/native/API-MS-Win-Core-String-L2-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-stringloader-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-stringloader-l1-1-1.dll", - "runtimes/win7-x64/native/api-ms-win-core-string-obsolete-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-string-obsolete-l1-1-1.dll", - "runtimes/win7-x64/native/api-ms-win-core-synch-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-synch-l1-2-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-2-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-2-1.dll", - "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-2-2.dll", - "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-2-3.dll", - "runtimes/win7-x64/native/api-ms-win-core-threadpool-l1-2-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-threadpool-legacy-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-threadpool-private-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-timezone-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-url-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-util-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-version-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-winrt-error-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-winrt-error-l1-1-1.dll", - "runtimes/win7-x64/native/api-ms-win-core-winrt-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-winrt-registration-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-winrt-robuffer-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-winrt-string-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-wow64-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-xstate-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-xstate-l2-1-0.dll", - "runtimes/win7-x64/native/API-MS-Win-devices-config-L1-1-0.dll", - "runtimes/win7-x64/native/API-MS-Win-devices-config-L1-1-1.dll", - "runtimes/win7-x64/native/API-MS-Win-Eventing-ClassicProvider-L1-1-0.dll", - "runtimes/win7-x64/native/API-MS-Win-Eventing-Consumer-L1-1-0.dll", - "runtimes/win7-x64/native/API-MS-Win-Eventing-Controller-L1-1-0.dll", - "runtimes/win7-x64/native/API-MS-Win-Eventing-Legacy-L1-1-0.dll", - "runtimes/win7-x64/native/API-MS-Win-Eventing-Provider-L1-1-0.dll", - "runtimes/win7-x64/native/API-MS-Win-EventLog-Legacy-L1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-ro-typeresolution-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-security-base-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-security-cpwl-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-security-cryptoapi-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-security-lsalookup-l2-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-security-lsalookup-l2-1-1.dll", - "runtimes/win7-x64/native/API-MS-Win-Security-LsaPolicy-L1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-security-provider-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-security-sddl-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-service-core-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-service-core-l1-1-1.dll", - "runtimes/win7-x64/native/api-ms-win-service-management-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-service-management-l2-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-service-private-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-service-private-l1-1-1.dll", - "runtimes/win7-x64/native/api-ms-win-service-winsvc-l1-1-0.dll", - "runtimes/win7-x64/native/ext-ms-win-advapi32-encryptedfile-l1-1-0.dll", - "runtimes/win81-x64/native/api-ms-win-core-kernel32-legacy-l1-1-2.dll", - "runtimes/win81-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-2.dll", - "runtimes/win81-x64/native/api-ms-win-core-memory-l1-1-3.dll", - "runtimes/win81-x64/native/api-ms-win-core-namedpipe-l1-2-1.dll", - "runtimes/win81-x64/native/api-ms-win-core-string-obsolete-l1-1-1.dll", - "runtimes/win81-x64/native/api-ms-win-core-sysinfo-l1-2-2.dll", - "runtimes/win81-x64/native/api-ms-win-core-sysinfo-l1-2-3.dll", - "runtimes/win81-x64/native/api-ms-win-security-cpwl-l1-1-0.dll", - "runtimes/win8-x64/native/api-ms-win-core-file-l1-2-1.dll", - "runtimes/win8-x64/native/api-ms-win-core-file-l2-1-1.dll", - "runtimes/win8-x64/native/api-ms-win-core-kernel32-legacy-l1-1-1.dll", - "runtimes/win8-x64/native/api-ms-win-core-kernel32-legacy-l1-1-2.dll", - "runtimes/win8-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-1.dll", - "runtimes/win8-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-2.dll", - "runtimes/win8-x64/native/api-ms-win-core-localization-l1-2-1.dll", - "runtimes/win8-x64/native/api-ms-win-core-localization-obsolete-l1-2-0.dll", - "runtimes/win8-x64/native/api-ms-win-core-memory-l1-1-2.dll", - "runtimes/win8-x64/native/api-ms-win-core-memory-l1-1-3.dll", - "runtimes/win8-x64/native/api-ms-win-core-namedpipe-l1-2-1.dll", - "runtimes/win8-x64/native/api-ms-win-core-privateprofile-l1-1-1.dll", - "runtimes/win8-x64/native/api-ms-win-core-processthreads-l1-1-2.dll", - "runtimes/win8-x64/native/api-ms-win-core-shutdown-l1-1-1.dll", - "runtimes/win8-x64/native/api-ms-win-core-stringloader-l1-1-1.dll", - "runtimes/win8-x64/native/api-ms-win-core-string-obsolete-l1-1-1.dll", - "runtimes/win8-x64/native/api-ms-win-core-sysinfo-l1-2-1.dll", - "runtimes/win8-x64/native/api-ms-win-core-sysinfo-l1-2-2.dll", - "runtimes/win8-x64/native/api-ms-win-core-sysinfo-l1-2-3.dll", - "runtimes/win8-x64/native/api-ms-win-core-winrt-error-l1-1-1.dll", - "runtimes/win8-x64/native/api-ms-win-core-xstate-l2-1-0.dll", - "runtimes/win8-x64/native/API-MS-Win-devices-config-L1-1-1.dll", - "runtimes/win8-x64/native/api-ms-win-security-cpwl-l1-1-0.dll", - "runtimes/win8-x64/native/api-ms-win-security-cryptoapi-l1-1-0.dll", - "runtimes/win8-x64/native/api-ms-win-security-lsalookup-l2-1-1.dll", - "runtimes/win8-x64/native/api-ms-win-service-private-l1-1-1.dll" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "microsoft.netcore.windows.apisets.1.0.1.nupkg.sha512", + "microsoft.netcore.windows.apisets.nuspec", + "runtime.json" ] }, - "Microsoft.NETCore.Windows.ApiSets-x86/1.0.0": { - "sha512": "/HDRdhz5bZyhHwQ/uk/IbnDIX5VDTsHntEZYkTYo57dM+U3Ttel9/OJv0mjL64wTO/QKUJJNKp9XO+m7nSVjJQ==", - "type": "Package", + "Microsoft.VisualBasic/10.0.1": { + "sha512": "HpNyOf/4Tp2lh4FyywB55VITk0SqVxEjDzsVDDyF1yafDN6Bq18xcHowzCPINyYHUTgGcEtmpYiRsFdSo0KKdQ==", + "type": "package", + "path": "microsoft.visualbasic/10.0.1", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "Microsoft.NETCore.Windows.ApiSets-x86.nuspec", - "package/services/metadata/core-properties/b773d829b3664669b45b4b4e97bdb635.psmdcp", - "runtimes/win10-x86/native/_._", - "runtimes/win7-x86/native/API-MS-Win-Base-Util-L1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-com-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-comm-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-com-private-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-console-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-console-l2-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-datetime-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-datetime-l1-1-1.dll", - "runtimes/win7-x86/native/api-ms-win-core-debug-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-debug-l1-1-1.dll", - "runtimes/win7-x86/native/api-ms-win-core-delayload-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-errorhandling-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-errorhandling-l1-1-1.dll", - "runtimes/win7-x86/native/api-ms-win-core-fibers-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-fibers-l1-1-1.dll", - "runtimes/win7-x86/native/api-ms-win-core-file-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-file-l1-2-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-file-l1-2-1.dll", - "runtimes/win7-x86/native/api-ms-win-core-file-l2-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-file-l2-1-1.dll", - "runtimes/win7-x86/native/api-ms-win-core-handle-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-heap-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-heap-obsolete-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-interlocked-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-io-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-io-l1-1-1.dll", - "runtimes/win7-x86/native/api-ms-win-core-kernel32-legacy-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-kernel32-legacy-l1-1-1.dll", - "runtimes/win7-x86/native/api-ms-win-core-kernel32-legacy-l1-1-2.dll", - "runtimes/win7-x86/native/API-MS-Win-Core-Kernel32-Private-L1-1-0.dll", - "runtimes/win7-x86/native/API-MS-Win-Core-Kernel32-Private-L1-1-1.dll", - "runtimes/win7-x86/native/API-MS-Win-Core-Kernel32-Private-L1-1-2.dll", - "runtimes/win7-x86/native/api-ms-win-core-libraryloader-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-libraryloader-l1-1-1.dll", - "runtimes/win7-x86/native/api-ms-win-core-localization-l1-2-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-localization-l1-2-1.dll", - "runtimes/win7-x86/native/api-ms-win-core-localization-l2-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-localization-obsolete-l1-2-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-memory-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-memory-l1-1-1.dll", - "runtimes/win7-x86/native/api-ms-win-core-memory-l1-1-2.dll", - "runtimes/win7-x86/native/api-ms-win-core-memory-l1-1-3.dll", - "runtimes/win7-x86/native/api-ms-win-core-namedpipe-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-namedpipe-l1-2-1.dll", - "runtimes/win7-x86/native/api-ms-win-core-normalization-l1-1-0.dll", - "runtimes/win7-x86/native/API-MS-Win-Core-PrivateProfile-L1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-privateprofile-l1-1-1.dll", - "runtimes/win7-x86/native/api-ms-win-core-processenvironment-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-processenvironment-l1-2-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-processsecurity-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-processthreads-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-processthreads-l1-1-1.dll", - "runtimes/win7-x86/native/api-ms-win-core-processthreads-l1-1-2.dll", - "runtimes/win7-x86/native/API-MS-Win-Core-ProcessTopology-Obsolete-L1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-profile-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-psapi-ansi-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-psapi-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-psapi-obsolete-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-realtime-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-registry-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-registry-l2-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-rtlsupport-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-shlwapi-legacy-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-shlwapi-obsolete-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-shutdown-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-shutdown-l1-1-1.dll", - "runtimes/win7-x86/native/API-MS-Win-Core-StringAnsi-L1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-string-l1-1-0.dll", - "runtimes/win7-x86/native/API-MS-Win-Core-String-L2-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-stringloader-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-stringloader-l1-1-1.dll", - "runtimes/win7-x86/native/api-ms-win-core-string-obsolete-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-string-obsolete-l1-1-1.dll", - "runtimes/win7-x86/native/api-ms-win-core-synch-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-synch-l1-2-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-sysinfo-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-sysinfo-l1-2-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-sysinfo-l1-2-1.dll", - "runtimes/win7-x86/native/api-ms-win-core-sysinfo-l1-2-2.dll", - "runtimes/win7-x86/native/api-ms-win-core-sysinfo-l1-2-3.dll", - "runtimes/win7-x86/native/api-ms-win-core-threadpool-l1-2-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-threadpool-legacy-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-threadpool-private-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-timezone-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-url-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-util-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-version-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-winrt-error-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-winrt-error-l1-1-1.dll", - "runtimes/win7-x86/native/api-ms-win-core-winrt-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-winrt-registration-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-winrt-robuffer-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-winrt-string-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-wow64-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-xstate-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-xstate-l2-1-0.dll", - "runtimes/win7-x86/native/API-MS-Win-devices-config-L1-1-0.dll", - "runtimes/win7-x86/native/API-MS-Win-devices-config-L1-1-1.dll", - "runtimes/win7-x86/native/API-MS-Win-Eventing-ClassicProvider-L1-1-0.dll", - "runtimes/win7-x86/native/API-MS-Win-Eventing-Consumer-L1-1-0.dll", - "runtimes/win7-x86/native/API-MS-Win-Eventing-Controller-L1-1-0.dll", - "runtimes/win7-x86/native/API-MS-Win-Eventing-Legacy-L1-1-0.dll", - "runtimes/win7-x86/native/API-MS-Win-Eventing-Provider-L1-1-0.dll", - "runtimes/win7-x86/native/API-MS-Win-EventLog-Legacy-L1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-ro-typeresolution-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-security-base-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-security-cpwl-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-security-cryptoapi-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-security-lsalookup-l2-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-security-lsalookup-l2-1-1.dll", - "runtimes/win7-x86/native/API-MS-Win-Security-LsaPolicy-L1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-security-provider-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-security-sddl-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-service-core-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-service-core-l1-1-1.dll", - "runtimes/win7-x86/native/api-ms-win-service-management-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-service-management-l2-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-service-private-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-service-private-l1-1-1.dll", - "runtimes/win7-x86/native/api-ms-win-service-winsvc-l1-1-0.dll", - "runtimes/win7-x86/native/ext-ms-win-advapi32-encryptedfile-l1-1-0.dll", - "runtimes/win81-x86/native/api-ms-win-core-kernel32-legacy-l1-1-2.dll", - "runtimes/win81-x86/native/API-MS-Win-Core-Kernel32-Private-L1-1-2.dll", - "runtimes/win81-x86/native/api-ms-win-core-memory-l1-1-3.dll", - "runtimes/win81-x86/native/api-ms-win-core-namedpipe-l1-2-1.dll", - "runtimes/win81-x86/native/api-ms-win-core-string-obsolete-l1-1-1.dll", - "runtimes/win81-x86/native/api-ms-win-core-sysinfo-l1-2-2.dll", - "runtimes/win81-x86/native/api-ms-win-core-sysinfo-l1-2-3.dll", - "runtimes/win81-x86/native/api-ms-win-security-cpwl-l1-1-0.dll", - "runtimes/win8-x86/native/api-ms-win-core-file-l1-2-1.dll", - "runtimes/win8-x86/native/api-ms-win-core-file-l2-1-1.dll", - "runtimes/win8-x86/native/api-ms-win-core-kernel32-legacy-l1-1-1.dll", - "runtimes/win8-x86/native/api-ms-win-core-kernel32-legacy-l1-1-2.dll", - "runtimes/win8-x86/native/API-MS-Win-Core-Kernel32-Private-L1-1-1.dll", - "runtimes/win8-x86/native/API-MS-Win-Core-Kernel32-Private-L1-1-2.dll", - "runtimes/win8-x86/native/api-ms-win-core-localization-l1-2-1.dll", - "runtimes/win8-x86/native/api-ms-win-core-localization-obsolete-l1-2-0.dll", - "runtimes/win8-x86/native/api-ms-win-core-memory-l1-1-2.dll", - "runtimes/win8-x86/native/api-ms-win-core-memory-l1-1-3.dll", - "runtimes/win8-x86/native/api-ms-win-core-namedpipe-l1-2-1.dll", - "runtimes/win8-x86/native/api-ms-win-core-privateprofile-l1-1-1.dll", - "runtimes/win8-x86/native/api-ms-win-core-processthreads-l1-1-2.dll", - "runtimes/win8-x86/native/api-ms-win-core-shutdown-l1-1-1.dll", - "runtimes/win8-x86/native/api-ms-win-core-stringloader-l1-1-1.dll", - "runtimes/win8-x86/native/api-ms-win-core-string-obsolete-l1-1-1.dll", - "runtimes/win8-x86/native/api-ms-win-core-sysinfo-l1-2-1.dll", - "runtimes/win8-x86/native/api-ms-win-core-sysinfo-l1-2-2.dll", - "runtimes/win8-x86/native/api-ms-win-core-sysinfo-l1-2-3.dll", - "runtimes/win8-x86/native/api-ms-win-core-winrt-error-l1-1-1.dll", - "runtimes/win8-x86/native/api-ms-win-core-xstate-l2-1-0.dll", - "runtimes/win8-x86/native/API-MS-Win-devices-config-L1-1-1.dll", - "runtimes/win8-x86/native/api-ms-win-security-cpwl-l1-1-0.dll", - "runtimes/win8-x86/native/api-ms-win-security-cryptoapi-l1-1-0.dll", - "runtimes/win8-x86/native/api-ms-win-security-lsalookup-l2-1-1.dll", - "runtimes/win8-x86/native/api-ms-win-service-private-l1-1-1.dll" - ] - }, - "Microsoft.VisualBasic/10.0.0": { - "sha512": "5BEm2/HAVd97whRlCChU7rmSh/9cwGlZ/NTNe3Jl07zuPWfKQq5TUvVNUmdvmEe8QRecJLZ4/e7WF1i1O8V42g==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dotnet/Microsoft.VisualBasic.dll", + "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.nuspec", - "package/services/metadata/core-properties/5dbd3a7042354092a8b352b655cf4376.psmdcp", - "ref/dotnet/de/Microsoft.VisualBasic.xml", - "ref/dotnet/es/Microsoft.VisualBasic.xml", - "ref/dotnet/fr/Microsoft.VisualBasic.xml", - "ref/dotnet/it/Microsoft.VisualBasic.xml", - "ref/dotnet/ja/Microsoft.VisualBasic.xml", - "ref/dotnet/ko/Microsoft.VisualBasic.xml", - "ref/dotnet/Microsoft.VisualBasic.dll", - "ref/dotnet/Microsoft.VisualBasic.xml", - "ref/dotnet/ru/Microsoft.VisualBasic.xml", - "ref/dotnet/zh-hans/Microsoft.VisualBasic.xml", - "ref/dotnet/zh-hant/Microsoft.VisualBasic.xml", + "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.0": { - "sha512": "CypEz9/lLOup8CEhiAmvr7aLs1zKPYyEU1sxQeEr6G0Ci8/F0Y6pYR1zzkROjM8j8Mq0typmbu676oYyvErQvg==", - "type": "Package", + "Microsoft.Win32.Primitives/4.3.0": { + "sha512": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", + "type": "package", + "path": "microsoft.win32.primitives/4.3.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dotnet/Microsoft.Win32.Primitives.dll", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/Microsoft.Win32.Primitives.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "Microsoft.Win32.Primitives.nuspec", - "package/services/metadata/core-properties/1d4eb9d0228b48b88d2df3822fba2d86.psmdcp", - "ref/dotnet/de/Microsoft.Win32.Primitives.xml", - "ref/dotnet/es/Microsoft.Win32.Primitives.xml", - "ref/dotnet/fr/Microsoft.Win32.Primitives.xml", - "ref/dotnet/it/Microsoft.Win32.Primitives.xml", - "ref/dotnet/ja/Microsoft.Win32.Primitives.xml", - "ref/dotnet/ko/Microsoft.Win32.Primitives.xml", - "ref/dotnet/Microsoft.Win32.Primitives.dll", - "ref/dotnet/Microsoft.Win32.Primitives.xml", - "ref/dotnet/ru/Microsoft.Win32.Primitives.xml", - "ref/dotnet/zh-hans/Microsoft.Win32.Primitives.xml", - "ref/dotnet/zh-hant/Microsoft.Win32.Primitives.xml", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "microsoft.win32.primitives.4.3.0.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/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" ] }, - "Newtonsoft.Json/7.0.1": { - "sha512": "q3V4KLetMLnt1gpAVWgtXnHjKs0UG/RalBc29u2ZKxd5t5Ze4JBL5WiiYIklJyK/5CRiIiNwigVQUo0FgbsuWA==", - "type": "Package", + "NETStandard.Library/1.6.1": { + "sha512": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", + "type": "package", + "path": "netstandard.library/1.6.1", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "netstandard.library.1.6.1.nupkg.sha512", + "netstandard.library.nuspec" + ] + }, + "Newtonsoft.Json/11.0.2": { + "sha512": "IvJe1pj7JHEsP8B8J8DwlMEx8UInrs/x+9oVY+oCD13jpLu4JbJU2WCIsMRn5C4yW9+DgkaO8uiVE5VHKjpmdQ==", + "type": "package", + "path": "newtonsoft.json/11.0.2", + "files": [ + "LICENSE.md", "lib/net20/Newtonsoft.Json.dll", "lib/net20/Newtonsoft.Json.xml", "lib/net35/Newtonsoft.Json.dll", @@ -12045,2736 +20431,7296 @@ "lib/net40/Newtonsoft.Json.xml", "lib/net45/Newtonsoft.Json.dll", "lib/net45/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+dnxcore50/Newtonsoft.Json.dll", - "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.xml", - "Newtonsoft.Json.nuspec", - "package/services/metadata/core-properties/49e907fc018c4c7ab632e6d4ad4766f8.psmdcp", - "tools/install.ps1" + "lib/netstandard1.0/Newtonsoft.Json.dll", + "lib/netstandard1.0/Newtonsoft.Json.xml", + "lib/netstandard1.3/Newtonsoft.Json.dll", + "lib/netstandard1.3/Newtonsoft.Json.xml", + "lib/netstandard2.0/Newtonsoft.Json.dll", + "lib/netstandard2.0/Newtonsoft.Json.xml", + "lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll", + "lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.xml", + "lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.dll", + "lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.xml", + "newtonsoft.json.11.0.2.nupkg.sha512", + "newtonsoft.json.nuspec" ] }, - "PropertyChanged.Fody/1.50.3": { - "sha512": "dCIe+QnL441VTM+cfTvWklSBAeq0/x+89nYR76eIBnMXIE8UNmneJqYBUDek2PIe6vCRK+577N/SwHzv38fEIQ==", - "type": "Package", + "PropertyChanged.Fody/2.4.0": { + "sha512": "R/e7eeg1xYDMfzkA7DiReklynTw2tzqjJ4GQkBgib1/dehOLFTeeEXRg+AYXyAU2w/7AzqxpWuoN4LHfH8qaIA==", + "type": "package", + "path": "propertychanged.fody/2.4.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "build/dotnet/PropertyChanged.Fody.targets", - "Lib/dotnet/PropertyChanged.dll", - "Lib/dotnet/PropertyChanged.xml", - "Lib/portable-net4+sl4+wp8+win8+wpa81+MonoAndroid16+MonoTouch40/PropertyChanged.dll", - "Lib/portable-net4+sl4+wp8+win8+wpa81+MonoAndroid16+MonoTouch40/PropertyChanged.xml", - "package/services/metadata/core-properties/8a299e6c05834600967b4f7b970c2d14.psmdcp", - "PropertyChanged.Fody.dll", - "PropertyChanged.Fody.nuspec", - "PropertyChanged.Fody.pdb", - "Tools/install.ps1", - "Tools/uninstall.ps1" + "lib/net452/PropertyChanged.dll", + "lib/net452/PropertyChanged.xml", + "lib/netstandard1.0/PropertyChanged.dll", + "lib/netstandard1.0/PropertyChanged.xml", + "netclassicweaver/PropertyChanged.Fody.dll", + "netclassicweaver/PropertyChanged.Fody.pdb", + "netstandardweaver/PropertyChanged.Fody.dll", + "netstandardweaver/PropertyChanged.Fody.pdb", + "propertychanged.fody.2.4.0.nupkg.sha512", + "propertychanged.fody.nuspec" ] }, - "System.AppContext/4.0.0": { - "sha512": "gUoYgAWDC3+xhKeU5KSLbYDhTdBYk9GssrMSCcWUADzOglW+s0AmwVhOUGt2tL5xUl7ZXoYTPdA88zCgKrlG0A==", - "type": "Package", + "runtime.any.System.Collections/4.3.0": { + "sha512": "23g6rqftKmovn2cLeGsuHUYm0FD7pdutb0uQMJpZ3qTvq+zHkgmt6J65VtRry4WDGYlmkMa4xDACtaQ94alNag==", + "type": "package", + "path": "runtime.any.system.collections/4.3.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.AppContext.dll", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Collections.dll", + "lib/netstandard1.3/System.Collections.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.collections.4.3.0.nupkg.sha512", + "runtime.any.system.collections.nuspec", + "runtimes/aot/lib/netcore50/_._" + ] + }, + "runtime.any.System.Diagnostics.Tools/4.3.0": { + "sha512": "S/GPBmfPBB48ZghLxdDR7kDAJVAqgAuThyDJho3OLP5OS4tWD2ydyL8LKm8lhiBxce10OKe9X2zZ6DUjAqEbPg==", + "type": "package", + "path": "runtime.any.system.diagnostics.tools/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Diagnostics.Tools.dll", + "lib/netstandard1.3/System.Diagnostics.Tools.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.diagnostics.tools.4.3.0.nupkg.sha512", + "runtime.any.system.diagnostics.tools.nuspec", + "runtimes/aot/lib/netcore50/_._" + ] + }, + "runtime.any.System.Diagnostics.Tracing/4.3.0": { + "sha512": "1lpifymjGDzoYIaam6/Hyqf8GhBI3xXYLK2TgEvTtuZMorG3Kb9QnMTIKhLjJYXIiu1JvxjngHvtVFQQlpQ3HQ==", + "type": "package", + "path": "runtime.any.system.diagnostics.tracing/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Diagnostics.Tracing.dll", + "lib/netstandard1.5/System.Diagnostics.Tracing.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.diagnostics.tracing.4.3.0.nupkg.sha512", + "runtime.any.system.diagnostics.tracing.nuspec", + "runtimes/aot/lib/netcore50/_._" + ] + }, + "runtime.any.System.Globalization/4.3.0": { + "sha512": "sMDBnad4rp4t7GY442Jux0MCUuKL4otn5BK6Ni0ARTXTSpRNBzZ7hpMfKSvnVSED5kYJm96YOWsqV0JH0d2uuw==", + "type": "package", + "path": "runtime.any.system.globalization/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Globalization.dll", + "lib/netstandard1.3/System.Globalization.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.globalization.4.3.0.nupkg.sha512", + "runtime.any.system.globalization.nuspec", + "runtimes/aot/lib/netcore50/_._" + ] + }, + "runtime.any.System.Globalization.Calendars/4.3.0": { + "sha512": "M1r+760j1CNA6M/ZaW6KX8gOS8nxPRqloqDcJYVidRG566Ykwcs29AweZs2JF+nMOCgWDiMfPSTMfvwOI9F77w==", + "type": "package", + "path": "runtime.any.system.globalization.calendars/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net/_._", + "lib/netcore50/System.Globalization.Calendars.dll", + "lib/netstandard1.3/System.Globalization.Calendars.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.globalization.calendars.4.3.0.nupkg.sha512", + "runtime.any.system.globalization.calendars.nuspec", + "runtimes/aot/lib/netcore50/_._" + ] + }, + "runtime.any.System.IO/4.3.0": { + "sha512": "SDZ5AD1DtyRoxYtEcqQ3HDlcrorMYXZeCt7ZhG9US9I5Vva+gpIWDGMkcwa5XiKL0ceQKRZIX2x0XEjLX7PDzQ==", + "type": "package", + "path": "runtime.any.system.io/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.IO.dll", + "lib/netstandard1.5/System.IO.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.io.4.3.0.nupkg.sha512", + "runtime.any.system.io.nuspec", + "runtimes/aot/lib/netcore50/_._" + ] + }, + "runtime.any.System.Reflection/4.3.0": { + "sha512": "hLC3A3rI8jipR5d9k7+f0MgRCW6texsAp0MWkN/ci18FMtQ9KH7E2vDn/DH2LkxsszlpJpOn9qy6Z6/69rH6eQ==", + "type": "package", + "path": "runtime.any.system.reflection/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.dll", + "lib/netstandard1.5/System.Reflection.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.reflection.4.3.0.nupkg.sha512", + "runtime.any.system.reflection.nuspec", + "runtimes/aot/lib/netcore50/_._" + ] + }, + "runtime.any.System.Reflection.Extensions/4.3.0": { + "sha512": "cPhT+Vqu52+cQQrDai/V91gubXUnDKNRvlBnH+hOgtGyHdC17aQIU64EaehwAQymd7kJA5rSrVRNfDYrbhnzyA==", + "type": "package", + "path": "runtime.any.system.reflection.extensions/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Extensions.dll", + "lib/netstandard1.3/System.Reflection.Extensions.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.reflection.extensions.4.3.0.nupkg.sha512", + "runtime.any.system.reflection.extensions.nuspec", + "runtimes/aot/lib/netcore50/_._" + ] + }, + "runtime.any.System.Reflection.Primitives/4.3.0": { + "sha512": "Nrm1p3armp6TTf2xuvaa+jGTTmncALWFq22CpmwRvhDf6dE9ZmH40EbOswD4GnFLrMRS0Ki6Kx5aUPmKK/hZBg==", + "type": "package", + "path": "runtime.any.system.reflection.primitives/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Primitives.dll", + "lib/netstandard1.3/System.Reflection.Primitives.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.reflection.primitives.4.3.0.nupkg.sha512", + "runtime.any.system.reflection.primitives.nuspec", + "runtimes/aot/lib/netcore50/_._" + ] + }, + "runtime.any.System.Resources.ResourceManager/4.3.0": { + "sha512": "Lxb89SMvf8w9p9+keBLyL6H6x/TEmc6QVsIIA0T36IuyOY3kNvIdyGddA2qt35cRamzxF8K5p0Opq4G4HjNbhQ==", + "type": "package", + "path": "runtime.any.system.resources.resourcemanager/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Resources.ResourceManager.dll", + "lib/netstandard1.3/System.Resources.ResourceManager.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.resources.resourcemanager.4.3.0.nupkg.sha512", + "runtime.any.system.resources.resourcemanager.nuspec", + "runtimes/aot/lib/netcore50/_._" + ] + }, + "runtime.any.System.Runtime/4.3.0": { + "sha512": "fRS7zJgaG9NkifaAxGGclDDoRn9HC7hXACl52Or06a/fxdzDajWb5wov3c6a+gVSlekRoexfjwQSK9sh5um5LQ==", + "type": "package", + "path": "runtime.any.system.runtime/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Runtime.dll", + "lib/netstandard1.5/System.Runtime.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.runtime.4.3.0.nupkg.sha512", + "runtime.any.system.runtime.nuspec", + "runtimes/aot/lib/netcore50/_._" + ] + }, + "runtime.any.System.Runtime.Handles/4.3.0": { + "sha512": "GG84X6vufoEzqx8PbeBKheE4srOhimv+yLtGb/JkR3Y2FmoqmueLNFU4Xx8Y67plFpltQSdK74x0qlEhIpv/CQ==", + "type": "package", + "path": "runtime.any.system.runtime.handles/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netstandard1.3/System.Runtime.Handles.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.runtime.handles.4.3.0.nupkg.sha512", + "runtime.any.system.runtime.handles.nuspec", + "runtimes/aot/lib/netcore50/_._" + ] + }, + "runtime.any.System.Runtime.InteropServices/4.3.0": { + "sha512": "lBoFeQfxe/4eqjPi46E0LU/YaCMdNkQ8B4MZu/mkzdIAZh8RQ1NYZSj0egrQKdgdvlPFtP4STtob40r4o2DBAw==", + "type": "package", + "path": "runtime.any.system.runtime.interopservices/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Runtime.InteropServices.dll", + "lib/netstandard1.5/System.Runtime.InteropServices.dll", + "lib/netstandard1.6/System.Runtime.InteropServices.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.runtime.interopservices.4.3.0.nupkg.sha512", + "runtime.any.system.runtime.interopservices.nuspec", + "runtimes/aot/lib/netcore50/_._" + ] + }, + "runtime.any.System.Text.Encoding/4.3.0": { + "sha512": "+ihI5VaXFCMVPJNstG4O4eo1CfbrByLxRrQQTqOTp1ttK0kUKDqOdBSTaCB2IBk/QtjDrs6+x4xuezyMXdm0HQ==", + "type": "package", + "path": "runtime.any.system.text.encoding/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Text.Encoding.dll", + "lib/netstandard1.3/System.Text.Encoding.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.text.encoding.4.3.0.nupkg.sha512", + "runtime.any.system.text.encoding.nuspec", + "runtimes/aot/lib/netcore50/_._" + ] + }, + "runtime.any.System.Text.Encoding.Extensions/4.3.0": { + "sha512": "NLrxmLsfRrOuVqPWG+2lrQZnE53MLVeo+w9c54EV+TUo4c8rILpsDXfY8pPiOy9kHpUHHP07ugKmtsU3vVW5Jg==", + "type": "package", + "path": "runtime.any.system.text.encoding.extensions/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Text.Encoding.Extensions.dll", + "lib/netstandard1.3/System.Text.Encoding.Extensions.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.text.encoding.extensions.4.3.0.nupkg.sha512", + "runtime.any.system.text.encoding.extensions.nuspec", + "runtimes/aot/lib/netcore50/_._" + ] + }, + "runtime.any.System.Threading.Tasks/4.3.0": { + "sha512": "OhBAVBQG5kFj1S+hCEQ3TUHBAEtZ3fbEMgZMRNdN8A0Pj4x+5nTELEqL59DU0TjKVE6II3dqKw4Dklb3szT65w==", + "type": "package", + "path": "runtime.any.system.threading.tasks/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Threading.Tasks.dll", + "lib/netstandard1.3/System.Threading.Tasks.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.threading.tasks.4.3.0.nupkg.sha512", + "runtime.any.system.threading.tasks.nuspec", + "runtimes/aot/lib/netcore50/_._" + ] + }, + "runtime.any.System.Threading.Timer/4.3.0": { + "sha512": "w4ehZJ+AwXYmGwYu+rMvym6RvMaRiUEQR1u6dwcyuKHxz8Heu/mO9AG1MquEgTyucnhv3M43X0iKpDOoN17C0w==", + "type": "package", + "path": "runtime.any.system.threading.timer/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Threading.Timer.dll", + "lib/netstandard1.3/System.Threading.Timer.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.threading.timer.4.3.0.nupkg.sha512", + "runtime.any.system.threading.timer.nuspec", + "runtimes/aot/lib/netcore50/_._" + ] + }, + "runtime.aot.System.Collections/4.3.0": { + "sha512": "oIRYUjjkmxyxtbdyo2uslKneprTYyfu3exJnG2g2kfNK9I/SkgtZ3Ayynlr93aaasZs5PNvYfvHpZW/3QwQg4Q==", + "type": "package", + "path": "runtime.aot.system.collections/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.aot.system.collections.4.3.0.nupkg.sha512", + "runtime.aot.system.collections.nuspec", + "runtimes/aot/lib/netcore50/System.Collections.dll" + ] + }, + "runtime.aot.System.Diagnostics.Tools/4.3.0": { + "sha512": "Sry/JfiffR1IBLanHobuD+Iaf1aeNKCrmmB7ycHREnMwxDBexYaXQ0cHoxlApYze5EYKG/XXWHWFYEx3Ep2xgA==", + "type": "package", + "path": "runtime.aot.system.diagnostics.tools/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.aot.system.diagnostics.tools.4.3.0.nupkg.sha512", + "runtime.aot.system.diagnostics.tools.nuspec", + "runtimes/aot/lib/netcore50/System.Diagnostics.Tools.dll" + ] + }, + "runtime.aot.System.Diagnostics.Tracing/4.3.0": { + "sha512": "N5oWCovFjd/RQbiWBn3KTPCfX5mxj7cAOPSnNmm1ChyPcpiHy+WPEZt1f/Z8yoegEStUkC2Ukh+2mxM9Hpbv2w==", + "type": "package", + "path": "runtime.aot.system.diagnostics.tracing/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.aot.system.diagnostics.tracing.4.3.0.nupkg.sha512", + "runtime.aot.system.diagnostics.tracing.nuspec", + "runtimes/aot/lib/netcore50/System.Diagnostics.Tracing.dll" + ] + }, + "runtime.aot.System.Globalization/4.3.0": { + "sha512": "JGVbV0rYZGFq44g2wd1pmm/CfcxiqyjwclO9WTzRcUT+SJvj097u1DoaXt/epyT5lOTkbOkEBqgl9hZlKvMf9g==", + "type": "package", + "path": "runtime.aot.system.globalization/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.aot.system.globalization.4.3.0.nupkg.sha512", + "runtime.aot.system.globalization.nuspec", + "runtimes/aot/lib/netcore50/System.Globalization.dll" + ] + }, + "runtime.aot.System.Globalization.Calendars/4.3.0": { + "sha512": "HSiIdDAwkvlGy8MYdI4MLcks+kyYeAWMHoqMmFsXlEMypaYG/Yf8iYLdyzNuJcrnCXE31wEChsfgTEyo0AG7Ew==", + "type": "package", + "path": "runtime.aot.system.globalization.calendars/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.aot.system.globalization.calendars.4.3.0.nupkg.sha512", + "runtime.aot.system.globalization.calendars.nuspec", + "runtimes/aot/lib/netcore50/System.Globalization.Calendars.dll" + ] + }, + "runtime.aot.System.IO/4.3.0": { + "sha512": "Hh4Acaw1LDirS2SRU3H8vjcdQDfWbJzP/6TacuIrmkzBvnmPMV0npB7BvZ3ODa2uyqdynrXx7/M60ufqrrVz/g==", + "type": "package", + "path": "runtime.aot.system.io/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.aot.system.io.4.3.0.nupkg.sha512", + "runtime.aot.system.io.nuspec", + "runtimes/aot/lib/netcore50/System.IO.dll", + "runtimes/aot/lib/netstandard1.3/System.IO.dll" + ] + }, + "runtime.aot.System.Reflection/4.3.0": { + "sha512": "RtPByBmixEVC003nTtg9rGk+hogh8u3Tjd2Ap9WtYchddErK+EfOWhWEWSNfrlfHSep0fPZyjLXye+bdDqeqyQ==", + "type": "package", + "path": "runtime.aot.system.reflection/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.aot.system.reflection.4.3.0.nupkg.sha512", + "runtime.aot.system.reflection.nuspec", + "runtimes/aot/lib/netcore50/System.Reflection.dll" + ] + }, + "runtime.aot.System.Reflection.Extensions/4.3.0": { + "sha512": "d2g/03MJAxr3c/mIlIwZghxfK/BBfofn+FPni7K9ec7YfZp1yXCWfs/GijOmVAE55UBkzeZlfEbEuuA5ElLPlg==", + "type": "package", + "path": "runtime.aot.system.reflection.extensions/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.aot.system.reflection.extensions.4.3.0.nupkg.sha512", + "runtime.aot.system.reflection.extensions.nuspec", + "runtimes/aot/lib/netcore50/System.Reflection.Extensions.dll" + ] + }, + "runtime.aot.System.Reflection.Primitives/4.3.0": { + "sha512": "H8uucvnpgVnZizQqLfkfISLPfJ4SwTiZdhkciAZniRCjRR4iW23npVeAQVhsdaMsy1tVFt4lJgfzrbvQElRGlA==", + "type": "package", + "path": "runtime.aot.system.reflection.primitives/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.aot.system.reflection.primitives.4.3.0.nupkg.sha512", + "runtime.aot.system.reflection.primitives.nuspec", + "runtimes/aot/lib/MonoAndroid10/_._", + "runtimes/aot/lib/MonoTouch10/_._", + "runtimes/aot/lib/net45/_._", + "runtimes/aot/lib/netcore50/System.Reflection.Primitives.dll", + "runtimes/aot/lib/win8/_._", + "runtimes/aot/lib/wp80/_._", + "runtimes/aot/lib/wpa81/_._", + "runtimes/aot/lib/xamarinios10/_._", + "runtimes/aot/lib/xamarinmac20/_._", + "runtimes/aot/lib/xamarintvos10/_._", + "runtimes/aot/lib/xamarinwatchos10/_._" + ] + }, + "runtime.aot.System.Resources.ResourceManager/4.3.0": { + "sha512": "UuU/71bzofPYs0edqzGObX8yJ0JzwxWPK8W1OC0EddWbLTOkmlDUAefJTiDqN0/UZYHMOHX5lJCwgXLsV3c/4A==", + "type": "package", + "path": "runtime.aot.system.resources.resourcemanager/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.aot.system.resources.resourcemanager.4.3.0.nupkg.sha512", + "runtime.aot.system.resources.resourcemanager.nuspec", + "runtimes/aot/lib/netcore50/System.Resources.ResourceManager.dll" + ] + }, + "runtime.aot.System.Runtime/4.3.0": { + "sha512": "+v3ECNS5te29NRB7qhY2Ea3KKK1ACWEoGRcicbXm79HqFi7eL0IuqPpCpv43MMVUWxGcnrP8+PdktB2c2P0L0w==", + "type": "package", + "path": "runtime.aot.system.runtime/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.aot.system.runtime.4.3.0.nupkg.sha512", + "runtime.aot.system.runtime.nuspec", + "runtimes/aot/lib/netcore50/System.Runtime.dll" + ] + }, + "runtime.aot.System.Runtime.Handles/4.3.0": { + "sha512": "ZAj0jGdfc7XhE8Ax9vVG4AJnBK/Bcd6qOfaEmI310KINj5g/4BzVNroxympBwiYsGFXbp8c1Urlb4TvNIbgbGg==", + "type": "package", + "path": "runtime.aot.system.runtime.handles/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.aot.system.runtime.handles.4.3.0.nupkg.sha512", + "runtime.aot.system.runtime.handles.nuspec", + "runtimes/aot/lib/netcore50/System.Runtime.Handles.dll" + ] + }, + "runtime.aot.System.Runtime.InteropServices/4.3.0": { + "sha512": "LfLCyGN9KNe3B4Dnytcqo1Q53FhenzdSaHrUSHRdwQAPnfRJg2FPlBAD8DKlCiIL8q0VzMLGD0PSG0D93ZxgMw==", + "type": "package", + "path": "runtime.aot.system.runtime.interopservices/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.aot.system.runtime.interopservices.4.3.0.nupkg.sha512", + "runtime.aot.system.runtime.interopservices.nuspec", + "runtimes/aot/lib/netcore50/System.Runtime.InteropServices.dll" + ] + }, + "runtime.aot.System.Text.Encoding/4.3.0": { + "sha512": "oFUYKrchmj4Y9BVT/VgCdUZkvvo0geGntd6Ojz27jsQcu0NDNcYK62arI0/LVQOYCVrQIdUfFMJqCjS4YQidJg==", + "type": "package", + "path": "runtime.aot.system.text.encoding/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.aot.system.text.encoding.4.3.0.nupkg.sha512", + "runtime.aot.system.text.encoding.nuspec", + "runtimes/aot/lib/netcore50/System.Text.Encoding.dll" + ] + }, + "runtime.aot.System.Text.Encoding.Extensions/4.3.0": { + "sha512": "pxSiZre1BBpXurLR4HdFk5PKQHvLwB2wYc8xSaZV34y/zojUFTOJtMHprjXW217p72aR4llwVrp4WVlDppXcGw==", + "type": "package", + "path": "runtime.aot.system.text.encoding.extensions/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.aot.system.text.encoding.extensions.4.3.0.nupkg.sha512", + "runtime.aot.system.text.encoding.extensions.nuspec", + "runtimes/aot/lib/netcore50/System.Text.Encoding.Extensions.dll" + ] + }, + "runtime.aot.System.Threading.Tasks/4.3.0": { + "sha512": "xkNtSW7Xcy3gauT0tEc5FgA2FviuG+QsPNEo3hf/pdOWCXHIQtLBJCWwXnc0B3VpCLSJB6A2zQ5XIxHS9mBkmQ==", + "type": "package", + "path": "runtime.aot.system.threading.tasks/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.aot.system.threading.tasks.4.3.0.nupkg.sha512", + "runtime.aot.system.threading.tasks.nuspec", + "runtimes/aot/lib/netcore50/System.Threading.Tasks.dll" + ] + }, + "runtime.aot.System.Threading.Timer/4.3.0": { + "sha512": "FdzqGdxrXAOZmKd4ung3i7jC6jGlqDtwvq7zm6Z1ttqJ8vUChh99W+8y2K/CsGCLtGwYGtgT2uOKWmjQwi74Mw==", + "type": "package", + "path": "runtime.aot.system.threading.timer/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.aot.system.threading.timer.4.3.0.nupkg.sha512", + "runtime.aot.system.threading.timer.nuspec", + "runtimes/aot/lib/netcore50/System.Threading.Timer.dll" + ] + }, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==", + "type": "package", + "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==", + "type": "package", + "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/fedora.23-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==", + "type": "package", + "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/fedora.24-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.native.System.IO.Compression/4.3.0": { + "sha512": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", + "type": "package", + "path": "runtime.native.system.io.compression/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.io.compression.4.3.0.nupkg.sha512", + "runtime.native.system.io.compression.nuspec" + ] + }, + "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", + "type": "package", + "path": "runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.native.system.security.cryptography.openssl.nuspec" + ] + }, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==", + "type": "package", + "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/opensuse.13.2-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==", + "type": "package", + "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==", + "type": "package", + "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib" + ] + }, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==", + "type": "package", + "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==", + "type": "package", + "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==", + "type": "package", + "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/ubuntu.16.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==", + "type": "package", + "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.win.Microsoft.Win32.Primitives/4.3.0": { + "sha512": "NU51SEt/ZaD2MF48sJ17BIqx7rjeNNLXUevfMOjqQIetdndXwYjZfZsT6jD+rSWp/FYxjesdK4xUSl4OTEI0jw==", + "type": "package", + "path": "runtime.win.microsoft.win32.primitives/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.win.microsoft.win32.primitives.4.3.0.nupkg.sha512", + "runtime.win.microsoft.win32.primitives.nuspec", + "runtimes/win/lib/net/_._", + "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Primitives.dll" + ] + }, + "runtime.win.System.Console/4.3.0": { + "sha512": "RRACWygml5dnmfgC1SW6tLGsFgwsUAKFtvhdyHnIEz4EhWyrd7pacDdY95CacQJy7BMXRDRCejC9aCRC0Y1sQA==", + "type": "package", + "path": "runtime.win.system.console/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.win.system.console.4.3.0.nupkg.sha512", + "runtime.win.system.console.nuspec", + "runtimes/win/lib/net/_._", + "runtimes/win/lib/netcore50/System.Console.dll", + "runtimes/win/lib/netstandard1.3/System.Console.dll" + ] + }, + "runtime.win.System.Diagnostics.Debug/4.3.0": { + "sha512": "hHHP0WCStene2jjeYcuDkETozUYF/3sHVRHAEOgS3L15hlip24ssqCTnJC28Z03Wpo078oMcJd0H4egD2aJI8g==", + "type": "package", + "path": "runtime.win.system.diagnostics.debug/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.win.system.diagnostics.debug.4.3.0.nupkg.sha512", + "runtime.win.system.diagnostics.debug.nuspec", + "runtimes/aot/lib/netcore50/System.Diagnostics.Debug.dll", + "runtimes/win/lib/net45/_._", + "runtimes/win/lib/netcore50/System.Diagnostics.Debug.dll", + "runtimes/win/lib/netstandard1.3/System.Diagnostics.Debug.dll", + "runtimes/win/lib/win8/_._", + "runtimes/win/lib/wp80/_._", + "runtimes/win/lib/wpa81/_._" + ] + }, + "runtime.win.System.IO.FileSystem/4.3.0": { + "sha512": "Z37zcSCpXuGCYtFbqYO0TwOVXxS2d+BXgSoDFZmRg8BC4Cuy54edjyIvhhcfCrDQA9nl+EPFTgHN54dRAK7mNA==", + "type": "package", + "path": "runtime.win.system.io.filesystem/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.win.system.io.filesystem.4.3.0.nupkg.sha512", + "runtime.win.system.io.filesystem.nuspec", + "runtimes/win/lib/net/_._", + "runtimes/win/lib/netcore50/System.IO.FileSystem.dll", + "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.dll", + "runtimes/win/lib/win8/_._", + "runtimes/win/lib/wp8/_._", + "runtimes/win/lib/wpa81/_._" + ] + }, + "runtime.win.System.Net.Primitives/4.3.0": { + "sha512": "lkXXykakvXUU+Zq2j0pC6EO20lEhijjqMc01XXpp1CJN+DeCwl3nsj4t5Xbpz3kA7yQyTqw6d9SyIzsyLsV3zA==", + "type": "package", + "path": "runtime.win.system.net.primitives/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.win.system.net.primitives.4.3.0.nupkg.sha512", + "runtime.win.system.net.primitives.nuspec", + "runtimes/win/lib/net/_._", + "runtimes/win/lib/netcore50/System.Net.Primitives.dll", + "runtimes/win/lib/netstandard1.3/System.Net.Primitives.dll" + ] + }, + "runtime.win.System.Net.Sockets/4.3.0": { + "sha512": "FK/2gX6MmuLIKNCGsV59Fe4IYrLrI5n9pQ1jh477wiivEM/NCXDT2dRetH5FSfY0bQ+VgTLcS3zcmjQ8my3nxQ==", + "type": "package", + "path": "runtime.win.system.net.sockets/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.win.system.net.sockets.4.3.0.nupkg.sha512", + "runtime.win.system.net.sockets.nuspec", + "runtimes/win/lib/net/_._", + "runtimes/win/lib/netcore50/System.Net.Sockets.dll", + "runtimes/win/lib/netstandard1.3/System.Net.Sockets.dll" + ] + }, + "runtime.win.System.Runtime.Extensions/4.3.0": { + "sha512": "RkgHVhUPvzZxuUubiZe8yr/6CypRVXj0VBzaR8hsqQ8f+rUo7e4PWrHTLOCjd8fBMGWCrY//fi7Ku3qXD7oHRw==", + "type": "package", + "path": "runtime.win.system.runtime.extensions/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.win.system.runtime.extensions.4.3.0.nupkg.sha512", + "runtime.win.system.runtime.extensions.nuspec", + "runtimes/aot/lib/netcore50/System.Runtime.Extensions.dll", + "runtimes/win/lib/net/_._", + "runtimes/win/lib/netcore50/System.Runtime.Extensions.dll", + "runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll" + ] + }, + "runtime.win10-arm-aot.Microsoft.NETCore.UniversalWindowsPlatform/6.0.8": { + "sha512": "mCcoolv8UTrTcmRktwjlPk4N+kjcoJDFEI6cH/kT72zv31Mf5HH7/H99q6lNwSF1dXZAeZbzBXJcDOKFMJoKTw==", + "type": "package", + "path": "runtime.win10-arm-aot.microsoft.netcore.universalwindowsplatform/6.0.8", + "files": [ + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "ref/netstandard/_._", + "runtime.win10-arm-aot.Microsoft.NETCore.UniversalWindowsPlatform.6.0.8.nupkg.sha512", + "runtime.win10-arm-aot.Microsoft.NETCore.UniversalWindowsPlatform.nuspec", + "runtimes/win10-arm-aot/lib/uap10.0.15138/Microsoft.CSharp.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/Microsoft.VisualBasic.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/Microsoft.Win32.Primitives.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.AppContext.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Buffers.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Collections.Concurrent.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Collections.Immutable.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Collections.NonGeneric.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Collections.Specialized.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Collections.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ComponentModel.Annotations.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ComponentModel.Composition.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ComponentModel.DataAnnotations.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ComponentModel.EventBasedAsync.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ComponentModel.Primitives.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ComponentModel.TypeConverter.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ComponentModel.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Configuration.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Console.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Core.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Data.Common.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Data.SqlClient.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Data.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Diagnostics.Contracts.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Diagnostics.Debug.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Diagnostics.DiagnosticSource.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Diagnostics.FileVersionInfo.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Diagnostics.Process.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Diagnostics.StackTrace.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Diagnostics.TextWriterTraceListener.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Diagnostics.Tools.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Diagnostics.TraceSource.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Diagnostics.Tracing.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Drawing.Primitives.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Drawing.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Dynamic.Runtime.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Globalization.Calendars.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Globalization.Extensions.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Globalization.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.Compression.FileSystem.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.Compression.ZipFile.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.Compression.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.FileSystem.DriveInfo.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.FileSystem.Primitives.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.FileSystem.Watcher.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.FileSystem.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.IsolatedStorage.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.MemoryMappedFiles.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.Pipes.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.Ports.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.UnmanagedMemoryStream.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.IO.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Linq.Expressions.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Linq.Parallel.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Linq.Queryable.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Linq.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.Http.Rtc.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.Http.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.HttpListener.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.Mail.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.NameResolution.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.NetworkInformation.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.Ping.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.Primitives.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.Requests.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.Security.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.ServicePoint.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.Sockets.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.WebClient.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.WebHeaderCollection.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.WebProxy.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.WebSockets.Client.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.WebSockets.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Net.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Numerics.Vectors.WindowsRuntime.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Numerics.Vectors.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Numerics.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ObjectModel.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Private.DataContractSerialization.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Private.Reflection.Metadata.Ecma335.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Private.ServiceModel.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Private.Uri.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Private.Xml.Linq.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Private.Xml.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Reflection.Context.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Reflection.DispatchProxy.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Reflection.Emit.ILGeneration.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Reflection.Emit.Lightweight.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Reflection.Emit.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Reflection.Extensions.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Reflection.Metadata.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Reflection.Primitives.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Reflection.TypeExtensions.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Reflection.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Resources.Reader.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Resources.ResourceManager.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Resources.Writer.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.CompilerServices.VisualC.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.Extensions.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.Handles.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.InteropServices.RuntimeInformation.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.InteropServices.WindowsRuntime.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.InteropServices.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.Numerics.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.Serialization.Formatters.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.Serialization.Json.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.Serialization.Primitives.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.Serialization.Xml.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.Serialization.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.WindowsRuntime.UI.Xaml.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.WindowsRuntime.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Runtime.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.AccessControl.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.Claims.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.Cryptography.Algorithms.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.Cryptography.Cng.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.Cryptography.Csp.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.Cryptography.Encoding.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.Cryptography.Primitives.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.Principal.Windows.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.Principal.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.SecureString.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Security.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ServiceModel.Duplex.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ServiceModel.Http.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ServiceModel.NetTcp.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ServiceModel.Primitives.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ServiceModel.Security.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ServiceModel.Web.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ServiceModel.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ServiceProcess.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Text.Encoding.CodePages.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Text.Encoding.Extensions.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Text.Encoding.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Text.RegularExpressions.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Threading.Overlapped.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Threading.Tasks.Dataflow.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Threading.Tasks.Extensions.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Threading.Tasks.Parallel.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Threading.Tasks.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Threading.Thread.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Threading.ThreadPool.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Threading.Timer.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Threading.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Transactions.Local.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Transactions.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.ValueTuple.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Web.HttpUtility.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Web.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Windows.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Xml.Linq.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Xml.ReaderWriter.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Xml.Serialization.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Xml.XDocument.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Xml.XPath.XDocument.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Xml.XPath.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Xml.XmlDocument.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Xml.XmlSerializer.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.Xml.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/System.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/WindowsBase.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/mscorlib.dll", + "runtimes/win10-arm-aot/lib/uap10.0.15138/netstandard.dll", + "runtimes/win10-arm-aot/nativeassets/uap10.0.15138/clrcompression.dll" + ] + }, + "runtime.win10-arm-aot.runtime.native.System.IO.Compression/4.0.1": { + "sha512": "fzsKrHHfrv6wpLE1sxAHcWoB9vpAyoNjxVTnBJkzeXow2ZivR1H7wdpnsoKXIIb0d2EzYrrezHeHy4gI6tqqTA==", + "type": "package", + "path": "runtime.win10-arm-aot.runtime.native.system.io.compression/4.0.1", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.win10-arm-aot.runtime.native.system.io.compression.4.0.1.nupkg.sha512", + "runtime.win10-arm-aot.runtime.native.system.io.compression.nuspec", + "runtimes/win10-arm-aot/lib/netcore50/clrcompression.dll" + ] + }, + "runtime.win10-arm.Microsoft.NETCore.UniversalWindowsPlatform/6.0.8": { + "sha512": "tbmLG9GnSm0LWKkzvzq6Ppw85Lt4EE+aRDSGoYrbbiPTkzK9fzcPOv5YqzL86WKzxWi9E9pZvVytM1uvd3bYXg==", + "type": "package", + "path": "runtime.win10-arm.microsoft.netcore.universalwindowsplatform/6.0.8", + "files": [ + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "ref/netstandard/_._", + "runtime.win10-arm.Microsoft.NETCore.UniversalWindowsPlatform.6.0.8.nupkg.sha512", + "runtime.win10-arm.Microsoft.NETCore.UniversalWindowsPlatform.nuspec", + "runtimes/win10-arm/lib/uap10.0.15138/Microsoft.CSharp.dll", + "runtimes/win10-arm/lib/uap10.0.15138/Microsoft.VisualBasic.dll", + "runtimes/win10-arm/lib/uap10.0.15138/Microsoft.Win32.Primitives.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.AppContext.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Buffers.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Collections.Concurrent.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Collections.Immutable.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Collections.NonGeneric.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Collections.Specialized.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Collections.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.ComponentModel.Annotations.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.ComponentModel.Composition.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.ComponentModel.DataAnnotations.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.ComponentModel.EventBasedAsync.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.ComponentModel.Primitives.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.ComponentModel.TypeConverter.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.ComponentModel.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Configuration.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Console.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Core.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Data.Common.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Data.SqlClient.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Data.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Diagnostics.Contracts.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Diagnostics.Debug.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Diagnostics.DiagnosticSource.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Diagnostics.FileVersionInfo.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Diagnostics.Process.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Diagnostics.StackTrace.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Diagnostics.TextWriterTraceListener.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Diagnostics.Tools.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Diagnostics.TraceSource.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Diagnostics.Tracing.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Drawing.Primitives.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Drawing.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Dynamic.Runtime.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Globalization.Calendars.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Globalization.Extensions.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Globalization.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.IO.Compression.FileSystem.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.IO.Compression.ZipFile.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.IO.Compression.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.IO.FileSystem.DriveInfo.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.IO.FileSystem.Primitives.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.IO.FileSystem.Watcher.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.IO.FileSystem.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.IO.IsolatedStorage.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.IO.MemoryMappedFiles.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.IO.Pipes.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.IO.Ports.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.IO.UnmanagedMemoryStream.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.IO.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Linq.Expressions.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Linq.Parallel.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Linq.Queryable.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Linq.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Net.Http.Rtc.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Net.Http.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Net.HttpListener.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Net.Mail.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Net.NameResolution.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Net.NetworkInformation.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Net.Ping.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Net.Primitives.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Net.Requests.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Net.Security.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Net.ServicePoint.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Net.Sockets.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Net.WebClient.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Net.WebHeaderCollection.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Net.WebProxy.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Net.WebSockets.Client.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Net.WebSockets.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Net.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Numerics.Vectors.WindowsRuntime.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Numerics.Vectors.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Numerics.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.ObjectModel.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Private.DataContractSerialization.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Private.ServiceModel.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Private.Uri.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Private.Xml.Linq.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Private.Xml.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Reflection.Context.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Reflection.DispatchProxy.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Reflection.Emit.ILGeneration.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Reflection.Emit.Lightweight.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Reflection.Emit.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Reflection.Extensions.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Reflection.Metadata.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Reflection.Primitives.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Reflection.TypeExtensions.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Reflection.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Resources.Reader.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Resources.ResourceManager.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Resources.Writer.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.CompilerServices.VisualC.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.Extensions.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.Handles.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.InteropServices.RuntimeInformation.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.InteropServices.WindowsRuntime.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.InteropServices.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.Numerics.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.Serialization.Formatters.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.Serialization.Json.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.Serialization.Primitives.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.Serialization.Xml.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.Serialization.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.WindowsRuntime.UI.Xaml.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.WindowsRuntime.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Runtime.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Security.AccessControl.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Security.Claims.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Security.Cryptography.Algorithms.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Security.Cryptography.Cng.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Security.Cryptography.Csp.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Security.Cryptography.Encoding.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Security.Cryptography.Primitives.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Security.Principal.Windows.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Security.Principal.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Security.SecureString.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Security.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.ServiceModel.Duplex.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.ServiceModel.Http.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.ServiceModel.NetTcp.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.ServiceModel.Primitives.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.ServiceModel.Security.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.ServiceModel.Web.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.ServiceModel.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.ServiceProcess.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Text.Encoding.CodePages.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Text.Encoding.Extensions.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Text.Encoding.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Text.RegularExpressions.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Threading.Overlapped.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Threading.Tasks.Dataflow.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Threading.Tasks.Extensions.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Threading.Tasks.Parallel.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Threading.Tasks.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Threading.Thread.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Threading.ThreadPool.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Threading.Timer.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Threading.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Transactions.Local.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Transactions.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.ValueTuple.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Web.HttpUtility.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Web.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Windows.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Xml.Linq.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Xml.ReaderWriter.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Xml.Serialization.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Xml.XDocument.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Xml.XPath.XDocument.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Xml.XPath.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Xml.XmlDocument.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Xml.XmlSerializer.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.Xml.dll", + "runtimes/win10-arm/lib/uap10.0.15138/System.dll", + "runtimes/win10-arm/lib/uap10.0.15138/WindowsBase.dll", + "runtimes/win10-arm/lib/uap10.0.15138/mscorlib.dll", + "runtimes/win10-arm/lib/uap10.0.15138/netstandard.dll", + "runtimes/win10-arm/nativeassets/uap10.0.15138/clrcompression.dll" + ] + }, + "runtime.win10-x64-aot.Microsoft.NETCore.UniversalWindowsPlatform/6.0.8": { + "sha512": "QhGAy+4NIyxehEg0t0Ps+TvLDj9EHZxwqK+St3q4ggMhGCKXsv7B1g1i9OjC3GGLWW1ShEaSGJMTXf05cDO8Cg==", + "type": "package", + "path": "runtime.win10-x64-aot.microsoft.netcore.universalwindowsplatform/6.0.8", + "files": [ + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "ref/netstandard/_._", + "runtime.win10-x64-aot.Microsoft.NETCore.UniversalWindowsPlatform.6.0.8.nupkg.sha512", + "runtime.win10-x64-aot.Microsoft.NETCore.UniversalWindowsPlatform.nuspec", + "runtimes/win10-x64-aot/lib/uap10.0.15138/Microsoft.CSharp.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/Microsoft.VisualBasic.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/Microsoft.Win32.Primitives.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.AppContext.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Buffers.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Collections.Concurrent.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Collections.Immutable.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Collections.NonGeneric.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Collections.Specialized.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Collections.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ComponentModel.Annotations.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ComponentModel.Composition.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ComponentModel.DataAnnotations.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ComponentModel.EventBasedAsync.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ComponentModel.Primitives.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ComponentModel.TypeConverter.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ComponentModel.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Configuration.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Console.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Core.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Data.Common.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Data.SqlClient.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Data.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Diagnostics.Contracts.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Diagnostics.Debug.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Diagnostics.DiagnosticSource.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Diagnostics.FileVersionInfo.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Diagnostics.Process.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Diagnostics.StackTrace.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Diagnostics.TextWriterTraceListener.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Diagnostics.Tools.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Diagnostics.TraceSource.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Diagnostics.Tracing.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Drawing.Primitives.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Drawing.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Dynamic.Runtime.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Globalization.Calendars.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Globalization.Extensions.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Globalization.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.Compression.FileSystem.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.Compression.ZipFile.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.Compression.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.FileSystem.DriveInfo.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.FileSystem.Primitives.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.FileSystem.Watcher.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.FileSystem.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.IsolatedStorage.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.MemoryMappedFiles.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.Pipes.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.Ports.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.UnmanagedMemoryStream.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.IO.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Linq.Expressions.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Linq.Parallel.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Linq.Queryable.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Linq.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.Http.Rtc.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.Http.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.HttpListener.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.Mail.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.NameResolution.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.NetworkInformation.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.Ping.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.Primitives.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.Requests.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.Security.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.ServicePoint.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.Sockets.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.WebClient.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.WebHeaderCollection.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.WebProxy.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.WebSockets.Client.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.WebSockets.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Net.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Numerics.Vectors.WindowsRuntime.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Numerics.Vectors.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Numerics.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ObjectModel.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Private.DataContractSerialization.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Private.Reflection.Metadata.Ecma335.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Private.ServiceModel.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Private.Uri.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Private.Xml.Linq.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Private.Xml.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Reflection.Context.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Reflection.DispatchProxy.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Reflection.Emit.ILGeneration.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Reflection.Emit.Lightweight.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Reflection.Emit.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Reflection.Extensions.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Reflection.Metadata.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Reflection.Primitives.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Reflection.TypeExtensions.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Reflection.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Resources.Reader.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Resources.ResourceManager.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Resources.Writer.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.CompilerServices.VisualC.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.Extensions.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.Handles.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.InteropServices.RuntimeInformation.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.InteropServices.WindowsRuntime.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.InteropServices.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.Numerics.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.Serialization.Formatters.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.Serialization.Json.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.Serialization.Primitives.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.Serialization.Xml.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.Serialization.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.WindowsRuntime.UI.Xaml.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.WindowsRuntime.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Runtime.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.AccessControl.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.Claims.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.Cryptography.Algorithms.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.Cryptography.Cng.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.Cryptography.Csp.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.Cryptography.Encoding.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.Cryptography.Primitives.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.Principal.Windows.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.Principal.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.SecureString.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Security.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ServiceModel.Duplex.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ServiceModel.Http.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ServiceModel.NetTcp.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ServiceModel.Primitives.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ServiceModel.Security.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ServiceModel.Web.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ServiceModel.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ServiceProcess.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Text.Encoding.CodePages.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Text.Encoding.Extensions.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Text.Encoding.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Text.RegularExpressions.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Threading.Overlapped.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Threading.Tasks.Dataflow.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Threading.Tasks.Extensions.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Threading.Tasks.Parallel.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Threading.Tasks.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Threading.Thread.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Threading.ThreadPool.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Threading.Timer.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Threading.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Transactions.Local.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Transactions.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.ValueTuple.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Web.HttpUtility.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Web.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Windows.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Xml.Linq.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Xml.ReaderWriter.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Xml.Serialization.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Xml.XDocument.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Xml.XPath.XDocument.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Xml.XPath.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Xml.XmlDocument.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Xml.XmlSerializer.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.Xml.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/System.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/WindowsBase.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/mscorlib.dll", + "runtimes/win10-x64-aot/lib/uap10.0.15138/netstandard.dll", + "runtimes/win10-x64-aot/nativeassets/uap10.0.15138/clrcompression.dll" + ] + }, + "runtime.win10-x64-aot.runtime.native.System.IO.Compression/4.0.1": { + "sha512": "qr2+iGSxqUjVW3eATYzV4GHN6qQOu5cDTzCGf7VZ4aaxXGv2P/XVk9BkQ6WdPCDitEdIuWmtFYIFvGdvY/qN6Q==", + "type": "package", + "path": "runtime.win10-x64-aot.runtime.native.system.io.compression/4.0.1", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.win10-x64-aot.runtime.native.system.io.compression.4.0.1.nupkg.sha512", + "runtime.win10-x64-aot.runtime.native.system.io.compression.nuspec", + "runtimes/win10-x64-aot/lib/netcore50/clrcompression.dll" + ] + }, + "runtime.win10-x64.Microsoft.NETCore.UniversalWindowsPlatform/6.0.8": { + "sha512": "gDKOajerneiwUinQpoVy0dEzX4QRB/oWO37vmfwTac4bSkAsrfdhA5gEeMR4y2JN0OHABLP8zjm1bOiHp4XnFQ==", + "type": "package", + "path": "runtime.win10-x64.microsoft.netcore.universalwindowsplatform/6.0.8", + "files": [ + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "ref/netstandard/_._", + "runtime.win10-x64.Microsoft.NETCore.UniversalWindowsPlatform.6.0.8.nupkg.sha512", + "runtime.win10-x64.Microsoft.NETCore.UniversalWindowsPlatform.nuspec", + "runtimes/win10-x64/lib/uap10.0.15138/Microsoft.CSharp.dll", + "runtimes/win10-x64/lib/uap10.0.15138/Microsoft.VisualBasic.dll", + "runtimes/win10-x64/lib/uap10.0.15138/Microsoft.Win32.Primitives.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.AppContext.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Buffers.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Collections.Concurrent.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Collections.Immutable.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Collections.NonGeneric.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Collections.Specialized.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Collections.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.ComponentModel.Annotations.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.ComponentModel.Composition.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.ComponentModel.DataAnnotations.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.ComponentModel.EventBasedAsync.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.ComponentModel.Primitives.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.ComponentModel.TypeConverter.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.ComponentModel.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Configuration.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Console.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Core.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Data.Common.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Data.SqlClient.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Data.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Diagnostics.Contracts.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Diagnostics.Debug.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Diagnostics.DiagnosticSource.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Diagnostics.FileVersionInfo.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Diagnostics.Process.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Diagnostics.StackTrace.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Diagnostics.TextWriterTraceListener.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Diagnostics.Tools.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Diagnostics.TraceSource.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Diagnostics.Tracing.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Drawing.Primitives.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Drawing.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Dynamic.Runtime.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Globalization.Calendars.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Globalization.Extensions.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Globalization.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.IO.Compression.FileSystem.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.IO.Compression.ZipFile.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.IO.Compression.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.IO.FileSystem.DriveInfo.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.IO.FileSystem.Primitives.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.IO.FileSystem.Watcher.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.IO.FileSystem.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.IO.IsolatedStorage.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.IO.MemoryMappedFiles.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.IO.Pipes.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.IO.Ports.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.IO.UnmanagedMemoryStream.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.IO.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Linq.Expressions.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Linq.Parallel.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Linq.Queryable.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Linq.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Net.Http.Rtc.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Net.Http.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Net.HttpListener.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Net.Mail.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Net.NameResolution.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Net.NetworkInformation.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Net.Ping.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Net.Primitives.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Net.Requests.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Net.Security.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Net.ServicePoint.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Net.Sockets.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Net.WebClient.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Net.WebHeaderCollection.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Net.WebProxy.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Net.WebSockets.Client.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Net.WebSockets.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Net.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Numerics.Vectors.WindowsRuntime.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Numerics.Vectors.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Numerics.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.ObjectModel.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Private.DataContractSerialization.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Private.ServiceModel.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Private.Uri.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Private.Xml.Linq.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Private.Xml.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Reflection.Context.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Reflection.DispatchProxy.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Reflection.Emit.ILGeneration.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Reflection.Emit.Lightweight.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Reflection.Emit.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Reflection.Extensions.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Reflection.Metadata.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Reflection.Primitives.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Reflection.TypeExtensions.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Reflection.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Resources.Reader.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Resources.ResourceManager.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Resources.Writer.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.CompilerServices.VisualC.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.Extensions.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.Handles.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.InteropServices.RuntimeInformation.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.InteropServices.WindowsRuntime.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.InteropServices.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.Numerics.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.Serialization.Formatters.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.Serialization.Json.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.Serialization.Primitives.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.Serialization.Xml.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.Serialization.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.WindowsRuntime.UI.Xaml.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.WindowsRuntime.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Runtime.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Security.AccessControl.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Security.Claims.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Security.Cryptography.Algorithms.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Security.Cryptography.Cng.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Security.Cryptography.Csp.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Security.Cryptography.Encoding.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Security.Cryptography.Primitives.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Security.Principal.Windows.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Security.Principal.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Security.SecureString.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Security.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.ServiceModel.Duplex.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.ServiceModel.Http.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.ServiceModel.NetTcp.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.ServiceModel.Primitives.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.ServiceModel.Security.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.ServiceModel.Web.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.ServiceModel.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.ServiceProcess.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Text.Encoding.CodePages.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Text.Encoding.Extensions.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Text.Encoding.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Text.RegularExpressions.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Threading.Overlapped.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Threading.Tasks.Dataflow.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Threading.Tasks.Extensions.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Threading.Tasks.Parallel.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Threading.Tasks.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Threading.Thread.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Threading.ThreadPool.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Threading.Timer.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Threading.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Transactions.Local.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Transactions.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.ValueTuple.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Web.HttpUtility.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Web.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Windows.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Xml.Linq.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Xml.ReaderWriter.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Xml.Serialization.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Xml.XDocument.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Xml.XPath.XDocument.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Xml.XPath.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Xml.XmlDocument.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Xml.XmlSerializer.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.Xml.dll", + "runtimes/win10-x64/lib/uap10.0.15138/System.dll", + "runtimes/win10-x64/lib/uap10.0.15138/WindowsBase.dll", + "runtimes/win10-x64/lib/uap10.0.15138/mscorlib.dll", + "runtimes/win10-x64/lib/uap10.0.15138/netstandard.dll", + "runtimes/win10-x64/nativeassets/uap10.0.15138/clrcompression.dll" + ] + }, + "runtime.win10-x86-aot.Microsoft.NETCore.UniversalWindowsPlatform/6.0.8": { + "sha512": "qlJZm6eLTkgsb4TjIlkeCU2DkEAtJw1l0X/YzsMwTmx5yz63gSc1UBp45IrPu699kG0AY3TuUJ6fXeWk9x9iIg==", + "type": "package", + "path": "runtime.win10-x86-aot.microsoft.netcore.universalwindowsplatform/6.0.8", + "files": [ + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "ref/netstandard/_._", + "runtime.win10-x86-aot.Microsoft.NETCore.UniversalWindowsPlatform.6.0.8.nupkg.sha512", + "runtime.win10-x86-aot.Microsoft.NETCore.UniversalWindowsPlatform.nuspec", + "runtimes/win10-x86-aot/lib/uap10.0.15138/Microsoft.CSharp.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/Microsoft.VisualBasic.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/Microsoft.Win32.Primitives.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.AppContext.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Buffers.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Collections.Concurrent.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Collections.Immutable.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Collections.NonGeneric.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Collections.Specialized.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Collections.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ComponentModel.Annotations.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ComponentModel.Composition.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ComponentModel.DataAnnotations.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ComponentModel.EventBasedAsync.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ComponentModel.Primitives.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ComponentModel.TypeConverter.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ComponentModel.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Configuration.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Console.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Core.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Data.Common.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Data.SqlClient.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Data.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Diagnostics.Contracts.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Diagnostics.Debug.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Diagnostics.DiagnosticSource.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Diagnostics.FileVersionInfo.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Diagnostics.Process.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Diagnostics.StackTrace.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Diagnostics.TextWriterTraceListener.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Diagnostics.Tools.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Diagnostics.TraceSource.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Diagnostics.Tracing.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Drawing.Primitives.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Drawing.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Dynamic.Runtime.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Globalization.Calendars.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Globalization.Extensions.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Globalization.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.Compression.FileSystem.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.Compression.ZipFile.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.Compression.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.FileSystem.DriveInfo.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.FileSystem.Primitives.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.FileSystem.Watcher.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.FileSystem.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.IsolatedStorage.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.MemoryMappedFiles.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.Pipes.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.Ports.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.UnmanagedMemoryStream.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.IO.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Linq.Expressions.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Linq.Parallel.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Linq.Queryable.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Linq.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.Http.Rtc.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.Http.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.HttpListener.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.Mail.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.NameResolution.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.NetworkInformation.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.Ping.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.Primitives.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.Requests.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.Security.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.ServicePoint.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.Sockets.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.WebClient.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.WebHeaderCollection.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.WebProxy.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.WebSockets.Client.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.WebSockets.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Net.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Numerics.Vectors.WindowsRuntime.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Numerics.Vectors.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Numerics.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ObjectModel.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Private.DataContractSerialization.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Private.Reflection.Metadata.Ecma335.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Private.ServiceModel.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Private.Uri.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Private.Xml.Linq.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Private.Xml.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Reflection.Context.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Reflection.DispatchProxy.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Reflection.Emit.ILGeneration.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Reflection.Emit.Lightweight.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Reflection.Emit.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Reflection.Extensions.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Reflection.Metadata.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Reflection.Primitives.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Reflection.TypeExtensions.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Reflection.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Resources.Reader.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Resources.ResourceManager.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Resources.Writer.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.CompilerServices.VisualC.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.Extensions.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.Handles.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.InteropServices.RuntimeInformation.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.InteropServices.WindowsRuntime.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.InteropServices.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.Numerics.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.Serialization.Formatters.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.Serialization.Json.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.Serialization.Primitives.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.Serialization.Xml.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.Serialization.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.WindowsRuntime.UI.Xaml.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.WindowsRuntime.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Runtime.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.AccessControl.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.Claims.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.Cryptography.Algorithms.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.Cryptography.Cng.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.Cryptography.Csp.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.Cryptography.Encoding.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.Cryptography.Primitives.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.Principal.Windows.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.Principal.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.SecureString.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Security.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ServiceModel.Duplex.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ServiceModel.Http.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ServiceModel.NetTcp.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ServiceModel.Primitives.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ServiceModel.Security.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ServiceModel.Web.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ServiceModel.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ServiceProcess.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Text.Encoding.CodePages.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Text.Encoding.Extensions.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Text.Encoding.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Text.RegularExpressions.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Threading.Overlapped.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Threading.Tasks.Dataflow.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Threading.Tasks.Extensions.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Threading.Tasks.Parallel.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Threading.Tasks.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Threading.Thread.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Threading.ThreadPool.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Threading.Timer.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Threading.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Transactions.Local.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Transactions.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.ValueTuple.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Web.HttpUtility.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Web.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Windows.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Xml.Linq.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Xml.ReaderWriter.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Xml.Serialization.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Xml.XDocument.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Xml.XPath.XDocument.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Xml.XPath.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Xml.XmlDocument.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Xml.XmlSerializer.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.Xml.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/System.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/WindowsBase.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/mscorlib.dll", + "runtimes/win10-x86-aot/lib/uap10.0.15138/netstandard.dll", + "runtimes/win10-x86-aot/nativeassets/uap10.0.15138/clrcompression.dll" + ] + }, + "runtime.win10-x86-aot.runtime.native.System.IO.Compression/4.0.1": { + "sha512": "c3yeCSi1emskJMjeqbX6B+neZRozhYk4et/Lv/6s05Yz30jcwY2Mj5PAr7mvmlAZtP5+HLbxz+Ux+RNNM/1GUA==", + "type": "package", + "path": "runtime.win10-x86-aot.runtime.native.system.io.compression/4.0.1", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.win10-x86-aot.runtime.native.system.io.compression.4.0.1.nupkg.sha512", + "runtime.win10-x86-aot.runtime.native.system.io.compression.nuspec", + "runtimes/win10-x86-aot/lib/netcore50/clrcompression.dll" + ] + }, + "runtime.win10-x86.Microsoft.NETCore.UniversalWindowsPlatform/6.0.8": { + "sha512": "CHjI9Nsqvw/8nOqiCJOnXr8HT/Fpo44Ir2sUqANdH9jnxGs4u7RTcZSG1dIRyJrOvd0nHLklAVfbwu8SIkXPWg==", + "type": "package", + "path": "runtime.win10-x86.microsoft.netcore.universalwindowsplatform/6.0.8", + "files": [ + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "ref/netstandard/_._", + "runtime.win10-x86.Microsoft.NETCore.UniversalWindowsPlatform.6.0.8.nupkg.sha512", + "runtime.win10-x86.Microsoft.NETCore.UniversalWindowsPlatform.nuspec", + "runtimes/win10-x86/lib/uap10.0.15138/Microsoft.CSharp.dll", + "runtimes/win10-x86/lib/uap10.0.15138/Microsoft.VisualBasic.dll", + "runtimes/win10-x86/lib/uap10.0.15138/Microsoft.Win32.Primitives.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.AppContext.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Buffers.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Collections.Concurrent.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Collections.Immutable.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Collections.NonGeneric.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Collections.Specialized.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Collections.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.ComponentModel.Annotations.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.ComponentModel.Composition.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.ComponentModel.DataAnnotations.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.ComponentModel.EventBasedAsync.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.ComponentModel.Primitives.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.ComponentModel.TypeConverter.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.ComponentModel.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Configuration.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Console.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Core.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Data.Common.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Data.SqlClient.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Data.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Diagnostics.Contracts.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Diagnostics.Debug.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Diagnostics.DiagnosticSource.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Diagnostics.FileVersionInfo.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Diagnostics.Process.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Diagnostics.StackTrace.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Diagnostics.TextWriterTraceListener.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Diagnostics.Tools.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Diagnostics.TraceSource.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Diagnostics.Tracing.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Drawing.Primitives.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Drawing.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Dynamic.Runtime.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Globalization.Calendars.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Globalization.Extensions.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Globalization.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.IO.Compression.FileSystem.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.IO.Compression.ZipFile.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.IO.Compression.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.IO.FileSystem.DriveInfo.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.IO.FileSystem.Primitives.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.IO.FileSystem.Watcher.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.IO.FileSystem.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.IO.IsolatedStorage.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.IO.MemoryMappedFiles.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.IO.Pipes.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.IO.Ports.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.IO.UnmanagedMemoryStream.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.IO.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Linq.Expressions.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Linq.Parallel.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Linq.Queryable.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Linq.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Net.Http.Rtc.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Net.Http.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Net.HttpListener.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Net.Mail.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Net.NameResolution.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Net.NetworkInformation.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Net.Ping.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Net.Primitives.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Net.Requests.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Net.Security.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Net.ServicePoint.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Net.Sockets.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Net.WebClient.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Net.WebHeaderCollection.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Net.WebProxy.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Net.WebSockets.Client.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Net.WebSockets.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Net.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Numerics.Vectors.WindowsRuntime.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Numerics.Vectors.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Numerics.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.ObjectModel.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Private.DataContractSerialization.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Private.ServiceModel.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Private.Uri.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Private.Xml.Linq.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Private.Xml.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Reflection.Context.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Reflection.DispatchProxy.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Reflection.Emit.ILGeneration.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Reflection.Emit.Lightweight.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Reflection.Emit.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Reflection.Extensions.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Reflection.Metadata.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Reflection.Primitives.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Reflection.TypeExtensions.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Reflection.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Resources.Reader.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Resources.ResourceManager.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Resources.Writer.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.CompilerServices.VisualC.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.Extensions.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.Handles.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.InteropServices.RuntimeInformation.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.InteropServices.WindowsRuntime.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.InteropServices.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.Numerics.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.Serialization.Formatters.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.Serialization.Json.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.Serialization.Primitives.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.Serialization.Xml.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.Serialization.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.WindowsRuntime.UI.Xaml.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.WindowsRuntime.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Runtime.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Security.AccessControl.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Security.Claims.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Security.Cryptography.Algorithms.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Security.Cryptography.Cng.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Security.Cryptography.Csp.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Security.Cryptography.Encoding.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Security.Cryptography.Primitives.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Security.Principal.Windows.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Security.Principal.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Security.SecureString.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Security.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.ServiceModel.Duplex.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.ServiceModel.Http.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.ServiceModel.NetTcp.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.ServiceModel.Primitives.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.ServiceModel.Security.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.ServiceModel.Web.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.ServiceModel.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.ServiceProcess.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Text.Encoding.CodePages.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Text.Encoding.Extensions.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Text.Encoding.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Text.RegularExpressions.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Threading.Overlapped.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Threading.Tasks.Dataflow.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Threading.Tasks.Extensions.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Threading.Tasks.Parallel.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Threading.Tasks.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Threading.Thread.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Threading.ThreadPool.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Threading.Timer.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Threading.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Transactions.Local.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Transactions.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.ValueTuple.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Web.HttpUtility.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Web.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Windows.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Xml.Linq.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Xml.ReaderWriter.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Xml.Serialization.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Xml.XDocument.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Xml.XPath.XDocument.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Xml.XPath.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Xml.XmlDocument.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Xml.XmlSerializer.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.Xml.dll", + "runtimes/win10-x86/lib/uap10.0.15138/System.dll", + "runtimes/win10-x86/lib/uap10.0.15138/WindowsBase.dll", + "runtimes/win10-x86/lib/uap10.0.15138/mscorlib.dll", + "runtimes/win10-x86/lib/uap10.0.15138/netstandard.dll", + "runtimes/win10-x86/nativeassets/uap10.0.15138/clrcompression.dll" + ] + }, + "runtime.win7-x64.Microsoft.NETCore.Jit/1.0.3": { + "sha512": "pXLZyhN1gFNVjmmZloXzGxbdZyUjkiHKpojzxUxCZ2U+T0jD6ooK3rYhwqFzlSjVKUAdQ9QNDoixxnEr3/5VWw==", + "type": "package", + "path": "runtime.win7-x64.microsoft.netcore.jit/1.0.3", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.win7-x64.microsoft.netcore.jit.1.0.3.nupkg.sha512", + "runtime.win7-x64.microsoft.netcore.jit.nuspec", + "runtimes/win7-x64-aot/native/_._", + "runtimes/win7-x64/native/clrjit.dll" + ] + }, + "runtime.win7-x64.Microsoft.NETCore.Runtime.CoreCLR/1.0.2": { + "sha512": "YaXA5RVLCYIcV1N31A7MJhWJnNkNfGnyRBNH1yYilUrBDvzMxNsbXX2pD7owWsC/go/4LRwbHbdWWXwHowKNvw==", + "type": "package", + "path": "runtime.win7-x64.microsoft.netcore.runtime.coreclr/1.0.2", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard1.0/_._", + "runtime.win7-x64.microsoft.netcore.runtime.coreclr.1.0.2.nupkg.sha512", + "runtime.win7-x64.microsoft.netcore.runtime.coreclr.nuspec", + "runtimes/win7-x64-aot/lib/netstandard1.0/_._", + "runtimes/win7-x64-aot/native/_._", + "runtimes/win7-x64/lib/netstandard1.0/System.Private.CoreLib.dll", + "runtimes/win7-x64/lib/netstandard1.0/mscorlib.dll", + "runtimes/win7-x64/native/System.Private.CoreLib.ni.dll", + "runtimes/win7-x64/native/clretwrc.dll", + "runtimes/win7-x64/native/coreclr.dll", + "runtimes/win7-x64/native/dbgshim.dll", + "runtimes/win7-x64/native/mscordaccore.dll", + "runtimes/win7-x64/native/mscordbi.dll", + "runtimes/win7-x64/native/mscorlib.ni.dll", + "runtimes/win7-x64/native/mscorrc.debug.dll", + "runtimes/win7-x64/native/mscorrc.dll", + "runtimes/win7-x64/native/sos.dll", + "tools/crossgen.exe" + ] + }, + "runtime.win7-x64.runtime.native.System.IO.Compression/4.3.0": { + "sha512": "UamDlgSO/nIzc96M+g3wbvAGbAuXjvRYR5Ttm/FVJgt2iva8ouOqSJ0j6eGI7pZDLvD/ZISl9XRZOajE/Xvizg==", + "type": "package", + "path": "runtime.win7-x64.runtime.native.system.io.compression/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.win7-x64.runtime.native.system.io.compression.4.3.0.nupkg.sha512", + "runtime.win7-x64.runtime.native.system.io.compression.nuspec", + "runtimes/win7-x64/native/clrcompression.dll" + ] + }, + "runtime.win7-x86.Microsoft.NETCore.Jit/1.0.3": { + "sha512": "bU1EUneMeB6JltMNDCekL7nP1dluxOlnUgmAFx8EGsD6a+lgaYoDLk7V7F3H5Zpw/LeCxl5XmZqgPObGAlW7Dg==", + "type": "package", + "path": "runtime.win7-x86.microsoft.netcore.jit/1.0.3", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.win7-x86.microsoft.netcore.jit.1.0.3.nupkg.sha512", + "runtime.win7-x86.microsoft.netcore.jit.nuspec", + "runtimes/win7-x86-aot/native/_._", + "runtimes/win7-x86/native/clrjit.dll" + ] + }, + "runtime.win7-x86.Microsoft.NETCore.Runtime.CoreCLR/1.0.2": { + "sha512": "80Jj8QlMLAnTq+BDhoHBnSNXRKqVjjZM9VjHcpw9/F98cBmh80rBdbnM0AAr54htjhzupYvwLqwuKnlzxec04A==", + "type": "package", + "path": "runtime.win7-x86.microsoft.netcore.runtime.coreclr/1.0.2", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard1.0/_._", + "runtime.win7-x86.microsoft.netcore.runtime.coreclr.1.0.2.nupkg.sha512", + "runtime.win7-x86.microsoft.netcore.runtime.coreclr.nuspec", + "runtimes/win7-x86-aot/lib/netstandard1.0/_._", + "runtimes/win7-x86-aot/native/_._", + "runtimes/win7-x86/lib/netstandard1.0/System.Private.CoreLib.dll", + "runtimes/win7-x86/lib/netstandard1.0/mscorlib.dll", + "runtimes/win7-x86/native/System.Private.CoreLib.ni.dll", + "runtimes/win7-x86/native/clretwrc.dll", + "runtimes/win7-x86/native/coreclr.dll", + "runtimes/win7-x86/native/dbgshim.dll", + "runtimes/win7-x86/native/mscordaccore.dll", + "runtimes/win7-x86/native/mscordbi.dll", + "runtimes/win7-x86/native/mscorlib.ni.dll", + "runtimes/win7-x86/native/mscorrc.debug.dll", + "runtimes/win7-x86/native/mscorrc.dll", + "runtimes/win7-x86/native/sos.dll", + "tools/crossgen.exe" + ] + }, + "runtime.win7-x86.runtime.native.System.IO.Compression/4.3.0": { + "sha512": "99pM1ZhX7dPNnr/dOxuAxnVl/2XNWRh1WAUfesV3ZKwbR6mnEzpfbz2GX69zrpGvKbEytsjMKCD+auvvH6f7kA==", + "type": "package", + "path": "runtime.win7-x86.runtime.native.system.io.compression/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.win7-x86.runtime.native.system.io.compression.4.3.0.nupkg.sha512", + "runtime.win7-x86.runtime.native.system.io.compression.nuspec", + "runtimes/win7-x86/native/clrcompression.dll" + ] + }, + "runtime.win7.System.Private.Uri/4.3.0": { + "sha512": "Q+IBgaPYicSQs2tBlmXqbS25c/JLIthWrgrpMwxKSOobW/OqIMVFruUGfuaz4QABVzV8iKdCAbN7APY7Tclbnw==", + "type": "package", + "path": "runtime.win7.system.private.uri/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.win7.system.private.uri.4.3.0.nupkg.sha512", + "runtime.win7.system.private.uri.nuspec", + "runtimes/aot/lib/netcore50/System.Private.Uri.dll", + "runtimes/win/lib/netcore50/System.Private.Uri.dll", + "runtimes/win/lib/netstandard1.0/System.Private.Uri.dll" + ] + }, + "runtime.win8-arm.Microsoft.NETCore.Runtime.CoreCLR/1.0.2": { + "sha512": "0V6sq7Dg0bQPrJtm/Qw5Zu0e7gidnRPLaqUhKIkLYzVn64jkat+JnR6LcezryD3c0Wuva/MdJWYSAaOPq5V/Zw==", + "type": "package", + "path": "runtime.win8-arm.microsoft.netcore.runtime.coreclr/1.0.2", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard1.0/_._", + "runtime.win8-arm.microsoft.netcore.runtime.coreclr.1.0.2.nupkg.sha512", + "runtime.win8-arm.microsoft.netcore.runtime.coreclr.nuspec", + "runtimes/win8-arm-aot/lib/netstandard1.0/_._", + "runtimes/win8-arm-aot/native/_._", + "runtimes/win8-arm/lib/netstandard1.0/System.Private.CoreLib.dll", + "runtimes/win8-arm/lib/netstandard1.0/mscorlib.dll", + "runtimes/win8-arm/native/System.Private.CoreLib.ni.dll", + "runtimes/win8-arm/native/clretwrc.dll", + "runtimes/win8-arm/native/coreclr.dll", + "runtimes/win8-arm/native/dbgshim.dll", + "runtimes/win8-arm/native/mscordaccore.dll", + "runtimes/win8-arm/native/mscordbi.dll", + "runtimes/win8-arm/native/mscorlib.ni.dll", + "runtimes/win8-arm/native/mscorrc.debug.dll", + "runtimes/win8-arm/native/mscorrc.dll", + "runtimes/win8-arm/native/sos.dll", + "tools/crossgen.exe", + "tools/sos.dll" + ] + }, + "runtime.win8-arm.runtime.native.System.IO.Compression/4.3.0": { + "sha512": "Vq1+MgltEQZEIvEhkw+gdEkm2+6QHvJCbX+/fdTmed37Rx18+GMLzGwNd81qb2VfpK6ywFQuB3rC28QkuOJGVg==", + "type": "package", + "path": "runtime.win8-arm.runtime.native.system.io.compression/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.win8-arm.runtime.native.system.io.compression.4.3.0.nupkg.sha512", + "runtime.win8-arm.runtime.native.system.io.compression.nuspec", + "runtimes/win8-arm/native/clrcompression.dll" + ] + }, + "System.AppContext/4.3.0": { + "sha512": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", + "type": "package", + "path": "system.appcontext/4.3.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/_._", - "package/services/metadata/core-properties/3b390478e0cd42eb8818bbab19299738.psmdcp", - "ref/dotnet/de/System.AppContext.xml", - "ref/dotnet/es/System.AppContext.xml", - "ref/dotnet/fr/System.AppContext.xml", - "ref/dotnet/it/System.AppContext.xml", - "ref/dotnet/ja/System.AppContext.xml", - "ref/dotnet/ko/System.AppContext.xml", - "ref/dotnet/ru/System.AppContext.xml", - "ref/dotnet/System.AppContext.dll", - "ref/dotnet/System.AppContext.xml", - "ref/dotnet/zh-hans/System.AppContext.xml", - "ref/dotnet/zh-hant/System.AppContext.xml", + "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/_._", - "System.AppContext.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.AppContext.dll", + "system.appcontext.4.3.0.nupkg.sha512", + "system.appcontext.nuspec" ] }, - "System.Collections/4.0.10": { - "sha512": "ux6ilcZZjV/Gp7JEZpe+2V1eTueq6NuoGRM3eZCFuPM25hLVVgCRuea6STW8hvqreIOE59irJk5/ovpA5xQipw==", - "type": "Package", + "System.Buffers/4.3.0": { + "sha512": "ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", + "type": "package", + "path": "system.buffers/4.3.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Collections.dll", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.1/.xml", + "lib/netstandard1.1/System.Buffers.dll", + "system.buffers.4.3.0.nupkg.sha512", + "system.buffers.nuspec" + ] + }, + "System.Collections/4.3.0": { + "sha512": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", + "type": "package", + "path": "system.collections/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Collections.dll", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/b4f8061406e54dbda8f11b23186be11a.psmdcp", - "ref/dotnet/de/System.Collections.xml", - "ref/dotnet/es/System.Collections.xml", - "ref/dotnet/fr/System.Collections.xml", - "ref/dotnet/it/System.Collections.xml", - "ref/dotnet/ja/System.Collections.xml", - "ref/dotnet/ko/System.Collections.xml", - "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", - "ref/dotnet/zh-hans/System.Collections.xml", - "ref/dotnet/zh-hant/System.Collections.xml", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/_._", + "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/_._", - "runtimes/win8-aot/lib/netcore50/System.Collections.dll", - "System.Collections.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.collections.4.3.0.nupkg.sha512", + "system.collections.nuspec" ] }, - "System.Collections.Concurrent/4.0.10": { - "sha512": "ZtMEqOPAjAIqR8fqom9AOKRaB94a+emO2O8uOP6vyJoNswSPrbiwN7iH53rrVpvjMVx0wr4/OMpI7486uGZjbw==", - "type": "Package", + "System.Collections.Concurrent/4.3.0": { + "sha512": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", + "type": "package", + "path": "system.collections.concurrent/4.3.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dotnet/System.Collections.Concurrent.dll", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/_._", + "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/_._", - "package/services/metadata/core-properties/c982a1e1e1644b62952fc4d4dcbe0d42.psmdcp", - "ref/dotnet/de/System.Collections.Concurrent.xml", - "ref/dotnet/es/System.Collections.Concurrent.xml", - "ref/dotnet/fr/System.Collections.Concurrent.xml", - "ref/dotnet/it/System.Collections.Concurrent.xml", - "ref/dotnet/ja/System.Collections.Concurrent.xml", - "ref/dotnet/ko/System.Collections.Concurrent.xml", - "ref/dotnet/ru/System.Collections.Concurrent.xml", - "ref/dotnet/System.Collections.Concurrent.dll", - "ref/dotnet/System.Collections.Concurrent.xml", - "ref/dotnet/zh-hans/System.Collections.Concurrent.xml", - "ref/dotnet/zh-hant/System.Collections.Concurrent.xml", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/_._", + "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/_._", - "System.Collections.Concurrent.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.collections.concurrent.4.3.0.nupkg.sha512", + "system.collections.concurrent.nuspec" ] }, - "System.Collections.Immutable/1.1.37": { - "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "type": "Package", + "System.Collections.Immutable/1.2.0": { + "sha512": "Cma8cBW6di16ZLibL8LYQ+cLjGzoKxpOTu/faZfDcx94ZjAGq6Nv5RO7+T1YZXqEXTZP9rt1wLVEONVpURtUqw==", + "type": "package", + "path": "system.collections.immutable/1.2.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dotnet/System.Collections.Immutable.dll", - "lib/dotnet/System.Collections.Immutable.xml", + "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", - "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "system.collections.immutable.1.2.0.nupkg.sha512", + "system.collections.immutable.nuspec" ] }, - "System.Collections.NonGeneric/4.0.0": { - "sha512": "rVgwrFBMkmp8LI6GhAYd6Bx+2uLIXjRfNg6Ie+ASfX8ESuh9e2HNxFy2yh1MPIXZq3OAYa+0mmULVwpnEC6UDA==", - "type": "Package", + "System.Collections.NonGeneric/4.0.1": { + "sha512": "hMxFT2RhhlffyCdKLDXjx8WEC5JfCvNozAZxCablAuFRH74SCV4AgzE8yJCh/73bFnEoZgJ9MJmkjQ0dJmnKqA==", + "type": "package", + "path": "system.collections.nongeneric/4.0.1", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dotnet/System.Collections.NonGeneric.dll", + "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/_._", - "package/services/metadata/core-properties/185704b1dc164b078b61038bde9ab31a.psmdcp", - "ref/dotnet/de/System.Collections.NonGeneric.xml", - "ref/dotnet/es/System.Collections.NonGeneric.xml", - "ref/dotnet/fr/System.Collections.NonGeneric.xml", - "ref/dotnet/it/System.Collections.NonGeneric.xml", - "ref/dotnet/ja/System.Collections.NonGeneric.xml", - "ref/dotnet/ko/System.Collections.NonGeneric.xml", - "ref/dotnet/ru/System.Collections.NonGeneric.xml", - "ref/dotnet/System.Collections.NonGeneric.dll", - "ref/dotnet/System.Collections.NonGeneric.xml", - "ref/dotnet/zh-hans/System.Collections.NonGeneric.xml", - "ref/dotnet/zh-hant/System.Collections.NonGeneric.xml", + "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/_._", - "System.Collections.NonGeneric.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.collections.nongeneric.4.0.1.nupkg.sha512", + "system.collections.nongeneric.nuspec" ] }, - "System.Collections.Specialized/4.0.0": { - "sha512": "poJFwQCUOoXqvdoGxx+3p8Z63yawcYKPBSFP67Z2jICeOINvEIQZN7mVOAnC7gsVF0WU+A2wtVwfhagC7UCgAg==", - "type": "Package", + "System.Collections.Specialized/4.0.1": { + "sha512": "/HKQyVP0yH1I0YtK7KJL/28snxHNH/bi+0lgk/+MbURF6ULhAE31MDI+NZDerNWu264YbxklXCCygISgm+HMug==", + "type": "package", + "path": "system.collections.specialized/4.0.1", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dotnet/System.Collections.Specialized.dll", + "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/_._", - "package/services/metadata/core-properties/e7002e4ccd044c00a7cbd4a37efe3400.psmdcp", - "ref/dotnet/de/System.Collections.Specialized.xml", - "ref/dotnet/es/System.Collections.Specialized.xml", - "ref/dotnet/fr/System.Collections.Specialized.xml", - "ref/dotnet/it/System.Collections.Specialized.xml", - "ref/dotnet/ja/System.Collections.Specialized.xml", - "ref/dotnet/ko/System.Collections.Specialized.xml", - "ref/dotnet/ru/System.Collections.Specialized.xml", - "ref/dotnet/System.Collections.Specialized.dll", - "ref/dotnet/System.Collections.Specialized.xml", - "ref/dotnet/zh-hans/System.Collections.Specialized.xml", - "ref/dotnet/zh-hant/System.Collections.Specialized.xml", + "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/_._", - "System.Collections.Specialized.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.collections.specialized.4.0.1.nupkg.sha512", + "system.collections.specialized.nuspec" ] }, - "System.ComponentModel/4.0.0": { - "sha512": "BzpLdSi++ld7rJLOOt5f/G9GxujP202bBgKORsHcGV36rLB0mfSA2h8chTMoBzFhgN7TE14TmJ2J7Q1RyNCTAw==", - "type": "Package", + "System.ComponentModel/4.0.1": { + "sha512": "oBZFnm7seFiVfugsIyOvQCWobNZs7FzqDV/B7tx20Ep/l3UUFCPDkdTnCNaJZTU27zjeODmy2C/cP60u3D4c9w==", + "type": "package", + "path": "system.componentmodel/4.0.1", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dotnet/System.ComponentModel.dll", + "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/_._", - "package/services/metadata/core-properties/58b9abdedb3a4985a487cb8bf4bdcbd7.psmdcp", - "ref/dotnet/de/System.ComponentModel.xml", - "ref/dotnet/es/System.ComponentModel.xml", - "ref/dotnet/fr/System.ComponentModel.xml", - "ref/dotnet/it/System.ComponentModel.xml", - "ref/dotnet/ja/System.ComponentModel.xml", - "ref/dotnet/ko/System.ComponentModel.xml", - "ref/dotnet/ru/System.ComponentModel.xml", - "ref/dotnet/System.ComponentModel.dll", - "ref/dotnet/System.ComponentModel.xml", - "ref/dotnet/zh-hans/System.ComponentModel.xml", - "ref/dotnet/zh-hant/System.ComponentModel.xml", + "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/_._", - "System.ComponentModel.nuspec" - ] - }, - "System.ComponentModel.Annotations/4.0.10": { - "sha512": "7+XGyEZx24nP1kpHxCB9e+c6D0fdVDvFwE1xujE9BzlXyNVcy5J5aIO0H/ECupx21QpyRvzZibGAHfL/XLL6dw==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dotnet/System.ComponentModel.Annotations.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/012e5fa97b3d450eb20342cd9ba88069.psmdcp", - "ref/dotnet/de/System.ComponentModel.Annotations.xml", - "ref/dotnet/es/System.ComponentModel.Annotations.xml", - "ref/dotnet/fr/System.ComponentModel.Annotations.xml", - "ref/dotnet/it/System.ComponentModel.Annotations.xml", - "ref/dotnet/ja/System.ComponentModel.Annotations.xml", - "ref/dotnet/ko/System.ComponentModel.Annotations.xml", - "ref/dotnet/ru/System.ComponentModel.Annotations.xml", - "ref/dotnet/System.ComponentModel.Annotations.dll", - "ref/dotnet/System.ComponentModel.Annotations.xml", - "ref/dotnet/zh-hans/System.ComponentModel.Annotations.xml", - "ref/dotnet/zh-hant/System.ComponentModel.Annotations.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.ComponentModel.Annotations.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.componentmodel.4.0.1.nupkg.sha512", + "system.componentmodel.nuspec" ] }, - "System.ComponentModel.EventBasedAsync/4.0.10": { - "sha512": "d6kXcHUgP0jSPXEQ6hXJYCO6CzfoCi7t9vR3BfjSQLrj4HzpuATpx1gkN7itmTW1O+wjuw6rai4378Nj6N70yw==", - "type": "Package", + "System.ComponentModel.Annotations/4.1.0": { + "sha512": "rhnz80h8NnHJzoi0nbQJLRR2cJznyqG168q1bgoSpe5qpaME2SguXzuEzpY68nFCi2kBgHpbU4bRN2cP3unYRA==", + "type": "package", + "path": "system.componentmodel.annotations/4.1.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dotnet/System.ComponentModel.EventBasedAsync.dll", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/5094900f1f7e4f4dae27507acc72f2a5.psmdcp", - "ref/dotnet/de/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/es/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/fr/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/it/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/ja/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/ko/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/ru/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/System.ComponentModel.EventBasedAsync.dll", - "ref/dotnet/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/zh-hans/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/zh-hant/System.ComponentModel.EventBasedAsync.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.ComponentModel.EventBasedAsync.nuspec" - ] - }, - "System.Data.Common/4.0.0": { - "sha512": "SA7IdoTWiImVr0exDM68r0mKmR4f/qFGxZUrJQKu4YS7F+3afWzSOCezHxWdevQ0ONi4WRQsOiv+Zf9p8H0Feg==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dotnet/System.Data.Common.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Data.Common.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/aa5ad20c33d94c8e8016ba4fc64d8d66.psmdcp", - "ref/dotnet/de/System.Data.Common.xml", - "ref/dotnet/es/System.Data.Common.xml", - "ref/dotnet/fr/System.Data.Common.xml", - "ref/dotnet/it/System.Data.Common.xml", - "ref/dotnet/ja/System.Data.Common.xml", - "ref/dotnet/ko/System.Data.Common.xml", - "ref/dotnet/ru/System.Data.Common.xml", - "ref/dotnet/System.Data.Common.dll", - "ref/dotnet/System.Data.Common.xml", - "ref/dotnet/zh-hans/System.Data.Common.xml", - "ref/dotnet/zh-hant/System.Data.Common.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Data.Common.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Data.Common.nuspec" - ] - }, - "System.Diagnostics.Contracts/4.0.0": { - "sha512": "lMc7HNmyIsu0pKTdA4wf+FMq5jvouUd+oUpV4BdtyqoV0Pkbg9u/7lTKFGqpjZRQosWHq1+B32Lch2wf4AmloA==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Diagnostics.Contracts.dll", "lib/net45/_._", - "lib/netcore50/System.Diagnostics.Contracts.dll", + "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.EventBasedAsync/4.0.11": { + "sha512": "Z7SO6vvQIR84daPE4uhaNdef9CjgjDMGYkas8epUhf0U3WGuaGgZ0Mm4QuNycMdbHUY8KEdZrtgxonkAiJaAlA==", + "type": "package", + "path": "system.componentmodel.eventbasedasync/4.0.11", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.ComponentModel.EventBasedAsync.dll", + "lib/netstandard1.3/System.ComponentModel.EventBasedAsync.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/c6cd3d0bbc304cbca14dc3d6bff6579c.psmdcp", - "ref/dotnet/de/System.Diagnostics.Contracts.xml", - "ref/dotnet/es/System.Diagnostics.Contracts.xml", - "ref/dotnet/fr/System.Diagnostics.Contracts.xml", - "ref/dotnet/it/System.Diagnostics.Contracts.xml", - "ref/dotnet/ja/System.Diagnostics.Contracts.xml", - "ref/dotnet/ko/System.Diagnostics.Contracts.xml", - "ref/dotnet/ru/System.Diagnostics.Contracts.xml", - "ref/dotnet/System.Diagnostics.Contracts.dll", - "ref/dotnet/System.Diagnostics.Contracts.xml", - "ref/dotnet/zh-hans/System.Diagnostics.Contracts.xml", - "ref/dotnet/zh-hant/System.Diagnostics.Contracts.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.ComponentModel.EventBasedAsync.dll", + "ref/netcore50/System.ComponentModel.EventBasedAsync.xml", + "ref/netcore50/de/System.ComponentModel.EventBasedAsync.xml", + "ref/netcore50/es/System.ComponentModel.EventBasedAsync.xml", + "ref/netcore50/fr/System.ComponentModel.EventBasedAsync.xml", + "ref/netcore50/it/System.ComponentModel.EventBasedAsync.xml", + "ref/netcore50/ja/System.ComponentModel.EventBasedAsync.xml", + "ref/netcore50/ko/System.ComponentModel.EventBasedAsync.xml", + "ref/netcore50/ru/System.ComponentModel.EventBasedAsync.xml", + "ref/netcore50/zh-hans/System.ComponentModel.EventBasedAsync.xml", + "ref/netcore50/zh-hant/System.ComponentModel.EventBasedAsync.xml", + "ref/netstandard1.0/System.ComponentModel.EventBasedAsync.dll", + "ref/netstandard1.0/System.ComponentModel.EventBasedAsync.xml", + "ref/netstandard1.0/de/System.ComponentModel.EventBasedAsync.xml", + "ref/netstandard1.0/es/System.ComponentModel.EventBasedAsync.xml", + "ref/netstandard1.0/fr/System.ComponentModel.EventBasedAsync.xml", + "ref/netstandard1.0/it/System.ComponentModel.EventBasedAsync.xml", + "ref/netstandard1.0/ja/System.ComponentModel.EventBasedAsync.xml", + "ref/netstandard1.0/ko/System.ComponentModel.EventBasedAsync.xml", + "ref/netstandard1.0/ru/System.ComponentModel.EventBasedAsync.xml", + "ref/netstandard1.0/zh-hans/System.ComponentModel.EventBasedAsync.xml", + "ref/netstandard1.0/zh-hant/System.ComponentModel.EventBasedAsync.xml", + "ref/netstandard1.3/System.ComponentModel.EventBasedAsync.dll", + "ref/netstandard1.3/System.ComponentModel.EventBasedAsync.xml", + "ref/netstandard1.3/de/System.ComponentModel.EventBasedAsync.xml", + "ref/netstandard1.3/es/System.ComponentModel.EventBasedAsync.xml", + "ref/netstandard1.3/fr/System.ComponentModel.EventBasedAsync.xml", + "ref/netstandard1.3/it/System.ComponentModel.EventBasedAsync.xml", + "ref/netstandard1.3/ja/System.ComponentModel.EventBasedAsync.xml", + "ref/netstandard1.3/ko/System.ComponentModel.EventBasedAsync.xml", + "ref/netstandard1.3/ru/System.ComponentModel.EventBasedAsync.xml", + "ref/netstandard1.3/zh-hans/System.ComponentModel.EventBasedAsync.xml", + "ref/netstandard1.3/zh-hant/System.ComponentModel.EventBasedAsync.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.componentmodel.eventbasedasync.4.0.11.nupkg.sha512", + "system.componentmodel.eventbasedasync.nuspec" + ] + }, + "System.ComponentModel.Primitives/4.3.0": { + "sha512": "j8GUkCpM8V4d4vhLIIoBLGey2Z5bCkMVNjEZseyAlm4n5arcsJOeI3zkUP+zvZgzsbLTYh4lYeP/ZD/gdIAPrw==", + "type": "package", + "path": "system.componentmodel.primitives/4.3.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.3.0.nupkg.sha512", + "system.componentmodel.primitives.nuspec" + ] + }, + "System.ComponentModel.TypeConverter/4.3.0": { + "sha512": "16pQ6P+EdhcXzPiEK4kbA953Fu0MNG2ovxTZU81/qsCd1zPRsKc3uif5NgvllCY598k6bI0KUyKW8fanlfaDQg==", + "type": "package", + "path": "system.componentmodel.typeconverter/4.3.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.3.0.nupkg.sha512", + "system.componentmodel.typeconverter.nuspec" + ] + }, + "System.Console/4.3.0": { + "sha512": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", + "type": "package", + "path": "system.console/4.3.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.3.0.nupkg.sha512", + "system.console.nuspec" + ] + }, + "System.Data.Common/4.1.0": { + "sha512": "epU8jeTe7aE7RqGHq9rZ8b0Q4Ah7DgubzHQblgZMSqgW1saW868WmooSyC5ywf8upLBkcVLDu93W9GPWUYsU2Q==", + "type": "package", + "path": "system.data.common/4.1.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net451/System.Data.Common.dll", + "lib/netstandard1.2/System.Data.Common.dll", + "lib/portable-net451+win8+wp8+wpa81/System.Data.Common.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net451/System.Data.Common.dll", + "ref/netstandard1.2/System.Data.Common.dll", + "ref/netstandard1.2/System.Data.Common.xml", + "ref/netstandard1.2/de/System.Data.Common.xml", + "ref/netstandard1.2/es/System.Data.Common.xml", + "ref/netstandard1.2/fr/System.Data.Common.xml", + "ref/netstandard1.2/it/System.Data.Common.xml", + "ref/netstandard1.2/ja/System.Data.Common.xml", + "ref/netstandard1.2/ko/System.Data.Common.xml", + "ref/netstandard1.2/ru/System.Data.Common.xml", + "ref/netstandard1.2/zh-hans/System.Data.Common.xml", + "ref/netstandard1.2/zh-hant/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/System.Data.Common.dll", + "ref/portable-net451+win8+wp8+wpa81/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/de/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/es/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/fr/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/it/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/ja/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/ko/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/ru/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/zh-hans/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/zh-hant/System.Data.Common.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.data.common.4.1.0.nupkg.sha512", + "system.data.common.nuspec" + ] + }, + "System.Diagnostics.Contracts/4.3.0": { + "sha512": "eelRRbnm+OloiQvp9CXS0ixjNQldjjkHO4iIkR5XH2VIP8sUB/SIpa1TdUW6/+HDcQ+MlhP3pNa1u5SbzYuWGA==", + "type": "package", + "path": "system.diagnostics.contracts/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Diagnostics.Contracts.dll", + "lib/netstandard1.0/System.Diagnostics.Contracts.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.Diagnostics.Contracts.dll", "ref/netcore50/System.Diagnostics.Contracts.xml", + "ref/netcore50/de/System.Diagnostics.Contracts.xml", + "ref/netcore50/es/System.Diagnostics.Contracts.xml", + "ref/netcore50/fr/System.Diagnostics.Contracts.xml", + "ref/netcore50/it/System.Diagnostics.Contracts.xml", + "ref/netcore50/ja/System.Diagnostics.Contracts.xml", + "ref/netcore50/ko/System.Diagnostics.Contracts.xml", + "ref/netcore50/ru/System.Diagnostics.Contracts.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Contracts.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Contracts.xml", + "ref/netstandard1.0/System.Diagnostics.Contracts.dll", + "ref/netstandard1.0/System.Diagnostics.Contracts.xml", + "ref/netstandard1.0/de/System.Diagnostics.Contracts.xml", + "ref/netstandard1.0/es/System.Diagnostics.Contracts.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Contracts.xml", + "ref/netstandard1.0/it/System.Diagnostics.Contracts.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Contracts.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Contracts.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Contracts.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Contracts.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Contracts.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Contracts.dll", - "System.Diagnostics.Contracts.nuspec" - ] - }, - "System.Diagnostics.Debug/4.0.10": { - "sha512": "pi2KthuvI2LWV2c2V+fwReDsDiKpNl040h6DcwFOb59SafsPT/V1fCy0z66OKwysurJkBMmp5j5CBe3Um+ub0g==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Diagnostics.Debug.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Diagnostics.Debug.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/bfb05c26051f4a5f9015321db9cb045c.psmdcp", - "ref/dotnet/de/System.Diagnostics.Debug.xml", - "ref/dotnet/es/System.Diagnostics.Debug.xml", - "ref/dotnet/fr/System.Diagnostics.Debug.xml", - "ref/dotnet/it/System.Diagnostics.Debug.xml", - "ref/dotnet/ja/System.Diagnostics.Debug.xml", - "ref/dotnet/ko/System.Diagnostics.Debug.xml", - "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", - "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", - "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll", - "System.Diagnostics.Debug.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Diagnostics.Contracts.dll", + "system.diagnostics.contracts.4.3.0.nupkg.sha512", + "system.diagnostics.contracts.nuspec" ] }, - "System.Diagnostics.StackTrace/4.0.0": { - "sha512": "PItgenqpRiMqErvQONBlfDwctKpWVrcDSW5pppNZPJ6Bpiyz+KjsWoSiaqs5dt03HEbBTMNCrZb8KCkh7YfXmw==", - "type": "Package", + "System.Diagnostics.Debug/4.3.0": { + "sha512": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", + "type": "package", + "path": "system.diagnostics.debug/4.3.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Diagnostics.StackTrace.dll", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.Diagnostics.StackTrace.dll", - "lib/netcore50/System.Diagnostics.StackTrace.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/5c7ca489a36944d895c628fced7e9107.psmdcp", - "ref/dotnet/de/System.Diagnostics.StackTrace.xml", - "ref/dotnet/es/System.Diagnostics.StackTrace.xml", - "ref/dotnet/fr/System.Diagnostics.StackTrace.xml", - "ref/dotnet/it/System.Diagnostics.StackTrace.xml", - "ref/dotnet/ja/System.Diagnostics.StackTrace.xml", - "ref/dotnet/ko/System.Diagnostics.StackTrace.xml", - "ref/dotnet/ru/System.Diagnostics.StackTrace.xml", - "ref/dotnet/System.Diagnostics.StackTrace.dll", - "ref/dotnet/System.Diagnostics.StackTrace.xml", - "ref/dotnet/zh-hans/System.Diagnostics.StackTrace.xml", - "ref/dotnet/zh-hant/System.Diagnostics.StackTrace.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Diagnostics.StackTrace.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.StackTrace.dll", - "System.Diagnostics.StackTrace.nuspec" - ] - }, - "System.Diagnostics.Tools/4.0.0": { - "sha512": "uw5Qi2u5Cgtv4xv3+8DeB63iaprPcaEHfpeJqlJiLjIVy6v0La4ahJ6VW9oPbJNIjcavd24LKq0ctT9ssuQXsw==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Diagnostics.Tools.dll", "lib/net45/_._", - "lib/netcore50/System.Diagnostics.Tools.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/20f622a1ae5b4e3992fc226d88d36d59.psmdcp", - "ref/dotnet/de/System.Diagnostics.Tools.xml", - "ref/dotnet/es/System.Diagnostics.Tools.xml", - "ref/dotnet/fr/System.Diagnostics.Tools.xml", - "ref/dotnet/it/System.Diagnostics.Tools.xml", - "ref/dotnet/ja/System.Diagnostics.Tools.xml", - "ref/dotnet/ko/System.Diagnostics.Tools.xml", - "ref/dotnet/ru/System.Diagnostics.Tools.xml", - "ref/dotnet/System.Diagnostics.Tools.dll", - "ref/dotnet/System.Diagnostics.Tools.xml", - "ref/dotnet/zh-hans/System.Diagnostics.Tools.xml", - "ref/dotnet/zh-hant/System.Diagnostics.Tools.xml", + "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/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/_._", - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.dll", - "System.Diagnostics.Tools.nuspec" - ] - }, - "System.Diagnostics.Tracing/4.0.20": { - "sha512": "gn/wexGHc35Fv++5L1gYHMY5g25COfiZ0PGrL+3PfwzoJd4X2LbTAm/U8d385SI6BKQBI/z4dQfvneS9J27+Tw==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Diagnostics.Tracing.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Diagnostics.Tracing.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/13423e75e6344b289b3779b51522737c.psmdcp", - "ref/dotnet/de/System.Diagnostics.Tracing.xml", - "ref/dotnet/es/System.Diagnostics.Tracing.xml", - "ref/dotnet/fr/System.Diagnostics.Tracing.xml", - "ref/dotnet/it/System.Diagnostics.Tracing.xml", - "ref/dotnet/ja/System.Diagnostics.Tracing.xml", - "ref/dotnet/ko/System.Diagnostics.Tracing.xml", - "ref/dotnet/ru/System.Diagnostics.Tracing.xml", - "ref/dotnet/System.Diagnostics.Tracing.dll", - "ref/dotnet/System.Diagnostics.Tracing.xml", - "ref/dotnet/zh-hans/System.Diagnostics.Tracing.xml", - "ref/dotnet/zh-hant/System.Diagnostics.Tracing.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll", - "System.Diagnostics.Tracing.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.diagnostics.debug.4.3.0.nupkg.sha512", + "system.diagnostics.debug.nuspec" ] }, - "System.Dynamic.Runtime/4.0.10": { - "sha512": "r10VTLdlxtYp46BuxomHnwx7vIoMOr04CFoC/jJJfY22f7HQQ4P+cXY2Nxo6/rIxNNqOxwdbQQwv7Gl88Jsu1w==", - "type": "Package", + "System.Diagnostics.DiagnosticSource/4.3.0": { + "sha512": "tD6kosZnTAGdrEa0tZSuFyunMbt/5KYDnHdndJYGqZoNy00XVXyACd5d6KnE1YgYv3ne2CjtAfNXo/fwEhnKUA==", + "type": "package", + "path": "system.diagnostics.diagnosticsource/4.3.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Dynamic.Runtime.dll", + "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.3.0.nupkg.sha512", + "system.diagnostics.diagnosticsource.nuspec" + ] + }, + "System.Diagnostics.StackTrace/4.0.2": { + "sha512": "MmP424iVWLyeW7XGtwC5NyfzsIwodFKwhW6yns3d+Sh8WFsFoPWq2cUlJJDAteapIm2qoJ8fc3VwIUroolbsEA==", + "type": "package", + "path": "system.diagnostics.stacktrace/4.0.2", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/_._", + "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.2.nupkg.sha512", + "system.diagnostics.stacktrace.nuspec" + ] + }, + "System.Diagnostics.Tools/4.3.0": { + "sha512": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", + "type": "package", + "path": "system.diagnostics.tools/4.3.0", + "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.3.0.nupkg.sha512", + "system.diagnostics.tools.nuspec" + ] + }, + "System.Diagnostics.Tracing/4.3.0": { + "sha512": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", + "type": "package", + "path": "system.diagnostics.tracing/4.3.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.3.0.nupkg.sha512", + "system.diagnostics.tracing.nuspec" + ] + }, + "System.Dynamic.Runtime/4.3.0": { + "sha512": "SNVi1E/vfWUAs/WYKhE9+qlS6KqK0YVhnlT0HQtr8pMIA8YX3lwy3uPMownDwdYISBdmAF/2holEIldVp85Wag==", + "type": "package", + "path": "system.dynamic.runtime/4.3.0", + "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/_._", - "package/services/metadata/core-properties/b7571751b95d4952803c5011dab33c3b.psmdcp", - "ref/dotnet/de/System.Dynamic.Runtime.xml", - "ref/dotnet/es/System.Dynamic.Runtime.xml", - "ref/dotnet/fr/System.Dynamic.Runtime.xml", - "ref/dotnet/it/System.Dynamic.Runtime.xml", - "ref/dotnet/ja/System.Dynamic.Runtime.xml", - "ref/dotnet/ko/System.Dynamic.Runtime.xml", - "ref/dotnet/ru/System.Dynamic.Runtime.xml", - "ref/dotnet/System.Dynamic.Runtime.dll", - "ref/dotnet/System.Dynamic.Runtime.xml", - "ref/dotnet/zh-hans/System.Dynamic.Runtime.xml", - "ref/dotnet/zh-hant/System.Dynamic.Runtime.xml", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/_._", + "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/_._", - "runtime.json", - "runtimes/win8-aot/lib/netcore50/System.Dynamic.Runtime.dll", - "System.Dynamic.Runtime.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Dynamic.Runtime.dll", + "system.dynamic.runtime.4.3.0.nupkg.sha512", + "system.dynamic.runtime.nuspec" ] }, - "System.Globalization/4.0.10": { - "sha512": "kzRtbbCNAxdafFBDogcM36ehA3th8c1PGiz8QRkZn8O5yMBorDHSK8/TGJPYOaCS5zdsGk0u9qXHnW91nqy7fw==", - "type": "Package", + "System.Globalization/4.3.0": { + "sha512": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", + "type": "package", + "path": "system.globalization/4.3.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Globalization.dll", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Globalization.dll", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/93bcad242a4e4ad7afd0b53244748763.psmdcp", - "ref/dotnet/de/System.Globalization.xml", - "ref/dotnet/es/System.Globalization.xml", - "ref/dotnet/fr/System.Globalization.xml", - "ref/dotnet/it/System.Globalization.xml", - "ref/dotnet/ja/System.Globalization.xml", - "ref/dotnet/ko/System.Globalization.xml", - "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", - "ref/dotnet/zh-hans/System.Globalization.xml", - "ref/dotnet/zh-hant/System.Globalization.xml", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/_._", + "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/_._", - "runtimes/win8-aot/lib/netcore50/System.Globalization.dll", - "System.Globalization.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.globalization.4.3.0.nupkg.sha512", + "system.globalization.nuspec" ] }, - "System.Globalization.Calendars/4.0.0": { - "sha512": "cL6WrdGKnNBx9W/iTr+jbffsEO4RLjEtOYcpVSzPNDoli6X5Q6bAfWtJYbJNOPi8Q0fXgBEvKK1ncFL/3FTqlA==", - "type": "Package", + "System.Globalization.Calendars/4.3.0": { + "sha512": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", + "type": "package", + "path": "system.globalization.calendars/4.3.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Globalization.Calendars.dll", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/System.Globalization.Calendars.dll", - "lib/netcore50/System.Globalization.Calendars.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/95fc8eb4808e4f31a967f407c94eba0f.psmdcp", - "ref/dotnet/de/System.Globalization.Calendars.xml", - "ref/dotnet/es/System.Globalization.Calendars.xml", - "ref/dotnet/fr/System.Globalization.Calendars.xml", - "ref/dotnet/it/System.Globalization.Calendars.xml", - "ref/dotnet/ja/System.Globalization.Calendars.xml", - "ref/dotnet/ko/System.Globalization.Calendars.xml", - "ref/dotnet/ru/System.Globalization.Calendars.xml", - "ref/dotnet/System.Globalization.Calendars.dll", - "ref/dotnet/System.Globalization.Calendars.xml", - "ref/dotnet/zh-hans/System.Globalization.Calendars.xml", - "ref/dotnet/zh-hant/System.Globalization.Calendars.xml", + "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/_._", - "runtimes/win8-aot/lib/netcore50/System.Globalization.Calendars.dll", - "System.Globalization.Calendars.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.globalization.calendars.4.3.0.nupkg.sha512", + "system.globalization.calendars.nuspec" ] }, - "System.Globalization.Extensions/4.0.0": { - "sha512": "rqbUXiwpBCvJ18ySCsjh20zleazO+6fr3s5GihC2sVwhyS0MUl6+oc5Rzk0z6CKkS4kmxbZQSeZLsK7cFSO0ng==", - "type": "Package", + "System.Globalization.Extensions/4.0.1": { + "sha512": "KKo23iKeOaIg61SSXwjANN7QYDr/3op3OWGGzDzz7mypx0Za0fZSeG0l6cco8Ntp8YMYkIQcAqlk8yhm5/Uhcg==", + "type": "package", + "path": "system.globalization.extensions/4.0.1", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dotnet/System.Globalization.Extensions.dll", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/System.Globalization.Extensions.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/a0490a34737f448fb53635b5210e48e4.psmdcp", - "ref/dotnet/de/System.Globalization.Extensions.xml", - "ref/dotnet/es/System.Globalization.Extensions.xml", - "ref/dotnet/fr/System.Globalization.Extensions.xml", - "ref/dotnet/it/System.Globalization.Extensions.xml", - "ref/dotnet/ja/System.Globalization.Extensions.xml", - "ref/dotnet/ko/System.Globalization.Extensions.xml", - "ref/dotnet/ru/System.Globalization.Extensions.xml", - "ref/dotnet/System.Globalization.Extensions.dll", - "ref/dotnet/System.Globalization.Extensions.xml", - "ref/dotnet/zh-hans/System.Globalization.Extensions.xml", - "ref/dotnet/zh-hant/System.Globalization.Extensions.xml", + "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/_._", - "System.Globalization.Extensions.nuspec" + "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.0.10": { - "sha512": "kghf1CeYT+W2lw8a50/GxFz5HR9t6RkL4BvjxtTp1NxtEFWywnMA9W8FH/KYXiDNThcw9u/GOViDON4iJFGXIQ==", - "type": "Package", + "System.IO/4.3.0": { + "sha512": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", + "type": "package", + "path": "system.io/4.3.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.IO.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.IO.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/db72fd58a86b4d13a6d2858ebec46705.psmdcp", - "ref/dotnet/de/System.IO.xml", - "ref/dotnet/es/System.IO.xml", - "ref/dotnet/fr/System.IO.xml", - "ref/dotnet/it/System.IO.xml", - "ref/dotnet/ja/System.IO.xml", - "ref/dotnet/ko/System.IO.xml", - "ref/dotnet/ru/System.IO.xml", - "ref/dotnet/System.IO.dll", - "ref/dotnet/System.IO.xml", - "ref/dotnet/zh-hans/System.IO.xml", - "ref/dotnet/zh-hant/System.IO.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.IO.dll", - "System.IO.nuspec" - ] - }, - "System.IO.Compression/4.0.0": { - "sha512": "S+ljBE3py8pujTrsOOYHtDg2cnAifn6kBu/pfh1hMWIXd8DoVh0ADTA6Puv4q+nYj+Msm6JoFLNwuRSmztbsDQ==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dotnet/System.IO.Compression.dll", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", - "lib/netcore50/System.IO.Compression.dll", + "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.3.0.nupkg.sha512", + "system.io.nuspec" + ] + }, + "System.IO.Compression/4.3.0": { + "sha512": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", + "type": "package", + "path": "system.io.compression/4.3.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/_._", - "package/services/metadata/core-properties/cdbbc16eba65486f85d2caf9357894f3.psmdcp", - "ref/dotnet/de/System.IO.Compression.xml", - "ref/dotnet/es/System.IO.Compression.xml", - "ref/dotnet/fr/System.IO.Compression.xml", - "ref/dotnet/it/System.IO.Compression.xml", - "ref/dotnet/ja/System.IO.Compression.xml", - "ref/dotnet/ko/System.IO.Compression.xml", - "ref/dotnet/ru/System.IO.Compression.xml", - "ref/dotnet/System.IO.Compression.dll", - "ref/dotnet/System.IO.Compression.xml", - "ref/dotnet/zh-hans/System.IO.Compression.xml", - "ref/dotnet/zh-hant/System.IO.Compression.xml", + "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/_._", - "runtime.json", - "System.IO.Compression.nuspec" + "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.3.0.nupkg.sha512", + "system.io.compression.nuspec" ] }, - "System.IO.Compression.clrcompression-arm/4.0.0": { - "sha512": "Kk21GecAbI+H6tMP6/lMssGObbhoHwLiREiB5UkNMCypdxACuF+6gmrdDTousCUcbH28CJeo7tArrnUc+bchuw==", - "type": "Package", + "System.IO.Compression.ZipFile/4.3.0": { + "sha512": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", + "type": "package", + "path": "system.io.compression.zipfile/4.3.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/e09228dcfd7b47adb2ddcf73e2eb6ddf.psmdcp", - "runtimes/win10-arm/native/ClrCompression.dll", - "runtimes/win7-arm/native/clrcompression.dll", - "System.IO.Compression.clrcompression-arm.nuspec" - ] - }, - "System.IO.Compression.clrcompression-x64/4.0.0": { - "sha512": "Lqr+URMwKzf+8HJF6YrqEqzKzDzFJTE4OekaxqdIns71r8Ufbd8SbZa0LKl9q+7nu6Em4SkIEXVMB7plSXekOw==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/416c3fd9fab749d484e0fed458de199f.psmdcp", - "runtimes/win10-x64/native/ClrCompression.dll", - "runtimes/win7-x64/native/clrcompression.dll", - "System.IO.Compression.clrcompression-x64.nuspec" - ] - }, - "System.IO.Compression.clrcompression-x86/4.0.0": { - "sha512": "GmevpuaMRzYDXHu+xuV10fxTO8DsP7OKweWxYtkaxwVnDSj9X6RBupSiXdiveq9yj/xjZ1NbG+oRRRb99kj+VQ==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", - "package/services/metadata/core-properties/cd12f86c8cc2449589dfbe349763f7b3.psmdcp", - "runtimes/win10-x86/native/ClrCompression.dll", - "runtimes/win7-x86/native/clrcompression.dll", - "System.IO.Compression.clrcompression-x86.nuspec" - ] - }, - "System.IO.Compression.ZipFile/4.0.0": { - "sha512": "pwntmtsJqtt6Lez4Iyv4GVGW6DaXUTo9Rnlsx0MFagRgX+8F/sxG5S/IzDJabBj68sUWViz1QJrRZL4V9ngWDg==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dotnet/System.IO.Compression.ZipFile.dll", + "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/_._", - "package/services/metadata/core-properties/60dc66d592ac41008e1384536912dabf.psmdcp", - "ref/dotnet/de/System.IO.Compression.ZipFile.xml", - "ref/dotnet/es/System.IO.Compression.ZipFile.xml", - "ref/dotnet/fr/System.IO.Compression.ZipFile.xml", - "ref/dotnet/it/System.IO.Compression.ZipFile.xml", - "ref/dotnet/ja/System.IO.Compression.ZipFile.xml", - "ref/dotnet/ko/System.IO.Compression.ZipFile.xml", - "ref/dotnet/ru/System.IO.Compression.ZipFile.xml", - "ref/dotnet/System.IO.Compression.ZipFile.dll", - "ref/dotnet/System.IO.Compression.ZipFile.xml", - "ref/dotnet/zh-hans/System.IO.Compression.ZipFile.xml", - "ref/dotnet/zh-hant/System.IO.Compression.ZipFile.xml", + "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/_._", - "System.IO.Compression.ZipFile.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.io.compression.zipfile.4.3.0.nupkg.sha512", + "system.io.compression.zipfile.nuspec" ] }, - "System.IO.FileSystem/4.0.0": { - "sha512": "eo05SPWfG+54UA0wxgRIYOuOslq+2QrJLXZaJDDsfLXG15OLguaItW39NYZTqUb4DeGOkU4R0wpOLOW4ynMUDQ==", - "type": "Package", + "System.IO.FileSystem/4.3.0": { + "sha512": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", + "type": "package", + "path": "system.io.filesystem/4.3.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.IO.FileSystem.dll", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/System.IO.FileSystem.dll", - "lib/netcore50/System.IO.FileSystem.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/0405bad2bcdd403884f42a0a79534bc1.psmdcp", - "ref/dotnet/de/System.IO.FileSystem.xml", - "ref/dotnet/es/System.IO.FileSystem.xml", - "ref/dotnet/fr/System.IO.FileSystem.xml", - "ref/dotnet/it/System.IO.FileSystem.xml", - "ref/dotnet/ja/System.IO.FileSystem.xml", - "ref/dotnet/ko/System.IO.FileSystem.xml", - "ref/dotnet/ru/System.IO.FileSystem.xml", - "ref/dotnet/System.IO.FileSystem.dll", - "ref/dotnet/System.IO.FileSystem.xml", - "ref/dotnet/zh-hans/System.IO.FileSystem.xml", - "ref/dotnet/zh-hant/System.IO.FileSystem.xml", + "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/_._", - "System.IO.FileSystem.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.io.filesystem.4.3.0.nupkg.sha512", + "system.io.filesystem.nuspec" ] }, - "System.IO.FileSystem.Primitives/4.0.0": { - "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==", - "type": "Package", + "System.IO.FileSystem.Primitives/4.3.0": { + "sha512": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", + "type": "package", + "path": "system.io.filesystem.primitives/4.3.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dotnet/System.IO.FileSystem.Primitives.dll", + "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/_._", - "package/services/metadata/core-properties/2cf3542156f0426483f92b9e37d8d381.psmdcp", - "ref/dotnet/de/System.IO.FileSystem.Primitives.xml", - "ref/dotnet/es/System.IO.FileSystem.Primitives.xml", - "ref/dotnet/fr/System.IO.FileSystem.Primitives.xml", - "ref/dotnet/it/System.IO.FileSystem.Primitives.xml", - "ref/dotnet/ja/System.IO.FileSystem.Primitives.xml", - "ref/dotnet/ko/System.IO.FileSystem.Primitives.xml", - "ref/dotnet/ru/System.IO.FileSystem.Primitives.xml", - "ref/dotnet/System.IO.FileSystem.Primitives.dll", - "ref/dotnet/System.IO.FileSystem.Primitives.xml", - "ref/dotnet/zh-hans/System.IO.FileSystem.Primitives.xml", - "ref/dotnet/zh-hant/System.IO.FileSystem.Primitives.xml", + "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/_._", - "System.IO.FileSystem.Primitives.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.io.filesystem.primitives.4.3.0.nupkg.sha512", + "system.io.filesystem.primitives.nuspec" ] }, - "System.IO.IsolatedStorage/4.0.0": { - "sha512": "d5KimUbZ49Ki6A/uwU+Iodng+nhJvpRs7hr/828cfeXC02LxUiggnRnAu+COtWcKvJ2YbBmAGOcO4GLK4fX1+w==", - "type": "Package", + "System.IO.IsolatedStorage/4.0.1": { + "sha512": "PuSuDi3FV84wh6RbF+Dvr0BvLJ6MCpvNIdVE3K0sSnOVKEV7mOQ0qnEvO1tWjxquMaugULTxJHHLaxkCHCz4IQ==", + "type": "package", + "path": "system.io.isolatedstorage/4.0.1", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/netcore50/System.IO.IsolatedStorage.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/0d69e649eab84c3cad77d63bb460f7e7.psmdcp", - "ref/dotnet/de/System.IO.IsolatedStorage.xml", - "ref/dotnet/es/System.IO.IsolatedStorage.xml", - "ref/dotnet/fr/System.IO.IsolatedStorage.xml", - "ref/dotnet/it/System.IO.IsolatedStorage.xml", - "ref/dotnet/ja/System.IO.IsolatedStorage.xml", - "ref/dotnet/ko/System.IO.IsolatedStorage.xml", - "ref/dotnet/ru/System.IO.IsolatedStorage.xml", - "ref/dotnet/System.IO.IsolatedStorage.dll", - "ref/dotnet/System.IO.IsolatedStorage.xml", - "ref/dotnet/zh-hans/System.IO.IsolatedStorage.xml", - "ref/dotnet/zh-hant/System.IO.IsolatedStorage.xml", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", + "ref/netstandard1.4/System.IO.IsolatedStorage.dll", + "ref/netstandard1.4/System.IO.IsolatedStorage.xml", + "ref/netstandard1.4/de/System.IO.IsolatedStorage.xml", + "ref/netstandard1.4/es/System.IO.IsolatedStorage.xml", + "ref/netstandard1.4/fr/System.IO.IsolatedStorage.xml", + "ref/netstandard1.4/it/System.IO.IsolatedStorage.xml", + "ref/netstandard1.4/ja/System.IO.IsolatedStorage.xml", + "ref/netstandard1.4/ko/System.IO.IsolatedStorage.xml", + "ref/netstandard1.4/ru/System.IO.IsolatedStorage.xml", + "ref/netstandard1.4/zh-hans/System.IO.IsolatedStorage.xml", + "ref/netstandard1.4/zh-hant/System.IO.IsolatedStorage.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.IO.IsolatedStorage.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.io.isolatedstorage.4.0.1.nupkg.sha512", + "system.io.isolatedstorage.nuspec" ] }, - "System.IO.UnmanagedMemoryStream/4.0.0": { - "sha512": "i2xczgQfwHmolORBNHxV9b5izP8VOBxgSA2gf+H55xBvwqtR+9r9adtzlc7at0MAwiLcsk6V1TZlv2vfRQr8Sw==", - "type": "Package", + "System.IO.UnmanagedMemoryStream/4.0.1": { + "sha512": "wcq0kXcpfJwdl1Y4/ZjDk7Dhx5HdLyRYYWYmD8Nn8skoGYYQd2BQWbXwjWSczip8AL4Z57o2dWWXAl4aABAKiQ==", + "type": "package", + "path": "system.io.unmanagedmemorystream/4.0.1", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dotnet/System.IO.UnmanagedMemoryStream.dll", + "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/_._", - "package/services/metadata/core-properties/cce1d37d7dc24e5fb4170ead20101af0.psmdcp", - "ref/dotnet/de/System.IO.UnmanagedMemoryStream.xml", - "ref/dotnet/es/System.IO.UnmanagedMemoryStream.xml", - "ref/dotnet/fr/System.IO.UnmanagedMemoryStream.xml", - "ref/dotnet/it/System.IO.UnmanagedMemoryStream.xml", - "ref/dotnet/ja/System.IO.UnmanagedMemoryStream.xml", - "ref/dotnet/ko/System.IO.UnmanagedMemoryStream.xml", - "ref/dotnet/ru/System.IO.UnmanagedMemoryStream.xml", - "ref/dotnet/System.IO.UnmanagedMemoryStream.dll", - "ref/dotnet/System.IO.UnmanagedMemoryStream.xml", - "ref/dotnet/zh-hans/System.IO.UnmanagedMemoryStream.xml", - "ref/dotnet/zh-hant/System.IO.UnmanagedMemoryStream.xml", + "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/_._", - "System.IO.UnmanagedMemoryStream.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.io.unmanagedmemorystream.4.0.1.nupkg.sha512", + "system.io.unmanagedmemorystream.nuspec" ] }, - "System.Linq/4.0.0": { - "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", - "type": "Package", + "System.Linq/4.3.0": { + "sha512": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", + "type": "package", + "path": "system.linq/4.3.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dotnet/System.Linq.dll", + "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/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", - "ref/dotnet/de/System.Linq.xml", - "ref/dotnet/es/System.Linq.xml", - "ref/dotnet/fr/System.Linq.xml", - "ref/dotnet/it/System.Linq.xml", - "ref/dotnet/ja/System.Linq.xml", - "ref/dotnet/ko/System.Linq.xml", - "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", - "ref/dotnet/zh-hans/System.Linq.xml", - "ref/dotnet/zh-hant/System.Linq.xml", + "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/_._", - "System.Linq.nuspec" - ] - }, - "System.Linq.Expressions/4.0.10": { - "sha512": "qhFkPqRsTfXBaacjQhxwwwUoU7TEtwlBIULj7nG7i4qAkvivil31VvOvDKppCSui5yGw0/325ZeNaMYRvTotXw==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Linq.Expressions.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Linq.Expressions.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/4e3c061f7c0a427fa5b65bd3d84e9bc3.psmdcp", - "ref/dotnet/de/System.Linq.Expressions.xml", - "ref/dotnet/es/System.Linq.Expressions.xml", - "ref/dotnet/fr/System.Linq.Expressions.xml", - "ref/dotnet/it/System.Linq.Expressions.xml", - "ref/dotnet/ja/System.Linq.Expressions.xml", - "ref/dotnet/ko/System.Linq.Expressions.xml", - "ref/dotnet/ru/System.Linq.Expressions.xml", - "ref/dotnet/System.Linq.Expressions.dll", - "ref/dotnet/System.Linq.Expressions.xml", - "ref/dotnet/zh-hans/System.Linq.Expressions.xml", - "ref/dotnet/zh-hant/System.Linq.Expressions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtime.json", - "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll", - "System.Linq.Expressions.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.linq.4.3.0.nupkg.sha512", + "system.linq.nuspec" ] }, - "System.Linq.Parallel/4.0.0": { - "sha512": "PtH7KKh1BbzVow4XY17pnrn7Io63ApMdwzRE2o2HnzsKQD/0o7X5xe6mxrDUqTm9ZCR3/PNhAlP13VY1HnHsbA==", - "type": "Package", + "System.Linq.Expressions/4.3.0": { + "sha512": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", + "type": "package", + "path": "system.linq.expressions/4.3.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dotnet/System.Linq.Parallel.dll", + "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.3.0.nupkg.sha512", + "system.linq.expressions.nuspec" + ] + }, + "System.Linq.Parallel/4.0.1": { + "sha512": "J7XCa7n2cFn32uLbtceXfBFhgCk5M++50lylHKNbqTiJkw5y4Tglpi6amuJNPCvj9bLzNSI7rs1fi4joLMNRgg==", + "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/_._", - "package/services/metadata/core-properties/5cc7d35889814f73a239a1b7dcd33451.psmdcp", - "ref/dotnet/de/System.Linq.Parallel.xml", - "ref/dotnet/es/System.Linq.Parallel.xml", - "ref/dotnet/fr/System.Linq.Parallel.xml", - "ref/dotnet/it/System.Linq.Parallel.xml", - "ref/dotnet/ja/System.Linq.Parallel.xml", - "ref/dotnet/ko/System.Linq.Parallel.xml", - "ref/dotnet/ru/System.Linq.Parallel.xml", - "ref/dotnet/System.Linq.Parallel.dll", - "ref/dotnet/System.Linq.Parallel.xml", - "ref/dotnet/zh-hans/System.Linq.Parallel.xml", - "ref/dotnet/zh-hant/System.Linq.Parallel.xml", + "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/_._", - "System.Linq.Parallel.nuspec" + "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.0": { - "sha512": "DIlvCNn3ucFvwMMzXcag4aFnFJ1fdxkQ5NqwJe9Nh7y8ozzhDm07YakQL/yoF3P1dLzY1T2cTpuwbAmVSdXyBA==", - "type": "Package", + "System.Linq.Queryable/4.0.1": { + "sha512": "Yn/WfYe9RoRfmSLvUt2JerP0BTGGykCZkQPgojaxgzF2N0oPo+/AhB8TXOpdCcNlrG3VRtsamtK2uzsp3cqRVw==", + "type": "package", + "path": "system.linq.queryable/4.0.1", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dotnet/System.Linq.Queryable.dll", + "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/_._", - "package/services/metadata/core-properties/24a380caa65148a7883629840bf0c343.psmdcp", - "ref/dotnet/de/System.Linq.Queryable.xml", - "ref/dotnet/es/System.Linq.Queryable.xml", - "ref/dotnet/fr/System.Linq.Queryable.xml", - "ref/dotnet/it/System.Linq.Queryable.xml", - "ref/dotnet/ja/System.Linq.Queryable.xml", - "ref/dotnet/ko/System.Linq.Queryable.xml", - "ref/dotnet/ru/System.Linq.Queryable.xml", - "ref/dotnet/System.Linq.Queryable.dll", - "ref/dotnet/System.Linq.Queryable.xml", - "ref/dotnet/zh-hans/System.Linq.Queryable.xml", - "ref/dotnet/zh-hant/System.Linq.Queryable.xml", + "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/_._", - "System.Linq.Queryable.nuspec" + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.linq.queryable.4.0.1.nupkg.sha512", + "system.linq.queryable.nuspec" ] }, - "System.Net.Http/4.0.0": { - "sha512": "mZuAl7jw/mFY8jUq4ITKECxVBh9a8SJt9BC/+lJbmo7cRKspxE3PsITz+KiaCEsexN5WYPzwBOx0oJH/0HlPyQ==", - "type": "Package", + "System.Net.Http/4.3.0": { + "sha512": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", + "type": "package", + "path": "system.net.http/4.3.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Net.Http.dll", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/Xamarinmac20/_._", + "lib/monoandroid10/_._", + "lib/monotouch10/_._", "lib/net45/_._", - "lib/netcore50/System.Net.Http.dll", + "lib/net46/System.Net.Http.dll", + "lib/portable-net45+win8+wpa81/_._", "lib/win8/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/62d64206d25643df9c8d01e867c05e27.psmdcp", - "ref/dotnet/de/System.Net.Http.xml", - "ref/dotnet/es/System.Net.Http.xml", - "ref/dotnet/fr/System.Net.Http.xml", - "ref/dotnet/it/System.Net.Http.xml", - "ref/dotnet/ja/System.Net.Http.xml", - "ref/dotnet/ko/System.Net.Http.xml", - "ref/dotnet/ru/System.Net.Http.xml", - "ref/dotnet/System.Net.Http.dll", - "ref/dotnet/System.Net.Http.xml", - "ref/dotnet/zh-hans/System.Net.Http.xml", - "ref/dotnet/zh-hant/System.Net.Http.xml", + "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/_._", - "System.Net.Http.nuspec" + "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.3.0.nupkg.sha512", + "system.net.http.nuspec" ] }, - "System.Net.Http.Rtc/4.0.0": { - "sha512": "PlE+oJgXdbxPmZYR6GBywRkyIPovjB1Y0SYHizj2Iflgu80uJQC4szl9gue4rKI2FgXiEbj9JL7wL5K3mp9HAQ==", - "type": "Package", + "System.Net.Http.Rtc/4.0.1": { + "sha512": "o2AlTAvlZOc0dRUpmr379G57VUjSQ+JO7X2vIduaV+zReroM7WVwvtg6q1tGBrT4aVFvqWPDavWuBgSMTwugyw==", + "type": "package", + "path": "system.net.http.rtc/4.0.1", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/netcore50/System.Net.Http.Rtc.dll", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/win8/_._", - "package/services/metadata/core-properties/5ae6b04142264f2abb319c7dccbfb69f.psmdcp", - "ref/dotnet/de/System.Net.Http.Rtc.xml", - "ref/dotnet/es/System.Net.Http.Rtc.xml", - "ref/dotnet/fr/System.Net.Http.Rtc.xml", - "ref/dotnet/it/System.Net.Http.Rtc.xml", - "ref/dotnet/ja/System.Net.Http.Rtc.xml", - "ref/dotnet/ko/System.Net.Http.Rtc.xml", - "ref/dotnet/ru/System.Net.Http.Rtc.xml", - "ref/dotnet/System.Net.Http.Rtc.dll", - "ref/dotnet/System.Net.Http.Rtc.xml", - "ref/dotnet/zh-hans/System.Net.Http.Rtc.xml", - "ref/dotnet/zh-hant/System.Net.Http.Rtc.xml", "ref/netcore50/System.Net.Http.Rtc.dll", "ref/netcore50/System.Net.Http.Rtc.xml", + "ref/netcore50/de/System.Net.Http.Rtc.xml", + "ref/netcore50/es/System.Net.Http.Rtc.xml", + "ref/netcore50/fr/System.Net.Http.Rtc.xml", + "ref/netcore50/it/System.Net.Http.Rtc.xml", + "ref/netcore50/ja/System.Net.Http.Rtc.xml", + "ref/netcore50/ko/System.Net.Http.Rtc.xml", + "ref/netcore50/ru/System.Net.Http.Rtc.xml", + "ref/netcore50/zh-hans/System.Net.Http.Rtc.xml", + "ref/netcore50/zh-hant/System.Net.Http.Rtc.xml", + "ref/netstandard1.1/System.Net.Http.Rtc.dll", + "ref/netstandard1.1/System.Net.Http.Rtc.xml", + "ref/netstandard1.1/de/System.Net.Http.Rtc.xml", + "ref/netstandard1.1/es/System.Net.Http.Rtc.xml", + "ref/netstandard1.1/fr/System.Net.Http.Rtc.xml", + "ref/netstandard1.1/it/System.Net.Http.Rtc.xml", + "ref/netstandard1.1/ja/System.Net.Http.Rtc.xml", + "ref/netstandard1.1/ko/System.Net.Http.Rtc.xml", + "ref/netstandard1.1/ru/System.Net.Http.Rtc.xml", + "ref/netstandard1.1/zh-hans/System.Net.Http.Rtc.xml", + "ref/netstandard1.1/zh-hant/System.Net.Http.Rtc.xml", "ref/win8/_._", - "System.Net.Http.Rtc.nuspec" + "runtimes/win/lib/netcore50/System.Net.Http.Rtc.dll", + "system.net.http.rtc.4.0.1.nupkg.sha512", + "system.net.http.rtc.nuspec" ] }, - "System.Net.NetworkInformation/4.0.0": { - "sha512": "D68KCf5VK1G1GgFUwD901gU6cnMITksOdfdxUCt9ReCZfT1pigaDqjJ7XbiLAM4jm7TfZHB7g5mbOf1mbG3yBA==", - "type": "Package", + "System.Net.NameResolution/4.0.0": { + "sha512": "JdqRdM1Qym3YehqdKIi5LHrpypP4JMfxKQSNCJ2z4WawkG0il+N3XfNeJOxll2XrTnG7WgYYPoeiu/KOwg0DQw==", + "type": "package", + "path": "system.net.nameresolution/4.0.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "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.NameResolution/4.3.0": { + "sha512": "AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==", + "type": "package", + "path": "system.net.nameresolution/4.3.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.3.0.nupkg.sha512", + "system.net.nameresolution.nuspec" + ] + }, + "System.Net.NetworkInformation/4.1.0": { + "sha512": "Q0rfeiW6QsiZuicGjrFA7cRr2+kXex0JIljTTxzI09GIftB8k+aNL31VsQD1sI2g31cw7UGDTgozA/FgeNSzsQ==", + "type": "package", + "path": "system.net.networkinformation/4.1.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", - "lib/netcore50/System.Net.NetworkInformation.dll", + "lib/net46/System.Net.NetworkInformation.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/5daeae3f7319444d8efbd8a0c539559c.psmdcp", - "ref/dotnet/de/System.Net.NetworkInformation.xml", - "ref/dotnet/es/System.Net.NetworkInformation.xml", - "ref/dotnet/fr/System.Net.NetworkInformation.xml", - "ref/dotnet/it/System.Net.NetworkInformation.xml", - "ref/dotnet/ja/System.Net.NetworkInformation.xml", - "ref/dotnet/ko/System.Net.NetworkInformation.xml", - "ref/dotnet/ru/System.Net.NetworkInformation.xml", - "ref/dotnet/System.Net.NetworkInformation.dll", - "ref/dotnet/System.Net.NetworkInformation.xml", - "ref/dotnet/zh-hans/System.Net.NetworkInformation.xml", - "ref/dotnet/zh-hant/System.Net.NetworkInformation.xml", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/net46/System.Net.NetworkInformation.dll", "ref/netcore50/System.Net.NetworkInformation.dll", "ref/netcore50/System.Net.NetworkInformation.xml", + "ref/netcore50/de/System.Net.NetworkInformation.xml", + "ref/netcore50/es/System.Net.NetworkInformation.xml", + "ref/netcore50/fr/System.Net.NetworkInformation.xml", + "ref/netcore50/it/System.Net.NetworkInformation.xml", + "ref/netcore50/ja/System.Net.NetworkInformation.xml", + "ref/netcore50/ko/System.Net.NetworkInformation.xml", + "ref/netcore50/ru/System.Net.NetworkInformation.xml", + "ref/netcore50/zh-hans/System.Net.NetworkInformation.xml", + "ref/netcore50/zh-hant/System.Net.NetworkInformation.xml", + "ref/netstandard1.0/System.Net.NetworkInformation.dll", + "ref/netstandard1.0/System.Net.NetworkInformation.xml", + "ref/netstandard1.0/de/System.Net.NetworkInformation.xml", + "ref/netstandard1.0/es/System.Net.NetworkInformation.xml", + "ref/netstandard1.0/fr/System.Net.NetworkInformation.xml", + "ref/netstandard1.0/it/System.Net.NetworkInformation.xml", + "ref/netstandard1.0/ja/System.Net.NetworkInformation.xml", + "ref/netstandard1.0/ko/System.Net.NetworkInformation.xml", + "ref/netstandard1.0/ru/System.Net.NetworkInformation.xml", + "ref/netstandard1.0/zh-hans/System.Net.NetworkInformation.xml", + "ref/netstandard1.0/zh-hant/System.Net.NetworkInformation.xml", + "ref/netstandard1.3/System.Net.NetworkInformation.dll", + "ref/netstandard1.3/System.Net.NetworkInformation.xml", + "ref/netstandard1.3/de/System.Net.NetworkInformation.xml", + "ref/netstandard1.3/es/System.Net.NetworkInformation.xml", + "ref/netstandard1.3/fr/System.Net.NetworkInformation.xml", + "ref/netstandard1.3/it/System.Net.NetworkInformation.xml", + "ref/netstandard1.3/ja/System.Net.NetworkInformation.xml", + "ref/netstandard1.3/ko/System.Net.NetworkInformation.xml", + "ref/netstandard1.3/ru/System.Net.NetworkInformation.xml", + "ref/netstandard1.3/zh-hans/System.Net.NetworkInformation.xml", + "ref/netstandard1.3/zh-hant/System.Net.NetworkInformation.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Net.NetworkInformation.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/linux/lib/netstandard1.3/System.Net.NetworkInformation.dll", + "runtimes/osx/lib/netstandard1.3/System.Net.NetworkInformation.dll", + "runtimes/win/lib/net46/System.Net.NetworkInformation.dll", + "runtimes/win/lib/netcore50/System.Net.NetworkInformation.dll", + "runtimes/win/lib/netstandard1.3/System.Net.NetworkInformation.dll", + "system.net.networkinformation.4.1.0.nupkg.sha512", + "system.net.networkinformation.nuspec" ] }, - "System.Net.Primitives/4.0.10": { - "sha512": "YQqIpmMhnKjIbT7rl6dlf7xM5DxaMR+whduZ9wKb9OhMLjoueAJO3HPPJI+Naf3v034kb+xZqdc3zo44o3HWcg==", - "type": "Package", + "System.Net.Primitives/4.3.0": { + "sha512": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", + "type": "package", + "path": "system.net.primitives/4.3.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Net.Primitives.dll", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Net.Primitives.dll", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/3e2f49037d5645bdad757b3fd5b7c103.psmdcp", - "ref/dotnet/de/System.Net.Primitives.xml", - "ref/dotnet/es/System.Net.Primitives.xml", - "ref/dotnet/fr/System.Net.Primitives.xml", - "ref/dotnet/it/System.Net.Primitives.xml", - "ref/dotnet/ja/System.Net.Primitives.xml", - "ref/dotnet/ko/System.Net.Primitives.xml", - "ref/dotnet/ru/System.Net.Primitives.xml", - "ref/dotnet/System.Net.Primitives.dll", - "ref/dotnet/System.Net.Primitives.xml", - "ref/dotnet/zh-hans/System.Net.Primitives.xml", - "ref/dotnet/zh-hant/System.Net.Primitives.xml", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/_._", + "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/_._", - "System.Net.Primitives.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.net.primitives.4.3.0.nupkg.sha512", + "system.net.primitives.nuspec" ] }, - "System.Net.Requests/4.0.10": { - "sha512": "A6XBR7TztiIQg6hx7VGfbBKmRTAavUERm2E7pmNz/gZeGvwyP0lcKHZxylJtNVKj7DPwr91bD87oLY6zZYntcg==", - "type": "Package", + "System.Net.Requests/4.0.11": { + "sha512": "vxGt7C0cZixN+VqoSW4Yakc1Y9WknmxauDqzxgpw/FnBdz4kQNN51l4wxdXX5VY1xjqy//+G+4CvJWp1+f+y6Q==", + "type": "package", + "path": "system.net.requests/4.0.11", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dotnet/System.Net.Requests.dll", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/7a4e397882e44db3aa06d6d8c9dd3d66.psmdcp", - "ref/dotnet/de/System.Net.Requests.xml", - "ref/dotnet/es/System.Net.Requests.xml", - "ref/dotnet/fr/System.Net.Requests.xml", - "ref/dotnet/it/System.Net.Requests.xml", - "ref/dotnet/ja/System.Net.Requests.xml", - "ref/dotnet/ko/System.Net.Requests.xml", - "ref/dotnet/ru/System.Net.Requests.xml", - "ref/dotnet/System.Net.Requests.dll", - "ref/dotnet/System.Net.Requests.xml", - "ref/dotnet/zh-hans/System.Net.Requests.xml", - "ref/dotnet/zh-hant/System.Net.Requests.xml", + "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/_._", - "System.Net.Requests.nuspec" + "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.Sockets/4.0.0": { - "sha512": "7bBNLdO6Xw0BGyFVSxjloGXMvsc3qQmW+70bYMLwHEAVivMK8zx+E7XO8CeJnAko2mFj6R402E798EGYUksFcQ==", - "type": "Package", + "System.Net.Sockets/4.3.0": { + "sha512": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", + "type": "package", + "path": "system.net.sockets/4.3.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/System.Net.Sockets.dll", - "lib/netcore50/System.Net.Sockets.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/cca33bc0996f49c68976fa5bab1500ff.psmdcp", - "ref/dotnet/de/System.Net.Sockets.xml", - "ref/dotnet/es/System.Net.Sockets.xml", - "ref/dotnet/fr/System.Net.Sockets.xml", - "ref/dotnet/it/System.Net.Sockets.xml", - "ref/dotnet/ja/System.Net.Sockets.xml", - "ref/dotnet/ko/System.Net.Sockets.xml", - "ref/dotnet/ru/System.Net.Sockets.xml", - "ref/dotnet/System.Net.Sockets.dll", - "ref/dotnet/System.Net.Sockets.xml", - "ref/dotnet/zh-hans/System.Net.Sockets.xml", - "ref/dotnet/zh-hant/System.Net.Sockets.xml", + "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/_._", - "System.Net.Sockets.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.net.sockets.4.3.0.nupkg.sha512", + "system.net.sockets.nuspec" ] }, - "System.Net.WebHeaderCollection/4.0.0": { - "sha512": "IsIZAsHm/yK7R/XASnEc4EMffFLIMgYchG3/zJv6B4LwMnXZwrVlSPpNbPgEVb0lSXyztsn7A6sIPAACQQ2vTQ==", - "type": "Package", + "System.Net.WebHeaderCollection/4.0.1": { + "sha512": "XX2TIAN+wBSAIV51BU2FvvXMdstUa8b0FBSZmDWjZdwUMmggQSifpTOZ5fNH20z9ZCg2fkV1L5SsZnpO2RQDRQ==", + "type": "package", + "path": "system.net.webheadercollection/4.0.1", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dotnet/System.Net.WebHeaderCollection.dll", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/_._", + "lib/netstandard1.3/System.Net.WebHeaderCollection.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/7ab0d7bde19b47548622bfa222a4eccb.psmdcp", - "ref/dotnet/de/System.Net.WebHeaderCollection.xml", - "ref/dotnet/es/System.Net.WebHeaderCollection.xml", - "ref/dotnet/fr/System.Net.WebHeaderCollection.xml", - "ref/dotnet/it/System.Net.WebHeaderCollection.xml", - "ref/dotnet/ja/System.Net.WebHeaderCollection.xml", - "ref/dotnet/ko/System.Net.WebHeaderCollection.xml", - "ref/dotnet/ru/System.Net.WebHeaderCollection.xml", - "ref/dotnet/System.Net.WebHeaderCollection.dll", - "ref/dotnet/System.Net.WebHeaderCollection.xml", - "ref/dotnet/zh-hans/System.Net.WebHeaderCollection.xml", - "ref/dotnet/zh-hant/System.Net.WebHeaderCollection.xml", + "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/_._", - "System.Net.WebHeaderCollection.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.net.webheadercollection.4.0.1.nupkg.sha512", + "system.net.webheadercollection.nuspec" ] }, - "System.Numerics.Vectors/4.1.0": { - "sha512": "jpubR06GWPoZA0oU5xLM7kHeV59/CKPBXZk4Jfhi0T3DafxbrdueHZ8kXlb+Fb5nd3DAyyMh2/eqEzLX0xv6Qg==", - "type": "Package", + "System.Net.WebSockets/4.0.0": { + "sha512": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==", + "type": "package", + "path": "system.net.websockets/4.0.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dotnet/System.Numerics.Vectors.dll", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Net.WebSockets.dll", + "lib/netstandard1.3/System.Net.WebSockets.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Net.WebSockets.dll", + "ref/netstandard1.3/System.Net.WebSockets.dll", + "ref/netstandard1.3/System.Net.WebSockets.xml", + "ref/netstandard1.3/de/System.Net.WebSockets.xml", + "ref/netstandard1.3/es/System.Net.WebSockets.xml", + "ref/netstandard1.3/fr/System.Net.WebSockets.xml", + "ref/netstandard1.3/it/System.Net.WebSockets.xml", + "ref/netstandard1.3/ja/System.Net.WebSockets.xml", + "ref/netstandard1.3/ko/System.Net.WebSockets.xml", + "ref/netstandard1.3/ru/System.Net.WebSockets.xml", + "ref/netstandard1.3/zh-hans/System.Net.WebSockets.xml", + "ref/netstandard1.3/zh-hant/System.Net.WebSockets.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.net.websockets.4.0.0.nupkg.sha512", + "system.net.websockets.nuspec" + ] + }, + "System.Net.WebSockets.Client/4.0.2": { + "sha512": "NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==", + "type": "package", + "path": "system.net.websockets.client/4.0.2", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Net.WebSockets.Client.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Net.WebSockets.Client.dll", + "ref/netstandard1.3/System.Net.WebSockets.Client.dll", + "ref/netstandard1.3/System.Net.WebSockets.Client.xml", + "ref/netstandard1.3/de/System.Net.WebSockets.Client.xml", + "ref/netstandard1.3/es/System.Net.WebSockets.Client.xml", + "ref/netstandard1.3/fr/System.Net.WebSockets.Client.xml", + "ref/netstandard1.3/it/System.Net.WebSockets.Client.xml", + "ref/netstandard1.3/ja/System.Net.WebSockets.Client.xml", + "ref/netstandard1.3/ko/System.Net.WebSockets.Client.xml", + "ref/netstandard1.3/ru/System.Net.WebSockets.Client.xml", + "ref/netstandard1.3/zh-hans/System.Net.WebSockets.Client.xml", + "ref/netstandard1.3/zh-hant/System.Net.WebSockets.Client.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.Net.WebSockets.Client.dll", + "runtimes/win/lib/net46/System.Net.WebSockets.Client.dll", + "runtimes/win/lib/netcore50/System.Net.WebSockets.Client.dll", + "runtimes/win/lib/netstandard1.3/System.Net.WebSockets.Client.dll", + "system.net.websockets.client.4.0.2.nupkg.sha512", + "system.net.websockets.client.nuspec" + ] + }, + "System.Numerics.Vectors/4.1.1": { + "sha512": "Ex1NSKycC2wi5XBMWUGWPc3lumh6OQWFFmmpZFZz0oLht5lQ+wWPHVZumOrMJuckfUiVMd4p67BrkBos8lcF+Q==", + "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/_._", - "package/services/metadata/core-properties/e501a8a91f4a4138bd1d134abcc769b0.psmdcp", - "ref/dotnet/System.Numerics.Vectors.dll", + "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/_._", - "System.Numerics.Vectors.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.numerics.vectors.4.1.1.nupkg.sha512", + "system.numerics.vectors.nuspec" ] }, - "System.Numerics.Vectors.WindowsRuntime/4.0.0": { - "sha512": "Ly7GvoPFZq6GyfZpfS0E7uCk1cinl5BANAngXVuau3lD2QqZJMHitzlPv6n1FlIn6krfv99X2IPkIaVzUwDHXA==", - "type": "Package", + "System.Numerics.Vectors.WindowsRuntime/4.0.1": { + "sha512": "T4RJY6Z+0AuynCnMy8VMyP1g2mrB/OGubx5Og6d8ve6LkVLPrpiGtV5iMJeBv7lTDF1zhviILg+LecgKBjkWag==", + "type": "package", + "path": "system.numerics.vectors.windowsruntime/4.0.1", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dotnet/System.Numerics.Vectors.WindowsRuntime.dll", - "package/services/metadata/core-properties/6db0e2464a274e8eb688cd193eb37876.psmdcp", - "System.Numerics.Vectors.WindowsRuntime.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/uap10.0/System.Numerics.Vectors.WindowsRuntime.dll", + "system.numerics.vectors.windowsruntime.4.0.1.nupkg.sha512", + "system.numerics.vectors.windowsruntime.nuspec" ] }, - "System.ObjectModel/4.0.10": { - "sha512": "Djn1wb0vP662zxbe+c3mOhvC4vkQGicsFs1Wi0/GJJpp3Eqp+oxbJ+p2Sx3O0efYueggAI5SW+BqEoczjfr1cA==", - "type": "Package", + "System.ObjectModel/4.3.0": { + "sha512": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", + "type": "package", + "path": "system.objectmodel/4.3.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dotnet/System.ObjectModel.dll", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/_._", + "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/_._", - "package/services/metadata/core-properties/36c2aaa0c5d24949a7707921f36ee13f.psmdcp", - "ref/dotnet/de/System.ObjectModel.xml", - "ref/dotnet/es/System.ObjectModel.xml", - "ref/dotnet/fr/System.ObjectModel.xml", - "ref/dotnet/it/System.ObjectModel.xml", - "ref/dotnet/ja/System.ObjectModel.xml", - "ref/dotnet/ko/System.ObjectModel.xml", - "ref/dotnet/ru/System.ObjectModel.xml", - "ref/dotnet/System.ObjectModel.dll", - "ref/dotnet/System.ObjectModel.xml", - "ref/dotnet/zh-hans/System.ObjectModel.xml", - "ref/dotnet/zh-hant/System.ObjectModel.xml", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/_._", + "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/_._", - "System.ObjectModel.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.objectmodel.4.3.0.nupkg.sha512", + "system.objectmodel.nuspec" ] }, - "System.Private.DataContractSerialization/4.0.0": { - "sha512": "uQvzoXHXHn/9YqUmPtgD8ZPJIlBuuL3QHegbuik97W/umoI28fOnGLnvjRHhju1VMWvFLRQoh7uZkBaoZ+KpVQ==", - "type": "Package", + "System.Private.DataContractSerialization/4.1.2": { + "sha512": "e700XsW/HO7qlnatKyVXEFHJMNXDkPOkn4pmpddXcJk6KEsnYIpJUHDFycHKB3mRVsgRtUYiDRbRKhecwo2ezg==", + "type": "package", + "path": "system.private.datacontractserialization/4.1.2", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Private.DataContractSerialization.dll", - "lib/netcore50/System.Private.DataContractSerialization.dll", - "package/services/metadata/core-properties/124ac81dfe1e4d08942831c90a93a6ba.psmdcp", - "ref/dnxcore50/_._", - "ref/netcore50/_._", - "runtime.json", - "runtimes/win8-aot/lib/netcore50/System.Private.DataContractSerialization.dll", - "System.Private.DataContractSerialization.nuspec" + "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.2.nupkg.sha512", + "system.private.datacontractserialization.nuspec" ] }, - "System.Private.Networking/4.0.0": { - "sha512": "RUEqdBdJjISC65dO8l4LdN7vTdlXH+attUpKnauDUHVtLbIKdlDB9LKoLzCQsTQRP7vzUJHWYXznHJBkjAA7yA==", - "type": "Package", + "System.Private.ServiceModel/4.1.1": { + "sha512": "xJyHuGt++ArcsoQkkOUuBxWdPvQa9P/YZ/L1W14gL7xh4XrcDu39Ejp7159qes6JlVvrOFZVoiCRj721hj1hnw==", + "type": "package", + "path": "system.private.servicemodel/4.1.1", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Private.Networking.dll", - "lib/netcore50/System.Private.Networking.dll", - "package/services/metadata/core-properties/b57bed5f606b4402bbdf153fcf3df3ae.psmdcp", - "ref/dnxcore50/_._", - "ref/netcore50/_._", - "System.Private.Networking.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtimes/unix/lib/netstandard1.3/System.Private.ServiceModel.dll", + "runtimes/win7/lib/netcore50/System.Private.ServiceModel.dll", + "runtimes/win7/lib/netstandard1.3/System.Private.ServiceModel.dll", + "system.private.servicemodel.4.1.1.nupkg.sha512", + "system.private.servicemodel.nuspec" ] }, - "System.Private.ServiceModel/4.0.0": { - "sha512": "cm2wEa1f9kuUq/2k8uIwepgZJi5HdxXSnjGQIeXmAb7RaWfZPEC/iamv9GJ67b5LPnCZHR0KvtFqh82e8AAYSw==", - "type": "Package", + "System.Private.Uri/4.3.0": { + "sha512": "I4SwANiUGho1esj4V4oSlPllXjzCZDE+5XXso2P03LW2vOda2Enzh8DWOxwN6hnrJyp314c7KuVu31QYhRzOGg==", + "type": "package", + "path": "system.private.uri/4.3.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Private.ServiceModel.dll", - "lib/netcore50/System.Private.ServiceModel.dll", - "package/services/metadata/core-properties/5668af7c10764fafb51182a583dfb872.psmdcp", - "ref/dnxcore50/_._", - "ref/netcore50/_._", - "System.Private.ServiceModel.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "system.private.uri.4.3.0.nupkg.sha512", + "system.private.uri.nuspec" ] }, - "System.Private.Uri/4.0.0": { - "sha512": "CtuxaCKcRIvPcsqquVl3mPp79EDZPMr2UogfiFCxCs+t2z1VjbpQsKNs1GHZ8VQetqbk1mr0V1yAfMe6y8CHDA==", - "type": "Package", + "System.Reflection/4.3.0": { + "sha512": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", + "type": "package", + "path": "system.reflection/4.3.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Private.Uri.dll", - "lib/netcore50/System.Private.Uri.dll", - "package/services/metadata/core-properties/86377e21a22d44bbba860094428d894c.psmdcp", - "ref/dnxcore50/_._", - "ref/netcore50/_._", - "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll", - "System.Private.Uri.nuspec" - ] - }, - "System.Reflection/4.0.10": { - "sha512": "WZ+4lEE4gqGx6mrqLhSiW4oi6QLPWwdNjzhhTONmhELOrW8Cw9phlO9tltgvRUuQUqYtBiliFwhO5S5fCJElVw==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Reflection.dll", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Reflection.dll", + "lib/net45/_._", + "lib/net462/System.Reflection.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/84d992ce164945bfa10835e447244fb1.psmdcp", - "ref/dotnet/de/System.Reflection.xml", - "ref/dotnet/es/System.Reflection.xml", - "ref/dotnet/fr/System.Reflection.xml", - "ref/dotnet/it/System.Reflection.xml", - "ref/dotnet/ja/System.Reflection.xml", - "ref/dotnet/ko/System.Reflection.xml", - "ref/dotnet/ru/System.Reflection.xml", - "ref/dotnet/System.Reflection.dll", - "ref/dotnet/System.Reflection.xml", - "ref/dotnet/zh-hans/System.Reflection.xml", - "ref/dotnet/zh-hant/System.Reflection.xml", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/_._", + "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/_._", - "runtimes/win8-aot/lib/netcore50/System.Reflection.dll", - "System.Reflection.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.reflection.4.3.0.nupkg.sha512", + "system.reflection.nuspec" ] }, - "System.Reflection.Context/4.0.0": { - "sha512": "Gz4sUHHFd/52RjHccSHbOXdujJEWKfL3gIaA+ekxvQaQfJGbI2tPzA0Uv3WTCTDRGHgtoNq5WS9E007Dt4P/VQ==", - "type": "Package", + "System.Reflection.Context/4.0.1": { + "sha512": "nU4qA/juVb7OCAqLdWAnxeyTjs5tbwQmtF6ep1gTVSa79aGF1J5orD88WHQmNhgVbgfhSGPnz4+d94o/iBXZ7g==", + "type": "package", + "path": "system.reflection.context/4.0.1", "files": [ - "[Content_Types].xml", - "_rels/.rels", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/net45/_._", "lib/netcore50/System.Reflection.Context.dll", + "lib/netstandard1.1/System.Reflection.Context.dll", + "lib/portable-net45+win8/_._", "lib/win8/_._", - "package/services/metadata/core-properties/263ca61f1b594d9395e210a55a8fe7a7.psmdcp", - "ref/dotnet/de/System.Reflection.Context.xml", - "ref/dotnet/es/System.Reflection.Context.xml", - "ref/dotnet/fr/System.Reflection.Context.xml", - "ref/dotnet/it/System.Reflection.Context.xml", - "ref/dotnet/ja/System.Reflection.Context.xml", - "ref/dotnet/ko/System.Reflection.Context.xml", - "ref/dotnet/ru/System.Reflection.Context.xml", - "ref/dotnet/System.Reflection.Context.dll", - "ref/dotnet/System.Reflection.Context.xml", - "ref/dotnet/zh-hans/System.Reflection.Context.xml", - "ref/dotnet/zh-hant/System.Reflection.Context.xml", "ref/net45/_._", "ref/netcore50/System.Reflection.Context.dll", "ref/netcore50/System.Reflection.Context.xml", + "ref/netcore50/de/System.Reflection.Context.xml", + "ref/netcore50/es/System.Reflection.Context.xml", + "ref/netcore50/fr/System.Reflection.Context.xml", + "ref/netcore50/it/System.Reflection.Context.xml", + "ref/netcore50/ja/System.Reflection.Context.xml", + "ref/netcore50/ko/System.Reflection.Context.xml", + "ref/netcore50/ru/System.Reflection.Context.xml", + "ref/netcore50/zh-hans/System.Reflection.Context.xml", + "ref/netcore50/zh-hant/System.Reflection.Context.xml", + "ref/netstandard1.1/System.Reflection.Context.dll", + "ref/netstandard1.1/System.Reflection.Context.xml", + "ref/netstandard1.1/de/System.Reflection.Context.xml", + "ref/netstandard1.1/es/System.Reflection.Context.xml", + "ref/netstandard1.1/fr/System.Reflection.Context.xml", + "ref/netstandard1.1/it/System.Reflection.Context.xml", + "ref/netstandard1.1/ja/System.Reflection.Context.xml", + "ref/netstandard1.1/ko/System.Reflection.Context.xml", + "ref/netstandard1.1/ru/System.Reflection.Context.xml", + "ref/netstandard1.1/zh-hans/System.Reflection.Context.xml", + "ref/netstandard1.1/zh-hant/System.Reflection.Context.xml", + "ref/portable-net45+win8/_._", "ref/win8/_._", - "System.Reflection.Context.nuspec" + "system.reflection.context.4.0.1.nupkg.sha512", + "system.reflection.context.nuspec" ] }, - "System.Reflection.DispatchProxy/4.0.0": { - "sha512": "Kd/4o6DqBfJA4058X8oGEu1KlT8Ej0A+WGeoQgZU2h+3f2vC8NRbHxeOSZvxj9/MPZ1RYmZMGL1ApO9xG/4IVA==", - "type": "Package", + "System.Reflection.DispatchProxy/4.0.1": { + "sha512": "GPPgWoSxQEU3aCKSOvsAc1dhTTi4iq92PUVEVfnGPGwqCf6synaAJGYLKMs5E3CuRfel8ufACWUijXqDpOlGrA==", + "type": "package", + "path": "system.reflection.dispatchproxy/4.0.1", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Reflection.DispatchProxy.dll", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.Reflection.DispatchProxy.dll", - "lib/netcore50/System.Reflection.DispatchProxy.dll", + "lib/netstandard1.3/System.Reflection.DispatchProxy.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/1e015137cc52490b9dcde73fb35dee23.psmdcp", - "ref/dotnet/de/System.Reflection.DispatchProxy.xml", - "ref/dotnet/es/System.Reflection.DispatchProxy.xml", - "ref/dotnet/fr/System.Reflection.DispatchProxy.xml", - "ref/dotnet/it/System.Reflection.DispatchProxy.xml", - "ref/dotnet/ja/System.Reflection.DispatchProxy.xml", - "ref/dotnet/ko/System.Reflection.DispatchProxy.xml", - "ref/dotnet/ru/System.Reflection.DispatchProxy.xml", - "ref/dotnet/System.Reflection.DispatchProxy.dll", - "ref/dotnet/System.Reflection.DispatchProxy.xml", - "ref/dotnet/zh-hans/System.Reflection.DispatchProxy.xml", - "ref/dotnet/zh-hant/System.Reflection.DispatchProxy.xml", + "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/_._", - "runtime.json", - "runtimes/win8-aot/lib/netcore50/System.Reflection.DispatchProxy.dll", - "System.Reflection.DispatchProxy.nuspec" + "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.0": { - "sha512": "CqnQz5LbNbiSxN10cv3Ehnw3j1UZOBCxnE0OO0q/keGQ5ENjyFM6rIG4gm/i0dX6EjdpYkAgKcI/mhZZCaBq4A==", - "type": "Package", + "System.Reflection.Emit/4.0.1": { + "sha512": "P2wqAj72fFjpP6wb9nSfDqNBMab+2ovzSDzUZK7MVIm54tBJEPr9jWfSjjoTpPwj1LeKcmX3vr0ttyjSSFM47g==", + "type": "package", + "path": "system.reflection.emit/4.0.1", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Reflection.Emit.dll", + "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/_._", - "package/services/metadata/core-properties/f6dc998f8a6b43d7b08f33375407a384.psmdcp", - "ref/dotnet/de/System.Reflection.Emit.xml", - "ref/dotnet/es/System.Reflection.Emit.xml", - "ref/dotnet/fr/System.Reflection.Emit.xml", - "ref/dotnet/it/System.Reflection.Emit.xml", - "ref/dotnet/ja/System.Reflection.Emit.xml", - "ref/dotnet/ko/System.Reflection.Emit.xml", - "ref/dotnet/ru/System.Reflection.Emit.xml", - "ref/dotnet/System.Reflection.Emit.dll", - "ref/dotnet/System.Reflection.Emit.xml", - "ref/dotnet/zh-hans/System.Reflection.Emit.xml", - "ref/dotnet/zh-hant/System.Reflection.Emit.xml", "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.nuspec" + "system.reflection.emit.4.0.1.nupkg.sha512", + "system.reflection.emit.nuspec" ] }, - "System.Reflection.Emit.ILGeneration/4.0.0": { - "sha512": "02okuusJ0GZiHZSD2IOLIN41GIn6qOr7i5+86C98BPuhlwWqVABwebiGNvhDiXP1f9a6CxEigC7foQD42klcDg==", - "type": "Package", + "System.Reflection.Emit.ILGeneration/4.3.0": { + "sha512": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", + "type": "package", + "path": "system.reflection.emit.ilgeneration/4.3.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", "lib/net45/_._", "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", + "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll", + "lib/portable-net45+wp8/_._", "lib/wp80/_._", - "package/services/metadata/core-properties/d044dd882ed2456486ddb05f1dd0420f.psmdcp", - "ref/dotnet/de/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet/es/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet/fr/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet/it/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet/ja/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet/ko/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet/ru/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet/System.Reflection.Emit.ILGeneration.dll", - "ref/dotnet/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet/zh-hans/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet/zh-hant/System.Reflection.Emit.ILGeneration.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", "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/_._", - "System.Reflection.Emit.ILGeneration.nuspec" + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/_._", + "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", + "system.reflection.emit.ilgeneration.nuspec" ] }, - "System.Reflection.Emit.Lightweight/4.0.0": { - "sha512": "DJZhHiOdkN08xJgsJfDjkuOreLLmMcU8qkEEqEHqyhkPUZMMQs0lE8R+6+68BAFWgcdzxtNu0YmIOtEug8j00w==", - "type": "Package", + "System.Reflection.Emit.Lightweight/4.3.0": { + "sha512": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", + "type": "package", + "path": "system.reflection.emit.lightweight/4.3.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", "lib/net45/_._", "lib/netcore50/System.Reflection.Emit.Lightweight.dll", + "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll", + "lib/portable-net45+wp8/_._", "lib/wp80/_._", - "package/services/metadata/core-properties/52abced289cd46eebf8599b9b4c1c67b.psmdcp", - "ref/dotnet/de/System.Reflection.Emit.Lightweight.xml", - "ref/dotnet/es/System.Reflection.Emit.Lightweight.xml", - "ref/dotnet/fr/System.Reflection.Emit.Lightweight.xml", - "ref/dotnet/it/System.Reflection.Emit.Lightweight.xml", - "ref/dotnet/ja/System.Reflection.Emit.Lightweight.xml", - "ref/dotnet/ko/System.Reflection.Emit.Lightweight.xml", - "ref/dotnet/ru/System.Reflection.Emit.Lightweight.xml", - "ref/dotnet/System.Reflection.Emit.Lightweight.dll", - "ref/dotnet/System.Reflection.Emit.Lightweight.xml", - "ref/dotnet/zh-hans/System.Reflection.Emit.Lightweight.xml", - "ref/dotnet/zh-hant/System.Reflection.Emit.Lightweight.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", "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/_._", - "System.Reflection.Emit.Lightweight.nuspec" + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/_._", + "system.reflection.emit.lightweight.4.3.0.nupkg.sha512", + "system.reflection.emit.lightweight.nuspec" ] }, - "System.Reflection.Extensions/4.0.0": { - "sha512": "dbYaZWCyFAu1TGYUqR2n+Q+1casSHPR2vVW0WVNkXpZbrd2BXcZ7cpvpu9C98CTHtNmyfMWCLpCclDqly23t6A==", - "type": "Package", + "System.Reflection.Extensions/4.3.0": { + "sha512": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", + "type": "package", + "path": "system.reflection.extensions/4.3.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Reflection.Extensions.dll", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", "lib/net45/_._", - "lib/netcore50/System.Reflection.Extensions.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/0bcc335e1ef540948aef9032aca08bb2.psmdcp", - "ref/dotnet/de/System.Reflection.Extensions.xml", - "ref/dotnet/es/System.Reflection.Extensions.xml", - "ref/dotnet/fr/System.Reflection.Extensions.xml", - "ref/dotnet/it/System.Reflection.Extensions.xml", - "ref/dotnet/ja/System.Reflection.Extensions.xml", - "ref/dotnet/ko/System.Reflection.Extensions.xml", - "ref/dotnet/ru/System.Reflection.Extensions.xml", - "ref/dotnet/System.Reflection.Extensions.dll", - "ref/dotnet/System.Reflection.Extensions.xml", - "ref/dotnet/zh-hans/System.Reflection.Extensions.xml", - "ref/dotnet/zh-hant/System.Reflection.Extensions.xml", + "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/_._", - "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll", - "System.Reflection.Extensions.nuspec" + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.reflection.extensions.4.3.0.nupkg.sha512", + "system.reflection.extensions.nuspec" ] }, - "System.Reflection.Metadata/1.0.22": { - "sha512": "ltoL/teiEdy5W9fyYdtFr2xJ/4nHyksXLK9dkPWx3ubnj7BVfsSWxvWTg9EaJUXjhWvS/AeTtugZA1/IDQyaPQ==", - "type": "Package", + "System.Reflection.Metadata/1.3.0": { + "sha512": "jMSCxA4LSyKBGRDm/WtfkO03FkcgRzHxwvQRib1bm2GZ8ifKM1MX1al6breGCEQK280mdl9uQS7JNPXRYk90jw==", + "type": "package", + "path": "system.reflection.metadata/1.3.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dotnet/System.Reflection.Metadata.dll", - "lib/dotnet/System.Reflection.Metadata.xml", + "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", - "package/services/metadata/core-properties/2ad78f291fda48d1847edf84e50139e6.psmdcp", - "System.Reflection.Metadata.nuspec" + "system.reflection.metadata.1.3.0.nupkg.sha512", + "system.reflection.metadata.nuspec" ] }, - "System.Reflection.Primitives/4.0.0": { - "sha512": "n9S0XpKv2ruc17FSnaiX6nV47VfHTZ1wLjKZlAirUZCvDQCH71mVp+Ohabn0xXLh5pK2PKp45HCxkqu5Fxn/lA==", - "type": "Package", + "System.Reflection.Primitives/4.3.0": { + "sha512": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", + "type": "package", + "path": "system.reflection.primitives/4.3.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Reflection.Primitives.dll", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", "lib/net45/_._", - "lib/netcore50/System.Reflection.Primitives.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/7070509f3bfd418d859635361251dab0.psmdcp", - "ref/dotnet/de/System.Reflection.Primitives.xml", - "ref/dotnet/es/System.Reflection.Primitives.xml", - "ref/dotnet/fr/System.Reflection.Primitives.xml", - "ref/dotnet/it/System.Reflection.Primitives.xml", - "ref/dotnet/ja/System.Reflection.Primitives.xml", - "ref/dotnet/ko/System.Reflection.Primitives.xml", - "ref/dotnet/ru/System.Reflection.Primitives.xml", - "ref/dotnet/System.Reflection.Primitives.dll", - "ref/dotnet/System.Reflection.Primitives.xml", - "ref/dotnet/zh-hans/System.Reflection.Primitives.xml", - "ref/dotnet/zh-hant/System.Reflection.Primitives.xml", + "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/_._", - "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll", - "System.Reflection.Primitives.nuspec" + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.reflection.primitives.4.3.0.nupkg.sha512", + "system.reflection.primitives.nuspec" ] }, - "System.Reflection.TypeExtensions/4.0.0": { - "sha512": "YRM/msNAM86hdxPyXcuZSzmTO0RQFh7YMEPBLTY8cqXvFPYIx2x99bOyPkuU81wRYQem1c1HTkImQ2DjbOBfew==", - "type": "Package", + "System.Reflection.TypeExtensions/4.3.0": { + "sha512": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", + "type": "package", + "path": "system.reflection.typeextensions/4.3.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Reflection.TypeExtensions.dll", + "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/_._", - "package/services/metadata/core-properties/a37798ee61124eb7b6c56400aee24da1.psmdcp", - "ref/dotnet/de/System.Reflection.TypeExtensions.xml", - "ref/dotnet/es/System.Reflection.TypeExtensions.xml", - "ref/dotnet/fr/System.Reflection.TypeExtensions.xml", - "ref/dotnet/it/System.Reflection.TypeExtensions.xml", - "ref/dotnet/ja/System.Reflection.TypeExtensions.xml", - "ref/dotnet/ko/System.Reflection.TypeExtensions.xml", - "ref/dotnet/ru/System.Reflection.TypeExtensions.xml", - "ref/dotnet/System.Reflection.TypeExtensions.dll", - "ref/dotnet/System.Reflection.TypeExtensions.xml", - "ref/dotnet/zh-hans/System.Reflection.TypeExtensions.xml", - "ref/dotnet/zh-hant/System.Reflection.TypeExtensions.xml", + "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/_._", - "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.dll", - "System.Reflection.TypeExtensions.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Reflection.TypeExtensions.dll", + "system.reflection.typeextensions.4.3.0.nupkg.sha512", + "system.reflection.typeextensions.nuspec" ] }, - "System.Resources.ResourceManager/4.0.0": { - "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", - "type": "Package", + "System.Resources.ResourceManager/4.3.0": { + "sha512": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", + "type": "package", + "path": "system.resources.resourcemanager/4.3.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Resources.ResourceManager.dll", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", "lib/net45/_._", - "lib/netcore50/System.Resources.ResourceManager.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", - "ref/dotnet/de/System.Resources.ResourceManager.xml", - "ref/dotnet/es/System.Resources.ResourceManager.xml", - "ref/dotnet/fr/System.Resources.ResourceManager.xml", - "ref/dotnet/it/System.Resources.ResourceManager.xml", - "ref/dotnet/ja/System.Resources.ResourceManager.xml", - "ref/dotnet/ko/System.Resources.ResourceManager.xml", - "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", - "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", - "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", + "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/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" - ] - }, - "System.Runtime/4.0.20": { - "sha512": "X7N/9Bz7jVPorqdVFO86ns1sX6MlQM+WTxELtx+Z4VG45x9+LKmWH0GRqjgKprUnVuwmfB9EJ9DQng14Z7/zwg==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Runtime.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Runtime.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/d1ded52f75da4446b1c962f9292aa3ef.psmdcp", - "ref/dotnet/de/System.Runtime.xml", - "ref/dotnet/es/System.Runtime.xml", - "ref/dotnet/fr/System.Runtime.xml", - "ref/dotnet/it/System.Runtime.xml", - "ref/dotnet/ja/System.Runtime.xml", - "ref/dotnet/ko/System.Runtime.xml", - "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", - "ref/dotnet/zh-hans/System.Runtime.xml", - "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", - "System.Runtime.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.resources.resourcemanager.4.3.0.nupkg.sha512", + "system.resources.resourcemanager.nuspec" ] }, - "System.Runtime.Extensions/4.0.10": { - "sha512": "5dsEwf3Iml7d5OZeT20iyOjT+r+okWpN7xI2v+R4cgd3WSj4DeRPTvPFjDpacbVW4skCAZ8B9hxXJYgkCFKJ1A==", - "type": "Package", + "System.Runtime/4.3.0": { + "sha512": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", + "type": "package", + "path": "system.runtime/4.3.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Runtime.Extensions.dll", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Runtime.Extensions.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/c7fee76a13d04c7ea49fb1a24c184f37.psmdcp", - "ref/dotnet/de/System.Runtime.Extensions.xml", - "ref/dotnet/es/System.Runtime.Extensions.xml", - "ref/dotnet/fr/System.Runtime.Extensions.xml", - "ref/dotnet/it/System.Runtime.Extensions.xml", - "ref/dotnet/ja/System.Runtime.Extensions.xml", - "ref/dotnet/ko/System.Runtime.Extensions.xml", - "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", - "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", - "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll", - "System.Runtime.Extensions.nuspec" - ] - }, - "System.Runtime.Handles/4.0.0": { - "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Runtime.Handles.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Runtime.Handles.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/da57aa32ff2441d1acfe85bee4f101ab.psmdcp", - "ref/dotnet/de/System.Runtime.Handles.xml", - "ref/dotnet/es/System.Runtime.Handles.xml", - "ref/dotnet/fr/System.Runtime.Handles.xml", - "ref/dotnet/it/System.Runtime.Handles.xml", - "ref/dotnet/ja/System.Runtime.Handles.xml", - "ref/dotnet/ko/System.Runtime.Handles.xml", - "ref/dotnet/ru/System.Runtime.Handles.xml", - "ref/dotnet/System.Runtime.Handles.dll", - "ref/dotnet/System.Runtime.Handles.xml", - "ref/dotnet/zh-hans/System.Runtime.Handles.xml", - "ref/dotnet/zh-hant/System.Runtime.Handles.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll", - "System.Runtime.Handles.nuspec" - ] - }, - "System.Runtime.InteropServices/4.0.20": { - "sha512": "ZgDyBYfEnjWoz/viS6VOswA6XOkDSH2DzgbpczbW50RywhnCgTl+w3JEvtAiOGyIh8cyx1NJq80jsNBSUr8Pig==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Runtime.InteropServices.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Runtime.InteropServices.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/78e7f61876374acba2a95834f272d262.psmdcp", - "ref/dotnet/de/System.Runtime.InteropServices.xml", - "ref/dotnet/es/System.Runtime.InteropServices.xml", - "ref/dotnet/fr/System.Runtime.InteropServices.xml", - "ref/dotnet/it/System.Runtime.InteropServices.xml", - "ref/dotnet/ja/System.Runtime.InteropServices.xml", - "ref/dotnet/ko/System.Runtime.InteropServices.xml", - "ref/dotnet/ru/System.Runtime.InteropServices.xml", - "ref/dotnet/System.Runtime.InteropServices.dll", - "ref/dotnet/System.Runtime.InteropServices.xml", - "ref/dotnet/zh-hans/System.Runtime.InteropServices.xml", - "ref/dotnet/zh-hant/System.Runtime.InteropServices.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll", - "System.Runtime.InteropServices.nuspec" - ] - }, - "System.Runtime.InteropServices.WindowsRuntime/4.0.0": { - "sha512": "K5MGSvw/sGPKQYdOVqSpsVbHBE8HccHIDEhUNjM1lui65KGF/slNZfijGU87ggQiVXTI802ebKiOYBkwiLotow==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", "lib/net45/_._", - "lib/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll", + "lib/net462/System.Runtime.dll", + "lib/portable-net45+win8+wp80+wpa81/_._", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/3c944c6b4d6044d28ee80e49a09300c9.psmdcp", - "ref/dotnet/de/System.Runtime.InteropServices.WindowsRuntime.xml", - "ref/dotnet/es/System.Runtime.InteropServices.WindowsRuntime.xml", - "ref/dotnet/fr/System.Runtime.InteropServices.WindowsRuntime.xml", - "ref/dotnet/it/System.Runtime.InteropServices.WindowsRuntime.xml", - "ref/dotnet/ja/System.Runtime.InteropServices.WindowsRuntime.xml", - "ref/dotnet/ko/System.Runtime.InteropServices.WindowsRuntime.xml", - "ref/dotnet/ru/System.Runtime.InteropServices.WindowsRuntime.xml", - "ref/dotnet/System.Runtime.InteropServices.WindowsRuntime.dll", - "ref/dotnet/System.Runtime.InteropServices.WindowsRuntime.xml", - "ref/dotnet/zh-hans/System.Runtime.InteropServices.WindowsRuntime.xml", - "ref/dotnet/zh-hant/System.Runtime.InteropServices.WindowsRuntime.xml", + "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.3.0.nupkg.sha512", + "system.runtime.nuspec" + ] + }, + "System.Runtime.Extensions/4.3.0": { + "sha512": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", + "type": "package", + "path": "system.runtime.extensions/4.3.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.3.0.nupkg.sha512", + "system.runtime.extensions.nuspec" + ] + }, + "System.Runtime.Handles/4.3.0": { + "sha512": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", + "type": "package", + "path": "system.runtime.handles/4.3.0", + "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.3.0.nupkg.sha512", + "system.runtime.handles.nuspec" + ] + }, + "System.Runtime.InteropServices/4.3.0": { + "sha512": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", + "type": "package", + "path": "system.runtime.interopservices/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.InteropServices.dll", + "lib/net463/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/net463/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/netcoreapp1.1/System.Runtime.InteropServices.dll", + "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.3.0.nupkg.sha512", + "system.runtime.interopservices.nuspec" + ] + }, + "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { + "sha512": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", + "type": "package", + "path": "system.runtime.interopservices.runtimeinformation/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll", + "lib/netstandard1.1/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.3.0.nupkg.sha512", + "system.runtime.interopservices.runtimeinformation.nuspec" + ] + }, + "System.Runtime.InteropServices.WindowsRuntime/4.0.1": { + "sha512": "oIIXM4w2y3MiEZEXA+RTtfPV+SZ1ymbFdWppHlUciNdNIL0/Uo3HW9q9iN2O7T7KUmRdvjA7C2Gv4exAyW4zEQ==", + "type": "package", + "path": "system.runtime.interopservices.windowsruntime/4.0.1", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/net45/_._", + "lib/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll", + "lib/netstandard1.3/System.Runtime.InteropServices.WindowsRuntime.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios1/_._", "ref/net45/_._", "ref/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll", "ref/netcore50/System.Runtime.InteropServices.WindowsRuntime.xml", + "ref/netcore50/de/System.Runtime.InteropServices.WindowsRuntime.xml", + "ref/netcore50/es/System.Runtime.InteropServices.WindowsRuntime.xml", + "ref/netcore50/fr/System.Runtime.InteropServices.WindowsRuntime.xml", + "ref/netcore50/it/System.Runtime.InteropServices.WindowsRuntime.xml", + "ref/netcore50/ja/System.Runtime.InteropServices.WindowsRuntime.xml", + "ref/netcore50/ko/System.Runtime.InteropServices.WindowsRuntime.xml", + "ref/netcore50/ru/System.Runtime.InteropServices.WindowsRuntime.xml", + "ref/netcore50/zh-hans/System.Runtime.InteropServices.WindowsRuntime.xml", + "ref/netcore50/zh-hant/System.Runtime.InteropServices.WindowsRuntime.xml", + "ref/netstandard1.0/System.Runtime.InteropServices.WindowsRuntime.dll", + "ref/netstandard1.0/System.Runtime.InteropServices.WindowsRuntime.xml", + "ref/netstandard1.0/de/System.Runtime.InteropServices.WindowsRuntime.xml", + "ref/netstandard1.0/es/System.Runtime.InteropServices.WindowsRuntime.xml", + "ref/netstandard1.0/fr/System.Runtime.InteropServices.WindowsRuntime.xml", + "ref/netstandard1.0/it/System.Runtime.InteropServices.WindowsRuntime.xml", + "ref/netstandard1.0/ja/System.Runtime.InteropServices.WindowsRuntime.xml", + "ref/netstandard1.0/ko/System.Runtime.InteropServices.WindowsRuntime.xml", + "ref/netstandard1.0/ru/System.Runtime.InteropServices.WindowsRuntime.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.InteropServices.WindowsRuntime.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.InteropServices.WindowsRuntime.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll", - "System.Runtime.InteropServices.WindowsRuntime.nuspec" + "runtimes/aot/lib/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll", + "system.runtime.interopservices.windowsruntime.4.0.1.nupkg.sha512", + "system.runtime.interopservices.windowsruntime.nuspec" ] }, - "System.Runtime.Numerics/4.0.0": { - "sha512": "aAYGEOE01nabQLufQ4YO8WuSyZzOqGcksi8m1BRW8ppkmssR7en8TqiXcBkB2gTkCnKG/Ai2NQY8CgdmgZw/fw==", - "type": "Package", + "System.Runtime.Numerics/4.3.0": { + "sha512": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", + "type": "package", + "path": "system.runtime.numerics/4.3.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dotnet/System.Runtime.Numerics.dll", + "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/_._", - "package/services/metadata/core-properties/2e43dbd3dfbf4af5bb74bedaf3a67bd5.psmdcp", - "ref/dotnet/de/System.Runtime.Numerics.xml", - "ref/dotnet/es/System.Runtime.Numerics.xml", - "ref/dotnet/fr/System.Runtime.Numerics.xml", - "ref/dotnet/it/System.Runtime.Numerics.xml", - "ref/dotnet/ja/System.Runtime.Numerics.xml", - "ref/dotnet/ko/System.Runtime.Numerics.xml", - "ref/dotnet/ru/System.Runtime.Numerics.xml", - "ref/dotnet/System.Runtime.Numerics.dll", - "ref/dotnet/System.Runtime.Numerics.xml", - "ref/dotnet/zh-hans/System.Runtime.Numerics.xml", - "ref/dotnet/zh-hant/System.Runtime.Numerics.xml", + "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/_._", - "System.Runtime.Numerics.nuspec" + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.numerics.4.3.0.nupkg.sha512", + "system.runtime.numerics.nuspec" ] }, - "System.Runtime.Serialization.Json/4.0.0": { - "sha512": "emhWMQP3sdtkAhD0TOeP3FfjS57sfQMQ2sqA6f2Yj5Gd9jkHV4KsQ2TsoJjghca6d8fur7+REQ6ILBXVdGf/0g==", - "type": "Package", + "System.Runtime.Serialization.Formatters/4.3.0": { + "sha512": "KT591AkTNFOTbhZlaeMVvfax3RqhH1EJlcwF50Wm7sfnBLuHiOeZRRKrr1ns3NESkM20KPZ5Ol/ueMq5vg4QoQ==", + "type": "package", + "path": "system.runtime.serialization.formatters/4.3.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Runtime.Serialization.Json.dll", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Runtime.Serialization.Formatters.dll", + "lib/netstandard1.4/System.Runtime.Serialization.Formatters.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Runtime.Serialization.Formatters.dll", + "ref/netstandard1.3/System.Runtime.Serialization.Formatters.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.serialization.formatters.4.3.0.nupkg.sha512", + "system.runtime.serialization.formatters.nuspec" + ] + }, + "System.Runtime.Serialization.Json/4.0.3": { + "sha512": "siAQb9mZmY7dsBtdbC0OE7W1/y4DGgrIRHTghtN40v79wAvHluBm1wzlrCauCWMyp6WVxkcTzoesjZnx5+fM9g==", + "type": "package", + "path": "system.runtime.serialization.json/4.0.3", + "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/_._", - "package/services/metadata/core-properties/2c520ff333ad4bde986eb7a015ba6343.psmdcp", - "ref/dotnet/de/System.Runtime.Serialization.Json.xml", - "ref/dotnet/es/System.Runtime.Serialization.Json.xml", - "ref/dotnet/fr/System.Runtime.Serialization.Json.xml", - "ref/dotnet/it/System.Runtime.Serialization.Json.xml", - "ref/dotnet/ja/System.Runtime.Serialization.Json.xml", - "ref/dotnet/ko/System.Runtime.Serialization.Json.xml", - "ref/dotnet/ru/System.Runtime.Serialization.Json.xml", - "ref/dotnet/System.Runtime.Serialization.Json.dll", - "ref/dotnet/System.Runtime.Serialization.Json.xml", - "ref/dotnet/zh-hans/System.Runtime.Serialization.Json.xml", - "ref/dotnet/zh-hant/System.Runtime.Serialization.Json.xml", + "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/_._", - "runtimes/win8-aot/lib/netcore50/System.Runtime.Serialization.Json.dll", - "System.Runtime.Serialization.Json.nuspec" - ] - }, - "System.Runtime.Serialization.Primitives/4.0.10": { - "sha512": "NPc8DZIomf5tGjYtz/KTHI01IPcVlypfhCux32AbLPDjTotdvL8TpKRwMyQJ6Kh08yprRVH7uBD1PdJiuoFzag==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dotnet/System.Runtime.Serialization.Primitives.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/92e70054da8743d68462736e85fe5580.psmdcp", - "ref/dotnet/de/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet/es/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet/fr/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet/it/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet/ja/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet/ko/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet/ru/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet/System.Runtime.Serialization.Primitives.dll", - "ref/dotnet/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet/zh-hans/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet/zh-hant/System.Runtime.Serialization.Primitives.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Runtime.Serialization.Primitives.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.serialization.json.4.0.3.nupkg.sha512", + "system.runtime.serialization.json.nuspec" ] }, - "System.Runtime.Serialization.Xml/4.0.10": { - "sha512": "xsy7XbH8RTpKoDPNcibSGCOpujsmwUmOWAby3PssqkZFpLBXUbDO2s6JKITRjxejET2g0PK8t+mdIvu3xmUuKA==", - "type": "Package", + "System.Runtime.Serialization.Primitives/4.3.0": { + "sha512": "Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==", + "type": "package", + "path": "system.runtime.serialization.primitives/4.3.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Runtime.Serialization.Xml.dll", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Runtime.Serialization.Xml.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/7d99189e9ae248c9a98d9fc3ccdc5130.psmdcp", - "ref/dotnet/de/System.Runtime.Serialization.Xml.xml", - "ref/dotnet/es/System.Runtime.Serialization.Xml.xml", - "ref/dotnet/fr/System.Runtime.Serialization.Xml.xml", - "ref/dotnet/it/System.Runtime.Serialization.Xml.xml", - "ref/dotnet/ja/System.Runtime.Serialization.Xml.xml", - "ref/dotnet/ko/System.Runtime.Serialization.Xml.xml", - "ref/dotnet/ru/System.Runtime.Serialization.Xml.xml", - "ref/dotnet/System.Runtime.Serialization.Xml.dll", - "ref/dotnet/System.Runtime.Serialization.Xml.xml", - "ref/dotnet/zh-hans/System.Runtime.Serialization.Xml.xml", - "ref/dotnet/zh-hant/System.Runtime.Serialization.Xml.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Runtime.Serialization.Xml.dll", - "System.Runtime.Serialization.Xml.nuspec" - ] - }, - "System.Runtime.WindowsRuntime/4.0.10": { - "sha512": "9w6ypdnEw8RrLRlxTbLAYrap4eL1xIQeNoOaumQVOQ8TTD/5g9FGrBtY3KLiGxAPieN9AwAAEIDkugU85Cwuvg==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/netcore50/System.Runtime.WindowsRuntime.dll", - "lib/win81/_._", - "lib/wpa81/_._", - "package/services/metadata/core-properties/a81cabb2b7e843ce801ecf91886941d4.psmdcp", - "ref/dotnet/de/System.Runtime.WindowsRuntime.xml", - "ref/dotnet/es/System.Runtime.WindowsRuntime.xml", - "ref/dotnet/fr/System.Runtime.WindowsRuntime.xml", - "ref/dotnet/it/System.Runtime.WindowsRuntime.xml", - "ref/dotnet/ja/System.Runtime.WindowsRuntime.xml", - "ref/dotnet/ko/System.Runtime.WindowsRuntime.xml", - "ref/dotnet/ru/System.Runtime.WindowsRuntime.xml", - "ref/dotnet/System.Runtime.WindowsRuntime.dll", - "ref/dotnet/System.Runtime.WindowsRuntime.xml", - "ref/dotnet/zh-hans/System.Runtime.WindowsRuntime.xml", - "ref/dotnet/zh-hant/System.Runtime.WindowsRuntime.xml", - "ref/netcore50/System.Runtime.WindowsRuntime.dll", - "ref/netcore50/System.Runtime.WindowsRuntime.xml", - "ref/win81/_._", - "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Runtime.WindowsRuntime.dll", - "System.Runtime.WindowsRuntime.nuspec" - ] - }, - "System.Runtime.WindowsRuntime.UI.Xaml/4.0.0": { - "sha512": "2GY3fkXBMQOyyO9ovaH46CN6MD2ck/Gvk4VNAgVDvtmfO3HXYFNd+bB05WhVcJrHKbfKZNwfwZKpYZ+OsVFsLw==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.dll", - "lib/win8/_._", - "lib/wpa81/_._", - "package/services/metadata/core-properties/0f3b84a81b7a4a97aa765ed058bf6c20.psmdcp", - "ref/dotnet/de/System.Runtime.WindowsRuntime.UI.Xaml.xml", - "ref/dotnet/es/System.Runtime.WindowsRuntime.UI.Xaml.xml", - "ref/dotnet/fr/System.Runtime.WindowsRuntime.UI.Xaml.xml", - "ref/dotnet/it/System.Runtime.WindowsRuntime.UI.Xaml.xml", - "ref/dotnet/ja/System.Runtime.WindowsRuntime.UI.Xaml.xml", - "ref/dotnet/ko/System.Runtime.WindowsRuntime.UI.Xaml.xml", - "ref/dotnet/ru/System.Runtime.WindowsRuntime.UI.Xaml.xml", - "ref/dotnet/System.Runtime.WindowsRuntime.UI.Xaml.dll", - "ref/dotnet/System.Runtime.WindowsRuntime.UI.Xaml.xml", - "ref/dotnet/zh-hans/System.Runtime.WindowsRuntime.UI.Xaml.xml", - "ref/dotnet/zh-hant/System.Runtime.WindowsRuntime.UI.Xaml.xml", - "ref/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.dll", - "ref/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.xml", - "ref/win8/_._", - "ref/wpa81/_._", - "System.Runtime.WindowsRuntime.UI.Xaml.nuspec" - ] - }, - "System.Security.Claims/4.0.0": { - "sha512": "94NFR/7JN3YdyTH7hl2iSvYmdA8aqShriTHectcK+EbizT71YczMaG6LuqJBQP/HWo66AQyikYYM9aw+4EzGXg==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dotnet/System.Security.Claims.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Claims.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/b682071d85754e6793ca9777ffabaf8a.psmdcp", - "ref/dotnet/de/System.Security.Claims.xml", - "ref/dotnet/es/System.Security.Claims.xml", - "ref/dotnet/fr/System.Security.Claims.xml", - "ref/dotnet/it/System.Security.Claims.xml", - "ref/dotnet/ja/System.Security.Claims.xml", - "ref/dotnet/ko/System.Security.Claims.xml", - "ref/dotnet/ru/System.Security.Claims.xml", - "ref/dotnet/System.Security.Claims.dll", - "ref/dotnet/System.Security.Claims.xml", - "ref/dotnet/zh-hans/System.Security.Claims.xml", - "ref/dotnet/zh-hant/System.Security.Claims.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Claims.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Security.Claims.nuspec" - ] - }, - "System.Security.Principal/4.0.0": { - "sha512": "FOhq3jUOONi6fp5j3nPYJMrKtSJlqAURpjiO3FaDIV4DJNEYymWW5uh1pfxySEB8dtAW+I66IypzNge/w9OzZQ==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dotnet/System.Security.Principal.dll", "lib/net45/_._", - "lib/netcore50/System.Security.Principal.dll", + "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/_._", - "package/services/metadata/core-properties/5d44fbabc99d4204b6a2f76329d0a184.psmdcp", - "ref/dotnet/de/System.Security.Principal.xml", - "ref/dotnet/es/System.Security.Principal.xml", - "ref/dotnet/fr/System.Security.Principal.xml", - "ref/dotnet/it/System.Security.Principal.xml", - "ref/dotnet/ja/System.Security.Principal.xml", - "ref/dotnet/ko/System.Security.Principal.xml", - "ref/dotnet/ru/System.Security.Principal.xml", - "ref/dotnet/System.Security.Principal.dll", - "ref/dotnet/System.Security.Principal.xml", - "ref/dotnet/zh-hans/System.Security.Principal.xml", - "ref/dotnet/zh-hant/System.Security.Principal.xml", + "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/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/_._", - "System.Security.Principal.nuspec" + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Runtime.Serialization.Primitives.dll", + "system.runtime.serialization.primitives.4.3.0.nupkg.sha512", + "system.runtime.serialization.primitives.nuspec" ] }, - "System.ServiceModel.Duplex/4.0.0": { - "sha512": "JFeDn+IsiwAVJkNNnM7MLefJOnzYhovaHnjk3lzEnUWkYZJeAKrcgLdK6GE2GNjb5mEV8Pad/E0JcA8eCr3eWQ==", - "type": "Package", + "System.Runtime.Serialization.Xml/4.1.2": { + "sha512": "MDlAdO3DaLsoeGOadY811tONi+sz3qiaLwT0B+Plr6dwFfx2RNM+turm1cz1G1jKy2zZP86x417COdMIRsWZxw==", + "type": "package", + "path": "system.runtime.serialization.xml/4.1.2", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.ServiceModel.Duplex.dll", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", "lib/net45/_._", - "lib/netcore50/System.ServiceModel.Duplex.dll", + "lib/net46/System.Runtime.Serialization.Xml.dll", + "lib/netcore50/System.Runtime.Serialization.Xml.dll", + "lib/netstandard1.3/System.Runtime.Serialization.Xml.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", "lib/win8/_._", - "package/services/metadata/core-properties/8a542ab34ffb4a13958ce3d7279d9dae.psmdcp", - "ref/dotnet/de/System.ServiceModel.Duplex.xml", - "ref/dotnet/es/System.ServiceModel.Duplex.xml", - "ref/dotnet/fr/System.ServiceModel.Duplex.xml", - "ref/dotnet/it/System.ServiceModel.Duplex.xml", - "ref/dotnet/ja/System.ServiceModel.Duplex.xml", - "ref/dotnet/ko/System.ServiceModel.Duplex.xml", - "ref/dotnet/ru/System.ServiceModel.Duplex.xml", - "ref/dotnet/System.ServiceModel.Duplex.dll", - "ref/dotnet/System.ServiceModel.Duplex.xml", - "ref/dotnet/zh-hans/System.ServiceModel.Duplex.xml", - "ref/dotnet/zh-hant/System.ServiceModel.Duplex.xml", - "ref/net45/_._", - "ref/netcore50/System.ServiceModel.Duplex.dll", - "ref/netcore50/System.ServiceModel.Duplex.xml", - "ref/win8/_._", - "System.ServiceModel.Duplex.nuspec" - ] - }, - "System.ServiceModel.Http/4.0.10": { - "sha512": "Vyl7lmvMlXJamtnDugoXuAgAQGSqtA7omK3zDBYByhbYeBC2hRBchgyXox7e5vEO+29TeB1IpoLWQGb7tO9h6A==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.ServiceModel.Http.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.ServiceModel.Http.dll", + "lib/wp80/_._", + "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/da6bab8a73fb4ac9af198a5f70d8aa64.psmdcp", - "ref/dotnet/de/System.ServiceModel.Http.xml", - "ref/dotnet/es/System.ServiceModel.Http.xml", - "ref/dotnet/fr/System.ServiceModel.Http.xml", - "ref/dotnet/it/System.ServiceModel.Http.xml", - "ref/dotnet/ja/System.ServiceModel.Http.xml", - "ref/dotnet/ko/System.ServiceModel.Http.xml", - "ref/dotnet/ru/System.ServiceModel.Http.xml", - "ref/dotnet/System.ServiceModel.Http.dll", - "ref/dotnet/System.ServiceModel.Http.xml", - "ref/dotnet/zh-hans/System.ServiceModel.Http.xml", - "ref/dotnet/zh-hant/System.ServiceModel.Http.xml", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/_._", + "ref/net45/_._", + "ref/net46/System.Runtime.Serialization.Xml.dll", + "ref/netcore50/System.Runtime.Serialization.Xml.dll", + "ref/netcore50/System.Runtime.Serialization.Xml.xml", + "ref/netcore50/de/System.Runtime.Serialization.Xml.xml", + "ref/netcore50/es/System.Runtime.Serialization.Xml.xml", + "ref/netcore50/fr/System.Runtime.Serialization.Xml.xml", + "ref/netcore50/it/System.Runtime.Serialization.Xml.xml", + "ref/netcore50/ja/System.Runtime.Serialization.Xml.xml", + "ref/netcore50/ko/System.Runtime.Serialization.Xml.xml", + "ref/netcore50/ru/System.Runtime.Serialization.Xml.xml", + "ref/netcore50/zh-hans/System.Runtime.Serialization.Xml.xml", + "ref/netcore50/zh-hant/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.0/System.Runtime.Serialization.Xml.dll", + "ref/netstandard1.0/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.0/de/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.0/es/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.0/fr/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.0/it/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.0/ja/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.0/ko/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.0/ru/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.3/System.Runtime.Serialization.Xml.dll", + "ref/netstandard1.3/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.3/de/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.3/es/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.3/fr/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.3/it/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.3/ja/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.3/ko/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.3/ru/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Serialization.Xml.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Serialization.Xml.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.ServiceModel.Http.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.serialization.xml.4.1.2.nupkg.sha512", + "system.runtime.serialization.xml.nuspec" ] }, - "System.ServiceModel.NetTcp/4.0.0": { - "sha512": "lV2Cdcso9jOS0KBtgHZHzTLe/Lx/ERdPcvF4dlepUie6/+BOMYTOgg2C7OdpIjp3fwUNXq8nhU+IilmEyjuf/A==", - "type": "Package", + "System.Runtime.WindowsRuntime/4.3.0": { + "sha512": "xbgfgewneLCfKQfz0VzKsYDacZ680CudYw0uzj0bZ8ATpotkwicgtAsyJZ/J7/Dh2QIwpadjA2zLW/LFk7FKiA==", + "type": "package", + "path": "system.runtime.windowsruntime/4.3.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.ServiceModel.NetTcp.dll", - "lib/net45/_._", - "lib/netcore50/System.ServiceModel.NetTcp.dll", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/portable-win8+wp8+wpa81/_._", "lib/win8/_._", - "package/services/metadata/core-properties/024bb3a15d5444e2b8b485ce4cf44640.psmdcp", - "ref/dotnet/de/System.ServiceModel.NetTcp.xml", - "ref/dotnet/es/System.ServiceModel.NetTcp.xml", - "ref/dotnet/fr/System.ServiceModel.NetTcp.xml", - "ref/dotnet/it/System.ServiceModel.NetTcp.xml", - "ref/dotnet/ja/System.ServiceModel.NetTcp.xml", - "ref/dotnet/ko/System.ServiceModel.NetTcp.xml", - "ref/dotnet/ru/System.ServiceModel.NetTcp.xml", - "ref/dotnet/System.ServiceModel.NetTcp.dll", - "ref/dotnet/System.ServiceModel.NetTcp.xml", - "ref/dotnet/zh-hans/System.ServiceModel.NetTcp.xml", - "ref/dotnet/zh-hant/System.ServiceModel.NetTcp.xml", - "ref/net45/_._", - "ref/netcore50/System.ServiceModel.NetTcp.dll", - "ref/netcore50/System.ServiceModel.NetTcp.xml", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/netcore50/System.Runtime.WindowsRuntime.dll", + "ref/netcore50/System.Runtime.WindowsRuntime.xml", + "ref/netcore50/de/System.Runtime.WindowsRuntime.xml", + "ref/netcore50/es/System.Runtime.WindowsRuntime.xml", + "ref/netcore50/fr/System.Runtime.WindowsRuntime.xml", + "ref/netcore50/it/System.Runtime.WindowsRuntime.xml", + "ref/netcore50/ja/System.Runtime.WindowsRuntime.xml", + "ref/netcore50/ko/System.Runtime.WindowsRuntime.xml", + "ref/netcore50/ru/System.Runtime.WindowsRuntime.xml", + "ref/netcore50/zh-hans/System.Runtime.WindowsRuntime.xml", + "ref/netcore50/zh-hant/System.Runtime.WindowsRuntime.xml", + "ref/netstandard1.0/System.Runtime.WindowsRuntime.dll", + "ref/netstandard1.0/System.Runtime.WindowsRuntime.xml", + "ref/netstandard1.0/de/System.Runtime.WindowsRuntime.xml", + "ref/netstandard1.0/es/System.Runtime.WindowsRuntime.xml", + "ref/netstandard1.0/fr/System.Runtime.WindowsRuntime.xml", + "ref/netstandard1.0/it/System.Runtime.WindowsRuntime.xml", + "ref/netstandard1.0/ja/System.Runtime.WindowsRuntime.xml", + "ref/netstandard1.0/ko/System.Runtime.WindowsRuntime.xml", + "ref/netstandard1.0/ru/System.Runtime.WindowsRuntime.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.WindowsRuntime.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.WindowsRuntime.xml", + "ref/netstandard1.2/System.Runtime.WindowsRuntime.dll", + "ref/netstandard1.2/System.Runtime.WindowsRuntime.xml", + "ref/netstandard1.2/de/System.Runtime.WindowsRuntime.xml", + "ref/netstandard1.2/es/System.Runtime.WindowsRuntime.xml", + "ref/netstandard1.2/fr/System.Runtime.WindowsRuntime.xml", + "ref/netstandard1.2/it/System.Runtime.WindowsRuntime.xml", + "ref/netstandard1.2/ja/System.Runtime.WindowsRuntime.xml", + "ref/netstandard1.2/ko/System.Runtime.WindowsRuntime.xml", + "ref/netstandard1.2/ru/System.Runtime.WindowsRuntime.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.WindowsRuntime.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.WindowsRuntime.xml", + "ref/portable-win8+wp8+wpa81/_._", "ref/win8/_._", - "System.ServiceModel.NetTcp.nuspec" + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.WindowsRuntime.dll", + "runtimes/win8/lib/netstandard1.3/System.Runtime.WindowsRuntime.dll", + "system.runtime.windowsruntime.4.3.0.nupkg.sha512", + "system.runtime.windowsruntime.nuspec" ] }, - "System.ServiceModel.Primitives/4.0.0": { - "sha512": "uF5VYQWR07LgiZkzUr8qjwvqOaIAfwU566MneD4WuC14d8FLJNsAgCJUYhBGB7COjH7HTqnP9ZFmr6c+L83Stg==", - "type": "Package", + "System.Runtime.WindowsRuntime.UI.Xaml/4.0.1": { + "sha512": "ZG2uW8JYmFs1sGlhhAoW/F5WmZotkeSxzMils72qGEsJI6+JcQUa6oleSujULC4nk13F5Us9zvlvD2WfB+9Thw==", + "type": "package", + "path": "system.runtime.windowsruntime.ui.xaml/4.0.1", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.ServiceModel.Primitives.dll", - "lib/net45/_._", - "lib/netcore50/System.ServiceModel.Primitives.dll", - "lib/win8/_._", - "package/services/metadata/core-properties/551694f534894508bee57aba617484c9.psmdcp", - "ref/dotnet/de/System.ServiceModel.Primitives.xml", - "ref/dotnet/es/System.ServiceModel.Primitives.xml", - "ref/dotnet/fr/System.ServiceModel.Primitives.xml", - "ref/dotnet/it/System.ServiceModel.Primitives.xml", - "ref/dotnet/ja/System.ServiceModel.Primitives.xml", - "ref/dotnet/ko/System.ServiceModel.Primitives.xml", - "ref/dotnet/ru/System.ServiceModel.Primitives.xml", - "ref/dotnet/System.ServiceModel.Primitives.dll", - "ref/dotnet/System.ServiceModel.Primitives.xml", - "ref/dotnet/zh-hans/System.ServiceModel.Primitives.xml", - "ref/dotnet/zh-hant/System.ServiceModel.Primitives.xml", - "ref/net45/_._", - "ref/netcore50/System.ServiceModel.Primitives.dll", - "ref/netcore50/System.ServiceModel.Primitives.xml", - "ref/win8/_._", - "System.ServiceModel.Primitives.nuspec" - ] - }, - "System.ServiceModel.Security/4.0.0": { - "sha512": "sPVzsnd8w/TJsW/4sYA9eIGP+RtlpN0AhKLGKf9ywdGGmHPi0kkuX2mx412dM3GN0e4oifuISwvZqby/sI8Feg==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.ServiceModel.Security.dll", - "lib/net45/_._", - "lib/netcore50/System.ServiceModel.Security.dll", - "lib/win8/_._", - "package/services/metadata/core-properties/724a153019f4439f95c814a98c7503f4.psmdcp", - "ref/dotnet/de/System.ServiceModel.Security.xml", - "ref/dotnet/es/System.ServiceModel.Security.xml", - "ref/dotnet/fr/System.ServiceModel.Security.xml", - "ref/dotnet/it/System.ServiceModel.Security.xml", - "ref/dotnet/ja/System.ServiceModel.Security.xml", - "ref/dotnet/ko/System.ServiceModel.Security.xml", - "ref/dotnet/ru/System.ServiceModel.Security.xml", - "ref/dotnet/System.ServiceModel.Security.dll", - "ref/dotnet/System.ServiceModel.Security.xml", - "ref/dotnet/zh-hans/System.ServiceModel.Security.xml", - "ref/dotnet/zh-hant/System.ServiceModel.Security.xml", - "ref/net45/_._", - "ref/netcore50/System.ServiceModel.Security.dll", - "ref/netcore50/System.ServiceModel.Security.xml", - "ref/win8/_._", - "System.ServiceModel.Security.nuspec" - ] - }, - "System.Text.Encoding/4.0.10": { - "sha512": "fNlSFgy4OuDlJrP9SFFxMlaLazq6ipv15sU5TiEgg9UCVnA/OgoVUfymFp4AOk1jOkW5SVxWbeeIUptcM+m/Vw==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Text.Encoding.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Text.Encoding.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/829e172aadac4937a5a6a4b386855282.psmdcp", - "ref/dotnet/de/System.Text.Encoding.xml", - "ref/dotnet/es/System.Text.Encoding.xml", - "ref/dotnet/fr/System.Text.Encoding.xml", - "ref/dotnet/it/System.Text.Encoding.xml", - "ref/dotnet/ja/System.Text.Encoding.xml", - "ref/dotnet/ko/System.Text.Encoding.xml", - "ref/dotnet/ru/System.Text.Encoding.xml", - "ref/dotnet/System.Text.Encoding.dll", - "ref/dotnet/System.Text.Encoding.xml", - "ref/dotnet/zh-hans/System.Text.Encoding.xml", - "ref/dotnet/zh-hant/System.Text.Encoding.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll", - "System.Text.Encoding.nuspec" - ] - }, - "System.Text.Encoding.CodePages/4.0.0": { - "sha512": "ZHBTr1AXLjY9OuYR7pKx5xfN6QFye1kgd5QAbGrvfCOu7yxRnJs3VUaxERe1fOlnF0mi/xD/Dvb3T3x3HNuPWQ==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dotnet/System.Text.Encoding.CodePages.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/8a616349cf5c4e6ba7634969c080759b.psmdcp", - "ref/dotnet/de/System.Text.Encoding.CodePages.xml", - "ref/dotnet/es/System.Text.Encoding.CodePages.xml", - "ref/dotnet/fr/System.Text.Encoding.CodePages.xml", - "ref/dotnet/it/System.Text.Encoding.CodePages.xml", - "ref/dotnet/ja/System.Text.Encoding.CodePages.xml", - "ref/dotnet/ko/System.Text.Encoding.CodePages.xml", - "ref/dotnet/ru/System.Text.Encoding.CodePages.xml", - "ref/dotnet/System.Text.Encoding.CodePages.dll", - "ref/dotnet/System.Text.Encoding.CodePages.xml", - "ref/dotnet/zh-hans/System.Text.Encoding.CodePages.xml", - "ref/dotnet/zh-hant/System.Text.Encoding.CodePages.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Text.Encoding.CodePages.nuspec" - ] - }, - "System.Text.Encoding.Extensions/4.0.10": { - "sha512": "TZvlwXMxKo3bSRIcsWZLCIzIhLbvlz+mGeKYRZv/zUiSoQzGOwkYeBu6hOw2XPQgKqT0F4Rv8zqKdvmp2fWKYg==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Text.Encoding.Extensions.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Text.Encoding.Extensions.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/894d51cf918c4bca91e81a732d958707.psmdcp", - "ref/dotnet/de/System.Text.Encoding.Extensions.xml", - "ref/dotnet/es/System.Text.Encoding.Extensions.xml", - "ref/dotnet/fr/System.Text.Encoding.Extensions.xml", - "ref/dotnet/it/System.Text.Encoding.Extensions.xml", - "ref/dotnet/ja/System.Text.Encoding.Extensions.xml", - "ref/dotnet/ko/System.Text.Encoding.Extensions.xml", - "ref/dotnet/ru/System.Text.Encoding.Extensions.xml", - "ref/dotnet/System.Text.Encoding.Extensions.dll", - "ref/dotnet/System.Text.Encoding.Extensions.xml", - "ref/dotnet/zh-hans/System.Text.Encoding.Extensions.xml", - "ref/dotnet/zh-hant/System.Text.Encoding.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll", - "System.Text.Encoding.Extensions.nuspec" - ] - }, - "System.Text.RegularExpressions/4.0.10": { - "sha512": "0vDuHXJePpfMCecWBNOabOKCvzfTbFMNcGgklt3l5+RqHV5SzmF7RUVpuet8V0rJX30ROlL66xdehw2Rdsn2DA==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dotnet/System.Text.RegularExpressions.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/548eb1bd139e4c8cbc55e9f7f4f404dd.psmdcp", - "ref/dotnet/de/System.Text.RegularExpressions.xml", - "ref/dotnet/es/System.Text.RegularExpressions.xml", - "ref/dotnet/fr/System.Text.RegularExpressions.xml", - "ref/dotnet/it/System.Text.RegularExpressions.xml", - "ref/dotnet/ja/System.Text.RegularExpressions.xml", - "ref/dotnet/ko/System.Text.RegularExpressions.xml", - "ref/dotnet/ru/System.Text.RegularExpressions.xml", - "ref/dotnet/System.Text.RegularExpressions.dll", - "ref/dotnet/System.Text.RegularExpressions.xml", - "ref/dotnet/zh-hans/System.Text.RegularExpressions.xml", - "ref/dotnet/zh-hant/System.Text.RegularExpressions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Text.RegularExpressions.nuspec" - ] - }, - "System.Threading/4.0.10": { - "sha512": "0w6pRxIEE7wuiOJeKabkDgeIKmqf4ER1VNrs6qFwHnooEE78yHwi/bKkg5Jo8/pzGLm0xQJw0nEmPXt1QBAIUA==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Threading.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Threading.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/c17c3791d8fa4efbb8aded2ca8c71fbe.psmdcp", - "ref/dotnet/de/System.Threading.xml", - "ref/dotnet/es/System.Threading.xml", - "ref/dotnet/fr/System.Threading.xml", - "ref/dotnet/it/System.Threading.xml", - "ref/dotnet/ja/System.Threading.xml", - "ref/dotnet/ko/System.Threading.xml", - "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", - "ref/dotnet/zh-hans/System.Threading.xml", - "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Threading.dll", - "System.Threading.nuspec" - ] - }, - "System.Threading.Overlapped/4.0.0": { - "sha512": "X5LuQFhM5FTqaez3eXKJ9CbfSGZ7wj6j4hSVtxct3zmwQXLqG95qoWdvILcgN7xtrDOBIFtpiyDg0vmoI0jE2A==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Threading.Overlapped.dll", - "lib/net46/System.Threading.Overlapped.dll", - "lib/netcore50/System.Threading.Overlapped.dll", - "package/services/metadata/core-properties/e9846a81e829434aafa4ae2e8c3517d7.psmdcp", - "ref/dotnet/de/System.Threading.Overlapped.xml", - "ref/dotnet/es/System.Threading.Overlapped.xml", - "ref/dotnet/fr/System.Threading.Overlapped.xml", - "ref/dotnet/it/System.Threading.Overlapped.xml", - "ref/dotnet/ja/System.Threading.Overlapped.xml", - "ref/dotnet/ko/System.Threading.Overlapped.xml", - "ref/dotnet/ru/System.Threading.Overlapped.xml", - "ref/dotnet/System.Threading.Overlapped.dll", - "ref/dotnet/System.Threading.Overlapped.xml", - "ref/dotnet/zh-hans/System.Threading.Overlapped.xml", - "ref/dotnet/zh-hant/System.Threading.Overlapped.xml", - "ref/net46/System.Threading.Overlapped.dll", - "System.Threading.Overlapped.nuspec" - ] - }, - "System.Threading.Tasks/4.0.10": { - "sha512": "NOwJGDfk79jR0bnzosbXLVD/PdI8KzBeESoa3CofEM5v9R5EBfcI0Jyf18stx+0IYV9okmDIDxVtxq9TbnR9bQ==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Threading.Tasks.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Threading.Tasks.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/a4ed35f8764a4b68bb39ec8d13b3e730.psmdcp", - "ref/dotnet/de/System.Threading.Tasks.xml", - "ref/dotnet/es/System.Threading.Tasks.xml", - "ref/dotnet/fr/System.Threading.Tasks.xml", - "ref/dotnet/it/System.Threading.Tasks.xml", - "ref/dotnet/ja/System.Threading.Tasks.xml", - "ref/dotnet/ko/System.Threading.Tasks.xml", - "ref/dotnet/ru/System.Threading.Tasks.xml", - "ref/dotnet/System.Threading.Tasks.dll", - "ref/dotnet/System.Threading.Tasks.xml", - "ref/dotnet/zh-hans/System.Threading.Tasks.xml", - "ref/dotnet/zh-hant/System.Threading.Tasks.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll", - "System.Threading.Tasks.nuspec" - ] - }, - "System.Threading.Tasks.Dataflow/4.5.25": { - "sha512": "Y5/Dj+tYlDxHBwie7bFKp3+1uSG4vqTJRF7Zs7kaUQ3ahYClffCTxvgjrJyPclC+Le55uE7bMLgjZQVOQr3Jfg==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dotnet/System.Threading.Tasks.Dataflow.dll", - "lib/dotnet/System.Threading.Tasks.Dataflow.XML", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Dataflow.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Dataflow.XML", - "lib/portable-net45+win8+wpa81/System.Threading.Tasks.Dataflow.dll", - "lib/portable-net45+win8+wpa81/System.Threading.Tasks.Dataflow.XML", - "package/services/metadata/core-properties/b27f9e16f16b429f924c31eb4be21d09.psmdcp", - "System.Threading.Tasks.Dataflow.nuspec" - ] - }, - "System.Threading.Tasks.Parallel/4.0.0": { - "sha512": "GXDhjPhF3nE4RtDia0W6JR4UMdmhOyt9ibHmsNV6GLRT4HAGqU636Teo4tqvVQOFp2R6b1ffxPXiRaoqtzGxuA==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dotnet/System.Threading.Tasks.Parallel.dll", - "lib/net45/_._", - "lib/netcore50/System.Threading.Tasks.Parallel.dll", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/portable-win8+wpa81/_._", "lib/win8/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/260c0741092249239a3182de21f409ef.psmdcp", - "ref/dotnet/de/System.Threading.Tasks.Parallel.xml", - "ref/dotnet/es/System.Threading.Tasks.Parallel.xml", - "ref/dotnet/fr/System.Threading.Tasks.Parallel.xml", - "ref/dotnet/it/System.Threading.Tasks.Parallel.xml", - "ref/dotnet/ja/System.Threading.Tasks.Parallel.xml", - "ref/dotnet/ko/System.Threading.Tasks.Parallel.xml", - "ref/dotnet/ru/System.Threading.Tasks.Parallel.xml", - "ref/dotnet/System.Threading.Tasks.Parallel.dll", - "ref/dotnet/System.Threading.Tasks.Parallel.xml", - "ref/dotnet/zh-hans/System.Threading.Tasks.Parallel.xml", - "ref/dotnet/zh-hant/System.Threading.Tasks.Parallel.xml", + "ref/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.dll", + "ref/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.xml", + "ref/netcore50/de/System.Runtime.WindowsRuntime.UI.Xaml.xml", + "ref/netcore50/es/System.Runtime.WindowsRuntime.UI.Xaml.xml", + "ref/netcore50/fr/System.Runtime.WindowsRuntime.UI.Xaml.xml", + "ref/netcore50/it/System.Runtime.WindowsRuntime.UI.Xaml.xml", + "ref/netcore50/ja/System.Runtime.WindowsRuntime.UI.Xaml.xml", + "ref/netcore50/ko/System.Runtime.WindowsRuntime.UI.Xaml.xml", + "ref/netcore50/ru/System.Runtime.WindowsRuntime.UI.Xaml.xml", + "ref/netcore50/zh-hans/System.Runtime.WindowsRuntime.UI.Xaml.xml", + "ref/netcore50/zh-hant/System.Runtime.WindowsRuntime.UI.Xaml.xml", + "ref/netstandard1.1/System.Runtime.WindowsRuntime.UI.Xaml.dll", + "ref/netstandard1.1/System.Runtime.WindowsRuntime.UI.Xaml.xml", + "ref/netstandard1.1/de/System.Runtime.WindowsRuntime.UI.Xaml.xml", + "ref/netstandard1.1/es/System.Runtime.WindowsRuntime.UI.Xaml.xml", + "ref/netstandard1.1/fr/System.Runtime.WindowsRuntime.UI.Xaml.xml", + "ref/netstandard1.1/it/System.Runtime.WindowsRuntime.UI.Xaml.xml", + "ref/netstandard1.1/ja/System.Runtime.WindowsRuntime.UI.Xaml.xml", + "ref/netstandard1.1/ko/System.Runtime.WindowsRuntime.UI.Xaml.xml", + "ref/netstandard1.1/ru/System.Runtime.WindowsRuntime.UI.Xaml.xml", + "ref/netstandard1.1/zh-hans/System.Runtime.WindowsRuntime.UI.Xaml.xml", + "ref/netstandard1.1/zh-hant/System.Runtime.WindowsRuntime.UI.Xaml.xml", + "ref/portable-win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "runtimes/win8/lib/netstandard1.3/System.Runtime.WindowsRuntime.UI.Xaml.dll", + "system.runtime.windowsruntime.ui.xaml.4.0.1.nupkg.sha512", + "system.runtime.windowsruntime.ui.xaml.nuspec" + ] + }, + "System.Security.Claims/4.0.1": { + "sha512": "4Jlp0OgJLS/Voj1kyFP6MJlIYp3crgfH8kNQk2p7+4JYfc1aAmh9PZyAMMbDhuoolGNtux9HqSOazsioRiDvCw==", + "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.3.0": { + "sha512": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", + "type": "package", + "path": "system.security.cryptography.algorithms/4.3.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/osx/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll", + "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.3.0.nupkg.sha512", + "system.security.cryptography.algorithms.nuspec" + ] + }, + "System.Security.Cryptography.Cng/4.3.0": { + "sha512": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", + "type": "package", + "path": "system.security.cryptography.cng/4.3.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.3.0.nupkg.sha512", + "system.security.cryptography.cng.nuspec" + ] + }, + "System.Security.Cryptography.Encoding/4.3.0": { + "sha512": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", + "type": "package", + "path": "system.security.cryptography.encoding/4.3.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.3.0.nupkg.sha512", + "system.security.cryptography.encoding.nuspec" + ] + }, + "System.Security.Cryptography.Primitives/4.3.0": { + "sha512": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", + "type": "package", + "path": "system.security.cryptography.primitives/4.3.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.3.0.nupkg.sha512", + "system.security.cryptography.primitives.nuspec" + ] + }, + "System.Security.Cryptography.X509Certificates/4.3.0": { + "sha512": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", + "type": "package", + "path": "system.security.cryptography.x509certificates/4.3.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.3.0.nupkg.sha512", + "system.security.cryptography.x509certificates.nuspec" + ] + }, + "System.Security.Principal/4.0.1": { + "sha512": "On+SKhXY5rzxh/S8wlH1Rm0ogBlu7zyHNxeNBiXauNrhHRXAe9EuX8Yl5IOzLPGU5Z4kLWHMvORDOCG8iu9hww==", + "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.ServiceModel.Duplex/4.0.2": { + "sha512": "AABh0/uzAPK2zsdt7BG1Ay+h3zlEVfxO7T4Ht+Zo8LMOBirEDglT0dyvaMo2Jd6lCVqTjQIyGODdtk3g61UXDg==", + "type": "package", + "path": "system.servicemodel.duplex/4.0.2", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/net45/_._", + "lib/netcore50/System.ServiceModel.Duplex.dll", + "lib/netstandard1.3/System.ServiceModel.Duplex.dll", + "lib/portable-net45+win8/_._", + "lib/win8/_._", + "ref/net45/_._", + "ref/netcore50/System.ServiceModel.Duplex.dll", + "ref/netstandard1.1/System.ServiceModel.Duplex.dll", + "ref/portable-net45+win8/_._", + "ref/win8/_._", + "system.servicemodel.duplex.4.0.2.nupkg.sha512", + "system.servicemodel.duplex.nuspec" + ] + }, + "System.ServiceModel.Http/4.1.1": { + "sha512": "Af8YqW1+/Plr+ufkvg6B9yw6kv7mOk/wO1aUWMMFJEErigoLCy7Q+mJ5dTjQFPeiLb6VaQsGlCkKD43bBQ7rvw==", + "type": "package", + "path": "system.servicemodel.http/4.1.1", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net46/System.ServiceModel.Http.dll", + "lib/netcore50/System.ServiceModel.Http.dll", + "lib/netstandard1.3/System.ServiceModel.Http.dll", + "lib/portable-net45+win8+wp8/_._", + "lib/win8/_._", + "lib/wp8/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net46/System.ServiceModel.Http.dll", + "ref/netcore50/System.ServiceModel.Http.dll", + "ref/netstandard1.0/System.ServiceModel.Http.dll", + "ref/netstandard1.1/System.ServiceModel.Http.dll", + "ref/netstandard1.3/System.ServiceModel.Http.dll", + "ref/portable-net45+win8+wp8/_._", + "ref/win8/_._", + "ref/wp8/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.servicemodel.http.4.1.1.nupkg.sha512", + "system.servicemodel.http.nuspec" + ] + }, + "System.ServiceModel.NetTcp/4.1.1": { + "sha512": "ozGfn/rBUgEuulq5CCEBen3bdLFePCPzg/Rdg+QrsPflr1eYAvFKR4JGSlFO+UVs6BumLsGstO8S1LuoMMr1Dg==", + "type": "package", + "path": "system.servicemodel.nettcp/4.1.1", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/net45/_._", + "lib/net46/System.ServiceModel.NetTcp.dll", + "lib/netcore50/System.ServiceModel.NetTcp.dll", + "lib/netstandard1.3/System.ServiceModel.NetTcp.dll", + "lib/portable-net45+win8/_._", + "lib/win8/_._", + "ref/net45/_._", + "ref/net46/System.ServiceModel.NetTcp.dll", + "ref/netcore50/System.ServiceModel.NetTcp.dll", + "ref/netstandard1.1/System.ServiceModel.NetTcp.dll", + "ref/netstandard1.3/System.ServiceModel.NetTcp.dll", + "ref/portable-net45+win8/_._", + "ref/win8/_._", + "system.servicemodel.nettcp.4.1.1.nupkg.sha512", + "system.servicemodel.nettcp.nuspec" + ] + }, + "System.ServiceModel.Primitives/4.1.1": { + "sha512": "T7KBgQiQaxeTH9mIfKptvJhLKtYFm/riraVWY4OCesjgzgRjDPpFAlHXLv6dO4lNjkQLlgeAVwKKNGBgSrDkog==", + "type": "package", + "path": "system.servicemodel.primitives/4.1.1", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net46/System.ServiceModel.Primitives.dll", + "lib/netcore50/System.ServiceModel.Primitives.dll", + "lib/netstandard1.3/System.ServiceModel.Primitives.dll", + "lib/portable-net45+win8+wp8/_._", + "lib/win8/_._", + "lib/wp8/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net46/System.ServiceModel.Primitives.dll", + "ref/netcore50/System.ServiceModel.Primitives.dll", + "ref/netstandard1.0/System.ServiceModel.Primitives.dll", + "ref/netstandard1.1/System.ServiceModel.Primitives.dll", + "ref/netstandard1.3/System.ServiceModel.Primitives.dll", + "ref/portable-net45+win8+wp8/_._", + "ref/win8/_._", + "ref/wp8/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.servicemodel.primitives.4.1.1.nupkg.sha512", + "system.servicemodel.primitives.nuspec" + ] + }, + "System.ServiceModel.Security/4.0.2": { + "sha512": "4oqvU/Upjl4q8bfj9oqI1dHv74nzpltvTcJAmDIxi+8KGlMnMOnzklh/BqonQHb6lAIVxYVmvAQlPo3lXv+P6w==", + "type": "package", + "path": "system.servicemodel.security/4.0.2", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/net45/_._", + "lib/netcore50/System.ServiceModel.Security.dll", + "lib/netstandard1.3/System.ServiceModel.Security.dll", + "lib/portable-net45+win8+wp8/_._", + "lib/win8/_._", + "lib/wp8/_._", + "ref/net45/_._", + "ref/netcore50/System.ServiceModel.Security.dll", + "ref/netstandard1.0/System.ServiceModel.Security.dll", + "ref/netstandard1.1/System.ServiceModel.Security.dll", + "ref/portable-net45+win8+wp8/_._", + "ref/win8/_._", + "ref/wp8/_._", + "system.servicemodel.security.4.0.2.nupkg.sha512", + "system.servicemodel.security.nuspec" + ] + }, + "System.Text.Encoding/4.3.0": { + "sha512": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", + "type": "package", + "path": "system.text.encoding/4.3.0", + "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.3.0.nupkg.sha512", + "system.text.encoding.nuspec" + ] + }, + "System.Text.Encoding.CodePages/4.0.1": { + "sha512": "h4z6rrA/hxWf4655D18IIZ0eaLRa3tQC/j+e26W+VinIHY0l07iEXaAvO0YSYq3MvCjMYy8Zs5AdC1sxNQOB7Q==", + "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.3.0": { + "sha512": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", + "type": "package", + "path": "system.text.encoding.extensions/4.3.0", + "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.3.0.nupkg.sha512", + "system.text.encoding.extensions.nuspec" + ] + }, + "System.Text.RegularExpressions/4.3.0": { + "sha512": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", + "type": "package", + "path": "system.text.regularexpressions/4.3.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/netcoreapp1.1/System.Text.RegularExpressions.dll", + "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.3.0.nupkg.sha512", + "system.text.regularexpressions.nuspec" + ] + }, + "System.Threading/4.3.0": { + "sha512": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", + "type": "package", + "path": "system.threading/4.3.0", + "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.3.0.nupkg.sha512", + "system.threading.nuspec" + ] + }, + "System.Threading.Overlapped/4.0.1": { + "sha512": "f7aLuLkBoCQM2kng7zqLFBXz9Gk48gDK8lk1ih9rH/1arJJzZK9gJwNvPDhL6Ps/l6rwOr8jw+4FCHL0KKWiEg==", + "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.Overlapped/4.3.0": { + "sha512": "m3HQ2dPiX/DSTpf+yJt8B0c+SRvzfqAJKx+QDWi+VLhz8svLT23MVjEOHPF/KiSLeArKU/iHescrbLd3yVgyNg==", + "type": "package", + "path": "system.threading.overlapped/4.3.0", + "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.3.0.nupkg.sha512", + "system.threading.overlapped.nuspec" + ] + }, + "System.Threading.Tasks/4.3.0": { + "sha512": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", + "type": "package", + "path": "system.threading.tasks/4.3.0", + "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.3.0.nupkg.sha512", + "system.threading.tasks.nuspec" + ] + }, + "System.Threading.Tasks.Dataflow/4.6.0": { + "sha512": "2hRjGu2r2jxRZ55wmcHO/WbdX+YAOz9x6FE8xqkHZgPaoFMKQZRe9dk8xTZIas8fRjxRmzawnTEWIrhlM+Un7w==", + "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.3.0": { + "sha512": "npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==", + "type": "package", + "path": "system.threading.tasks.extensions/4.3.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.3.0.nupkg.sha512", + "system.threading.tasks.extensions.nuspec" + ] + }, + "System.Threading.Tasks.Parallel/4.0.1": { + "sha512": "7Pc9t25bcynT9FpMvkUw4ZjYwUiGup/5cJFW72/5MgCG+np2cfVUMdh29u8d7onxX7d8PS3J+wL73zQRqkdrSA==", + "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/_._", - "System.Threading.Tasks.Parallel.nuspec" + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.threading.tasks.parallel.4.0.1.nupkg.sha512", + "system.threading.tasks.parallel.nuspec" ] }, - "System.Threading.Timer/4.0.0": { - "sha512": "BIdJH5/e4FnVl7TkRUiE3pWytp7OYiRUGtwUbyLewS/PhKiLepFetdtlW+FvDYOVn60Q2NMTrhHhJ51q+sVW5g==", - "type": "Package", + "System.Threading.Timer/4.3.0": { + "sha512": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", + "type": "package", + "path": "system.threading.timer/4.3.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Threading.Timer.dll", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", "lib/net451/_._", - "lib/netcore50/System.Threading.Timer.dll", + "lib/portable-net451+win81+wpa81/_._", "lib/win81/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/c02c4d3d0eff43ec9b54de9f60bd68ad.psmdcp", - "ref/dotnet/de/System.Threading.Timer.xml", - "ref/dotnet/es/System.Threading.Timer.xml", - "ref/dotnet/fr/System.Threading.Timer.xml", - "ref/dotnet/it/System.Threading.Timer.xml", - "ref/dotnet/ja/System.Threading.Timer.xml", - "ref/dotnet/ko/System.Threading.Timer.xml", - "ref/dotnet/ru/System.Threading.Timer.xml", - "ref/dotnet/System.Threading.Timer.dll", - "ref/dotnet/System.Threading.Timer.xml", - "ref/dotnet/zh-hans/System.Threading.Timer.xml", - "ref/dotnet/zh-hant/System.Threading.Timer.xml", + "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/_._", - "runtimes/win8-aot/lib/netcore50/System.Threading.Timer.dll", - "System.Threading.Timer.nuspec" - ] - }, - "System.Xml.ReaderWriter/4.0.10": { - "sha512": "VdmWWMH7otrYV7D+cviUo7XjX0jzDnD/lTGSZTlZqfIQ5PhXk85j+6P0TK9od3PnOd5ZIM+pOk01G/J+3nh9/w==", - "type": "Package", - "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dotnet/System.Xml.ReaderWriter.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/ef76b636720e4f2d8cfd570899d52df8.psmdcp", - "ref/dotnet/de/System.Xml.ReaderWriter.xml", - "ref/dotnet/es/System.Xml.ReaderWriter.xml", - "ref/dotnet/fr/System.Xml.ReaderWriter.xml", - "ref/dotnet/it/System.Xml.ReaderWriter.xml", - "ref/dotnet/ja/System.Xml.ReaderWriter.xml", - "ref/dotnet/ko/System.Xml.ReaderWriter.xml", - "ref/dotnet/ru/System.Xml.ReaderWriter.xml", - "ref/dotnet/System.Xml.ReaderWriter.dll", - "ref/dotnet/System.Xml.ReaderWriter.xml", - "ref/dotnet/zh-hans/System.Xml.ReaderWriter.xml", - "ref/dotnet/zh-hant/System.Xml.ReaderWriter.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Xml.ReaderWriter.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.threading.timer.4.3.0.nupkg.sha512", + "system.threading.timer.nuspec" ] }, - "System.Xml.XDocument/4.0.10": { - "sha512": "+ej0g0INnXDjpS2tDJsLO7/BjyBzC+TeBXLeoGnvRrm4AuBH9PhBjjZ1IuKWOhCkxPkFognUOKhZHS2glIOlng==", - "type": "Package", + "System.Xml.ReaderWriter/4.3.0": { + "sha512": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", + "type": "package", + "path": "system.xml.readerwriter/4.3.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dotnet/System.Xml.XDocument.dll", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/_._", + "lib/net45/_._", + "lib/net46/System.Xml.ReaderWriter.dll", + "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/_._", - "package/services/metadata/core-properties/f5c45d6b065347dfaa1d90d06221623d.psmdcp", - "ref/dotnet/de/System.Xml.XDocument.xml", - "ref/dotnet/es/System.Xml.XDocument.xml", - "ref/dotnet/fr/System.Xml.XDocument.xml", - "ref/dotnet/it/System.Xml.XDocument.xml", - "ref/dotnet/ja/System.Xml.XDocument.xml", - "ref/dotnet/ko/System.Xml.XDocument.xml", - "ref/dotnet/ru/System.Xml.XDocument.xml", - "ref/dotnet/System.Xml.XDocument.dll", - "ref/dotnet/System.Xml.XDocument.xml", - "ref/dotnet/zh-hans/System.Xml.XDocument.xml", - "ref/dotnet/zh-hant/System.Xml.XDocument.xml", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/_._", + "ref/net45/_._", + "ref/net46/System.Xml.ReaderWriter.dll", + "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/_._", - "System.Xml.XDocument.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.xml.readerwriter.4.3.0.nupkg.sha512", + "system.xml.readerwriter.nuspec" ] }, - "System.Xml.XmlDocument/4.0.0": { - "sha512": "H5qTx2+AXgaKE5wehU1ZYeYPFpp/rfFh69/937NvwCrDqbIkvJRmIFyKKpkoMI6gl9hGfuVizfIudVTMyowCXw==", - "type": "Package", + "System.Xml.XDocument/4.3.0": { + "sha512": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", + "type": "package", + "path": "system.xml.xdocument/4.3.0", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/dotnet/System.Xml.XmlDocument.dll", + "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.3.0.nupkg.sha512", + "system.xml.xdocument.nuspec" + ] + }, + "System.Xml.XmlDocument/4.3.0": { + "sha512": "lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==", + "type": "package", + "path": "system.xml.xmldocument/4.3.0", + "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/_._", - "package/services/metadata/core-properties/89840371bf3f4e0d9ab7b6b34213c74c.psmdcp", - "ref/dotnet/de/System.Xml.XmlDocument.xml", - "ref/dotnet/es/System.Xml.XmlDocument.xml", - "ref/dotnet/fr/System.Xml.XmlDocument.xml", - "ref/dotnet/it/System.Xml.XmlDocument.xml", - "ref/dotnet/ja/System.Xml.XmlDocument.xml", - "ref/dotnet/ko/System.Xml.XmlDocument.xml", - "ref/dotnet/ru/System.Xml.XmlDocument.xml", - "ref/dotnet/System.Xml.XmlDocument.dll", - "ref/dotnet/System.Xml.XmlDocument.xml", - "ref/dotnet/zh-hans/System.Xml.XmlDocument.xml", - "ref/dotnet/zh-hant/System.Xml.XmlDocument.xml", + "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/_._", - "System.Xml.XmlDocument.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.xml.xmldocument.4.3.0.nupkg.sha512", + "system.xml.xmldocument.nuspec" ] }, - "System.Xml.XmlSerializer/4.0.10": { - "sha512": "OKhE6vruk88z/hl0lmfrMvXteTASgJUagu6PT6S10i9uLbvDR3pTwB6jVgiwa2D2qtTB+eneZbS9jljhPXhTtg==", - "type": "Package", + "System.Xml.XmlSerializer/4.0.11": { + "sha512": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==", + "type": "package", + "path": "system.xml.xmlserializer/4.0.11", "files": [ - "[Content_Types].xml", - "_rels/.rels", - "lib/DNXCore50/System.Xml.XmlSerializer.dll", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/_._", + "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/_._", - "package/services/metadata/core-properties/1cffc42bca944f1d81ef3c3abdb0f0be.psmdcp", - "ref/dotnet/de/System.Xml.XmlSerializer.xml", - "ref/dotnet/es/System.Xml.XmlSerializer.xml", - "ref/dotnet/fr/System.Xml.XmlSerializer.xml", - "ref/dotnet/it/System.Xml.XmlSerializer.xml", - "ref/dotnet/ja/System.Xml.XmlSerializer.xml", - "ref/dotnet/ko/System.Xml.XmlSerializer.xml", - "ref/dotnet/ru/System.Xml.XmlSerializer.xml", - "ref/dotnet/System.Xml.XmlSerializer.dll", - "ref/dotnet/System.Xml.XmlSerializer.xml", - "ref/dotnet/zh-hans/System.Xml.XmlSerializer.xml", - "ref/dotnet/zh-hant/System.Xml.XmlSerializer.xml", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/_._", + "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/_._", - "runtime.json", - "runtimes/win8-aot/lib/netcore50/System.Xml.XmlSerializer.dll", - "System.Xml.XmlSerializer.nuspec" + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Xml.XmlSerializer.dll", + "system.xml.xmlserializer.4.0.11.nupkg.sha512", + "system.xml.xmlserializer.nuspec" ] + }, + "PocketSharp/1.0.0": { + "type": "project", + "path": "../../PocketSharp/PocketSharp.csproj", + "msbuildProject": "../../PocketSharp/PocketSharp.csproj" } }, "projectFileDependencyGroups": { "": [ - "Microsoft.NETCore.UniversalWindowsPlatform >= 5.0.0", - "Newtonsoft.Json >= 7.0.1", - "PropertyChanged.Fody >= 1.50.3" + "Microsoft.NETCore.UniversalWindowsPlatform >= 6.0.8", + "Newtonsoft.Json >= 11.0.2", + "PropertyChanged.Fody >= 2.4.0" ], - "UAP,Version=v10.0": [] + "UAP,Version=v10.0.15063": [] + }, + "packageFolders": { + "C:\\Users\\cee\\.nuget\\packages\\": {}, + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackagesFallback\\": {} + }, + "project": { + "restore": { + "projectUniqueName": "O:\\PocketSharp\\PocketSharp.Examples\\PocketSharp.UWP\\PocketSharp.UWP.csproj", + "projectName": "PocketSharp.UWP", + "projectPath": "O:\\PocketSharp\\PocketSharp.Examples\\PocketSharp.UWP\\PocketSharp.UWP.csproj", + "projectJsonPath": "O:\\PocketSharp\\PocketSharp.Examples\\PocketSharp.UWP\\project.json", + "packagesPath": "C:\\Users\\cee\\.nuget\\packages\\", + "outputPath": "O:\\PocketSharp\\PocketSharp.Examples\\PocketSharp.UWP\\obj\\", + "projectStyle": "ProjectJson", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackagesFallback\\" + ], + "configFilePaths": [ + "O:\\PocketSharp\\.nuget\\NuGet.Config", + "C:\\Users\\cee\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.Fallback.config" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "uap10.0.15063": { + "projectReferences": { + "O:\\PocketSharp\\PocketSharp\\PocketSharp.csproj": { + "projectPath": "O:\\PocketSharp\\PocketSharp\\PocketSharp.csproj" + } + } + } + } + }, + "dependencies": { + "Microsoft.NETCore.UniversalWindowsPlatform": "[6.0.8, )", + "Newtonsoft.Json": "[11.0.2, )", + "PropertyChanged.Fody": "[2.4.0, )" + }, + "frameworks": { + "uap10.0.15063": {} + }, + "runtimes": { + "win10-arm": { + "#import": [] + }, + "win10-arm-aot": { + "#import": [] + }, + "win10-x64": { + "#import": [] + }, + "win10-x64-aot": { + "#import": [] + }, + "win10-x86": { + "#import": [] + }, + "win10-x86-aot": { + "#import": [] + } + } } } \ No newline at end of file diff --git a/PocketSharp.Examples/PocketSharp.Wpf/PocketSharp.Wpf.csproj b/PocketSharp.Examples/PocketSharp.Wpf/PocketSharp.Wpf.csproj index 3e52f4c..43cb25e 100644 --- a/PocketSharp.Examples/PocketSharp.Wpf/PocketSharp.Wpf.csproj +++ b/PocketSharp.Examples/PocketSharp.Wpf/PocketSharp.Wpf.csproj @@ -16,6 +16,8 @@ ..\..\ true + + AnyCPU @@ -40,24 +42,23 @@ - False - ..\..\packages\Microsoft.Bcl.Async.1.0.165\lib\net45\Microsoft.Threading.Tasks.dll + ..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll - False - ..\..\packages\Microsoft.Bcl.Async.1.0.165\lib\net45\Microsoft.Threading.Tasks.Extensions.dll + ..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.dll + + + ..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll - - False - ..\..\packages\Microsoft.Net.Http.2.2.18\lib\net45\System.Net.Http.Extensions.dll + + ..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Extensions.dll - - False - ..\..\packages\Microsoft.Net.Http.2.2.18\lib\net45\System.Net.Http.Primitives.dll + + ..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Primitives.dll @@ -130,12 +131,9 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + - - - - - +