diff --git a/dir.props b/dir.props index 0914c91cf1d..e9bc848348e 100644 --- a/dir.props +++ b/dir.props @@ -100,13 +100,30 @@ - $(DefineConstants);FEATURE_SECURITY_PERMISSIONS + $(DefineConstants);FEATURE_APARTMENT_STATE + $(DefineConstants);FEATURE_APPDOMAIN + $(DefineConstants);FEATURE_APPDOMAIN_UNHANDLED_EXCEPTION + $(DefineConstants);FEATURE_ASSEMBLY_LOADFROM + $(DefineConstants);FEATURE_ASSEMBLYNAME_CULTUREINFO + $(DefineConstants);FEATURE_ASSEMBLYNAME_CLONE $(DefineConstants);FEATURE_BINARY_SERIALIZATION true + $(DefineConstants);FEATURE_CONSTRAINED_EXECUTION + $(DefineConstants);FEATURE_GAC + $(DefineConstants);FEATURE_REFLECTION_EMIT_DEBUG_INFO + $(DefineConstants);FEATURE_RESOURCE_EXPOSURE + $(DefineConstants);FEATURE_SECURITY_PERMISSIONS + $(DefineConstants);FEATURE_THREAD_ABORT + $(DefineConstants);FEATURE_THREAD_CULTURE + $(DefineConstants);FEATURE_THREAD_PRIORITY + $(DefineConstants);FEATURE_TYPE_INVOKEMEMBER + $(DefineConstants);FEATURE_VARIOUS_EXCEPTIONS $(DefineConstants);FEATURE_XAML_TYPES true - $(DefineConstants);FEATURE_RESOURCE_EXPOSURE - $(DefineConstants);FEATURE_CONSTRAINED_EXECUTION + $(DefineConstants);FEATURE_XML_SOURCE_URI + + + diff --git a/src/Framework/project.lock.json b/src/Framework/project.lock.json index faa466048c5..b40d1ffa747 100644 --- a/src/Framework/project.lock.json +++ b/src/Framework/project.lock.json @@ -1,5 +1,5 @@ { - "locked": true, + "locked": false, "version": 1, "targets": { ".NETFramework,Version=v4.5.1": {}, @@ -7,22 +7,22 @@ "DNXCore,Version=v5.0": { "Microsoft.CSharp/4.0.0": { "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.Runtime": "[4.0.20, )", + "System.Dynamic.Runtime": "[4.0.0, )", + "System.Linq.Expressions": "[4.0.0, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Linq": "[4.0.0, )", + "System.Reflection.TypeExtensions": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )", + "System.Reflection.Extensions": "[4.0.0, )", + "System.Collections": "[4.0.10, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Reflection": "[4.0.10, )", + "System.Threading": "[4.0.10, )", + "System.Globalization": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.ObjectModel": "[4.0.10, )" }, "compile": { "ref/dotnet/Microsoft.CSharp.dll": {} @@ -33,67 +33,67 @@ }, "Microsoft.NETCore/5.0.0": { "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.CSharp": "[4.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.NetworkInformation": "[4.0.0, )", + "System.Net.Http": "[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.NETCore.Targets": "[1.0.0, )" } }, "Microsoft.NETCore.Platforms/1.0.0": {}, "Microsoft.NETCore.Portable.Compatibility/1.0.0": { "dependencies": { - "Microsoft.NETCore.Runtime": "1.0.0" + "Microsoft.NETCore.Runtime": "[1.0.0, )" }, "compile": { "ref/dotnet/mscorlib.dll": {}, @@ -128,30 +128,30 @@ "Microsoft.NETCore.Runtime/1.0.0": {}, "Microsoft.NETCore.Targets/1.0.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.0", - "Microsoft.NETCore.Targets.DNXCore": "4.9.0" + "Microsoft.NETCore.Targets.DNXCore": "[4.9.0, )", + "Microsoft.NETCore.Platforms": "[1.0.0, )" } }, "Microsoft.NETCore.Targets.DNXCore/4.9.0": {}, "Microsoft.NETCore.TestHost-x86/1.0.0-beta-23123": {}, "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.Runtime": "[4.0.20, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Reflection.TypeExtensions": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )", + "System.Linq": "[4.0.0, )", + "System.Reflection.Extensions": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Reflection": "[4.0.10, )", + "System.Globalization": "[4.0.10, )", + "System.Dynamic.Runtime": "[4.0.10, )", + "System.Linq.Expressions": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Threading": "[4.0.10, )", + "System.ObjectModel": "[4.0.10, )" }, "compile": { "ref/dotnet/Microsoft.VisualBasic.dll": {} @@ -162,8 +162,8 @@ }, "Microsoft.Win32.Primitives/4.0.0": { "dependencies": { - "System.Runtime": "4.0.20", - "System.Runtime.InteropServices": "4.0.20" + "System.Runtime": "[4.0.20, )", + "System.Runtime.InteropServices": "[4.0.20, )" }, "compile": { "ref/dotnet/Microsoft.Win32.Primitives.dll": {} @@ -174,7 +174,7 @@ }, "System.AppContext/4.0.0": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.AppContext.dll": {} @@ -185,7 +185,7 @@ }, "System.Collections/4.0.10": { "dependencies": { - "System.Runtime": "4.0.20" + "System.Runtime": "[4.0.20, )" }, "compile": { "ref/dotnet/System.Collections.dll": {} @@ -196,15 +196,15 @@ }, "System.Collections.Concurrent/4.0.10": { "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.Runtime": "[4.0.20, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.Diagnostics.Tracing": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Threading": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Globalization": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Collections.Concurrent.dll": {} @@ -215,14 +215,14 @@ }, "System.Collections.Immutable/1.1.37": { "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.Runtime": "[4.0.0, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.0, )", + "System.Collections": "[4.0.0, )", + "System.Linq": "[4.0.0, )", + "System.Runtime.Extensions": "[4.0.0, )", + "System.Globalization": "[4.0.0, )", + "System.Threading": "[4.0.0, )" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -233,12 +233,12 @@ }, "System.Collections.NonGeneric/4.0.0": { "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.Runtime": "[4.0.20, )", + "System.Globalization": "[4.0.10, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Threading": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Collections.NonGeneric.dll": {} @@ -249,7 +249,7 @@ }, "System.ComponentModel/4.0.0": { "dependencies": { - "System.Runtime": "4.0.20" + "System.Runtime": "[4.0.20, )" }, "compile": { "ref/dotnet/System.ComponentModel.dll": {} @@ -260,17 +260,17 @@ }, "System.ComponentModel.Annotations/4.0.10": { "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.Runtime": "[4.0.20, )", + "System.ComponentModel": "[4.0.0, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Reflection.Extensions": "[4.0.0, )", + "System.Linq": "[4.0.0, )", + "System.Reflection": "[4.0.10, )", + "System.Text.RegularExpressions": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Globalization": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Threading": "[4.0.10, )" }, "compile": { "ref/dotnet/System.ComponentModel.Annotations.dll": {} @@ -281,10 +281,10 @@ }, "System.ComponentModel.EventBasedAsync/4.0.10": { "dependencies": { - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" + "System.Runtime": "[4.0.20, )", + "System.Threading": "[4.0.10, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Threading.Tasks": "[4.0.10, )" }, "compile": { "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} @@ -295,15 +295,15 @@ }, "System.Console/4.0.0-beta-23123": { "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.Text.Encoding": "4.0.10", - "System.Text.Encoding.Extensions": "4.0.10", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" + "System.Runtime": "[4.0.20, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.IO.FileSystem.Primitives": "[4.0.0, )", + "System.IO": "[4.0.10, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.Text.Encoding": "[4.0.10, )", + "System.Threading": "[4.0.10, )", + "System.Text.Encoding.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Console.dll": {} @@ -314,7 +314,7 @@ }, "System.Diagnostics.Debug/4.0.10": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Diagnostics.Debug.dll": {} @@ -325,7 +325,7 @@ }, "System.Diagnostics.Tools/4.0.0": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Diagnostics.Tools.dll": {} @@ -336,7 +336,7 @@ }, "System.Diagnostics.Tracing/4.0.20": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Diagnostics.Tracing.dll": {} @@ -347,20 +347,20 @@ }, "System.Dynamic.Runtime/4.0.10": { "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.Emit": "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.Runtime": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Collections": "[4.0.0, )", + "System.Reflection": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )", + "System.Reflection.Emit": "[4.0.0, )", + "System.ObjectModel": "[4.0.0, )", + "System.Threading": "[4.0.0, )", + "System.Reflection.TypeExtensions": "[4.0.0, )", + "System.Runtime.Extensions": "[4.0.0, )", + "System.Globalization": "[4.0.0, )", + "System.Linq": "[4.0.0, )", + "System.Linq.Expressions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Dynamic.Runtime.dll": {} @@ -371,7 +371,7 @@ }, "System.Globalization/4.0.10": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Globalization.dll": {} @@ -382,8 +382,8 @@ }, "System.Globalization.Calendars/4.0.0": { "dependencies": { - "System.Globalization": "4.0.0", - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )", + "System.Globalization": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Globalization.Calendars.dll": {} @@ -394,11 +394,11 @@ }, "System.Globalization.Extensions/4.0.0": { "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" + "System.Runtime": "[4.0.20, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Globalization": "[4.0.10, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Globalization.Extensions.dll": {} @@ -409,9 +409,9 @@ }, "System.IO/4.0.10": { "dependencies": { - "System.Runtime": "4.0.20", - "System.Text.Encoding": "4.0.0", - "System.Threading.Tasks": "4.0.0" + "System.Runtime": "[4.0.20, )", + "System.Text.Encoding": "[4.0.0, )", + "System.Threading.Tasks": "[4.0.0, )" }, "compile": { "ref/dotnet/System.IO.dll": {} @@ -422,15 +422,15 @@ }, "System.IO.Compression/4.0.0": { "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.Runtime": "[4.0.0, )", + "System.IO": "[4.0.0, )", + "System.Text.Encoding": "[4.0.0, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Threading.Tasks": "[4.0.0, )", + "System.Runtime.InteropServices": "[4.0.0, )", + "System.Collections": "[4.0.0, )", + "System.Runtime.Extensions": "[4.0.0, )", + "System.Threading": "[4.0.0, )" }, "compile": { "ref/dotnet/System.IO.Compression.dll": {} @@ -441,14 +441,14 @@ }, "System.IO.Compression.ZipFile/4.0.0": { "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.Runtime": "[4.0.20, )", + "System.IO.Compression": "[4.0.0, )", + "System.Text.Encoding": "[4.0.10, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.IO.FileSystem.Primitives": "[4.0.0, )", + "System.IO.FileSystem": "[4.0.0, )", + "System.IO": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.IO.Compression.ZipFile.dll": {} @@ -459,19 +459,19 @@ }, "System.IO.FileSystem/4.0.0": { "dependencies": { - "System.Collections": "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.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" + "System.Runtime": "[4.0.20, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.IO.FileSystem.Primitives": "[4.0.0, )", + "System.Runtime.Handles": "[4.0.0, )", + "System.Threading.Overlapped": "[4.0.0, )", + "System.Text.Encoding": "[4.0.10, )", + "System.IO": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Text.Encoding.Extensions": "[4.0.10, )", + "System.Threading": "[4.0.10, )" }, "compile": { "ref/dotnet/System.IO.FileSystem.dll": {} @@ -482,7 +482,7 @@ }, "System.IO.FileSystem.Primitives/4.0.0": { "dependencies": { - "System.Runtime": "4.0.20" + "System.Runtime": "[4.0.20, )" }, "compile": { "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} @@ -493,13 +493,13 @@ }, "System.IO.UnmanagedMemoryStream/4.0.0": { "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.Runtime": "[4.0.20, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.IO.FileSystem.Primitives": "[4.0.0, )", + "System.IO": "[4.0.10, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Threading": "[4.0.10, )" }, "compile": { "ref/dotnet/System.IO.UnmanagedMemoryStream.dll": {} @@ -510,11 +510,11 @@ }, "System.Linq/4.0.0": { "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.Runtime": "[4.0.20, )", + "System.Collections": "[4.0.10, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Linq.dll": {} @@ -525,21 +525,21 @@ }, "System.Linq.Expressions/4.0.10": { "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.ObjectModel": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Emit": "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.Runtime": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Collections": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.0, )", + "System.Reflection": "[4.0.0, )", + "System.IO": "[4.0.0, )", + "System.Reflection.TypeExtensions": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )", + "System.Reflection.Emit": "[4.0.0, )", + "System.ObjectModel": "[4.0.0, )", + "System.Threading": "[4.0.0, )", + "System.Runtime.Extensions": "[4.0.0, )", + "System.Linq": "[4.0.0, )", + "System.Globalization": "[4.0.0, )", + "System.Reflection.Extensions": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Linq.Expressions.dll": {} @@ -550,16 +550,16 @@ }, "System.Linq.Parallel/4.0.0": { "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.Runtime": "[4.0.20, )", + "System.Collections.Concurrent": "[4.0.10, )", + "System.Linq": "[4.0.0, )", + "System.Collections": "[4.0.10, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.Diagnostics.Tracing": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Threading": "[4.0.10, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Linq.Parallel.dll": {} @@ -570,13 +570,13 @@ }, "System.Linq.Queryable/4.0.0": { "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.Runtime": "[4.0.20, )", + "System.Linq.Expressions": "[4.0.10, )", + "System.Linq": "[4.0.0, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Reflection.Extensions": "[4.0.0, )", + "System.Reflection": "[4.0.10, )", + "System.Collections": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Linq.Queryable.dll": {} @@ -587,21 +587,21 @@ }, "System.Net.Http/4.0.0": { "dependencies": { - "Microsoft.Win32.Primitives": "4.0.0", - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.IO.Compression": "4.0.0", - "System.Net.Primitives": "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", - "System.Threading.Tasks": "4.0.10" + "System.Runtime": "[4.0.20, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Runtime.Handles": "[4.0.0, )", + "Microsoft.Win32.Primitives": "[4.0.0, )", + "System.IO.Compression": "[4.0.0, )", + "System.Net.Primitives": "[4.0.10, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.IO": "[4.0.10, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Text.Encoding": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Globalization": "[4.0.10, )", + "System.Threading": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Net.Http.dll": {} @@ -612,7 +612,7 @@ }, "System.Net.NetworkInformation/4.0.0": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Net.NetworkInformation.dll": {} @@ -620,7 +620,7 @@ }, "System.Net.Primitives/4.0.10": { "dependencies": { - "System.Private.Networking": "4.0.0" + "System.Private.Networking": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Net.Primitives.dll": {} @@ -631,10 +631,10 @@ }, "System.Numerics.Vectors/4.1.0": { "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": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Globalization": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Numerics.Vectors.dll": {} @@ -645,11 +645,11 @@ }, "System.ObjectModel/4.0.10": { "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.Runtime": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Threading": "[4.0.10, )" }, "compile": { "ref/dotnet/System.ObjectModel.dll": {} @@ -660,25 +660,25 @@ }, "System.Private.Networking/4.0.0": { "dependencies": { - "Microsoft.Win32.Primitives": "4.0.0", - "System.Collections": "4.0.10", - "System.Collections.Concurrent": "4.0.0", - "System.Collections.NonGeneric": "4.0.0", - "System.ComponentModel.EventBasedAsync": "4.0.10", - "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" + "System.Runtime": "[4.0.20, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Diagnostics.Tracing": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Runtime.Handles": "[4.0.0, )", + "System.Collections.Concurrent": "[4.0.0, )", + "System.Collections.NonGeneric": "[4.0.0, )", + "Microsoft.Win32.Primitives": "[4.0.0, )", + "System.IO.FileSystem": "[4.0.0, )", + "System.Threading.Overlapped": "[4.0.0, )", + "System.IO.FileSystem.Primitives": "[4.0.0, )", + "System.Collections": "[4.0.10, )", + "System.Threading": "[4.0.10, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.IO": "[4.0.10, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.ComponentModel.EventBasedAsync": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Globalization": "[4.0.10, )" }, "compile": { "ref/dnxcore50/_._": {} @@ -697,9 +697,9 @@ }, "System.Reflection/4.0.10": { "dependencies": { - "System.IO": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.20" + "System.Runtime": "[4.0.20, )", + "System.IO": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Reflection.dll": {} @@ -710,14 +710,14 @@ }, "System.Reflection.DispatchProxy/4.0.0": { "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" + "System.Runtime": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )", + "System.Linq": "[4.0.0, )", + "System.Reflection.Extensions": "[4.0.0, )", + "System.Reflection": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Threading": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Reflection.DispatchProxy.dll": {} @@ -728,11 +728,11 @@ }, "System.Reflection.Emit/4.0.0": { "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.Runtime": "[4.0.0, )", + "System.Reflection": "[4.0.0, )", + "System.Reflection.Emit.ILGeneration": "[4.0.0, )", + "System.IO": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Reflection.Emit.dll": {} @@ -743,9 +743,9 @@ }, "System.Reflection.Emit.ILGeneration/4.0.0": { "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )", + "System.Reflection": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} @@ -756,8 +756,8 @@ }, "System.Reflection.Extensions/4.0.0": { "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )", + "System.Reflection": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Reflection.Extensions.dll": {} @@ -768,20 +768,20 @@ }, "System.Reflection.Metadata/1.0.22": { "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.Runtime": "[4.0.0, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )", + "System.IO": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.0, )", + "System.Collections": "[4.0.0, )", + "System.Text.Encoding": "[4.0.0, )", + "System.Runtime.InteropServices": "[4.0.0, )", + "System.Reflection": "[4.0.0, )", + "System.Runtime.Extensions": "[4.0.0, )", + "System.Threading": "[4.0.0, )", + "System.Text.Encoding.Extensions": "[4.0.0, )", + "System.Reflection.Extensions": "[4.0.0, )", + "System.Collections.Immutable": "[1.1.37, )" }, "compile": { "lib/dotnet/System.Reflection.Metadata.dll": {} @@ -792,7 +792,7 @@ }, "System.Reflection.Primitives/4.0.0": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Reflection.Primitives.dll": {} @@ -803,8 +803,8 @@ }, "System.Reflection.TypeExtensions/4.0.0": { "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )", + "System.Reflection": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Reflection.TypeExtensions.dll": {} @@ -815,9 +815,9 @@ }, "System.Resources.ResourceManager/4.0.0": { "dependencies": { - "System.Globalization": "4.0.0", - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )", + "System.Reflection": "[4.0.0, )", + "System.Globalization": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Resources.ResourceManager.dll": {} @@ -828,7 +828,7 @@ }, "System.Runtime/4.0.20": { "dependencies": { - "System.Private.Uri": "4.0.0" + "System.Private.Uri": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Runtime.dll": {} @@ -839,7 +839,7 @@ }, "System.Runtime.Extensions/4.0.10": { "dependencies": { - "System.Runtime": "4.0.20" + "System.Runtime": "[4.0.20, )" }, "compile": { "ref/dotnet/System.Runtime.Extensions.dll": {} @@ -850,7 +850,7 @@ }, "System.Runtime.Handles/4.0.0": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Runtime.Handles.dll": {} @@ -861,10 +861,10 @@ }, "System.Runtime.InteropServices/4.0.20": { "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" + "System.Runtime": "[4.0.0, )", + "System.Reflection": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )", + "System.Runtime.Handles": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Runtime.InteropServices.dll": {} @@ -875,10 +875,10 @@ }, "System.Runtime.Numerics/4.0.0": { "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": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Globalization": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Runtime.Numerics.dll": {} @@ -889,14 +889,14 @@ }, "System.Security.Claims/4.0.0": { "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.Runtime": "[4.0.20, )", + "System.Security.Principal": "[4.0.0, )", + "System.IO": "[4.0.0, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Collections": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.0, )", + "System.Globalization": "[4.0.0, )", + "System.Runtime.Extensions": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Security.Claims.dll": {} @@ -907,7 +907,7 @@ }, "System.Security.Principal/4.0.0": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Security.Principal.dll": {} @@ -918,7 +918,7 @@ }, "System.Text.Encoding/4.0.10": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Text.Encoding.dll": {} @@ -929,8 +929,8 @@ }, "System.Text.Encoding.Extensions/4.0.10": { "dependencies": { - "System.Runtime": "4.0.0", - "System.Text.Encoding": "4.0.10" + "System.Runtime": "[4.0.0, )", + "System.Text.Encoding": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Text.Encoding.Extensions.dll": {} @@ -941,12 +941,12 @@ }, "System.Text.RegularExpressions/4.0.10": { "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.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Collections": "[4.0.10, )", + "System.Globalization": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Threading": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Text.RegularExpressions.dll": {} @@ -957,8 +957,8 @@ }, "System.Threading/4.0.10": { "dependencies": { - "System.Runtime": "4.0.0", - "System.Threading.Tasks": "4.0.0" + "System.Runtime": "[4.0.0, )", + "System.Threading.Tasks": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Threading.dll": {} @@ -969,8 +969,8 @@ }, "System.Threading.Overlapped/4.0.0": { "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" + "System.Runtime": "[4.0.0, )", + "System.Runtime.Handles": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Threading.Overlapped.dll": {} @@ -981,7 +981,7 @@ }, "System.Threading.Tasks/4.0.10": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Threading.Tasks.dll": {} @@ -992,17 +992,17 @@ }, "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.Runtime": "[4.0.0, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.0, )", + "System.Collections.Concurrent": "[4.0.0, )", + "System.Collections": "[4.0.0, )", + "System.Threading.Tasks": "[4.0.0, )", + "System.Dynamic.Runtime": "[4.0.0, )", + "System.Diagnostics.Tracing": "[4.0.0, )", + "System.Threading": "[4.0.0, )", + "System.Linq": "[4.0.0, )", + "System.Runtime.Extensions": "[4.0.0, )" }, "compile": { "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {} @@ -1013,14 +1013,14 @@ }, "System.Threading.Tasks.Parallel/4.0.0": { "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.Runtime": "[4.0.20, )", + "System.Collections.Concurrent": "[4.0.10, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.Diagnostics.Tracing": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Threading": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Threading.Tasks.Parallel.dll": {} @@ -1031,7 +1031,7 @@ }, "System.Threading.Thread/4.0.0-beta-23109": { "dependencies": { - "System.Runtime": "4.0.0-beta-23109" + "System.Runtime": "[4.0.0-beta-23109, )" }, "compile": { "ref/dotnet/System.Threading.Thread.dll": {} @@ -1042,7 +1042,7 @@ }, "System.Threading.Timer/4.0.0": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Threading.Timer.dll": {} @@ -1053,20 +1053,20 @@ }, "System.Xml.ReaderWriter/4.0.10": { "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.Runtime": "[4.0.20, )", + "System.Text.Encoding": "[4.0.10, )", + "System.IO": "[4.0.10, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.IO.FileSystem": "[4.0.0, )", + "System.IO.FileSystem.Primitives": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Text.RegularExpressions": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Globalization": "[4.0.10, )", + "System.Text.Encoding.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Xml.ReaderWriter.dll": {} @@ -1077,17 +1077,17 @@ }, "System.Xml.XDocument/4.0.10": { "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.Runtime": "[4.0.20, )", + "System.IO": "[4.0.10, )", + "System.Xml.ReaderWriter": "[4.0.10, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Globalization": "[4.0.10, )", + "System.Threading": "[4.0.10, )", + "System.Text.Encoding": "[4.0.10, )", + "System.Reflection": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Xml.XDocument.dll": {} @@ -1102,22 +1102,22 @@ "DNXCore,Version=v5.0/win7-x86": { "Microsoft.CSharp/4.0.0": { "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.Runtime": "[4.0.20, )", + "System.Dynamic.Runtime": "[4.0.0, )", + "System.Linq.Expressions": "[4.0.0, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Linq": "[4.0.0, )", + "System.Reflection.TypeExtensions": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )", + "System.Reflection.Extensions": "[4.0.0, )", + "System.Collections": "[4.0.10, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Reflection": "[4.0.10, )", + "System.Threading": "[4.0.10, )", + "System.Globalization": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.ObjectModel": "[4.0.10, )" }, "compile": { "ref/dotnet/Microsoft.CSharp.dll": {} @@ -1128,67 +1128,67 @@ }, "Microsoft.NETCore/5.0.0": { "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.CSharp": "[4.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.NetworkInformation": "[4.0.0, )", + "System.Net.Http": "[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.NETCore.Targets": "[1.0.0, )" } }, "Microsoft.NETCore.Platforms/1.0.0": {}, "Microsoft.NETCore.Portable.Compatibility/1.0.0": { "dependencies": { - "Microsoft.NETCore.Runtime": "1.0.0" + "Microsoft.NETCore.Runtime": "[1.0.0, )" }, "compile": { "ref/dotnet/mscorlib.dll": {}, @@ -1223,30 +1223,30 @@ "Microsoft.NETCore.Runtime/1.0.0": {}, "Microsoft.NETCore.Runtime.CoreCLR-x86/1.0.0": { "dependencies": { - "System.Collections": "[4.0.10]", - "System.Diagnostics.Contracts": "[4.0.0]", - "System.Diagnostics.Debug": "[4.0.10]", - "System.Diagnostics.StackTrace": "[4.0.0]", - "System.Diagnostics.Tools": "[4.0.0]", - "System.Diagnostics.Tracing": "[4.0.20]", - "System.Globalization": "[4.0.10]", - "System.Globalization.Calendars": "[4.0.0]", - "System.IO": "[4.0.10]", - "System.ObjectModel": "[4.0.10]", - "System.Private.Uri": "[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.Runtime.Extensions": "[4.0.10]", - "System.Runtime.Handles": "[4.0.0]", - "System.Runtime.InteropServices": "[4.0.20]", - "System.Text.Encoding": "[4.0.10]", - "System.Text.Encoding.Extensions": "[4.0.10]", - "System.Threading": "[4.0.10]", - "System.Threading.Tasks": "[4.0.10]", - "System.Threading.Timer": "[4.0.0]" + "System.Collections": "[4.0.10, 4.0.10]", + "System.Diagnostics.Debug": "[4.0.10, 4.0.10]", + "System.Globalization": "[4.0.10, 4.0.10]", + "System.IO": "[4.0.10, 4.0.10]", + "System.ObjectModel": "[4.0.10, 4.0.10]", + "System.Reflection": "[4.0.10, 4.0.10]", + "System.Runtime.Extensions": "[4.0.10, 4.0.10]", + "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.Diagnostics.Contracts": "[4.0.0, 4.0.0]", + "System.Diagnostics.StackTrace": "[4.0.0, 4.0.0]", + "System.Diagnostics.Tools": "[4.0.0, 4.0.0]", + "System.Globalization.Calendars": "[4.0.0, 4.0.0]", + "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.Handles": "[4.0.0, 4.0.0]", + "System.Threading.Timer": "[4.0.0, 4.0.0]", + "System.Private.Uri": "[4.0.0, 4.0.0]", + "System.Diagnostics.Tracing": "[4.0.20, 4.0.20]", + "System.Runtime": "[4.0.20, 4.0.20]", + "System.Runtime.InteropServices": "[4.0.20, 4.0.20]" }, "compile": { "ref/dotnet/_._": {} @@ -1266,8 +1266,8 @@ }, "Microsoft.NETCore.Targets/1.0.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.0", - "Microsoft.NETCore.Targets.DNXCore": "4.9.0" + "Microsoft.NETCore.Targets.DNXCore": "[4.9.0, )", + "Microsoft.NETCore.Platforms": "[1.0.0, )" } }, "Microsoft.NETCore.Targets.DNXCore/4.9.0": {}, @@ -1404,22 +1404,22 @@ }, "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.Runtime": "[4.0.20, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Reflection.TypeExtensions": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )", + "System.Linq": "[4.0.0, )", + "System.Reflection.Extensions": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Reflection": "[4.0.10, )", + "System.Globalization": "[4.0.10, )", + "System.Dynamic.Runtime": "[4.0.10, )", + "System.Linq.Expressions": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Threading": "[4.0.10, )", + "System.ObjectModel": "[4.0.10, )" }, "compile": { "ref/dotnet/Microsoft.VisualBasic.dll": {} @@ -1430,8 +1430,8 @@ }, "Microsoft.Win32.Primitives/4.0.0": { "dependencies": { - "System.Runtime": "4.0.20", - "System.Runtime.InteropServices": "4.0.20" + "System.Runtime": "[4.0.20, )", + "System.Runtime.InteropServices": "[4.0.20, )" }, "compile": { "ref/dotnet/Microsoft.Win32.Primitives.dll": {} @@ -1442,7 +1442,7 @@ }, "System.AppContext/4.0.0": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.AppContext.dll": {} @@ -1453,7 +1453,7 @@ }, "System.Collections/4.0.10": { "dependencies": { - "System.Runtime": "4.0.20" + "System.Runtime": "[4.0.20, )" }, "compile": { "ref/dotnet/System.Collections.dll": {} @@ -1464,15 +1464,15 @@ }, "System.Collections.Concurrent/4.0.10": { "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.Runtime": "[4.0.20, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.Diagnostics.Tracing": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Threading": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Globalization": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Collections.Concurrent.dll": {} @@ -1483,14 +1483,14 @@ }, "System.Collections.Immutable/1.1.37": { "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.Runtime": "[4.0.0, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.0, )", + "System.Collections": "[4.0.0, )", + "System.Linq": "[4.0.0, )", + "System.Runtime.Extensions": "[4.0.0, )", + "System.Globalization": "[4.0.0, )", + "System.Threading": "[4.0.0, )" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -1501,12 +1501,12 @@ }, "System.Collections.NonGeneric/4.0.0": { "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.Runtime": "[4.0.20, )", + "System.Globalization": "[4.0.10, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Threading": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Collections.NonGeneric.dll": {} @@ -1517,7 +1517,7 @@ }, "System.ComponentModel/4.0.0": { "dependencies": { - "System.Runtime": "4.0.20" + "System.Runtime": "[4.0.20, )" }, "compile": { "ref/dotnet/System.ComponentModel.dll": {} @@ -1528,17 +1528,17 @@ }, "System.ComponentModel.Annotations/4.0.10": { "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.Runtime": "[4.0.20, )", + "System.ComponentModel": "[4.0.0, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Reflection.Extensions": "[4.0.0, )", + "System.Linq": "[4.0.0, )", + "System.Reflection": "[4.0.10, )", + "System.Text.RegularExpressions": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Globalization": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Threading": "[4.0.10, )" }, "compile": { "ref/dotnet/System.ComponentModel.Annotations.dll": {} @@ -1549,10 +1549,10 @@ }, "System.ComponentModel.EventBasedAsync/4.0.10": { "dependencies": { - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" + "System.Runtime": "[4.0.20, )", + "System.Threading": "[4.0.10, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Threading.Tasks": "[4.0.10, )" }, "compile": { "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} @@ -1563,15 +1563,15 @@ }, "System.Console/4.0.0-beta-23123": { "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.Text.Encoding": "4.0.10", - "System.Text.Encoding.Extensions": "4.0.10", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" + "System.Runtime": "[4.0.20, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.IO.FileSystem.Primitives": "[4.0.0, )", + "System.IO": "[4.0.10, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.Text.Encoding": "[4.0.10, )", + "System.Threading": "[4.0.10, )", + "System.Text.Encoding.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Console.dll": {} @@ -1582,7 +1582,7 @@ }, "System.Diagnostics.Contracts/4.0.0": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Diagnostics.Contracts.dll": {} @@ -1593,7 +1593,7 @@ }, "System.Diagnostics.Debug/4.0.10": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Diagnostics.Debug.dll": {} @@ -1604,8 +1604,8 @@ }, "System.Diagnostics.StackTrace/4.0.0": { "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )", + "System.Reflection": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Diagnostics.StackTrace.dll": {} @@ -1616,7 +1616,7 @@ }, "System.Diagnostics.Tools/4.0.0": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Diagnostics.Tools.dll": {} @@ -1627,7 +1627,7 @@ }, "System.Diagnostics.Tracing/4.0.20": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Diagnostics.Tracing.dll": {} @@ -1638,20 +1638,20 @@ }, "System.Dynamic.Runtime/4.0.10": { "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.Emit": "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.Runtime": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Collections": "[4.0.0, )", + "System.Reflection": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )", + "System.Reflection.Emit": "[4.0.0, )", + "System.ObjectModel": "[4.0.0, )", + "System.Threading": "[4.0.0, )", + "System.Reflection.TypeExtensions": "[4.0.0, )", + "System.Runtime.Extensions": "[4.0.0, )", + "System.Globalization": "[4.0.0, )", + "System.Linq": "[4.0.0, )", + "System.Linq.Expressions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Dynamic.Runtime.dll": {} @@ -1662,7 +1662,7 @@ }, "System.Globalization/4.0.10": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Globalization.dll": {} @@ -1673,8 +1673,8 @@ }, "System.Globalization.Calendars/4.0.0": { "dependencies": { - "System.Globalization": "4.0.0", - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )", + "System.Globalization": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Globalization.Calendars.dll": {} @@ -1685,11 +1685,11 @@ }, "System.Globalization.Extensions/4.0.0": { "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" + "System.Runtime": "[4.0.20, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Globalization": "[4.0.10, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Globalization.Extensions.dll": {} @@ -1700,9 +1700,9 @@ }, "System.IO/4.0.10": { "dependencies": { - "System.Runtime": "4.0.20", - "System.Text.Encoding": "4.0.0", - "System.Threading.Tasks": "4.0.0" + "System.Runtime": "[4.0.20, )", + "System.Text.Encoding": "[4.0.0, )", + "System.Threading.Tasks": "[4.0.0, )" }, "compile": { "ref/dotnet/System.IO.dll": {} @@ -1713,15 +1713,15 @@ }, "System.IO.Compression/4.0.0": { "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.Runtime": "[4.0.0, )", + "System.IO": "[4.0.0, )", + "System.Text.Encoding": "[4.0.0, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Threading.Tasks": "[4.0.0, )", + "System.Runtime.InteropServices": "[4.0.0, )", + "System.Collections": "[4.0.0, )", + "System.Runtime.Extensions": "[4.0.0, )", + "System.Threading": "[4.0.0, )" }, "compile": { "ref/dotnet/System.IO.Compression.dll": {} @@ -1737,14 +1737,14 @@ }, "System.IO.Compression.ZipFile/4.0.0": { "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.Runtime": "[4.0.20, )", + "System.IO.Compression": "[4.0.0, )", + "System.Text.Encoding": "[4.0.10, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.IO.FileSystem.Primitives": "[4.0.0, )", + "System.IO.FileSystem": "[4.0.0, )", + "System.IO": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.IO.Compression.ZipFile.dll": {} @@ -1755,19 +1755,19 @@ }, "System.IO.FileSystem/4.0.0": { "dependencies": { - "System.Collections": "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.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" + "System.Runtime": "[4.0.20, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.IO.FileSystem.Primitives": "[4.0.0, )", + "System.Runtime.Handles": "[4.0.0, )", + "System.Threading.Overlapped": "[4.0.0, )", + "System.Text.Encoding": "[4.0.10, )", + "System.IO": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Text.Encoding.Extensions": "[4.0.10, )", + "System.Threading": "[4.0.10, )" }, "compile": { "ref/dotnet/System.IO.FileSystem.dll": {} @@ -1778,7 +1778,7 @@ }, "System.IO.FileSystem.Primitives/4.0.0": { "dependencies": { - "System.Runtime": "4.0.20" + "System.Runtime": "[4.0.20, )" }, "compile": { "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} @@ -1789,13 +1789,13 @@ }, "System.IO.UnmanagedMemoryStream/4.0.0": { "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.Runtime": "[4.0.20, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.IO.FileSystem.Primitives": "[4.0.0, )", + "System.IO": "[4.0.10, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Threading": "[4.0.10, )" }, "compile": { "ref/dotnet/System.IO.UnmanagedMemoryStream.dll": {} @@ -1806,11 +1806,11 @@ }, "System.Linq/4.0.0": { "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.Runtime": "[4.0.20, )", + "System.Collections": "[4.0.10, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Linq.dll": {} @@ -1821,21 +1821,21 @@ }, "System.Linq.Expressions/4.0.10": { "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.ObjectModel": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Emit": "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.Runtime": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Collections": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.0, )", + "System.Reflection": "[4.0.0, )", + "System.IO": "[4.0.0, )", + "System.Reflection.TypeExtensions": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )", + "System.Reflection.Emit": "[4.0.0, )", + "System.ObjectModel": "[4.0.0, )", + "System.Threading": "[4.0.0, )", + "System.Runtime.Extensions": "[4.0.0, )", + "System.Linq": "[4.0.0, )", + "System.Globalization": "[4.0.0, )", + "System.Reflection.Extensions": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Linq.Expressions.dll": {} @@ -1846,16 +1846,16 @@ }, "System.Linq.Parallel/4.0.0": { "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.Runtime": "[4.0.20, )", + "System.Collections.Concurrent": "[4.0.10, )", + "System.Linq": "[4.0.0, )", + "System.Collections": "[4.0.10, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.Diagnostics.Tracing": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Threading": "[4.0.10, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Linq.Parallel.dll": {} @@ -1866,13 +1866,13 @@ }, "System.Linq.Queryable/4.0.0": { "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.Runtime": "[4.0.20, )", + "System.Linq.Expressions": "[4.0.10, )", + "System.Linq": "[4.0.0, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Reflection.Extensions": "[4.0.0, )", + "System.Reflection": "[4.0.10, )", + "System.Collections": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Linq.Queryable.dll": {} @@ -1883,21 +1883,21 @@ }, "System.Net.Http/4.0.0": { "dependencies": { - "Microsoft.Win32.Primitives": "4.0.0", - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.IO.Compression": "4.0.0", - "System.Net.Primitives": "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", - "System.Threading.Tasks": "4.0.10" + "System.Runtime": "[4.0.20, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Runtime.Handles": "[4.0.0, )", + "Microsoft.Win32.Primitives": "[4.0.0, )", + "System.IO.Compression": "[4.0.0, )", + "System.Net.Primitives": "[4.0.10, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.IO": "[4.0.10, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Text.Encoding": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Globalization": "[4.0.10, )", + "System.Threading": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Net.Http.dll": {} @@ -1908,7 +1908,7 @@ }, "System.Net.NetworkInformation/4.0.10-beta-23123": { "dependencies": { - "System.Private.Networking": "4.0.0" + "System.Private.Networking": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Net.NetworkInformation.dll": {} @@ -1919,7 +1919,7 @@ }, "System.Net.Primitives/4.0.10": { "dependencies": { - "System.Private.Networking": "4.0.0" + "System.Private.Networking": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Net.Primitives.dll": {} @@ -1930,10 +1930,10 @@ }, "System.Numerics.Vectors/4.1.0": { "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": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Globalization": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Numerics.Vectors.dll": {} @@ -1944,11 +1944,11 @@ }, "System.ObjectModel/4.0.10": { "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.Runtime": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Threading": "[4.0.10, )" }, "compile": { "ref/dotnet/System.ObjectModel.dll": {} @@ -1959,25 +1959,25 @@ }, "System.Private.Networking/4.0.0": { "dependencies": { - "Microsoft.Win32.Primitives": "4.0.0", - "System.Collections": "4.0.10", - "System.Collections.Concurrent": "4.0.0", - "System.Collections.NonGeneric": "4.0.0", - "System.ComponentModel.EventBasedAsync": "4.0.10", - "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" + "System.Runtime": "[4.0.20, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Diagnostics.Tracing": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Runtime.Handles": "[4.0.0, )", + "System.Collections.Concurrent": "[4.0.0, )", + "System.Collections.NonGeneric": "[4.0.0, )", + "Microsoft.Win32.Primitives": "[4.0.0, )", + "System.IO.FileSystem": "[4.0.0, )", + "System.Threading.Overlapped": "[4.0.0, )", + "System.IO.FileSystem.Primitives": "[4.0.0, )", + "System.Collections": "[4.0.10, )", + "System.Threading": "[4.0.10, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.IO": "[4.0.10, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.ComponentModel.EventBasedAsync": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Globalization": "[4.0.10, )" }, "compile": { "ref/dnxcore50/_._": {} @@ -1996,9 +1996,9 @@ }, "System.Reflection/4.0.10": { "dependencies": { - "System.IO": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.20" + "System.Runtime": "[4.0.20, )", + "System.IO": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Reflection.dll": {} @@ -2009,14 +2009,14 @@ }, "System.Reflection.DispatchProxy/4.0.0": { "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" + "System.Runtime": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )", + "System.Linq": "[4.0.0, )", + "System.Reflection.Extensions": "[4.0.0, )", + "System.Reflection": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Threading": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Reflection.DispatchProxy.dll": {} @@ -2027,11 +2027,11 @@ }, "System.Reflection.Emit/4.0.0": { "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.Runtime": "[4.0.0, )", + "System.Reflection": "[4.0.0, )", + "System.Reflection.Emit.ILGeneration": "[4.0.0, )", + "System.IO": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Reflection.Emit.dll": {} @@ -2042,9 +2042,9 @@ }, "System.Reflection.Emit.ILGeneration/4.0.0": { "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )", + "System.Reflection": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} @@ -2055,10 +2055,10 @@ }, "System.Reflection.Emit.Lightweight/4.0.0": { "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.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )", + "System.Runtime": "[4.0.0, )", + "System.Reflection.Emit.ILGeneration": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} @@ -2069,8 +2069,8 @@ }, "System.Reflection.Extensions/4.0.0": { "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )", + "System.Reflection": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Reflection.Extensions.dll": {} @@ -2081,20 +2081,20 @@ }, "System.Reflection.Metadata/1.0.22": { "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.Runtime": "[4.0.0, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )", + "System.IO": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.0, )", + "System.Collections": "[4.0.0, )", + "System.Text.Encoding": "[4.0.0, )", + "System.Runtime.InteropServices": "[4.0.0, )", + "System.Reflection": "[4.0.0, )", + "System.Runtime.Extensions": "[4.0.0, )", + "System.Threading": "[4.0.0, )", + "System.Text.Encoding.Extensions": "[4.0.0, )", + "System.Reflection.Extensions": "[4.0.0, )", + "System.Collections.Immutable": "[1.1.37, )" }, "compile": { "lib/dotnet/System.Reflection.Metadata.dll": {} @@ -2105,7 +2105,7 @@ }, "System.Reflection.Primitives/4.0.0": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Reflection.Primitives.dll": {} @@ -2116,8 +2116,8 @@ }, "System.Reflection.TypeExtensions/4.0.0": { "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )", + "System.Reflection": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Reflection.TypeExtensions.dll": {} @@ -2128,9 +2128,9 @@ }, "System.Resources.ResourceManager/4.0.0": { "dependencies": { - "System.Globalization": "4.0.0", - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )", + "System.Reflection": "[4.0.0, )", + "System.Globalization": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Resources.ResourceManager.dll": {} @@ -2141,7 +2141,7 @@ }, "System.Runtime/4.0.20": { "dependencies": { - "System.Private.Uri": "4.0.0" + "System.Private.Uri": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Runtime.dll": {} @@ -2152,7 +2152,7 @@ }, "System.Runtime.Extensions/4.0.10": { "dependencies": { - "System.Runtime": "4.0.20" + "System.Runtime": "[4.0.20, )" }, "compile": { "ref/dotnet/System.Runtime.Extensions.dll": {} @@ -2163,7 +2163,7 @@ }, "System.Runtime.Handles/4.0.0": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Runtime.Handles.dll": {} @@ -2174,10 +2174,10 @@ }, "System.Runtime.InteropServices/4.0.20": { "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" + "System.Runtime": "[4.0.0, )", + "System.Reflection": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )", + "System.Runtime.Handles": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Runtime.InteropServices.dll": {} @@ -2188,10 +2188,10 @@ }, "System.Runtime.Numerics/4.0.0": { "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": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Globalization": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Runtime.Numerics.dll": {} @@ -2202,14 +2202,14 @@ }, "System.Security.Claims/4.0.0": { "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.Runtime": "[4.0.20, )", + "System.Security.Principal": "[4.0.0, )", + "System.IO": "[4.0.0, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Collections": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.0, )", + "System.Globalization": "[4.0.0, )", + "System.Runtime.Extensions": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Security.Claims.dll": {} @@ -2220,7 +2220,7 @@ }, "System.Security.Principal/4.0.0": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Security.Principal.dll": {} @@ -2231,7 +2231,7 @@ }, "System.Text.Encoding/4.0.10": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Text.Encoding.dll": {} @@ -2242,8 +2242,8 @@ }, "System.Text.Encoding.Extensions/4.0.10": { "dependencies": { - "System.Runtime": "4.0.0", - "System.Text.Encoding": "4.0.10" + "System.Runtime": "[4.0.0, )", + "System.Text.Encoding": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Text.Encoding.Extensions.dll": {} @@ -2254,12 +2254,12 @@ }, "System.Text.RegularExpressions/4.0.10": { "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.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Collections": "[4.0.10, )", + "System.Globalization": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Threading": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Text.RegularExpressions.dll": {} @@ -2270,8 +2270,8 @@ }, "System.Threading/4.0.10": { "dependencies": { - "System.Runtime": "4.0.0", - "System.Threading.Tasks": "4.0.0" + "System.Runtime": "[4.0.0, )", + "System.Threading.Tasks": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Threading.dll": {} @@ -2282,8 +2282,8 @@ }, "System.Threading.Overlapped/4.0.0": { "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" + "System.Runtime": "[4.0.0, )", + "System.Runtime.Handles": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Threading.Overlapped.dll": {} @@ -2294,7 +2294,7 @@ }, "System.Threading.Tasks/4.0.10": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Threading.Tasks.dll": {} @@ -2305,17 +2305,17 @@ }, "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.Runtime": "[4.0.0, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.0, )", + "System.Collections.Concurrent": "[4.0.0, )", + "System.Collections": "[4.0.0, )", + "System.Threading.Tasks": "[4.0.0, )", + "System.Dynamic.Runtime": "[4.0.0, )", + "System.Diagnostics.Tracing": "[4.0.0, )", + "System.Threading": "[4.0.0, )", + "System.Linq": "[4.0.0, )", + "System.Runtime.Extensions": "[4.0.0, )" }, "compile": { "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {} @@ -2326,14 +2326,14 @@ }, "System.Threading.Tasks.Parallel/4.0.0": { "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.Runtime": "[4.0.20, )", + "System.Collections.Concurrent": "[4.0.10, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.Diagnostics.Tracing": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Threading": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Threading.Tasks.Parallel.dll": {} @@ -2344,7 +2344,7 @@ }, "System.Threading.Thread/4.0.0-beta-23109": { "dependencies": { - "System.Runtime": "4.0.0-beta-23109" + "System.Runtime": "[4.0.0-beta-23109, )" }, "compile": { "ref/dotnet/System.Threading.Thread.dll": {} @@ -2355,7 +2355,7 @@ }, "System.Threading.Timer/4.0.0": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Threading.Timer.dll": {} @@ -2366,20 +2366,20 @@ }, "System.Xml.ReaderWriter/4.0.10": { "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.Runtime": "[4.0.20, )", + "System.Text.Encoding": "[4.0.10, )", + "System.IO": "[4.0.10, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.IO.FileSystem": "[4.0.0, )", + "System.IO.FileSystem.Primitives": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Text.RegularExpressions": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Globalization": "[4.0.10, )", + "System.Text.Encoding.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Xml.ReaderWriter.dll": {} @@ -2390,17 +2390,17 @@ }, "System.Xml.XDocument/4.0.10": { "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.Runtime": "[4.0.20, )", + "System.IO": "[4.0.10, )", + "System.Xml.ReaderWriter": "[4.0.10, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Globalization": "[4.0.10, )", + "System.Threading": "[4.0.10, )", + "System.Text.Encoding": "[4.0.10, )", + "System.Reflection": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Xml.XDocument.dll": {} @@ -2414,69 +2414,85 @@ "libraries": { "Microsoft.CSharp/4.0.0": { "sha512": "oWqeKUxHXdK6dL2CFjgMcaBISbkk+AqEg+yvJHE4DElNzS4QaTsCflgkkqZwVlWby1Dg9zo9n+iCAMFefFdJ/A==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "Microsoft.CSharp.nuspec", "lib/dotnet/Microsoft.CSharp.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", - "lib/netcore50/Microsoft.CSharp.dll", "lib/win8/_._", + "lib/netcore50/Microsoft.CSharp.dll", "lib/wp80/_._", "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "Microsoft.CSharp.nuspec", - "package/services/metadata/core-properties/a8a7171824ab4656b3141cda0591ff66.psmdcp", + "ref/dotnet/Microsoft.CSharp.dll", + "ref/dotnet/Microsoft.CSharp.xml", + "ref/dotnet/zh-hant/Microsoft.CSharp.xml", "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", + "ref/dotnet/es/Microsoft.CSharp.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/win8/_._", "ref/netcore50/Microsoft.CSharp.dll", "ref/netcore50/Microsoft.CSharp.xml", - "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._" + "ref/xamarinmac20/_._", + "package/services/metadata/core-properties/a8a7171824ab4656b3141cda0591ff66.psmdcp", + "[Content_Types].xml" ] }, "Microsoft.NETCore/5.0.0": { "sha512": "QQMp0yYQbIdfkKhdEE6Umh2Xonau7tasG36Trw/YlHoWgYQLp7T9L+ZD8EPvdj5ubRhtOuKEKwM7HMpkagB9ZA==", + "type": "Package", "files": [ - "[Content_Types].xml", - "_._", "_rels/.rels", "Microsoft.NETCore.nuspec", - "package/services/metadata/core-properties/340ac37fb1224580ae47c59ebdd88964.psmdcp" + "_._", + "package/services/metadata/core-properties/340ac37fb1224580ae47c59ebdd88964.psmdcp", + "[Content_Types].xml" ] }, "Microsoft.NETCore.Platforms/1.0.0": { "sha512": "0N77OwGZpXqUco2C/ynv1os7HqdFYifvNIbveLDKqL5PZaz05Rl9enCwVBjF61aumHKueLWIJ3prnmdAXxww4A==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", "Microsoft.NETCore.Platforms.nuspec", + "runtime.json", "package/services/metadata/core-properties/36b51d4c6b524527902ff1a182a64e42.psmdcp", - "runtime.json" + "[Content_Types].xml" ] }, "Microsoft.NETCore.Portable.Compatibility/1.0.0": { "sha512": "5/IFqf2zN1jzktRJitxO+5kQ+0AilcIbPvSojSJwDG3cGNSMZg44LXLB5E9RkSETE0Wh4QoALdNh1koKoF7/mA==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "Microsoft.NETCore.Portable.Compatibility.nuspec", + "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.Windows.dll", + "lib/netcore50/System.Xml.dll", + "lib/netcore50/System.Xml.Linq.dll", + "lib/netcore50/System.Xml.Serialization.dll", "lib/dnxcore50/System.ComponentModel.DataAnnotations.dll", "lib/dnxcore50/System.Core.dll", "lib/dnxcore50/System.dll", @@ -2490,23 +2506,9 @@ "lib/dnxcore50/System.Xml.Linq.dll", "lib/dnxcore50/System.Xml.Serialization.dll", "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.Windows.dll", - "lib/netcore50/System.Xml.dll", - "lib/netcore50/System.Xml.Linq.dll", - "lib/netcore50/System.Xml.Serialization.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", @@ -2520,7 +2522,21 @@ "ref/dotnet/System.Xml.dll", "ref/dotnet/System.Xml.Linq.dll", "ref/dotnet/System.Xml.Serialization.dll", + "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.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", "ref/net45/_._", + "ref/win8/_._", "ref/netcore50/mscorlib.dll", "ref/netcore50/System.ComponentModel.DataAnnotations.dll", "ref/netcore50/System.Core.dll", @@ -2534,94 +2550,85 @@ "ref/netcore50/System.Xml.dll", "ref/netcore50/System.Xml.Linq.dll", "ref/netcore50/System.Xml.Serialization.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.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" + "package/services/metadata/core-properties/8131b8ae030a45e7986737a0c1d04ef5.psmdcp", + "[Content_Types].xml" ] }, "Microsoft.NETCore.Runtime/1.0.0": { "sha512": "AjaMNpXLW4miEQorIqyn6iQ+BZBId6qXkhwyeh1vl6kXLqosZusbwmLNlvj/xllSQrd3aImJbvlHusam85g+xQ==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", "Microsoft.NETCore.Runtime.nuspec", + "runtime.json", "package/services/metadata/core-properties/f289de2ffef9428684eca0c193bc8765.psmdcp", - "runtime.json" + "[Content_Types].xml" ] }, "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" + "runtimes/win7-x86/native/mscorrc.dll", + "runtimes/win7-x86/lib/dotnet/mscorlib.ni.dll", + "ref/dotnet/_._", + "package/services/metadata/core-properties/dd7e29450ade4bdaab9794850cd11d7a.psmdcp", + "[Content_Types].xml" ] }, "Microsoft.NETCore.Targets/1.0.0": { "sha512": "XfITpPjYLYRmAeZtb9diw6P7ylLQsSC1U2a/xj10iQpnHxkiLEBXop/psw15qMPuNca7lqgxWvzZGpQxphuXaw==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", "Microsoft.NETCore.Targets.nuspec", + "runtime.json", "package/services/metadata/core-properties/5413a5ed3fde4121a1c9ee8feb12ba66.psmdcp", - "runtime.json" + "[Content_Types].xml" ] }, "Microsoft.NETCore.Targets.DNXCore/4.9.0": { "sha512": "32pNFQTn/nVB15hYIztKn1Ij05ibGn8C9CfOiENbc+GbzxWWQQztDyWhS/vGzUcrFFZpcXbJ0yGHem2syNHMwQ==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", "Microsoft.NETCore.Targets.DNXCore.nuspec", + "runtime.json", "package/services/metadata/core-properties/49a06ab6e27f4682b9b0c258f69b4fe2.psmdcp", - "runtime.json" + "[Content_Types].xml" ] }, "Microsoft.NETCore.TestHost-x86/1.0.0-beta-23123": { "sha512": "hLIFc0enPvCCOt1pXl3etWtkhvB+lb8qcjxWM39Jk9n8UTLvIH4lwzFbTv6Tij3LYmNbToTKEPKYmx3TfjUevw==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", "Microsoft.NETCore.TestHost-x86.nuspec", + "runtimes/win7-x86/native/CoreRun.exe", "package/services/metadata/core-properties/71ad7e2008a84dfdb75618cb7527719a.psmdcp", - "runtimes/win7-x86/native/CoreRun.exe" + "[Content_Types].xml" ] }, "Microsoft.NETCore.Windows.ApiSets-x86/1.0.0": { "sha512": "/HDRdhz5bZyhHwQ/uk/IbnDIX5VDTsHntEZYkTYo57dM+U3Ttel9/OJv0mjL64wTO/QKUJJNKp9XO+m7nSVjJQ==", + "type": "Package", "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-comm-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", @@ -2684,13 +2691,13 @@ "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-StringAnsi-L1-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-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", @@ -2740,14 +2747,6 @@ "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", @@ -2762,8 +2761,8 @@ "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-stringloader-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", @@ -2773,2039 +2772,2119 @@ "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" + "runtimes/win8-x86/native/api-ms-win-service-private-l1-1-1.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/win10-x86/native/_._", + "package/services/metadata/core-properties/b773d829b3664669b45b4b4e97bdb635.psmdcp", + "[Content_Types].xml" ] }, "Microsoft.VisualBasic/10.0.0": { "sha512": "5BEm2/HAVd97whRlCChU7rmSh/9cwGlZ/NTNe3Jl07zuPWfKQq5TUvVNUmdvmEe8QRecJLZ4/e7WF1i1O8V42g==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "Microsoft.VisualBasic.nuspec", "lib/dotnet/Microsoft.VisualBasic.dll", "lib/net45/_._", - "lib/netcore50/Microsoft.VisualBasic.dll", "lib/win8/_._", + "lib/netcore50/Microsoft.VisualBasic.dll", "lib/wpa81/_._", - "Microsoft.VisualBasic.nuspec", - "package/services/metadata/core-properties/5dbd3a7042354092a8b352b655cf4376.psmdcp", + "ref/dotnet/Microsoft.VisualBasic.dll", + "ref/dotnet/Microsoft.VisualBasic.xml", + "ref/dotnet/zh-hant/Microsoft.VisualBasic.xml", "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", + "ref/dotnet/es/Microsoft.VisualBasic.xml", "ref/net45/_._", + "ref/win8/_._", "ref/netcore50/Microsoft.VisualBasic.dll", "ref/netcore50/Microsoft.VisualBasic.xml", - "ref/win8/_._", - "ref/wpa81/_._" + "ref/wpa81/_._", + "package/services/metadata/core-properties/5dbd3a7042354092a8b352b655cf4376.psmdcp", + "[Content_Types].xml" ] }, "Microsoft.Win32.Primitives/4.0.0": { "sha512": "CypEz9/lLOup8CEhiAmvr7aLs1zKPYyEU1sxQeEr6G0Ci8/F0Y6pYR1zzkROjM8j8Mq0typmbu676oYyvErQvg==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "Microsoft.Win32.Primitives.nuspec", "lib/dotnet/Microsoft.Win32.Primitives.dll", + "lib/net46/Microsoft.Win32.Primitives.dll", "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/Microsoft.Win32.Primitives.dll", + "ref/dotnet/Microsoft.Win32.Primitives.xml", + "ref/dotnet/zh-hant/Microsoft.Win32.Primitives.xml", "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", + "ref/dotnet/es/Microsoft.Win32.Primitives.xml", + "ref/net46/Microsoft.Win32.Primitives.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/Microsoft.Win32.Primitives.dll", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._" + "ref/xamarinmac20/_._", + "package/services/metadata/core-properties/1d4eb9d0228b48b88d2df3822fba2d86.psmdcp", + "[Content_Types].xml" ] }, "System.AppContext/4.0.0": { "sha512": "gUoYgAWDC3+xhKeU5KSLbYDhTdBYk9GssrMSCcWUADzOglW+s0AmwVhOUGt2tL5xUl7ZXoYTPdA88zCgKrlG0A==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.AppContext.nuspec", + "lib/netcore50/System.AppContext.dll", "lib/DNXCore50/System.AppContext.dll", + "lib/net46/System.AppContext.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.AppContext.dll", - "lib/netcore50/System.AppContext.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/3b390478e0cd42eb8818bbab19299738.psmdcp", + "ref/dotnet/System.AppContext.dll", + "ref/dotnet/System.AppContext.xml", + "ref/dotnet/zh-hant/System.AppContext.xml", "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", + "ref/dotnet/es/System.AppContext.xml", + "ref/net46/System.AppContext.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.AppContext.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.AppContext.nuspec" + "package/services/metadata/core-properties/3b390478e0cd42eb8818bbab19299738.psmdcp", + "[Content_Types].xml" ] }, "System.Collections/4.0.10": { "sha512": "ux6ilcZZjV/Gp7JEZpe+2V1eTueq6NuoGRM3eZCFuPM25hLVVgCRuea6STW8hvqreIOE59irJk5/ovpA5xQipw==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Collections.nuspec", + "lib/netcore50/System.Collections.dll", "lib/DNXCore50/System.Collections.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/_._", - "lib/netcore50/System.Collections.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/b4f8061406e54dbda8f11b23186be11a.psmdcp", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", + "ref/dotnet/zh-hant/System.Collections.xml", "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", + "ref/dotnet/es/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/System.Collections.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Collections.dll", - "System.Collections.nuspec" + "package/services/metadata/core-properties/b4f8061406e54dbda8f11b23186be11a.psmdcp", + "[Content_Types].xml" ] }, "System.Collections.Concurrent/4.0.10": { "sha512": "ZtMEqOPAjAIqR8fqom9AOKRaB94a+emO2O8uOP6vyJoNswSPrbiwN7iH53rrVpvjMVx0wr4/OMpI7486uGZjbw==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Collections.Concurrent.nuspec", "lib/dotnet/System.Collections.Concurrent.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/c982a1e1e1644b62952fc4d4dcbe0d42.psmdcp", + "ref/dotnet/System.Collections.Concurrent.dll", + "ref/dotnet/System.Collections.Concurrent.xml", + "ref/dotnet/zh-hant/System.Collections.Concurrent.xml", "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", + "ref/dotnet/es/System.Collections.Concurrent.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Collections.Concurrent.nuspec" + "package/services/metadata/core-properties/c982a1e1e1644b62952fc4d4dcbe0d42.psmdcp", + "[Content_Types].xml" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "[Content_Types].xml" ] }, "System.Collections.NonGeneric/4.0.0": { "sha512": "rVgwrFBMkmp8LI6GhAYd6Bx+2uLIXjRfNg6Ie+ASfX8ESuh9e2HNxFy2yh1MPIXZq3OAYa+0mmULVwpnEC6UDA==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Collections.NonGeneric.nuspec", "lib/dotnet/System.Collections.NonGeneric.dll", + "lib/net46/System.Collections.NonGeneric.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.Collections.NonGeneric.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/185704b1dc164b078b61038bde9ab31a.psmdcp", + "ref/dotnet/System.Collections.NonGeneric.dll", + "ref/dotnet/System.Collections.NonGeneric.xml", + "ref/dotnet/zh-hant/System.Collections.NonGeneric.xml", "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", + "ref/dotnet/es/System.Collections.NonGeneric.xml", + "ref/net46/System.Collections.NonGeneric.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.Collections.NonGeneric.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Collections.NonGeneric.nuspec" + "package/services/metadata/core-properties/185704b1dc164b078b61038bde9ab31a.psmdcp", + "[Content_Types].xml" ] }, "System.ComponentModel/4.0.0": { "sha512": "BzpLdSi++ld7rJLOOt5f/G9GxujP202bBgKORsHcGV36rLB0mfSA2h8chTMoBzFhgN7TE14TmJ2J7Q1RyNCTAw==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.ComponentModel.nuspec", "lib/dotnet/System.ComponentModel.dll", "lib/net45/_._", - "lib/netcore50/System.ComponentModel.dll", "lib/win8/_._", + "lib/netcore50/System.ComponentModel.dll", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/58b9abdedb3a4985a487cb8bf4bdcbd7.psmdcp", + "ref/dotnet/System.ComponentModel.dll", + "ref/dotnet/System.ComponentModel.xml", + "ref/dotnet/zh-hant/System.ComponentModel.xml", "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", + "ref/dotnet/es/System.ComponentModel.xml", "ref/net45/_._", + "ref/win8/_._", "ref/netcore50/System.ComponentModel.dll", "ref/netcore50/System.ComponentModel.xml", - "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "System.ComponentModel.nuspec" + "package/services/metadata/core-properties/58b9abdedb3a4985a487cb8bf4bdcbd7.psmdcp", + "[Content_Types].xml" ] }, "System.ComponentModel.Annotations/4.0.10": { "sha512": "7+XGyEZx24nP1kpHxCB9e+c6D0fdVDvFwE1xujE9BzlXyNVcy5J5aIO0H/ECupx21QpyRvzZibGAHfL/XLL6dw==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.ComponentModel.Annotations.nuspec", "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/System.ComponentModel.Annotations.dll", + "ref/dotnet/System.ComponentModel.Annotations.xml", + "ref/dotnet/zh-hant/System.ComponentModel.Annotations.xml", "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/dotnet/es/System.ComponentModel.Annotations.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.ComponentModel.Annotations.nuspec" + "package/services/metadata/core-properties/012e5fa97b3d450eb20342cd9ba88069.psmdcp", + "[Content_Types].xml" ] }, "System.ComponentModel.EventBasedAsync/4.0.10": { "sha512": "d6kXcHUgP0jSPXEQ6hXJYCO6CzfoCi7t9vR3BfjSQLrj4HzpuATpx1gkN7itmTW1O+wjuw6rai4378Nj6N70yw==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.ComponentModel.EventBasedAsync.nuspec", "lib/dotnet/System.ComponentModel.EventBasedAsync.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/5094900f1f7e4f4dae27507acc72f2a5.psmdcp", + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll", + "ref/dotnet/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/zh-hant/System.ComponentModel.EventBasedAsync.xml", "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/dotnet/es/System.ComponentModel.EventBasedAsync.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.ComponentModel.EventBasedAsync.nuspec" + "package/services/metadata/core-properties/5094900f1f7e4f4dae27507acc72f2a5.psmdcp", + "[Content_Types].xml" ] }, "System.Console/4.0.0-beta-23123": { "sha512": "fPglodP4GQV7HBBDhmCZaCD8fzBvhtHmBmiN/8yWiJz0NNnA55YUNBh3myvR2DP/6IOHJ75/tTRkvwdpX3BWXA==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Console.nuspec", "lib/DNXCore50/System.Console.dll", + "lib/net46/System.Console.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.Console.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/8d7a3fc8c6314a7b8e950ea4ca023405.psmdcp", + "ref/dotnet/System.Console.dll", + "ref/dotnet/System.Console.xml", + "ref/dotnet/zh-hant/System.Console.xml", "ref/dotnet/de/System.Console.xml", - "ref/dotnet/es/System.Console.xml", "ref/dotnet/fr/System.Console.xml", "ref/dotnet/it/System.Console.xml", "ref/dotnet/ja/System.Console.xml", "ref/dotnet/ko/System.Console.xml", "ref/dotnet/ru/System.Console.xml", - "ref/dotnet/System.Console.dll", - "ref/dotnet/System.Console.xml", "ref/dotnet/zh-hans/System.Console.xml", - "ref/dotnet/zh-hant/System.Console.xml", + "ref/dotnet/es/System.Console.xml", + "ref/net46/System.Console.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.Console.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Console.nuspec" + "package/services/metadata/core-properties/8d7a3fc8c6314a7b8e950ea4ca023405.psmdcp", + "[Content_Types].xml" ] }, "System.Diagnostics.Contracts/4.0.0": { "sha512": "lMc7HNmyIsu0pKTdA4wf+FMq5jvouUd+oUpV4BdtyqoV0Pkbg9u/7lTKFGqpjZRQosWHq1+B32Lch2wf4AmloA==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Diagnostics.Contracts.nuspec", + "lib/netcore50/System.Diagnostics.Contracts.dll", "lib/DNXCore50/System.Diagnostics.Contracts.dll", "lib/net45/_._", - "lib/netcore50/System.Diagnostics.Contracts.dll", "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/System.Diagnostics.Contracts.dll", + "ref/dotnet/System.Diagnostics.Contracts.xml", + "ref/dotnet/zh-hant/System.Diagnostics.Contracts.xml", + "ref/dotnet/de/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", + "ref/dotnet/es/System.Diagnostics.Contracts.xml", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Contracts.dll", "ref/net45/_._", + "ref/win8/_._", "ref/netcore50/System.Diagnostics.Contracts.dll", "ref/netcore50/System.Diagnostics.Contracts.xml", - "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Contracts.dll", - "System.Diagnostics.Contracts.nuspec" + "package/services/metadata/core-properties/c6cd3d0bbc304cbca14dc3d6bff6579c.psmdcp", + "[Content_Types].xml" ] }, "System.Diagnostics.Debug/4.0.10": { "sha512": "pi2KthuvI2LWV2c2V+fwReDsDiKpNl040h6DcwFOb59SafsPT/V1fCy0z66OKwysurJkBMmp5j5CBe3Um+ub0g==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Diagnostics.Debug.nuspec", "lib/DNXCore50/System.Diagnostics.Debug.dll", + "lib/netcore50/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/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", + "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", "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/dotnet/es/System.Diagnostics.Debug.xml", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll", - "System.Diagnostics.Debug.nuspec" + "package/services/metadata/core-properties/bfb05c26051f4a5f9015321db9cb045c.psmdcp", + "[Content_Types].xml" ] }, "System.Diagnostics.StackTrace/4.0.0": { "sha512": "PItgenqpRiMqErvQONBlfDwctKpWVrcDSW5pppNZPJ6Bpiyz+KjsWoSiaqs5dt03HEbBTMNCrZb8KCkh7YfXmw==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Diagnostics.StackTrace.nuspec", "lib/DNXCore50/System.Diagnostics.StackTrace.dll", + "lib/netcore50/System.Diagnostics.StackTrace.dll", + "lib/net46/System.Diagnostics.StackTrace.dll", "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/System.Diagnostics.StackTrace.dll", + "ref/dotnet/System.Diagnostics.StackTrace.xml", + "ref/dotnet/zh-hant/System.Diagnostics.StackTrace.xml", "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/dotnet/es/System.Diagnostics.StackTrace.xml", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.StackTrace.dll", + "ref/net46/System.Diagnostics.StackTrace.dll", "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" + "package/services/metadata/core-properties/5c7ca489a36944d895c628fced7e9107.psmdcp", + "[Content_Types].xml" ] }, "System.Diagnostics.Tools/4.0.0": { "sha512": "uw5Qi2u5Cgtv4xv3+8DeB63iaprPcaEHfpeJqlJiLjIVy6v0La4ahJ6VW9oPbJNIjcavd24LKq0ctT9ssuQXsw==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Diagnostics.Tools.nuspec", "lib/DNXCore50/System.Diagnostics.Tools.dll", - "lib/net45/_._", "lib/netcore50/System.Diagnostics.Tools.dll", + "lib/net45/_._", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/20f622a1ae5b4e3992fc226d88d36d59.psmdcp", + "ref/dotnet/System.Diagnostics.Tools.dll", + "ref/dotnet/System.Diagnostics.Tools.xml", + "ref/dotnet/zh-hant/System.Diagnostics.Tools.xml", "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", + "ref/dotnet/es/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.dll", "ref/net45/_._", + "ref/win8/_._", "ref/netcore50/System.Diagnostics.Tools.dll", "ref/netcore50/System.Diagnostics.Tools.xml", - "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.dll", - "System.Diagnostics.Tools.nuspec" + "package/services/metadata/core-properties/20f622a1ae5b4e3992fc226d88d36d59.psmdcp", + "[Content_Types].xml" ] }, "System.Diagnostics.Tracing/4.0.20": { "sha512": "gn/wexGHc35Fv++5L1gYHMY5g25COfiZ0PGrL+3PfwzoJd4X2LbTAm/U8d385SI6BKQBI/z4dQfvneS9J27+Tw==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Diagnostics.Tracing.nuspec", + "lib/netcore50/System.Diagnostics.Tracing.dll", "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/System.Diagnostics.Tracing.dll", + "ref/dotnet/System.Diagnostics.Tracing.xml", + "ref/dotnet/zh-hant/System.Diagnostics.Tracing.xml", "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/dotnet/es/System.Diagnostics.Tracing.xml", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll", - "System.Diagnostics.Tracing.nuspec" + "package/services/metadata/core-properties/13423e75e6344b289b3779b51522737c.psmdcp", + "[Content_Types].xml" ] }, "System.Dynamic.Runtime/4.0.10": { "sha512": "r10VTLdlxtYp46BuxomHnwx7vIoMOr04CFoC/jJJfY22f7HQQ4P+cXY2Nxo6/rIxNNqOxwdbQQwv7Gl88Jsu1w==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Dynamic.Runtime.nuspec", + "lib/netcore50/System.Dynamic.Runtime.dll", "lib/DNXCore50/System.Dynamic.Runtime.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/_._", - "lib/netcore50/System.Dynamic.Runtime.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/b7571751b95d4952803c5011dab33c3b.psmdcp", + "ref/dotnet/System.Dynamic.Runtime.dll", + "ref/dotnet/System.Dynamic.Runtime.xml", + "ref/dotnet/zh-hant/System.Dynamic.Runtime.xml", "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", + "ref/dotnet/es/System.Dynamic.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/System.Dynamic.Runtime.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "runtimes/win8-aot/lib/netcore50/System.Dynamic.Runtime.dll", - "System.Dynamic.Runtime.nuspec" + "package/services/metadata/core-properties/b7571751b95d4952803c5011dab33c3b.psmdcp", + "[Content_Types].xml" ] }, "System.Globalization/4.0.10": { "sha512": "kzRtbbCNAxdafFBDogcM36ehA3th8c1PGiz8QRkZn8O5yMBorDHSK8/TGJPYOaCS5zdsGk0u9qXHnW91nqy7fw==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Globalization.nuspec", + "lib/netcore50/System.Globalization.dll", "lib/DNXCore50/System.Globalization.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/_._", - "lib/netcore50/System.Globalization.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/93bcad242a4e4ad7afd0b53244748763.psmdcp", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", + "ref/dotnet/zh-hant/System.Globalization.xml", "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", + "ref/dotnet/es/System.Globalization.xml", + "runtimes/win8-aot/lib/netcore50/System.Globalization.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Globalization.dll", - "System.Globalization.nuspec" + "package/services/metadata/core-properties/93bcad242a4e4ad7afd0b53244748763.psmdcp", + "[Content_Types].xml" ] }, "System.Globalization.Calendars/4.0.0": { "sha512": "cL6WrdGKnNBx9W/iTr+jbffsEO4RLjEtOYcpVSzPNDoli6X5Q6bAfWtJYbJNOPi8Q0fXgBEvKK1ncFL/3FTqlA==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Globalization.Calendars.nuspec", + "lib/netcore50/System.Globalization.Calendars.dll", "lib/DNXCore50/System.Globalization.Calendars.dll", + "lib/net46/System.Globalization.Calendars.dll", "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/System.Globalization.Calendars.dll", + "ref/dotnet/System.Globalization.Calendars.xml", + "ref/dotnet/zh-hant/System.Globalization.Calendars.xml", "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", + "ref/dotnet/es/System.Globalization.Calendars.xml", + "runtimes/win8-aot/lib/netcore50/System.Globalization.Calendars.dll", + "ref/net46/System.Globalization.Calendars.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.Globalization.Calendars.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Globalization.Calendars.dll", - "System.Globalization.Calendars.nuspec" + "package/services/metadata/core-properties/95fc8eb4808e4f31a967f407c94eba0f.psmdcp", + "[Content_Types].xml" ] }, "System.Globalization.Extensions/4.0.0": { "sha512": "rqbUXiwpBCvJ18ySCsjh20zleazO+6fr3s5GihC2sVwhyS0MUl6+oc5Rzk0z6CKkS4kmxbZQSeZLsK7cFSO0ng==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Globalization.Extensions.nuspec", "lib/dotnet/System.Globalization.Extensions.dll", + "lib/net46/System.Globalization.Extensions.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.Globalization.Extensions.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/a0490a34737f448fb53635b5210e48e4.psmdcp", + "ref/dotnet/System.Globalization.Extensions.dll", + "ref/dotnet/System.Globalization.Extensions.xml", + "ref/dotnet/zh-hant/System.Globalization.Extensions.xml", "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", + "ref/dotnet/es/System.Globalization.Extensions.xml", + "ref/net46/System.Globalization.Extensions.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.Globalization.Extensions.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Globalization.Extensions.nuspec" + "package/services/metadata/core-properties/a0490a34737f448fb53635b5210e48e4.psmdcp", + "[Content_Types].xml" ] }, "System.IO/4.0.10": { "sha512": "kghf1CeYT+W2lw8a50/GxFz5HR9t6RkL4BvjxtTp1NxtEFWywnMA9W8FH/KYXiDNThcw9u/GOViDON4iJFGXIQ==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.IO.nuspec", + "lib/netcore50/System.IO.dll", "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/System.IO.dll", + "ref/dotnet/System.IO.xml", + "ref/dotnet/zh-hant/System.IO.xml", "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/dotnet/es/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/System.IO.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.IO.dll", - "System.IO.nuspec" + "package/services/metadata/core-properties/db72fd58a86b4d13a6d2858ebec46705.psmdcp", + "[Content_Types].xml" ] }, "System.IO.Compression/4.0.0": { "sha512": "S+ljBE3py8pujTrsOOYHtDg2cnAifn6kBu/pfh1hMWIXd8DoVh0ADTA6Puv4q+nYj+Msm6JoFLNwuRSmztbsDQ==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.IO.Compression.nuspec", "lib/dotnet/System.IO.Compression.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", - "lib/netcore50/System.IO.Compression.dll", "lib/win8/_._", + "lib/netcore50/System.IO.Compression.dll", "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/cdbbc16eba65486f85d2caf9357894f3.psmdcp", + "ref/dotnet/System.IO.Compression.dll", + "ref/dotnet/System.IO.Compression.xml", + "ref/dotnet/zh-hant/System.IO.Compression.xml", "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", + "ref/dotnet/es/System.IO.Compression.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/win8/_._", "ref/netcore50/System.IO.Compression.dll", "ref/netcore50/System.IO.Compression.xml", - "ref/win8/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.IO.Compression.nuspec" + "package/services/metadata/core-properties/cdbbc16eba65486f85d2caf9357894f3.psmdcp", + "[Content_Types].xml" ] }, "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", + "System.IO.Compression.clrcompression-x86.nuspec", "runtimes/win7-x86/native/clrcompression.dll", - "System.IO.Compression.clrcompression-x86.nuspec" + "runtimes/win10-x86/native/ClrCompression.dll", + "package/services/metadata/core-properties/cd12f86c8cc2449589dfbe349763f7b3.psmdcp", + "[Content_Types].xml" ] }, "System.IO.Compression.ZipFile/4.0.0": { "sha512": "pwntmtsJqtt6Lez4Iyv4GVGW6DaXUTo9Rnlsx0MFagRgX+8F/sxG5S/IzDJabBj68sUWViz1QJrRZL4V9ngWDg==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.IO.Compression.ZipFile.nuspec", "lib/dotnet/System.IO.Compression.ZipFile.dll", + "lib/net46/System.IO.Compression.ZipFile.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.IO.Compression.ZipFile.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/60dc66d592ac41008e1384536912dabf.psmdcp", + "ref/dotnet/System.IO.Compression.ZipFile.dll", + "ref/dotnet/System.IO.Compression.ZipFile.xml", + "ref/dotnet/zh-hant/System.IO.Compression.ZipFile.xml", "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", + "ref/dotnet/es/System.IO.Compression.ZipFile.xml", + "ref/net46/System.IO.Compression.ZipFile.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.IO.Compression.ZipFile.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.IO.Compression.ZipFile.nuspec" + "package/services/metadata/core-properties/60dc66d592ac41008e1384536912dabf.psmdcp", + "[Content_Types].xml" ] }, "System.IO.FileSystem/4.0.0": { "sha512": "eo05SPWfG+54UA0wxgRIYOuOslq+2QrJLXZaJDDsfLXG15OLguaItW39NYZTqUb4DeGOkU4R0wpOLOW4ynMUDQ==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.IO.FileSystem.nuspec", "lib/DNXCore50/System.IO.FileSystem.dll", + "lib/netcore50/System.IO.FileSystem.dll", + "lib/net46/System.IO.FileSystem.dll", "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/System.IO.FileSystem.dll", + "ref/dotnet/System.IO.FileSystem.xml", + "ref/dotnet/zh-hant/System.IO.FileSystem.xml", "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", + "ref/dotnet/es/System.IO.FileSystem.xml", + "ref/net46/System.IO.FileSystem.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.IO.FileSystem.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.IO.FileSystem.nuspec" + "package/services/metadata/core-properties/0405bad2bcdd403884f42a0a79534bc1.psmdcp", + "[Content_Types].xml" ] }, "System.IO.FileSystem.Primitives/4.0.0": { "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.IO.FileSystem.Primitives.nuspec", "lib/dotnet/System.IO.FileSystem.Primitives.dll", + "lib/net46/System.IO.FileSystem.Primitives.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.IO.FileSystem.Primitives.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/2cf3542156f0426483f92b9e37d8d381.psmdcp", + "ref/dotnet/System.IO.FileSystem.Primitives.dll", + "ref/dotnet/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hant/System.IO.FileSystem.Primitives.xml", "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", + "ref/dotnet/es/System.IO.FileSystem.Primitives.xml", + "ref/net46/System.IO.FileSystem.Primitives.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.IO.FileSystem.Primitives.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.IO.FileSystem.Primitives.nuspec" + "package/services/metadata/core-properties/2cf3542156f0426483f92b9e37d8d381.psmdcp", + "[Content_Types].xml" ] }, "System.IO.UnmanagedMemoryStream/4.0.0": { "sha512": "i2xczgQfwHmolORBNHxV9b5izP8VOBxgSA2gf+H55xBvwqtR+9r9adtzlc7at0MAwiLcsk6V1TZlv2vfRQr8Sw==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.IO.UnmanagedMemoryStream.nuspec", "lib/dotnet/System.IO.UnmanagedMemoryStream.dll", + "lib/net46/System.IO.UnmanagedMemoryStream.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.IO.UnmanagedMemoryStream.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/cce1d37d7dc24e5fb4170ead20101af0.psmdcp", + "ref/dotnet/System.IO.UnmanagedMemoryStream.dll", + "ref/dotnet/System.IO.UnmanagedMemoryStream.xml", + "ref/dotnet/zh-hant/System.IO.UnmanagedMemoryStream.xml", "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", + "ref/dotnet/es/System.IO.UnmanagedMemoryStream.xml", + "ref/net46/System.IO.UnmanagedMemoryStream.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.IO.UnmanagedMemoryStream.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.IO.UnmanagedMemoryStream.nuspec" + "package/services/metadata/core-properties/cce1d37d7dc24e5fb4170ead20101af0.psmdcp", + "[Content_Types].xml" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", - "lib/netcore50/System.Linq.dll", "lib/win8/_._", + "lib/netcore50/System.Linq.dll", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", + "ref/dotnet/zh-hant/System.Linq.xml", "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", + "ref/dotnet/es/System.Linq.xml", "ref/net45/_._", + "ref/win8/_._", "ref/netcore50/System.Linq.dll", "ref/netcore50/System.Linq.xml", - "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "System.Linq.nuspec" + "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "[Content_Types].xml" ] }, "System.Linq.Expressions/4.0.10": { "sha512": "qhFkPqRsTfXBaacjQhxwwwUoU7TEtwlBIULj7nG7i4qAkvivil31VvOvDKppCSui5yGw0/325ZeNaMYRvTotXw==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Linq.Expressions.nuspec", + "lib/netcore50/System.Linq.Expressions.dll", "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/System.Linq.Expressions.dll", + "ref/dotnet/System.Linq.Expressions.xml", + "ref/dotnet/zh-hant/System.Linq.Expressions.xml", "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/dotnet/es/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll", "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" + "package/services/metadata/core-properties/4e3c061f7c0a427fa5b65bd3d84e9bc3.psmdcp", + "[Content_Types].xml" ] }, "System.Linq.Parallel/4.0.0": { "sha512": "PtH7KKh1BbzVow4XY17pnrn7Io63ApMdwzRE2o2HnzsKQD/0o7X5xe6mxrDUqTm9ZCR3/PNhAlP13VY1HnHsbA==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Linq.Parallel.nuspec", "lib/dotnet/System.Linq.Parallel.dll", "lib/net45/_._", - "lib/netcore50/System.Linq.Parallel.dll", "lib/win8/_._", + "lib/netcore50/System.Linq.Parallel.dll", "lib/wpa81/_._", - "package/services/metadata/core-properties/5cc7d35889814f73a239a1b7dcd33451.psmdcp", + "ref/dotnet/System.Linq.Parallel.dll", + "ref/dotnet/System.Linq.Parallel.xml", + "ref/dotnet/zh-hant/System.Linq.Parallel.xml", "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", + "ref/dotnet/es/System.Linq.Parallel.xml", "ref/net45/_._", + "ref/win8/_._", "ref/netcore50/System.Linq.Parallel.dll", "ref/netcore50/System.Linq.Parallel.xml", - "ref/win8/_._", "ref/wpa81/_._", - "System.Linq.Parallel.nuspec" + "package/services/metadata/core-properties/5cc7d35889814f73a239a1b7dcd33451.psmdcp", + "[Content_Types].xml" ] }, "System.Linq.Queryable/4.0.0": { "sha512": "DIlvCNn3ucFvwMMzXcag4aFnFJ1fdxkQ5NqwJe9Nh7y8ozzhDm07YakQL/yoF3P1dLzY1T2cTpuwbAmVSdXyBA==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Linq.Queryable.nuspec", "lib/dotnet/System.Linq.Queryable.dll", "lib/net45/_._", - "lib/netcore50/System.Linq.Queryable.dll", "lib/win8/_._", + "lib/netcore50/System.Linq.Queryable.dll", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/24a380caa65148a7883629840bf0c343.psmdcp", + "ref/dotnet/System.Linq.Queryable.dll", + "ref/dotnet/System.Linq.Queryable.xml", + "ref/dotnet/zh-hant/System.Linq.Queryable.xml", "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", + "ref/dotnet/es/System.Linq.Queryable.xml", "ref/net45/_._", + "ref/win8/_._", "ref/netcore50/System.Linq.Queryable.dll", "ref/netcore50/System.Linq.Queryable.xml", - "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "System.Linq.Queryable.nuspec" + "package/services/metadata/core-properties/24a380caa65148a7883629840bf0c343.psmdcp", + "[Content_Types].xml" ] }, "System.Net.Http/4.0.0": { "sha512": "mZuAl7jw/mFY8jUq4ITKECxVBh9a8SJt9BC/+lJbmo7cRKspxE3PsITz+KiaCEsexN5WYPzwBOx0oJH/0HlPyQ==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Net.Http.nuspec", + "lib/netcore50/System.Net.Http.dll", "lib/DNXCore50/System.Net.Http.dll", "lib/net45/_._", - "lib/netcore50/System.Net.Http.dll", "lib/win8/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/62d64206d25643df9c8d01e867c05e27.psmdcp", + "ref/dotnet/System.Net.Http.dll", + "ref/dotnet/System.Net.Http.xml", + "ref/dotnet/zh-hant/System.Net.Http.xml", "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", + "ref/dotnet/es/System.Net.Http.xml", "ref/net45/_._", + "ref/win8/_._", "ref/netcore50/System.Net.Http.dll", "ref/netcore50/System.Net.Http.xml", - "ref/win8/_._", "ref/wpa81/_._", - "System.Net.Http.nuspec" + "package/services/metadata/core-properties/62d64206d25643df9c8d01e867c05e27.psmdcp", + "[Content_Types].xml" ] }, "System.Net.NetworkInformation/4.0.0": { "sha512": "D68KCf5VK1G1GgFUwD901gU6cnMITksOdfdxUCt9ReCZfT1pigaDqjJ7XbiLAM4jm7TfZHB7g5mbOf1mbG3yBA==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Net.NetworkInformation.nuspec", + "lib/netcore50/System.Net.NetworkInformation.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", - "lib/netcore50/System.Net.NetworkInformation.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/5daeae3f7319444d8efbd8a0c539559c.psmdcp", + "ref/dotnet/System.Net.NetworkInformation.dll", + "ref/dotnet/System.Net.NetworkInformation.xml", + "ref/dotnet/zh-hant/System.Net.NetworkInformation.xml", "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", + "ref/dotnet/es/System.Net.NetworkInformation.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/win8/_._", "ref/netcore50/System.Net.NetworkInformation.dll", "ref/netcore50/System.Net.NetworkInformation.xml", - "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Net.NetworkInformation.nuspec" + "package/services/metadata/core-properties/5daeae3f7319444d8efbd8a0c539559c.psmdcp", + "[Content_Types].xml" ] }, "System.Net.NetworkInformation/4.0.10-beta-23123": { "sha512": "NkKpsUm2MLoxT+YlSwexidAw2jGFIJuc6i4H9pT3nU3TQj7MZVursD/ohWj3nyBxthy7i00XLWkRZAwGao/zsg==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Net.NetworkInformation.nuspec", "lib/DNXCore50/System.Net.NetworkInformation.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/3328bb5ab25b4ea996ec8f74eee2a320.psmdcp", + "ref/dotnet/System.Net.NetworkInformation.dll", + "ref/dotnet/System.Net.NetworkInformation.xml", + "ref/dotnet/zh-hant/System.Net.NetworkInformation.xml", "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", + "ref/dotnet/es/System.Net.NetworkInformation.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Net.NetworkInformation.nuspec" + "package/services/metadata/core-properties/3328bb5ab25b4ea996ec8f74eee2a320.psmdcp", + "[Content_Types].xml" ] }, "System.Net.Primitives/4.0.10": { "sha512": "YQqIpmMhnKjIbT7rl6dlf7xM5DxaMR+whduZ9wKb9OhMLjoueAJO3HPPJI+Naf3v034kb+xZqdc3zo44o3HWcg==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Net.Primitives.nuspec", + "lib/netcore50/System.Net.Primitives.dll", "lib/DNXCore50/System.Net.Primitives.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/_._", - "lib/netcore50/System.Net.Primitives.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/3e2f49037d5645bdad757b3fd5b7c103.psmdcp", + "ref/dotnet/System.Net.Primitives.dll", + "ref/dotnet/System.Net.Primitives.xml", + "ref/dotnet/zh-hant/System.Net.Primitives.xml", "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", + "ref/dotnet/es/System.Net.Primitives.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Net.Primitives.nuspec" + "package/services/metadata/core-properties/3e2f49037d5645bdad757b3fd5b7c103.psmdcp", + "[Content_Types].xml" ] }, "System.Numerics.Vectors/4.1.0": { "sha512": "jpubR06GWPoZA0oU5xLM7kHeV59/CKPBXZk4Jfhi0T3DafxbrdueHZ8kXlb+Fb5nd3DAyyMh2/eqEzLX0xv6Qg==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Numerics.Vectors.nuspec", "lib/dotnet/System.Numerics.Vectors.dll", + "lib/net46/System.Numerics.Vectors.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.Numerics.Vectors.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/e501a8a91f4a4138bd1d134abcc769b0.psmdcp", "ref/dotnet/System.Numerics.Vectors.dll", + "ref/net46/System.Numerics.Vectors.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.Numerics.Vectors.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Numerics.Vectors.nuspec" + "package/services/metadata/core-properties/e501a8a91f4a4138bd1d134abcc769b0.psmdcp", + "[Content_Types].xml" ] }, "System.ObjectModel/4.0.10": { "sha512": "Djn1wb0vP662zxbe+c3mOhvC4vkQGicsFs1Wi0/GJJpp3Eqp+oxbJ+p2Sx3O0efYueggAI5SW+BqEoczjfr1cA==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.ObjectModel.nuspec", "lib/dotnet/System.ObjectModel.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/36c2aaa0c5d24949a7707921f36ee13f.psmdcp", + "ref/dotnet/System.ObjectModel.dll", + "ref/dotnet/System.ObjectModel.xml", + "ref/dotnet/zh-hant/System.ObjectModel.xml", "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", + "ref/dotnet/es/System.ObjectModel.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.ObjectModel.nuspec" + "package/services/metadata/core-properties/36c2aaa0c5d24949a7707921f36ee13f.psmdcp", + "[Content_Types].xml" ] }, "System.Private.Networking/4.0.0": { "sha512": "RUEqdBdJjISC65dO8l4LdN7vTdlXH+attUpKnauDUHVtLbIKdlDB9LKoLzCQsTQRP7vzUJHWYXznHJBkjAA7yA==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", - "lib/DNXCore50/System.Private.Networking.dll", + "System.Private.Networking.nuspec", "lib/netcore50/System.Private.Networking.dll", - "package/services/metadata/core-properties/b57bed5f606b4402bbdf153fcf3df3ae.psmdcp", + "lib/DNXCore50/System.Private.Networking.dll", "ref/dnxcore50/_._", "ref/netcore50/_._", - "System.Private.Networking.nuspec" + "package/services/metadata/core-properties/b57bed5f606b4402bbdf153fcf3df3ae.psmdcp", + "[Content_Types].xml" ] }, "System.Private.Uri/4.0.0": { "sha512": "CtuxaCKcRIvPcsqquVl3mPp79EDZPMr2UogfiFCxCs+t2z1VjbpQsKNs1GHZ8VQetqbk1mr0V1yAfMe6y8CHDA==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", - "lib/DNXCore50/System.Private.Uri.dll", + "System.Private.Uri.nuspec", "lib/netcore50/System.Private.Uri.dll", - "package/services/metadata/core-properties/86377e21a22d44bbba860094428d894c.psmdcp", + "lib/DNXCore50/System.Private.Uri.dll", "ref/dnxcore50/_._", "ref/netcore50/_._", "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll", - "System.Private.Uri.nuspec" + "package/services/metadata/core-properties/86377e21a22d44bbba860094428d894c.psmdcp", + "[Content_Types].xml" ] }, "System.Reflection/4.0.10": { "sha512": "WZ+4lEE4gqGx6mrqLhSiW4oi6QLPWwdNjzhhTONmhELOrW8Cw9phlO9tltgvRUuQUqYtBiliFwhO5S5fCJElVw==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Reflection.nuspec", + "lib/netcore50/System.Reflection.dll", "lib/DNXCore50/System.Reflection.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/_._", - "lib/netcore50/System.Reflection.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/84d992ce164945bfa10835e447244fb1.psmdcp", + "ref/dotnet/System.Reflection.dll", + "ref/dotnet/System.Reflection.xml", + "ref/dotnet/zh-hant/System.Reflection.xml", "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", + "ref/dotnet/es/System.Reflection.xml", + "runtimes/win8-aot/lib/netcore50/System.Reflection.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Reflection.dll", - "System.Reflection.nuspec" + "package/services/metadata/core-properties/84d992ce164945bfa10835e447244fb1.psmdcp", + "[Content_Types].xml" ] }, "System.Reflection.DispatchProxy/4.0.0": { "sha512": "Kd/4o6DqBfJA4058X8oGEu1KlT8Ej0A+WGeoQgZU2h+3f2vC8NRbHxeOSZvxj9/MPZ1RYmZMGL1ApO9xG/4IVA==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Reflection.DispatchProxy.nuspec", + "lib/net46/System.Reflection.DispatchProxy.dll", "lib/DNXCore50/System.Reflection.DispatchProxy.dll", + "lib/netcore50/System.Reflection.DispatchProxy.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.Reflection.DispatchProxy.dll", - "lib/netcore50/System.Reflection.DispatchProxy.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/1e015137cc52490b9dcde73fb35dee23.psmdcp", + "ref/dotnet/System.Reflection.DispatchProxy.dll", + "ref/dotnet/System.Reflection.DispatchProxy.xml", + "ref/dotnet/zh-hant/System.Reflection.DispatchProxy.xml", "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", + "ref/dotnet/es/System.Reflection.DispatchProxy.xml", + "runtimes/win8-aot/lib/netcore50/System.Reflection.DispatchProxy.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "runtimes/win8-aot/lib/netcore50/System.Reflection.DispatchProxy.dll", - "System.Reflection.DispatchProxy.nuspec" + "package/services/metadata/core-properties/1e015137cc52490b9dcde73fb35dee23.psmdcp", + "[Content_Types].xml" ] }, "System.Reflection.Emit/4.0.0": { "sha512": "CqnQz5LbNbiSxN10cv3Ehnw3j1UZOBCxnE0OO0q/keGQ5ENjyFM6rIG4gm/i0dX6EjdpYkAgKcI/mhZZCaBq4A==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Reflection.Emit.nuspec", "lib/DNXCore50/System.Reflection.Emit.dll", + "lib/netcore50/System.Reflection.Emit.dll", "lib/MonoAndroid10/_._", "lib/net45/_._", - "lib/netcore50/System.Reflection.Emit.dll", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/f6dc998f8a6b43d7b08f33375407a384.psmdcp", + "ref/dotnet/System.Reflection.Emit.dll", + "ref/dotnet/System.Reflection.Emit.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.xml", "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/dotnet/es/System.Reflection.Emit.xml", "ref/MonoAndroid10/_._", "ref/net45/_._", "ref/xamarinmac20/_._", - "System.Reflection.Emit.nuspec" + "package/services/metadata/core-properties/f6dc998f8a6b43d7b08f33375407a384.psmdcp", + "[Content_Types].xml" ] }, "System.Reflection.Emit.ILGeneration/4.0.0": { "sha512": "02okuusJ0GZiHZSD2IOLIN41GIn6qOr7i5+86C98BPuhlwWqVABwebiGNvhDiXP1f9a6CxEigC7foQD42klcDg==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Reflection.Emit.ILGeneration.nuspec", "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll", - "lib/net45/_._", "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", + "lib/net45/_._", "lib/wp80/_._", - "package/services/metadata/core-properties/d044dd882ed2456486ddb05f1dd0420f.psmdcp", + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll", + "ref/dotnet/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.ILGeneration.xml", "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", + "ref/dotnet/es/System.Reflection.Emit.ILGeneration.xml", "ref/net45/_._", "ref/wp80/_._", - "System.Reflection.Emit.ILGeneration.nuspec" + "package/services/metadata/core-properties/d044dd882ed2456486ddb05f1dd0420f.psmdcp", + "[Content_Types].xml" ] }, "System.Reflection.Emit.Lightweight/4.0.0": { "sha512": "DJZhHiOdkN08xJgsJfDjkuOreLLmMcU8qkEEqEHqyhkPUZMMQs0lE8R+6+68BAFWgcdzxtNu0YmIOtEug8j00w==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Reflection.Emit.Lightweight.nuspec", "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll", - "lib/net45/_._", "lib/netcore50/System.Reflection.Emit.Lightweight.dll", + "lib/net45/_._", "lib/wp80/_._", - "package/services/metadata/core-properties/52abced289cd46eebf8599b9b4c1c67b.psmdcp", + "ref/dotnet/System.Reflection.Emit.Lightweight.dll", + "ref/dotnet/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.Lightweight.xml", "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", + "ref/dotnet/es/System.Reflection.Emit.Lightweight.xml", "ref/net45/_._", "ref/wp80/_._", - "System.Reflection.Emit.Lightweight.nuspec" + "package/services/metadata/core-properties/52abced289cd46eebf8599b9b4c1c67b.psmdcp", + "[Content_Types].xml" ] }, "System.Reflection.Extensions/4.0.0": { "sha512": "dbYaZWCyFAu1TGYUqR2n+Q+1casSHPR2vVW0WVNkXpZbrd2BXcZ7cpvpu9C98CTHtNmyfMWCLpCclDqly23t6A==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Reflection.Extensions.nuspec", + "lib/netcore50/System.Reflection.Extensions.dll", "lib/DNXCore50/System.Reflection.Extensions.dll", "lib/net45/_._", - "lib/netcore50/System.Reflection.Extensions.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/0bcc335e1ef540948aef9032aca08bb2.psmdcp", + "ref/dotnet/System.Reflection.Extensions.dll", + "ref/dotnet/System.Reflection.Extensions.xml", + "ref/dotnet/zh-hant/System.Reflection.Extensions.xml", "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", + "ref/dotnet/es/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll", "ref/net45/_._", + "ref/win8/_._", "ref/netcore50/System.Reflection.Extensions.dll", "ref/netcore50/System.Reflection.Extensions.xml", - "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll", - "System.Reflection.Extensions.nuspec" + "package/services/metadata/core-properties/0bcc335e1ef540948aef9032aca08bb2.psmdcp", + "[Content_Types].xml" ] }, "System.Reflection.Metadata/1.0.22": { "sha512": "ltoL/teiEdy5W9fyYdtFr2xJ/4nHyksXLK9dkPWx3ubnj7BVfsSWxvWTg9EaJUXjhWvS/AeTtugZA1/IDQyaPQ==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Reflection.Metadata.nuspec", "lib/dotnet/System.Reflection.Metadata.dll", "lib/dotnet/System.Reflection.Metadata.xml", - "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml", + "lib/portable-net45+win8/System.Reflection.Metadata.dll", "package/services/metadata/core-properties/2ad78f291fda48d1847edf84e50139e6.psmdcp", - "System.Reflection.Metadata.nuspec" + "[Content_Types].xml" ] }, "System.Reflection.Primitives/4.0.0": { "sha512": "n9S0XpKv2ruc17FSnaiX6nV47VfHTZ1wLjKZlAirUZCvDQCH71mVp+Ohabn0xXLh5pK2PKp45HCxkqu5Fxn/lA==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Reflection.Primitives.nuspec", + "lib/netcore50/System.Reflection.Primitives.dll", "lib/DNXCore50/System.Reflection.Primitives.dll", "lib/net45/_._", - "lib/netcore50/System.Reflection.Primitives.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/7070509f3bfd418d859635361251dab0.psmdcp", + "ref/dotnet/System.Reflection.Primitives.dll", + "ref/dotnet/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hant/System.Reflection.Primitives.xml", "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", + "ref/dotnet/es/System.Reflection.Primitives.xml", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll", "ref/net45/_._", + "ref/win8/_._", "ref/netcore50/System.Reflection.Primitives.dll", "ref/netcore50/System.Reflection.Primitives.xml", - "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll", - "System.Reflection.Primitives.nuspec" + "package/services/metadata/core-properties/7070509f3bfd418d859635361251dab0.psmdcp", + "[Content_Types].xml" ] }, "System.Reflection.TypeExtensions/4.0.0": { "sha512": "YRM/msNAM86hdxPyXcuZSzmTO0RQFh7YMEPBLTY8cqXvFPYIx2x99bOyPkuU81wRYQem1c1HTkImQ2DjbOBfew==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Reflection.TypeExtensions.nuspec", + "lib/netcore50/System.Reflection.TypeExtensions.dll", "lib/DNXCore50/System.Reflection.TypeExtensions.dll", + "lib/net46/System.Reflection.TypeExtensions.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.Reflection.TypeExtensions.dll", - "lib/netcore50/System.Reflection.TypeExtensions.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/a37798ee61124eb7b6c56400aee24da1.psmdcp", + "ref/dotnet/System.Reflection.TypeExtensions.dll", + "ref/dotnet/System.Reflection.TypeExtensions.xml", + "ref/dotnet/zh-hant/System.Reflection.TypeExtensions.xml", "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", + "ref/dotnet/es/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.dll", + "ref/net46/System.Reflection.TypeExtensions.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.Reflection.TypeExtensions.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.dll", - "System.Reflection.TypeExtensions.nuspec" + "package/services/metadata/core-properties/a37798ee61124eb7b6c56400aee24da1.psmdcp", + "[Content_Types].xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Resources.ResourceManager.nuspec", + "lib/netcore50/System.Resources.ResourceManager.dll", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", - "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", + "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "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", + "ref/dotnet/es/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", "ref/net45/_._", + "ref/win8/_._", "ref/netcore50/System.Resources.ResourceManager.dll", "ref/netcore50/System.Resources.ResourceManager.xml", - "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "[Content_Types].xml" ] }, "System.Runtime/4.0.20": { "sha512": "X7N/9Bz7jVPorqdVFO86ns1sX6MlQM+WTxELtx+Z4VG45x9+LKmWH0GRqjgKprUnVuwmfB9EJ9DQng14Z7/zwg==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Runtime.nuspec", + "lib/netcore50/System.Runtime.dll", "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/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", + "ref/dotnet/zh-hant/System.Runtime.xml", "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/dotnet/es/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", - "System.Runtime.nuspec" + "package/services/metadata/core-properties/d1ded52f75da4446b1c962f9292aa3ef.psmdcp", + "[Content_Types].xml" ] }, "System.Runtime.Extensions/4.0.10": { "sha512": "5dsEwf3Iml7d5OZeT20iyOjT+r+okWpN7xI2v+R4cgd3WSj4DeRPTvPFjDpacbVW4skCAZ8B9hxXJYgkCFKJ1A==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Runtime.Extensions.nuspec", + "lib/netcore50/System.Runtime.Extensions.dll", "lib/DNXCore50/System.Runtime.Extensions.dll", "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/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", + "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", "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/dotnet/es/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll", - "System.Runtime.Extensions.nuspec" + "package/services/metadata/core-properties/c7fee76a13d04c7ea49fb1a24c184f37.psmdcp", + "[Content_Types].xml" ] }, "System.Runtime.Handles/4.0.0": { "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Runtime.Handles.nuspec", "lib/DNXCore50/System.Runtime.Handles.dll", + "lib/netcore50/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/System.Runtime.Handles.dll", + "ref/dotnet/System.Runtime.Handles.xml", + "ref/dotnet/zh-hant/System.Runtime.Handles.xml", "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/dotnet/es/System.Runtime.Handles.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll", - "System.Runtime.Handles.nuspec" + "package/services/metadata/core-properties/da57aa32ff2441d1acfe85bee4f101ab.psmdcp", + "[Content_Types].xml" ] }, "System.Runtime.InteropServices/4.0.20": { "sha512": "ZgDyBYfEnjWoz/viS6VOswA6XOkDSH2DzgbpczbW50RywhnCgTl+w3JEvtAiOGyIh8cyx1NJq80jsNBSUr8Pig==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Runtime.InteropServices.nuspec", "lib/DNXCore50/System.Runtime.InteropServices.dll", + "lib/netcore50/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/System.Runtime.InteropServices.dll", + "ref/dotnet/System.Runtime.InteropServices.xml", + "ref/dotnet/zh-hant/System.Runtime.InteropServices.xml", "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/dotnet/es/System.Runtime.InteropServices.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll", - "System.Runtime.InteropServices.nuspec" + "package/services/metadata/core-properties/78e7f61876374acba2a95834f272d262.psmdcp", + "[Content_Types].xml" ] }, "System.Runtime.Numerics/4.0.0": { "sha512": "aAYGEOE01nabQLufQ4YO8WuSyZzOqGcksi8m1BRW8ppkmssR7en8TqiXcBkB2gTkCnKG/Ai2NQY8CgdmgZw/fw==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Runtime.Numerics.nuspec", "lib/dotnet/System.Runtime.Numerics.dll", "lib/net45/_._", - "lib/netcore50/System.Runtime.Numerics.dll", "lib/win8/_._", + "lib/netcore50/System.Runtime.Numerics.dll", "lib/wpa81/_._", - "package/services/metadata/core-properties/2e43dbd3dfbf4af5bb74bedaf3a67bd5.psmdcp", + "ref/dotnet/System.Runtime.Numerics.dll", + "ref/dotnet/System.Runtime.Numerics.xml", + "ref/dotnet/zh-hant/System.Runtime.Numerics.xml", "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", + "ref/dotnet/es/System.Runtime.Numerics.xml", "ref/net45/_._", + "ref/win8/_._", "ref/netcore50/System.Runtime.Numerics.dll", "ref/netcore50/System.Runtime.Numerics.xml", - "ref/win8/_._", "ref/wpa81/_._", - "System.Runtime.Numerics.nuspec" + "package/services/metadata/core-properties/2e43dbd3dfbf4af5bb74bedaf3a67bd5.psmdcp", + "[Content_Types].xml" ] }, "System.Security.Claims/4.0.0": { "sha512": "94NFR/7JN3YdyTH7hl2iSvYmdA8aqShriTHectcK+EbizT71YczMaG6LuqJBQP/HWo66AQyikYYM9aw+4EzGXg==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Security.Claims.nuspec", "lib/dotnet/System.Security.Claims.dll", + "lib/net46/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/System.Security.Claims.dll", + "ref/dotnet/System.Security.Claims.xml", + "ref/dotnet/zh-hant/System.Security.Claims.xml", "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/dotnet/es/System.Security.Claims.xml", + "ref/net46/System.Security.Claims.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.Security.Claims.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Security.Claims.nuspec" + "package/services/metadata/core-properties/b682071d85754e6793ca9777ffabaf8a.psmdcp", + "[Content_Types].xml" ] }, "System.Security.Principal/4.0.0": { "sha512": "FOhq3jUOONi6fp5j3nPYJMrKtSJlqAURpjiO3FaDIV4DJNEYymWW5uh1pfxySEB8dtAW+I66IypzNge/w9OzZQ==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Security.Principal.nuspec", "lib/dotnet/System.Security.Principal.dll", "lib/net45/_._", - "lib/netcore50/System.Security.Principal.dll", "lib/win8/_._", + "lib/netcore50/System.Security.Principal.dll", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/5d44fbabc99d4204b6a2f76329d0a184.psmdcp", + "ref/dotnet/System.Security.Principal.dll", + "ref/dotnet/System.Security.Principal.xml", + "ref/dotnet/zh-hant/System.Security.Principal.xml", "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", + "ref/dotnet/es/System.Security.Principal.xml", "ref/net45/_._", + "ref/win8/_._", "ref/netcore50/System.Security.Principal.dll", "ref/netcore50/System.Security.Principal.xml", - "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "System.Security.Principal.nuspec" + "package/services/metadata/core-properties/5d44fbabc99d4204b6a2f76329d0a184.psmdcp", + "[Content_Types].xml" ] }, "System.Text.Encoding/4.0.10": { "sha512": "fNlSFgy4OuDlJrP9SFFxMlaLazq6ipv15sU5TiEgg9UCVnA/OgoVUfymFp4AOk1jOkW5SVxWbeeIUptcM+m/Vw==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Text.Encoding.nuspec", + "lib/netcore50/System.Text.Encoding.dll", "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/System.Text.Encoding.dll", + "ref/dotnet/System.Text.Encoding.xml", + "ref/dotnet/zh-hant/System.Text.Encoding.xml", "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/dotnet/es/System.Text.Encoding.xml", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll", - "System.Text.Encoding.nuspec" + "package/services/metadata/core-properties/829e172aadac4937a5a6a4b386855282.psmdcp", + "[Content_Types].xml" ] }, "System.Text.Encoding.Extensions/4.0.10": { "sha512": "TZvlwXMxKo3bSRIcsWZLCIzIhLbvlz+mGeKYRZv/zUiSoQzGOwkYeBu6hOw2XPQgKqT0F4Rv8zqKdvmp2fWKYg==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Text.Encoding.Extensions.nuspec", + "lib/netcore50/System.Text.Encoding.Extensions.dll", "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/System.Text.Encoding.Extensions.dll", + "ref/dotnet/System.Text.Encoding.Extensions.xml", + "ref/dotnet/zh-hant/System.Text.Encoding.Extensions.xml", "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/dotnet/es/System.Text.Encoding.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll", "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" + "package/services/metadata/core-properties/894d51cf918c4bca91e81a732d958707.psmdcp", + "[Content_Types].xml" ] }, "System.Text.RegularExpressions/4.0.10": { "sha512": "0vDuHXJePpfMCecWBNOabOKCvzfTbFMNcGgklt3l5+RqHV5SzmF7RUVpuet8V0rJX30ROlL66xdehw2Rdsn2DA==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Text.RegularExpressions.nuspec", "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/System.Text.RegularExpressions.dll", + "ref/dotnet/System.Text.RegularExpressions.xml", + "ref/dotnet/zh-hant/System.Text.RegularExpressions.xml", "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/dotnet/es/System.Text.RegularExpressions.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Text.RegularExpressions.nuspec" + "package/services/metadata/core-properties/548eb1bd139e4c8cbc55e9f7f4f404dd.psmdcp", + "[Content_Types].xml" ] }, "System.Threading/4.0.10": { "sha512": "0w6pRxIEE7wuiOJeKabkDgeIKmqf4ER1VNrs6qFwHnooEE78yHwi/bKkg5Jo8/pzGLm0xQJw0nEmPXt1QBAIUA==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Threading.nuspec", "lib/DNXCore50/System.Threading.dll", + "lib/netcore50/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/System.Threading.dll", + "ref/dotnet/System.Threading.xml", + "ref/dotnet/zh-hant/System.Threading.xml", "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/dotnet/es/System.Threading.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Threading.dll", - "System.Threading.nuspec" + "package/services/metadata/core-properties/c17c3791d8fa4efbb8aded2ca8c71fbe.psmdcp", + "[Content_Types].xml" ] }, "System.Threading.Overlapped/4.0.0": { "sha512": "X5LuQFhM5FTqaez3eXKJ9CbfSGZ7wj6j4hSVtxct3zmwQXLqG95qoWdvILcgN7xtrDOBIFtpiyDg0vmoI0jE2A==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Threading.Overlapped.nuspec", + "lib/netcore50/System.Threading.Overlapped.dll", "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/System.Threading.Overlapped.dll", + "ref/dotnet/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hant/System.Threading.Overlapped.xml", "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/dotnet/es/System.Threading.Overlapped.xml", "ref/net46/System.Threading.Overlapped.dll", - "System.Threading.Overlapped.nuspec" + "package/services/metadata/core-properties/e9846a81e829434aafa4ae2e8c3517d7.psmdcp", + "[Content_Types].xml" ] }, "System.Threading.Tasks/4.0.10": { "sha512": "NOwJGDfk79jR0bnzosbXLVD/PdI8KzBeESoa3CofEM5v9R5EBfcI0Jyf18stx+0IYV9okmDIDxVtxq9TbnR9bQ==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Threading.Tasks.nuspec", + "lib/netcore50/System.Threading.Tasks.dll", "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/System.Threading.Tasks.dll", + "ref/dotnet/System.Threading.Tasks.xml", + "ref/dotnet/zh-hant/System.Threading.Tasks.xml", "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/dotnet/es/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll", - "System.Threading.Tasks.nuspec" + "package/services/metadata/core-properties/a4ed35f8764a4b68bb39ec8d13b3e730.psmdcp", + "[Content_Types].xml" ] }, "System.Threading.Tasks.Dataflow/4.5.25": { "sha512": "Y5/Dj+tYlDxHBwie7bFKp3+1uSG4vqTJRF7Zs7kaUQ3ahYClffCTxvgjrJyPclC+Le55uE7bMLgjZQVOQr3Jfg==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Threading.Tasks.Dataflow.nuspec", "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", + "lib/portable-net45+win8+wpa81/System.Threading.Tasks.Dataflow.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Dataflow.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Dataflow.dll", "package/services/metadata/core-properties/b27f9e16f16b429f924c31eb4be21d09.psmdcp", - "System.Threading.Tasks.Dataflow.nuspec" + "[Content_Types].xml" ] }, "System.Threading.Tasks.Parallel/4.0.0": { "sha512": "GXDhjPhF3nE4RtDia0W6JR4UMdmhOyt9ibHmsNV6GLRT4HAGqU636Teo4tqvVQOFp2R6b1ffxPXiRaoqtzGxuA==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Threading.Tasks.Parallel.nuspec", "lib/dotnet/System.Threading.Tasks.Parallel.dll", "lib/net45/_._", - "lib/netcore50/System.Threading.Tasks.Parallel.dll", "lib/win8/_._", + "lib/netcore50/System.Threading.Tasks.Parallel.dll", "lib/wpa81/_._", - "package/services/metadata/core-properties/260c0741092249239a3182de21f409ef.psmdcp", + "ref/dotnet/System.Threading.Tasks.Parallel.dll", + "ref/dotnet/System.Threading.Tasks.Parallel.xml", + "ref/dotnet/zh-hant/System.Threading.Tasks.Parallel.xml", "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/dotnet/es/System.Threading.Tasks.Parallel.xml", "ref/net45/_._", + "ref/win8/_._", "ref/netcore50/System.Threading.Tasks.Parallel.dll", "ref/netcore50/System.Threading.Tasks.Parallel.xml", - "ref/win8/_._", "ref/wpa81/_._", - "System.Threading.Tasks.Parallel.nuspec" + "package/services/metadata/core-properties/260c0741092249239a3182de21f409ef.psmdcp", + "[Content_Types].xml" ] }, "System.Threading.Thread/4.0.0-beta-23109": { - "sha512": "Bi+uncsULnw20pBoQety+bmvBzPyAun62hZdtI1fB15PcUE33hxEuLfPgo/2MJDLCHLXsjXA6R1sexr9jM7lmQ==", + "sha512": "pOob5Fz4cRJ/bfBs2+ehmS99VGCN5Ei2mf7bl17STagcDGHUZBAzVLz8Kamq0hwQGX2pCFkuUZH+2Ycdts2PSQ==", + "type": "Package", "files": [ + "_rels/.rels", + "System.Threading.Thread.nuspec", "lib/DNXCore50/System.Threading.Thread.dll", "lib/net46/System.Threading.Thread.dll", + "ref/dotnet/System.Threading.Thread.dll", + "ref/dotnet/System.Threading.Thread.xml", + "ref/dotnet/zh-hant/System.Threading.Thread.xml", "ref/dotnet/de/System.Threading.Thread.xml", - "ref/dotnet/es/System.Threading.Thread.xml", "ref/dotnet/fr/System.Threading.Thread.xml", "ref/dotnet/it/System.Threading.Thread.xml", "ref/dotnet/ja/System.Threading.Thread.xml", "ref/dotnet/ko/System.Threading.Thread.xml", "ref/dotnet/ru/System.Threading.Thread.xml", - "ref/dotnet/System.Threading.Thread.dll", - "ref/dotnet/System.Threading.Thread.xml", "ref/dotnet/zh-hans/System.Threading.Thread.xml", - "ref/dotnet/zh-hant/System.Threading.Thread.xml", + "ref/dotnet/es/System.Threading.Thread.xml", "ref/net46/System.Threading.Thread.dll", - "System.Threading.Thread.4.0.0-beta-23109.nupkg", - "System.Threading.Thread.4.0.0-beta-23109.nupkg.sha512", - "System.Threading.Thread.nuspec" + "package/services/metadata/core-properties/ba9a9919e2744245be86e42f4f3b93d1.psmdcp", + "[Content_Types].xml" ] }, "System.Threading.Timer/4.0.0": { "sha512": "BIdJH5/e4FnVl7TkRUiE3pWytp7OYiRUGtwUbyLewS/PhKiLepFetdtlW+FvDYOVn60Q2NMTrhHhJ51q+sVW5g==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Threading.Timer.nuspec", + "lib/netcore50/System.Threading.Timer.dll", "lib/DNXCore50/System.Threading.Timer.dll", "lib/net451/_._", - "lib/netcore50/System.Threading.Timer.dll", "lib/win81/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/c02c4d3d0eff43ec9b54de9f60bd68ad.psmdcp", + "ref/dotnet/System.Threading.Timer.dll", + "ref/dotnet/System.Threading.Timer.xml", + "ref/dotnet/zh-hant/System.Threading.Timer.xml", "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", + "ref/dotnet/es/System.Threading.Timer.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.Timer.dll", "ref/net451/_._", + "ref/win81/_._", "ref/netcore50/System.Threading.Timer.dll", "ref/netcore50/System.Threading.Timer.xml", - "ref/win81/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Threading.Timer.dll", - "System.Threading.Timer.nuspec" + "package/services/metadata/core-properties/c02c4d3d0eff43ec9b54de9f60bd68ad.psmdcp", + "[Content_Types].xml" ] }, "System.Xml.ReaderWriter/4.0.10": { "sha512": "VdmWWMH7otrYV7D+cviUo7XjX0jzDnD/lTGSZTlZqfIQ5PhXk85j+6P0TK9od3PnOd5ZIM+pOk01G/J+3nh9/w==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Xml.ReaderWriter.nuspec", "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/System.Xml.ReaderWriter.dll", + "ref/dotnet/System.Xml.ReaderWriter.xml", + "ref/dotnet/zh-hant/System.Xml.ReaderWriter.xml", "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/dotnet/es/System.Xml.ReaderWriter.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Xml.ReaderWriter.nuspec" + "package/services/metadata/core-properties/ef76b636720e4f2d8cfd570899d52df8.psmdcp", + "[Content_Types].xml" ] }, "System.Xml.XDocument/4.0.10": { "sha512": "+ej0g0INnXDjpS2tDJsLO7/BjyBzC+TeBXLeoGnvRrm4AuBH9PhBjjZ1IuKWOhCkxPkFognUOKhZHS2glIOlng==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Xml.XDocument.nuspec", "lib/dotnet/System.Xml.XDocument.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/f5c45d6b065347dfaa1d90d06221623d.psmdcp", + "ref/dotnet/System.Xml.XDocument.dll", + "ref/dotnet/System.Xml.XDocument.xml", + "ref/dotnet/zh-hant/System.Xml.XDocument.xml", "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", + "ref/dotnet/es/System.Xml.XDocument.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Xml.XDocument.nuspec" + "package/services/metadata/core-properties/f5c45d6b065347dfaa1d90d06221623d.psmdcp", + "[Content_Types].xml" ] } }, diff --git a/src/Shared/AssemblyNameExtension.cs b/src/Shared/AssemblyNameExtension.cs index 4cfed3330ec..6ffe7c93f5f 100644 --- a/src/Shared/AssemblyNameExtension.cs +++ b/src/Shared/AssemblyNameExtension.cs @@ -115,6 +115,7 @@ internal AssemblyNameExtension(string assemblyName, bool validate) : this() } } +#if FEATURE_ASSEMBLY_LOADFROM /// /// To be used as a delegate. Gets the AssemblyName of the given file. /// @@ -147,6 +148,7 @@ internal static AssemblyNameExtension GetAssemblyNameEx(string path) } return new AssemblyNameExtension(assemblyName); } +#endif #if FEATURE_BINARY_SERIALIZATION /// @@ -296,7 +298,15 @@ internal CultureInfo CultureInfo { // Is there a string? CreateAssemblyName(); +#if FEATURE_ASSEMBLYNAME_CULTUREINFO return _asAssemblyName.CultureInfo; +#else + if (_asAssemblyName.CultureName == null) + { + return null; + } + return new CultureInfo(_asAssemblyName.CultureName); +#endif } } @@ -564,7 +574,11 @@ internal AssemblyNameExtension Clone() if (_asAssemblyName != null) { +#if FEATURE_ASSEMBLYNAME_CLONE newExtension._asAssemblyName = (AssemblyName)_asAssemblyName.Clone(); +#else + newExtension._asAssemblyName = new AssemblyName(_asAssemblyName.FullName); +#endif } newExtension._asString = _asString; @@ -712,6 +726,7 @@ private bool EqualsImpl(AssemblyNameExtension that, bool ignoreVersion, bool con internal bool CompareCulture(AssemblyNameExtension that) { // Do the Cultures match? +#if FEATURE_ASSEMBLYNAME_CULTUREINFO CultureInfo aCulture = CultureInfo; CultureInfo bCulture = that.CultureInfo; if (aCulture == null) @@ -722,12 +737,16 @@ internal bool CompareCulture(AssemblyNameExtension that) { bCulture = CultureInfo.InvariantCulture; } + if (aCulture.LCID != bCulture.LCID) { return false; } return true; +#else + return CultureInfo?.Name == that.CultureInfo?.Name; +#endif } /// diff --git a/src/Shared/AwaitExtensions.cs b/src/Shared/AwaitExtensions.cs index 4d7ecbbf7f5..3ab9a01df86 100644 --- a/src/Shared/AwaitExtensions.cs +++ b/src/Shared/AwaitExtensions.cs @@ -187,7 +187,9 @@ protected override void QueueTask(Task task) }); Thread thread = new Thread(threadStart); +#if FEATURE_APARTMENT_STATE thread.SetApartmentState(ApartmentState.STA); +#endif thread.Start(task); } diff --git a/src/Shared/BuildEventFileInfo.cs b/src/Shared/BuildEventFileInfo.cs index d31ea94965f..fe9850d98b5 100644 --- a/src/Shared/BuildEventFileInfo.cs +++ b/src/Shared/BuildEventFileInfo.cs @@ -89,8 +89,11 @@ internal BuildEventFileInfo(string file, int line, int column, int endLine, int internal BuildEventFileInfo(XmlException e) { ErrorUtilities.VerifyThrow(e != null, "Need exception context."); - +#if FEATURE_XML_SOURCE_URI _file = (e.SourceUri.Length == 0) ? String.Empty : new Uri(e.SourceUri).LocalPath; +#else + _file = String.Empty; +#endif _line = e.LineNumber; _column = e.LinePosition; _endLine = 0; diff --git a/src/Shared/CommunicationsUtilities.cs b/src/Shared/CommunicationsUtilities.cs index 4bc76c3d565..e9dc8e04fbf 100644 --- a/src/Shared/CommunicationsUtilities.cs +++ b/src/Shared/CommunicationsUtilities.cs @@ -582,8 +582,8 @@ internal static void Trace(int nodeId, string format, params object[] args) } fileName += ".txt"; - - using (StreamWriter file = new StreamWriter(String.Format(CultureInfo.CurrentCulture, Path.Combine(s_debugDumpPath, fileName), Process.GetCurrentProcess().Id, nodeId), true)) + + using (StreamWriter file = FileUtilities.OpenFileForAppend(String.Format(CultureInfo.CurrentCulture, Path.Combine(s_debugDumpPath, fileName), Process.GetCurrentProcess().Id, nodeId))) { string message = String.Format(CultureInfo.CurrentCulture, format, args); long now = DateTime.UtcNow.Ticks; diff --git a/src/Shared/ErrorUtilities.cs b/src/Shared/ErrorUtilities.cs index 925178abc6e..b8f4f017971 100644 --- a/src/Shared/ErrorUtilities.cs +++ b/src/Shared/ErrorUtilities.cs @@ -4,7 +4,6 @@ using System; using System.IO; using System.Diagnostics; -using System.Configuration; using System.Globalization; using System.Runtime.CompilerServices; using System.Threading; diff --git a/src/Shared/EscapingUtilities.cs b/src/Shared/EscapingUtilities.cs index 84dbd8d106e..c105bb33407 100644 --- a/src/Shared/EscapingUtilities.cs +++ b/src/Shared/EscapingUtilities.cs @@ -39,6 +39,13 @@ string escapedString return UnescapeAll(escapedString, out throwAwayBool); } + private static bool IsHexDigit(char character) + { + return ((character >= '0') && (character <= '9')) + || ((character >= 'A') && (character <= 'F')) + || ((character >= 'a') && (character <= 'f')); + } + /// /// Replaces all instances of %XX in the input string with the character represented /// by the hexadecimal number XX. @@ -81,8 +88,8 @@ out bool escapingWasNecessary // for us to even consider doing anything with this. if ( (indexOfPercent <= (escapedString.Length - 3)) && - Uri.IsHexDigit(escapedString[indexOfPercent + 1]) && - Uri.IsHexDigit(escapedString[indexOfPercent + 2]) + IsHexDigit(escapedString[indexOfPercent + 1]) && + IsHexDigit(escapedString[indexOfPercent + 2]) ) { // First copy all the characters up to the current percent sign into diff --git a/src/Shared/ExceptionHandling.cs b/src/Shared/ExceptionHandling.cs index ddf9a8449af..8c7bb2935e4 100644 --- a/src/Shared/ExceptionHandling.cs +++ b/src/Shared/ExceptionHandling.cs @@ -46,14 +46,17 @@ internal static class ExceptionHandling /// True if exception is critical. internal static bool IsCriticalException(Exception e) { - if (e is StackOverflowException - || e is OutOfMemoryException + if (e is OutOfMemoryException +#if FEATURE_VARIOUS_EXCEPTIONS + || e is StackOverflowException || e is ThreadAbortException || e is ThreadInterruptedException + || e is AccessViolationException +#endif #if !BUILDINGAPPXTASKS || e is InternalErrorException #endif - || e is AccessViolationException) + ) { // Ideally we would include NullReferenceException, because it should only ever be thrown by CLR (use ArgumentNullException for arguments) // but we should handle it if tasks and loggers throw it. @@ -122,9 +125,11 @@ internal static bool IsIoRelatedException(Exception e) /// True if exception is related to XML parsing. internal static bool IsXmlException(Exception e) { - return e is XmlSyntaxException - || e is XmlException + return e is XmlException +#if FEATURE_VARIOUS_EXCEPTIONS + || e is XmlSyntaxException || e is XmlSchemaException +#endif || e is UriFormatException; // XmlTextReader for example uses this under the covers } @@ -145,12 +150,14 @@ internal static LineAndColumn GetXmlLineAndColumn(Exception e) } else { +#if FEATURE_VARIOUS_EXCEPTIONS var schemaException = e as XmlSchemaException; if (schemaException != null) { line = schemaException.LineNumber; column = schemaException.LinePosition; } +#endif } return new LineAndColumn @@ -199,13 +206,15 @@ internal static bool NotExpectedReflectionException(Exception e) || e is MemberAccessException // thrown when a class member is not found or access to the member is not permitted || e is BadImageFormatException // thrown when the file image of a DLL or an executable program is invalid || e is ReflectionTypeLoadException // thrown by the Module.GetTypes method if any of the classes in a module cannot be loaded - || e is CustomAttributeFormatException // thrown if a custom attribute on a data type is formatted incorrectly || e is TargetParameterCountException // thrown when the number of parameters for an invocation does not match the number expected || e is InvalidCastException || e is AmbiguousMatchException // thrown when binding to a member results in more than one member matching the binding criteria +#if FEATURE_VARIOUS_EXCEPTIONS + || e is CustomAttributeFormatException // thrown if a custom attribute on a data type is formatted incorrectly || e is InvalidFilterCriteriaException // thrown in FindMembers when the filter criteria is not valid for the type of filter you are using || e is TargetException // thrown when an attempt is made to invoke a non-static method on a null object. This may occur because the caller does not // have access to the member, or because the target does not define the member, and so on. +#endif || e is MissingFieldException // thrown when code in a dependent assembly attempts to access a missing field in an assembly that was modified. || !NotExpectedException(e) // Reflection can throw IO exceptions if the assembly cannot be opened @@ -226,8 +235,10 @@ internal static bool NotExpectedSerializationException(Exception e) { if ( - e is SerializationException - || !NotExpectedReflectionException(e) +#if FEATURE_VARIOUS_EXCEPTIONS + e is SerializationException || +#endif + !NotExpectedReflectionException(e) ) { return false; @@ -270,6 +281,7 @@ internal static bool NotExpectedFunctionException(Exception e) return true; } +#if FEATURE_APPDOMAIN_UNHANDLED_EXCEPTION /// /// Dump any unhandled exceptions to a file so they can be diagnosed /// @@ -279,43 +291,49 @@ internal static void UnhandledExceptionHandler(object sender, UnhandledException Exception ex = (Exception)e.ExceptionObject; DumpExceptionToFile(ex); } +#endif /// /// Dump the exception information to a file /// - [MethodImpl(MethodImplOptions.Synchronized)] internal static void DumpExceptionToFile(Exception ex) { - if (s_dumpFileName == null) + // Locking on a type is not recommended. However, we are doing it here to be extra cautious about compatibility because + // this method previously had a [MethodImpl(MethodImplOptions.Synchronized)] attribute, which does lock on the type when + // applied to a static method. + lock(typeof(ExceptionHandling)) { - Guid guid = Guid.NewGuid(); - string tempPath = Path.GetTempPath(); - - // For some reason we get Watson buckets because GetTempPath gives us a folder here that doesn't exist. - // Either because %TMP% is misdefined, or because they deleted the temp folder during the build. - if (!Directory.Exists(tempPath)) + if (s_dumpFileName == null) { - // If this throws, no sense catching it, we can't log it now, and we're here - // because we're a child node with no console to log to, so die - Directory.CreateDirectory(tempPath); + Guid guid = Guid.NewGuid(); + string tempPath = Path.GetTempPath(); + + // For some reason we get Watson buckets because GetTempPath gives us a folder here that doesn't exist. + // Either because %TMP% is misdefined, or because they deleted the temp folder during the build. + if (!Directory.Exists(tempPath)) + { + // If this throws, no sense catching it, we can't log it now, and we're here + // because we're a child node with no console to log to, so die + Directory.CreateDirectory(tempPath); + } + + s_dumpFileName = Path.Combine(tempPath, "MSBuild_" + guid.ToString() + ".failure.txt"); + + using (StreamWriter writer = FileUtilities.OpenFileForAppend(s_dumpFileName)) + { + writer.WriteLine("UNHANDLED EXCEPTIONS FROM PROCESS {0}:", Process.GetCurrentProcess().Id); + writer.WriteLine("====================="); + } } - s_dumpFileName = Path.Combine(tempPath, "MSBuild_" + guid.ToString() + ".failure.txt"); - - using (StreamWriter writer = new StreamWriter(s_dumpFileName, true /*append*/)) + using (StreamWriter writer = FileUtilities.OpenFileForAppend(s_dumpFileName)) { - writer.WriteLine("UNHANDLED EXCEPTIONS FROM PROCESS {0}:", Process.GetCurrentProcess().Id); - writer.WriteLine("====================="); + // "G" format is, e.g., 6/15/2008 9:15:07 PM + writer.WriteLine(DateTime.Now.ToString("G", CultureInfo.CurrentCulture)); + writer.WriteLine(ex.ToString()); + writer.WriteLine("==================="); } } - - using (StreamWriter writer = new StreamWriter(s_dumpFileName, true /*append*/)) - { - // "G" format is, e.g., 6/15/2008 9:15:07 PM - writer.WriteLine(DateTime.Now.ToString("G", CultureInfo.CurrentCulture)); - writer.WriteLine(ex.ToString()); - writer.WriteLine("==================="); - } } #endif diff --git a/src/Shared/FileUtilities.cs b/src/Shared/FileUtilities.cs index db27524c7ef..2731ecbd656 100644 --- a/src/Shared/FileUtilities.cs +++ b/src/Shared/FileUtilities.cs @@ -1076,5 +1076,12 @@ private static string CurrentExecutableOverride return s_currentExecutableOverride; } } + + internal static StreamWriter OpenFileForAppend(string path) + { + const int DefaultFileStreamBufferSize = 4096; + Stream fileStream = new FileStream(path, FileMode.Append, FileAccess.Write, FileShare.Read, DefaultFileStreamBufferSize, FileOptions.SequentialScan); + return new StreamWriter(fileStream); + } } } diff --git a/src/Shared/NodeEndpointOutOfProcBase.cs b/src/Shared/NodeEndpointOutOfProcBase.cs index e4607551424..b3d54635c64 100644 --- a/src/Shared/NodeEndpointOutOfProcBase.cs +++ b/src/Shared/NodeEndpointOutOfProcBase.cs @@ -262,7 +262,7 @@ private void InternalDisconnect() ErrorUtilities.VerifyThrow(_packetPump.ManagedThreadId != Thread.CurrentThread.ManagedThreadId, "Can't join on the same thread."); _terminatePacketPump.Set(); _packetPump.Join(); - _terminatePacketPump.Close(); + _terminatePacketPump.Dispose(); _pipeServer.Close(); _packetPump = null; ChangeLinkStatus(LinkStatus.Inactive); diff --git a/src/Shared/TaskEngineAssemblyResolver.cs b/src/Shared/TaskEngineAssemblyResolver.cs index 748ae4f779b..96c3871d960 100644 --- a/src/Shared/TaskEngineAssemblyResolver.cs +++ b/src/Shared/TaskEngineAssemblyResolver.cs @@ -14,7 +14,10 @@ namespace Microsoft.Build.BackEnd.Logging /// /// This is a helper class to install an AssemblyResolver event handler in whatever AppDomain this class is created in. /// - internal class TaskEngineAssemblyResolver : MarshalByRefObject + internal class TaskEngineAssemblyResolver +#if FEATURE_APPDOMAIN + : MarshalByRefObject +#endif { /// /// This public default constructor is needed so that instances of this class can be created by NDP. @@ -111,6 +114,7 @@ internal Assembly ResolveAssembly(object sender, ResolveEventArgs args) return null; } +#if FEATURE_APPDOMAIN /// /// Overridden to give this class infinite lease time. Otherwise we end up with a limited /// lease (5 minutes I think) and instances can expire if they take long time processing. @@ -121,6 +125,7 @@ public override object InitializeLifetimeService() // null means infinite lease time return null; } +#endif // path to the task assembly, but only if it's loaded using LoadFrom. If it's loaded with Load, this is null. private string _taskAssemblyFile = null; diff --git a/src/Shared/TaskLoader.cs b/src/Shared/TaskLoader.cs index fdefb2f57d3..b3bbb54e341 100644 --- a/src/Shared/TaskLoader.cs +++ b/src/Shared/TaskLoader.cs @@ -96,8 +96,10 @@ internal static ITask CreateTask(LoadedType loadedType, string taskName, string taskAppDomain.Load(loadedType.LoadedAssembly.GetName()); } +#if FEATURE_APPDOMAIN_UNHANDLED_EXCEPTION // Hook up last minute dumping of any exceptions taskAppDomain.UnhandledException += new UnhandledExceptionEventHandler(ExceptionHandling.UnhandledExceptionHandler); +#endif } } else diff --git a/src/Shared/TaskLoggingHelper.cs b/src/Shared/TaskLoggingHelper.cs index de59565e9ea..ae1bcb91490 100644 --- a/src/Shared/TaskLoggingHelper.cs +++ b/src/Shared/TaskLoggingHelper.cs @@ -30,7 +30,10 @@ namespace Microsoft.Build.Tasks #else public #endif - class TaskLoggingHelper : MarshalByRefObject + class TaskLoggingHelper +#if FEATURE_APPDOMAIN + : MarshalByRefObject +#endif { #region Constructors @@ -1353,6 +1356,7 @@ public bool LogMessageFromText(string lineOfText, MessageImportance messageImpor #endregion +#if FEATURE_APPDOMAIN #region AppDomain Code /// @@ -1445,5 +1449,6 @@ public void MarkAsInactive() } #endregion +#endif } } diff --git a/src/Shared/TaskParameter.cs b/src/Shared/TaskParameter.cs index dcdb0e09bde..02b361c8738 100644 --- a/src/Shared/TaskParameter.cs +++ b/src/Shared/TaskParameter.cs @@ -69,7 +69,11 @@ internal enum TaskParameterType /// Wrapper for task parameters, to allow proper serialization even /// in cases where the parameter is not .NET serializable. /// - internal class TaskParameter : MarshalByRefObject, INodePacketTranslatable + internal class TaskParameter : +#if FEATURE_APPDOMAIN + MarshalByRefObject, +#endif + INodePacketTranslatable { /// /// The TaskParameterType of the wrapped parameter @@ -245,6 +249,7 @@ public void Translate(INodePacketTranslator translator) } } +#if FEATURE_APPDOMAIN /// /// Overridden to give this class infinite lease time. Otherwise we end up with a limited /// lease (5 minutes I think) and instances can expire if they take long time processing. @@ -255,6 +260,7 @@ public override object InitializeLifetimeService() // null means infinite lease time return null; } +#endif /// /// Factory for deserialization. @@ -490,7 +496,11 @@ private bool TranslateNullable(INodePacketTranslator translator, T value) /// /// Super simple ITaskItem derivative that we can use as a container for read items. /// - private class TaskParameterTaskItem : MarshalByRefObject, ITaskItem, ITaskItem2 + private class TaskParameterTaskItem : +#if FEATURE_APPDOMAIN + MarshalByRefObject, +#endif + ITaskItem, ITaskItem2 { /// /// The item spec @@ -697,6 +707,7 @@ public IDictionary CloneCustomMetadata() return (IDictionary)clonedMetadata; } +#if FEATURE_APPDOMAIN /// /// Overridden to give this class infinite lease time. Otherwise we end up with a limited /// lease (5 minutes I think) and instances can expire if they take long time processing. @@ -707,6 +718,7 @@ public override object InitializeLifetimeService() // null means infinite lease time return null; } +#endif /// /// Returns the escaped value of the requested metadata name. diff --git a/src/Shared/ThreadPoolExtensions.cs b/src/Shared/ThreadPoolExtensions.cs index 0a30fb4d300..c5cee09b465 100644 --- a/src/Shared/ThreadPoolExtensions.cs +++ b/src/Shared/ThreadPoolExtensions.cs @@ -25,18 +25,26 @@ internal static bool QueueThreadPoolWorkItemWithCulture(WaitCallback callback, C delegate (Object state) { // Save the culture so at the end of the threadproc if something else reuses this thread then it will not have a culture which it was not expecting. - CultureInfo originalThreadCulture = Thread.CurrentThread.CurrentCulture; - CultureInfo originalThreadUICulture = Thread.CurrentThread.CurrentUICulture; + CultureInfo originalThreadCulture = CultureInfo.CurrentCulture; + CultureInfo originalThreadUICulture = CultureInfo.CurrentUICulture; try { - if (Thread.CurrentThread.CurrentCulture != culture) + if (CultureInfo.CurrentCulture != culture) { +#if FEATURE_THREAD_CULTURE Thread.CurrentThread.CurrentCulture = culture; +#else + CultureInfo.CurrentCulture = culture; +#endif } - if (Thread.CurrentThread.CurrentUICulture != uiCulture) + if (CultureInfo.CurrentUICulture != uiCulture) { +#if FEATURE_THREAD_CULTURE Thread.CurrentThread.CurrentUICulture = uiCulture; +#else + CultureInfo.CurrentCulture = uiCulture; +#endif } callback(state); @@ -44,14 +52,22 @@ internal static bool QueueThreadPoolWorkItemWithCulture(WaitCallback callback, C finally { // Set the culture back to the original one so that if something else reuses this thread then it will not have a culture which it was not expecting. - if (Thread.CurrentThread.CurrentCulture != originalThreadCulture) + if (CultureInfo.CurrentCulture != originalThreadCulture) { +#if FEATURE_THREAD_CULTURE Thread.CurrentThread.CurrentCulture = originalThreadCulture; +#else + CultureInfo.CurrentCulture = originalThreadCulture; +#endif } - if (Thread.CurrentThread.CurrentUICulture != originalThreadUICulture) + if (CultureInfo.CurrentUICulture != originalThreadUICulture) { +#if FEATURE_THREAD_CULTURE Thread.CurrentThread.CurrentUICulture = originalThreadUICulture; +#else + CultureInfo.CurrentUICulture = originalThreadUICulture; +#endif } } }); diff --git a/src/XMakeBuildEngine/BackEnd/BuildManager/BuildManager.cs b/src/XMakeBuildEngine/BackEnd/BuildManager/BuildManager.cs index 4d4b8b0a614..8e95fa1d47b 100644 --- a/src/XMakeBuildEngine/BackEnd/BuildManager/BuildManager.cs +++ b/src/XMakeBuildEngine/BackEnd/BuildManager/BuildManager.cs @@ -1756,7 +1756,7 @@ private ILoggingService CreateLoggingService(IEnumerable loggers, IEnum { // We need to register SOME logger if we don't have any. This ensures the out of proc nodes will still send us message, // ensuring we receive project started and finished events. - Assembly engineAssembly = Assembly.GetAssembly(typeof(ProjectCollection)); + Assembly engineAssembly = typeof(ProjectCollection).GetTypeInfo().Assembly; LoggerDescription forwardingLoggerDescription = new LoggerDescription( loggerClassName: typeof(ConfigurableForwardingLogger).FullName, loggerAssemblyName: typeof(ConfigurableForwardingLogger).GetTypeInfo().Assembly.GetName().FullName, diff --git a/src/XMakeBuildEngine/BackEnd/BuildManager/BuildParameters.cs b/src/XMakeBuildEngine/BackEnd/BuildManager/BuildParameters.cs index 91e41a29d65..ca6ba797ded 100644 --- a/src/XMakeBuildEngine/BackEnd/BuildManager/BuildParameters.cs +++ b/src/XMakeBuildEngine/BackEnd/BuildManager/BuildParameters.cs @@ -111,10 +111,12 @@ public class BuildParameters : INodePacketTranslatable /// private int _buildId = 0; +#if FEATURE_THREAD_PRIORITY /// /// The thread priority with which to run the in-proc node. /// private ThreadPriority _buildThreadPriority = ThreadPriority.Normal; +#endif /// /// The culture @@ -295,7 +297,9 @@ private BuildParameters(BuildParameters other) _nodeExeLocation = other._nodeExeLocation; _nodeId = other._nodeId; _onlyLogCriticalEvents = other._onlyLogCriticalEvents; +#if FEATURE_THREAD_PRIORITY _buildThreadPriority = other._buildThreadPriority; +#endif _toolsetProvider = other._toolsetProvider; _toolsetDefinitionLocations = other._toolsetDefinitionLocations; _toolsetProvider = other._toolsetProvider; @@ -312,6 +316,7 @@ private BuildParameters(BuildParameters other) _logInitialPropertiesAndItems = other._logInitialPropertiesAndItems; } +#if FEATURE_THREAD_PRIORITY /// /// Sets the desired thread priority for building. /// @@ -320,6 +325,7 @@ public ThreadPriority BuildThreadPriority get { return _buildThreadPriority; } set { _buildThreadPriority = value; } } +#endif /// /// By default if the number of processes is set to 1 we will use Asynchronous logging. However if we want to use synchronous logging when the number of cpu's is set to 1 diff --git a/src/XMakeBuildEngine/BackEnd/Components/BuildRequestEngine/BuildRequestEngine.cs b/src/XMakeBuildEngine/BackEnd/Components/BuildRequestEngine/BuildRequestEngine.cs index 6dfa60fa340..ce89ff50970 100644 --- a/src/XMakeBuildEngine/BackEnd/Components/BuildRequestEngine/BuildRequestEngine.cs +++ b/src/XMakeBuildEngine/BackEnd/Components/BuildRequestEngine/BuildRequestEngine.cs @@ -1351,11 +1351,12 @@ private void TraceEngine(string format, params object[] stuff) { lock (this) { - StreamWriter file = new StreamWriter(String.Format(CultureInfo.CurrentCulture, Path.Combine(_debugDumpPath, @"EngineTrace_{0}.txt"), Process.GetCurrentProcess().Id), true); - string message = String.Format(CultureInfo.CurrentCulture, format, stuff); - file.WriteLine("{0}({1})-{2}: {3}", Thread.CurrentThread.Name, Thread.CurrentThread.ManagedThreadId, DateTime.UtcNow.Ticks, message); - file.Flush(); - file.Close(); + using (StreamWriter file = FileUtilities.OpenFileForAppend(String.Format(CultureInfo.CurrentCulture, Path.Combine(_debugDumpPath, @"EngineTrace_{0}.txt"), Process.GetCurrentProcess().Id))) + { + string message = String.Format(CultureInfo.CurrentCulture, format, stuff); + file.WriteLine("{0}({1})-{2}: {3}", Thread.CurrentThread.Name, Thread.CurrentThread.ManagedThreadId, DateTime.UtcNow.Ticks, message); + file.Flush(); + } } } } diff --git a/src/XMakeBuildEngine/BackEnd/Components/Communications/NodeEndpointInProc.cs b/src/XMakeBuildEngine/BackEnd/Components/Communications/NodeEndpointInProc.cs index ed483862274..49d271f0fd3 100644 --- a/src/XMakeBuildEngine/BackEnd/Components/Communications/NodeEndpointInProc.cs +++ b/src/XMakeBuildEngine/BackEnd/Components/Communications/NodeEndpointInProc.cs @@ -13,6 +13,7 @@ using Microsoft.Build.Shared; using BuildParameters = Microsoft.Build.Execution.BuildParameters; +using System.Globalization; namespace Microsoft.Build.BackEnd { @@ -350,13 +351,27 @@ private void InitializeAsyncPacketThread() ErrorUtilities.VerifyThrow(null == _terminatePacketPump, "terminatePacketPump != null"); ErrorUtilities.VerifyThrow(null == _packetQueue, "packetQueue != null"); +#if FEATURE_THREAD_CULTURE _packetPump = new Thread(PacketPumpProc); +#else + // In .NET Core, we need to set the current culture from inside the new thread + CultureInfo culture = _componentHost.BuildParameters.Culture; + CultureInfo uiCulture = _componentHost.BuildParameters.UICulture; + _packetPump = new Thread(() => + { + CultureInfo.CurrentCulture = culture; + CultureInfo.CurrentUICulture = uiCulture; + PacketPumpProc(); + }); +#endif _packetPump.Name = "InProc Endpoint Packet Pump"; _packetAvailable = new AutoResetEvent(false); _terminatePacketPump = new AutoResetEvent(false); _packetQueue = new Queue(); +#if FEATURE_THREAD_CULTURE _packetPump.CurrentCulture = _componentHost.BuildParameters.Culture; _packetPump.CurrentUICulture = _componentHost.BuildParameters.UICulture; +#endif _packetPump.Start(); } } @@ -374,16 +389,18 @@ private void TerminateAsyncPacketThread() ErrorUtilities.VerifyThrow(null != _packetQueue, "packetQueue == null"); _terminatePacketPump.Set(); - if (!_packetPump.Join(new TimeSpan(0, 0, BuildParameters.EndpointShutdownTimeout))) + if (!_packetPump.Join((int) new TimeSpan(0, 0, BuildParameters.EndpointShutdownTimeout).TotalMilliseconds)) { +#if FEATURE_THREAD_ABORT // We timed out. Kill it. _packetPump.Abort(); +#endif } _packetPump = null; - _packetAvailable.Close(); + _packetAvailable.Dispose(); _packetAvailable = null; - _terminatePacketPump.Close(); + _terminatePacketPump.Dispose(); _terminatePacketPump = null; _packetQueue = null; } diff --git a/src/XMakeBuildEngine/BackEnd/Components/Communications/NodeProviderInProc.cs b/src/XMakeBuildEngine/BackEnd/Components/Communications/NodeProviderInProc.cs index 28ff82ad940..98b7ca8c214 100644 --- a/src/XMakeBuildEngine/BackEnd/Components/Communications/NodeProviderInProc.cs +++ b/src/XMakeBuildEngine/BackEnd/Components/Communications/NodeProviderInProc.cs @@ -306,7 +306,7 @@ public void RoutePacket(int nodeId, INodePacket packet) (_inProcNodeOwningOperatingEnvironment != null)) { _inProcNodeOwningOperatingEnvironment.Release(); - _inProcNodeOwningOperatingEnvironment.Close(); + _inProcNodeOwningOperatingEnvironment.Dispose(); _inProcNodeOwningOperatingEnvironment = null; } @@ -361,18 +361,30 @@ private bool InstantiateNode(INodePacketFactory factory) _packetFactory = factory; _inProcNode = new InProcNode(_componentHost, endpoints.NodeEndpoint); - +#if FEATURE_THREAD_CULTURE _inProcNodeThread = new Thread(InProcNodeThreadProc, BuildParameters.ThreadStackSize); +#else + CultureInfo culture = _componentHost.BuildParameters.Culture; + CultureInfo uiCulture = _componentHost.BuildParameters.UICulture; + _inProcNodeThread = new Thread(() => + { + CultureInfo.CurrentCulture = culture; + CultureInfo.CurrentUICulture = uiCulture; + InProcNodeThreadProc(); + }); +#endif _inProcNodeThread.Name = String.Format(CultureInfo.CurrentCulture, "In-proc Node ({0})", _componentHost.Name); _inProcNodeThread.IsBackground = true; +#if FEATURE_THREAD_CULTURE _inProcNodeThread.CurrentCulture = _componentHost.BuildParameters.Culture; _inProcNodeThread.CurrentUICulture = _componentHost.BuildParameters.UICulture; +#endif _inProcNodeThread.Start(); _inProcNodeEndpoint.Connect(this); int connectionTimeout = CommunicationsUtilities.NodeConnectionTimeout; - bool connected = _endpointConnectedEvent.WaitOne(connectionTimeout, false); + bool connected = _endpointConnectedEvent.WaitOne(connectionTimeout); ErrorUtilities.VerifyThrow(connected, "In-proc node failed to start up within {0}ms", connectionTimeout); return true; } diff --git a/src/XMakeBuildEngine/BackEnd/Components/Logging/EventSourceSink.cs b/src/XMakeBuildEngine/BackEnd/Components/Logging/EventSourceSink.cs index 034000a0663..65197c0499c 100644 --- a/src/XMakeBuildEngine/BackEnd/Components/Logging/EventSourceSink.cs +++ b/src/XMakeBuildEngine/BackEnd/Components/Logging/EventSourceSink.cs @@ -15,7 +15,11 @@ namespace Microsoft.Build.BackEnd.Logging /// /// This class raises events on behalf of the build engine to all registered loggers. /// - internal sealed class EventSourceSink : MarshalByRefObject, IEventSource, IBuildEventSink + internal sealed class EventSourceSink : +#if FEATURE_APPDOMAIN + MarshalByRefObject, +#endif + IEventSource, IBuildEventSink { #region Events diff --git a/src/XMakeBuildEngine/BackEnd/Components/RequestBuilder/RequestBuilder.cs b/src/XMakeBuildEngine/BackEnd/Components/RequestBuilder/RequestBuilder.cs index 27ff695c4ab..8dd59531ccc 100644 --- a/src/XMakeBuildEngine/BackEnd/Components/RequestBuilder/RequestBuilder.cs +++ b/src/XMakeBuildEngine/BackEnd/Components/RequestBuilder/RequestBuilder.cs @@ -640,19 +640,23 @@ private void SetCommonWorkerThreadParameters() Thread.CurrentThread.CurrentCulture = _componentHost.BuildParameters.Culture; Thread.CurrentThread.CurrentUICulture = _componentHost.BuildParameters.UICulture; #endif +#if FEATURE_THREAD_PRIORITY Thread.CurrentThread.Priority = _componentHost.BuildParameters.BuildThreadPriority; +#endif Thread.CurrentThread.IsBackground = true; + // NOTE: This is safe to do because we have specified long-running so we get our own new thread. + string threadName = "RequestBuilder thread"; + +#if FEATURE_APARTMENT_STATE if (Thread.CurrentThread.GetApartmentState() == ApartmentState.STA) { // NOTE: This is safe to do because the STA scheduler always gives us our own new thread. - Thread.CurrentThread.Name = "RequestBuilder STA thread"; - } - else - { - // NOTE: This is safe to do because we have specified long-running so we get our own new thread. - Thread.CurrentThread.Name = "RequestBuilder thread"; + threadName = "RequestBuilder STA thread"; } +#endif + + Thread.CurrentThread.Name = threadName; } /// @@ -704,12 +708,14 @@ private async Task RequestThreadProc(bool setThreadParameters) } #endif } +#if FEATURE_VARIOUS_EXCEPTIONS catch (ThreadAbortException) { // Do nothing. This will happen when the thread is forcibly terminated because we are shutting down, for example // when the unit test framework terminates. throw; } +#endif catch (Exception e) { // Dump all engine exceptions to a temp file diff --git a/src/XMakeBuildEngine/BackEnd/Components/RequestBuilder/TaskBuilder.cs b/src/XMakeBuildEngine/BackEnd/Components/RequestBuilder/TaskBuilder.cs index 2673f6fedf8..38f1ae1e396 100644 --- a/src/XMakeBuildEngine/BackEnd/Components/RequestBuilder/TaskBuilder.cs +++ b/src/XMakeBuildEngine/BackEnd/Components/RequestBuilder/TaskBuilder.cs @@ -339,10 +339,12 @@ private async Task ExecuteTask(TaskExecutionMode mode, Lookup lo { _taskExecutionHost.CleanupForTask(); +#if FEATURE_APPDOMAIN if (taskHost != null) { taskHost.MarkAsInactive(); } +#endif // Now all task batches are done, apply all item adds to the outer // target batch; we do this even if the task wasn't found (in that case, @@ -417,11 +419,17 @@ private async Task ExecuteBucket(TaskHost taskHost, ItemBucket b try { if ( - ((requirements.Value & TaskRequirements.RequireSTAThread) == TaskRequirements.RequireSTAThread) && - (Thread.CurrentThread.GetApartmentState() != ApartmentState.STA) + ((requirements.Value & TaskRequirements.RequireSTAThread) == TaskRequirements.RequireSTAThread) +#if FEATURE_APARTMENT_STATE + && (Thread.CurrentThread.GetApartmentState() != ApartmentState.STA) +#endif ) { +#if FEATURE_APARTMENT_STATE taskResult = ExecuteTaskInSTAThread(bucket, taskLoggingContext, taskIdentityParameters, taskHost, howToExecuteTask); +#else + throw new PlatformNotSupportedException(TaskRequirements.RequireSTAThread.ToString()); +#endif } else { @@ -517,6 +525,8 @@ private IDictionary GatherTaskIdentityParameters(Expander /// Executes the task using an STA thread. /// @@ -580,6 +590,7 @@ private WorkUnitResult ExecuteTaskInSTAThread(ItemBucket bucket, TaskLoggingCont return taskResult; } +#endif /// /// Logs a task skipped message if necessary. @@ -812,6 +823,7 @@ private async Task ExecuteInstantiatedTask(ITaskExecutionHost ta // Rethrow wrapped in order to avoid losing the callstack throw new InternalLoggerException(taskException.Message, taskException, ex.BuildEventArgs, ex.ErrorCode, ex.HelpKeyword, ex.InitializationException); } +#if FEATURE_VARIOUS_EXCEPTIONS else if (type == typeof(ThreadAbortException)) { Thread.ResetAbort(); @@ -821,6 +833,7 @@ private async Task ExecuteInstantiatedTask(ITaskExecutionHost ta // Stack will be lost throw taskException; } +#endif else if (type == typeof(BuildAbortedException)) { _continueOnError = ContinueOnError.ErrorAndStop; diff --git a/src/XMakeBuildEngine/BackEnd/Components/RequestBuilder/TaskHost.cs b/src/XMakeBuildEngine/BackEnd/Components/RequestBuilder/TaskHost.cs index afc3853b816..08305e77d49 100644 --- a/src/XMakeBuildEngine/BackEnd/Components/RequestBuilder/TaskHost.cs +++ b/src/XMakeBuildEngine/BackEnd/Components/RequestBuilder/TaskHost.cs @@ -31,7 +31,11 @@ namespace Microsoft.Build.BackEnd /// The task host object which allows tasks to interface with the rest of the build system. /// Implementation of IBuildEngineX is thread-safe, so, for example, tasks can log concurrently on multiple threads. /// - internal class TaskHost : MarshalByRefObject, IBuildEngine4 + internal class TaskHost : +#if FEATURE_APPDOMAIN + MarshalByRefObject, +#endif + IBuildEngine4 { /// /// True if the "secret" environment variable MSBUILDNOINPROCNODE is set. @@ -648,6 +652,7 @@ public async Task InternalBuildProjects(string[] projectFileN return result; } +#if FEATURE_APPDOMAIN /// /// InitializeLifetimeService is called when the remote object is activated. /// This method will determine how long the lifetime for the object will be. @@ -744,6 +749,7 @@ internal void MarkAsInactive() } } } +#endif /// /// Determine if the event is serializable. If we are running with multiple nodes we need to make sure the logging events are serializable. If not diff --git a/src/XMakeBuildEngine/BackEnd/Components/Scheduler/Scheduler.cs b/src/XMakeBuildEngine/BackEnd/Components/Scheduler/Scheduler.cs index feeed2c33e7..7a0cad9df8d 100644 --- a/src/XMakeBuildEngine/BackEnd/Components/Scheduler/Scheduler.cs +++ b/src/XMakeBuildEngine/BackEnd/Components/Scheduler/Scheduler.cs @@ -2193,11 +2193,11 @@ private void TraceScheduler(string format, params object[] stuff) { if (_debugDumpState) { - StreamWriter file = new StreamWriter(String.Format(CultureInfo.CurrentCulture, Path.Combine(_debugDumpPath, "SchedulerTrace_{0}.txt"), Process.GetCurrentProcess().Id), true); + StreamWriter file = FileUtilities.OpenFileForAppend(String.Format(CultureInfo.CurrentCulture, Path.Combine(_debugDumpPath, "SchedulerTrace_{0}.txt"), Process.GetCurrentProcess().Id)); file.Write("{0}({1})-{2}: ", Thread.CurrentThread.Name, Thread.CurrentThread.ManagedThreadId, _schedulingData.EventTime.Ticks); file.WriteLine(format, stuff); file.Flush(); - file.Close(); + file.Dispose(); } } @@ -2210,7 +2210,7 @@ private void DumpSchedulerState() { if (_schedulingData != null) { - using (StreamWriter file = new StreamWriter(String.Format(CultureInfo.CurrentCulture, Path.Combine(_debugDumpPath, "SchedulerState_{0}.txt"), Process.GetCurrentProcess().Id), true)) + using (StreamWriter file = FileUtilities.OpenFileForAppend(String.Format(CultureInfo.CurrentCulture, Path.Combine(_debugDumpPath, "SchedulerState_{0}.txt"), Process.GetCurrentProcess().Id))) { file.WriteLine("Scheduler state at timestamp {0}:", _schedulingData.EventTime.Ticks); file.WriteLine("------------------------------------------------", _schedulingData.EventTime.Ticks); @@ -2307,7 +2307,7 @@ private void DumpConfigurations() { if (_schedulingData != null) { - using (StreamWriter file = new StreamWriter(String.Format(CultureInfo.CurrentCulture, Path.Combine(_debugDumpPath, "SchedulerState_{0}.txt"), Process.GetCurrentProcess().Id), true)) + using (StreamWriter file = FileUtilities.OpenFileForAppend(String.Format(CultureInfo.CurrentCulture, Path.Combine(_debugDumpPath, "SchedulerState_{0}.txt"), Process.GetCurrentProcess().Id))) { file.WriteLine("Configurations used during this build"); file.WriteLine("-------------------------------------"); @@ -2341,7 +2341,7 @@ private void DumpRequests() { if (_schedulingData != null) { - using (StreamWriter file = new StreamWriter(String.Format(CultureInfo.CurrentCulture, Path.Combine(_debugDumpPath, "SchedulerState_{0}.txt"), Process.GetCurrentProcess().Id), true)) + using (StreamWriter file = FileUtilities.OpenFileForAppend(String.Format(CultureInfo.CurrentCulture, Path.Combine(_debugDumpPath, "SchedulerState_{0}.txt"), Process.GetCurrentProcess().Id))) { file.WriteLine("Requests used during the build:"); file.WriteLine("-------------------------------"); diff --git a/src/XMakeBuildEngine/BackEnd/Node/InProcNode.cs b/src/XMakeBuildEngine/BackEnd/Node/InProcNode.cs index a7a169f6ab2..845a50361c3 100644 --- a/src/XMakeBuildEngine/BackEnd/Node/InProcNode.cs +++ b/src/XMakeBuildEngine/BackEnd/Node/InProcNode.cs @@ -203,12 +203,14 @@ public NodeEngineShutdownReason Run(out Exception shutdownException) } } } +#if FEATURE_VARIOUS_EXCEPTIONS catch (ThreadAbortException) { // Do nothing. This will happen when the thread is forcibly terminated because we are shutting down, for example // when the unit test framework terminates. throw; } +#endif catch (Exception e) { // Dump all engine exceptions to a temp file diff --git a/src/XMakeBuildEngine/BackEnd/Node/OutOfProcNode.cs b/src/XMakeBuildEngine/BackEnd/Node/OutOfProcNode.cs index 9e9fb3fdd60..03b5f880056 100644 --- a/src/XMakeBuildEngine/BackEnd/Node/OutOfProcNode.cs +++ b/src/XMakeBuildEngine/BackEnd/Node/OutOfProcNode.cs @@ -141,7 +141,9 @@ public OutOfProcNode() { s_isOutOfProcNode = true; +#if FEATURE_APPDOMAIN_UNHANDLED_EXCEPTION AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(ExceptionHandling.UnhandledExceptionHandler); +#endif _debugCommunications = (Environment.GetEnvironmentVariable("MSBUILDDEBUGCOMM") == "1"); diff --git a/src/XMakeBuildEngine/BackEnd/Shared/BuildAbortedException.cs b/src/XMakeBuildEngine/BackEnd/Shared/BuildAbortedException.cs index 8bf0d60a086..ee481f15766 100644 --- a/src/XMakeBuildEngine/BackEnd/Shared/BuildAbortedException.cs +++ b/src/XMakeBuildEngine/BackEnd/Shared/BuildAbortedException.cs @@ -9,7 +9,9 @@ using System.Collections.Generic; using System.Text; using System.Runtime.Serialization; +#if FEATURE_SECURITY_PERMISSIONS using System.Security.Permissions; +#endif using Microsoft.Build.Shared; namespace Microsoft.Build.Exceptions diff --git a/src/XMakeBuildEngine/BackEnd/Shared/BuildRequestConfiguration.cs b/src/XMakeBuildEngine/BackEnd/Shared/BuildRequestConfiguration.cs index 218e5265e13..89f22df55a5 100644 --- a/src/XMakeBuildEngine/BackEnd/Shared/BuildRequestConfiguration.cs +++ b/src/XMakeBuildEngine/BackEnd/Shared/BuildRequestConfiguration.cs @@ -667,7 +667,7 @@ public void CacheIfPossible() } finally { - translator.Writer.BaseStream.Close(); + translator.Writer.BaseStream.Dispose(); } } } @@ -700,7 +700,7 @@ public void RetrieveFromCache() } finally { - translator.Reader.BaseStream.Close(); + translator.Reader.BaseStream.Dispose(); } } } diff --git a/src/XMakeBuildEngine/BackEnd/Shared/TargetResult.cs b/src/XMakeBuildEngine/BackEnd/Shared/TargetResult.cs index 6a901ba9470..c538b55196d 100644 --- a/src/XMakeBuildEngine/BackEnd/Shared/TargetResult.cs +++ b/src/XMakeBuildEngine/BackEnd/Shared/TargetResult.cs @@ -235,7 +235,7 @@ internal void CacheItems(int configId, string targetName) } finally { - translator.Writer.BaseStream.Close(); + translator.Writer.BaseStream.Dispose(); } } } @@ -269,7 +269,7 @@ private void RetrieveItemsFromCache() } finally { - translator.Reader.BaseStream.Close(); + translator.Reader.BaseStream.Dispose(); } } } diff --git a/src/XMakeBuildEngine/BackEnd/TaskExecutionHost/TaskExecutionHost.cs b/src/XMakeBuildEngine/BackEnd/TaskExecutionHost/TaskExecutionHost.cs index 080949fbe26..c267040f487 100644 --- a/src/XMakeBuildEngine/BackEnd/TaskExecutionHost/TaskExecutionHost.cs +++ b/src/XMakeBuildEngine/BackEnd/TaskExecutionHost/TaskExecutionHost.cs @@ -632,10 +632,11 @@ protected virtual void Dispose(bool disposing) { if (disposing) { - _taskExecutionIdle.Close(); + _taskExecutionIdle.Dispose(); CleanupCancellationToken(); } +#if FEATURE_APPDOMAIN // if we've been asked to remote these items then // we need to disconnect them from .NET Remoting now we're all done with them if (_remotedTaskItems != null) @@ -648,6 +649,7 @@ protected virtual void Dispose(bool disposing) } _remotedTaskItems = null; +#endif } /// @@ -1010,7 +1012,9 @@ private ITask InstantiateTask(IDictionary taskIdentityParameters } finally { +#if FEATURE_APPDOMAIN loggingHost.MarkAsInactive(); +#endif } } } diff --git a/src/XMakeBuildEngine/Collections/ConvertingEnumerable.cs b/src/XMakeBuildEngine/Collections/ConvertingEnumerable.cs index b8d26b0dde1..561f6285ef0 100644 --- a/src/XMakeBuildEngine/Collections/ConvertingEnumerable.cs +++ b/src/XMakeBuildEngine/Collections/ConvertingEnumerable.cs @@ -27,12 +27,12 @@ internal class ConvertingEnumerable : IEnumerable /// /// Converter delegate used on each item in the backing enumerable as it is returned /// - private Converter _converter; + private Func _converter; /// /// Constructor /// - internal ConvertingEnumerable(IEnumerable backingEnumerable, Converter converter) + internal ConvertingEnumerable(IEnumerable backingEnumerable, Func converter) { _backingEnumerable = backingEnumerable; _converter = converter; @@ -70,12 +70,12 @@ private struct ConvertingEnumerator : IEnumerator /// /// Converter delegate used on each item in the backing enumerator as it is returned /// - private Converter _converter; + private Func _converter; /// /// Constructor /// - internal ConvertingEnumerator(IEnumerator backingEnumerator, Converter converter) + internal ConvertingEnumerator(IEnumerator backingEnumerator, Func converter) { _backingEnumerator = backingEnumerator; _converter = converter; diff --git a/src/XMakeBuildEngine/Collections/ReadOnlyConvertingCollection.cs b/src/XMakeBuildEngine/Collections/ReadOnlyConvertingCollection.cs index f68a461ce45..3eeed3d8288 100644 --- a/src/XMakeBuildEngine/Collections/ReadOnlyConvertingCollection.cs +++ b/src/XMakeBuildEngine/Collections/ReadOnlyConvertingCollection.cs @@ -39,7 +39,7 @@ internal class ReadOnlyConvertingCollection : ICollection /// /// The delegate used to convert values. /// - private readonly Converter _converter; + private readonly Func _converter; /// /// The delegate used to satisfy contains operations, optionally @@ -49,7 +49,7 @@ internal class ReadOnlyConvertingCollection : ICollection /// /// Constructor. /// - internal ReadOnlyConvertingCollection(ICollection backing, Converter converter) + internal ReadOnlyConvertingCollection(ICollection backing, Func converter) : this(backing, converter, null) { } @@ -57,7 +57,7 @@ internal ReadOnlyConvertingCollection(ICollection backing, Converter co /// /// Constructor, optionally taking a delegate to do a "backwards" contains operation. /// - internal ReadOnlyConvertingCollection(ICollection backing, Converter converter, Contains contains) + internal ReadOnlyConvertingCollection(ICollection backing, Func converter, Contains contains) { ErrorUtilities.VerifyThrowArgumentNull(backing, "backing"); ErrorUtilities.VerifyThrowArgumentNull(converter, "converter"); diff --git a/src/XMakeBuildEngine/Collections/ReadOnlyConvertingDictionary.cs b/src/XMakeBuildEngine/Collections/ReadOnlyConvertingDictionary.cs index 4ce4e5775b8..166e795c7eb 100644 --- a/src/XMakeBuildEngine/Collections/ReadOnlyConvertingDictionary.cs +++ b/src/XMakeBuildEngine/Collections/ReadOnlyConvertingDictionary.cs @@ -32,12 +32,12 @@ internal class ReadOnlyConvertingDictionary : IDictionary /// /// The delegate used to convert values. /// - private readonly Converter _converter; + private readonly Func _converter; /// /// Constructor. /// - internal ReadOnlyConvertingDictionary(IDictionary backing, Converter converter) + internal ReadOnlyConvertingDictionary(IDictionary backing, Func converter) { ErrorUtilities.VerifyThrowArgumentNull(backing, "backing"); ErrorUtilities.VerifyThrowArgumentNull(converter, "converter"); diff --git a/src/XMakeBuildEngine/Construction/Solution/SolutionFile.cs b/src/XMakeBuildEngine/Construction/Solution/SolutionFile.cs index a05ea01fc1b..1da1d433265 100644 --- a/src/XMakeBuildEngine/Construction/Solution/SolutionFile.cs +++ b/src/XMakeBuildEngine/Construction/Solution/SolutionFile.cs @@ -417,12 +417,12 @@ internal static void GetSolutionFileAndVisualStudioMajorVersions(string solution { if (fileStream != null) { - fileStream.Close(); + fileStream.Dispose(); } if (reader != null) { - reader.Close(); + reader.Dispose(); } } @@ -512,12 +512,12 @@ internal void ParseSolutionFile() { if (fileStream != null) { - fileStream.Close(); + fileStream.Dispose(); } if (_reader != null) { - _reader.Close(); + _reader.Dispose(); } } } diff --git a/src/XMakeBuildEngine/Debugger/DebuggerManager.cs b/src/XMakeBuildEngine/Debugger/DebuggerManager.cs index 89ca27a00ef..44ee479553a 100644 --- a/src/XMakeBuildEngine/Debugger/DebuggerManager.cs +++ b/src/XMakeBuildEngine/Debugger/DebuggerManager.cs @@ -202,7 +202,7 @@ internal static void BakeStates(string fileName) fileName = fileName ?? "MSBuild"; int suffix = 0; - while (s_dynamicModule.GetType(fileName) != null) + while (s_dynamicModule.GetType(fileName, false, false) != null) { fileName += suffix; suffix++; @@ -220,7 +220,7 @@ internal static void BakeStates(string fileName) string methodName = CreateIsland(type, state); - state.RecordMethodInfo(type, methodName); + state.RecordMethodInfo(type.CreateTypeInfo().AsType(), methodName); s_allBakedStates.Add(state.Location, state); } @@ -229,7 +229,7 @@ internal static void BakeStates(string fileName) // Although type is going out of scope now, it will // subsequently be accessed by its name - type.CreateType(); + type.CreateTypeInfo(); } /// @@ -378,8 +378,11 @@ private static void CreateDynamicModule() // Arbitrary but reasonable name string name = Process.GetCurrentProcess().ProcessName; - +#if FEATURE_REFLECTION_EMIT_DEBUG_INFO s_dynamicModule = assembly.DefineDynamicModule(name, true /* track debug information */); +#else + s_dynamicModule = assembly.DefineDynamicModule(name); +#endif } /// @@ -729,8 +732,8 @@ internal void Exit() _workerThread.Join(); - _workToDoEvent.Close(); - _workDoneEvent.Close(); + _workToDoEvent.Dispose(); + _workDoneEvent.Dispose(); } /// diff --git a/src/XMakeBuildEngine/Definition/ProjectCollection.cs b/src/XMakeBuildEngine/Definition/ProjectCollection.cs index 36cb555e763..6148f51dac6 100644 --- a/src/XMakeBuildEngine/Definition/ProjectCollection.cs +++ b/src/XMakeBuildEngine/Definition/ProjectCollection.cs @@ -185,7 +185,9 @@ public class ProjectCollection : IToolsetProvider, IBuildComponent, IDisposable /// static ProjectCollection() { +#if FEATURE_APPDOMAIN_UNHANDLED_EXCEPTION AppDomain.CurrentDomain.UnhandledException += ExceptionHandling.UnhandledExceptionHandler; +#endif } /// diff --git a/src/XMakeBuildEngine/Evaluation/Expander.cs b/src/XMakeBuildEngine/Evaluation/Expander.cs index ecf50653122..200088e97b6 100644 --- a/src/XMakeBuildEngine/Evaluation/Expander.cs +++ b/src/XMakeBuildEngine/Evaluation/Expander.cs @@ -1901,12 +1901,17 @@ internal static ItemTransformFunction GetItemTransformFunction(IElementLocation return null; } - transformFunction = (ItemTransformFunction)Delegate.CreateDelegate(typeof(ItemTransformFunction), itemFunctionInfo, false); } - else + try { // Create a delegate to the function we're going to call - transformFunction = (ItemTransformFunction)Delegate.CreateDelegate(typeof(ItemTransformFunction), itemFunctionInfo, false); + transformFunction = (ItemTransformFunction)itemFunctionInfo.CreateDelegate(typeof(ItemTransformFunction)); + } + catch (ArgumentException) + { + // Prior to porting to .NET Core, this code was passing false as the throwOnBindFailure parameter to Delegate.CreateDelegate. + // Since MethodInfo.CreateDelegate doesn't have this option, we catch the ArgumentException to preserve the previous behavior + ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "UnknownItemFunction", functionName); } } @@ -2229,7 +2234,13 @@ internal static IEnumerable> ExecuteStringFunction(Expander item in itemsOfType) { - Function

function = new Expander.Function

(typeof(string), item.Item1, item.Item1, functionName, arguments, BindingFlags.Public | BindingFlags.InvokeMethod, String.Empty, expander.UsedUninitializedProperties); + Function

function = new Expander.Function

(typeof(string), item.Item1, item.Item1, functionName, arguments, +#if FEATURE_TYPE_INVOKEMEMBER + BindingFlags.Public | BindingFlags.InvokeMethod, +#else + BindingFlags.Public, InvokeType.InvokeMethod, +#endif + String.Empty, expander.UsedUninitializedProperties); object result = function.Execute(item.Item1, expander._properties, ExpanderOptions.ExpandAll, elementLocation); @@ -2586,6 +2597,14 @@ private static class RegularExpressions *************************************************************************************************************************/ } +#if !FEATURE_TYPE_INVOKEMEMBER + internal enum InvokeType + { + InvokeMethod, + GetPropertyOrField + } +#endif + ///

/// This class represents the function as extracted from an expression /// It is also responsible for executing the function @@ -2624,6 +2643,10 @@ private class Function /// private BindingFlags _bindingFlags; +#if !FEATURE_TYPE_INVOKEMEMBER + private InvokeType _invokeType; +#endif + /// /// The remainder of the body once the function and arguments have been extracted /// @@ -2637,7 +2660,11 @@ private class Function /// /// Construct a function that will be executed during property evaluation /// - internal Function(Type objectType, string expression, string expressionRootName, string name, string[] arguments, BindingFlags bindingFlags, string remainder, UsedUninitializedProperties usedUninitializedProperties) + internal Function(Type objectType, string expression, string expressionRootName, string name, string[] arguments, BindingFlags bindingFlags, +#if !FEATURE_TYPE_INVOKEMEMBER + InvokeType invokeType, +#endif + string remainder, UsedUninitializedProperties usedUninitializedProperties) { _name = name; if (arguments == null) @@ -2653,6 +2680,9 @@ internal Function(Type objectType, string expression, string expressionRootName, _expression = expression; _objectType = objectType; _bindingFlags = bindingFlags; +#if !FEATURE_TYPE_INVOKEMEMBER + _invokeType = invokeType; +#endif _remainder = remainder; _usedUninitializedProperties = usedUninitializedProperties; } @@ -2798,6 +2828,85 @@ internal static Function ExtractPropertyFunction(string expressionFunction, I return function; } +#if !FEATURE_TYPE_INVOKEMEMBER + private MethodInfo BindMethod(object[] args, bool throwOnError = false) + { + StringComparison nameComparison = + ((_bindingFlags & BindingFlags.IgnoreCase) == BindingFlags.IgnoreCase) ? StringComparison.OrdinalIgnoreCase : StringComparison.Ordinal; + + var matchingMethods = _objectType.GetMethods(_bindingFlags) + .Where(method => method.Name.Equals(_name, nameComparison)) + .Where(method => + { + ParameterInfo[] parameters = method.GetParameters(); + if (parameters.Length != args.Length) + { + return false; + } + + for (int i = 0; i < parameters.Length; i++) + { + if (args[i] == null) + { + // Can't bind null to a value type + if (parameters[i].ParameterType.GetTypeInfo().IsValueType) + { + return false; + } + } + else + { + if (!parameters[i].ParameterType.IsAssignableFrom(args[i].GetType())) + { + return false; + } + } + } + + return true; + }).ToArray(); + + if (matchingMethods.Length == 0) + { + throw new MissingMethodException(_name); + } + else if (matchingMethods.Length == 1) + { + + return matchingMethods[0]; + } + else + { + throw new AmbiguousMatchException(_name); + } + } + + private MemberInfo BindFieldOrProperty() + { + StringComparison nameComparison = + ((_bindingFlags & BindingFlags.IgnoreCase) == BindingFlags.IgnoreCase) ? StringComparison.OrdinalIgnoreCase : StringComparison.Ordinal; + + var matchingMembers = _objectType.GetFields(_bindingFlags) + .Cast() + .Concat(_objectType.GetProperties(_bindingFlags)) + .Where(member => member.Name.Equals(_name, nameComparison)) + .ToArray(); + + if (matchingMembers.Length == 0) + { + throw new MissingMemberException(_name); + } + else if (matchingMembers.Length == 1) + { + return matchingMembers[0]; + } + else + { + throw new AmbiguousMatchException(_name); + } + } +#endif + /// /// Execute the function on the given instance /// @@ -2891,14 +3000,43 @@ internal object Execute(object objectInstance, IPropertyProvider properties, // otherwise there is the potential of running a function twice! try { +#if FEATURE_TYPE_INVOKEMEMBER // First use InvokeMember using the standard binder - this will match and coerce as needed functionResult = _objectType.InvokeMember(_name, _bindingFlags, Type.DefaultBinder, objectInstance, args, CultureInfo.InvariantCulture); +#else + if (_invokeType == InvokeType.InvokeMethod) + { + MethodInfo matchingMethod = BindMethod(args, throwOnError: true); + + functionResult = matchingMethod.Invoke(objectInstance, args); + } + else if (_invokeType == InvokeType.GetPropertyOrField) + { + MemberInfo memberInfo = BindFieldOrProperty(); + if (memberInfo is FieldInfo) + { + functionResult = ((FieldInfo)memberInfo).GetValue(objectInstance); + } + else + { + functionResult = ((PropertyInfo)memberInfo).GetValue(objectInstance); + } + } + else + { + throw new InvalidOperationException(_invokeType.ToString()); + } +#endif } catch (MissingMethodException ex) // Don't catch and retry on any other exception { // If we're invoking a method, then there are deeper attempts that // can be made to invoke the method +#if FEATURE_TYPE_INVOKEMEMBER if ((_bindingFlags & BindingFlags.InvokeMethod) == BindingFlags.InvokeMethod) +#else + if (_invokeType == InvokeType.InvokeMethod) +#endif { // The standard binder failed, so do our best to coerce types into the arguments for the function // This may happen if the types need coercion, but it may also happen if the object represents a type that contains open type parameters, that is, ContainsGenericParameters returns true. @@ -3109,12 +3247,16 @@ private static Type GetTypeFromAssembly(string typeName, string candidateAssembl Type objectType = null; // Try to load the assembly with the computed name +#if FEATURE_GAC #pragma warning disable 618 // Unfortunately Assembly.Load is not an alternative to LoadWithPartialName, since // Assembly.Load requires the full assembly name to be passed to it. // Therefore we must ignore the deprecated warning. Assembly candidateAssembly = Assembly.LoadWithPartialName(candidateAssemblyName); #pragma warning restore 618 +#else + Assembly candidateAssembly = Assembly.Load(new AssemblyName(candidateAssemblyName)); +#endif if (candidateAssembly != null) { @@ -3161,7 +3303,13 @@ private static Function ConstructIndexerFunction(string expressionFunction, I Function indexerFunction; - indexerFunction = new Function(objectType, expressionFunction, propertyName, functionToInvoke, functionArguments, BindingFlags.IgnoreCase | BindingFlags.Public | BindingFlags.InvokeMethod, remainder, usedUnInitializedProperties); + indexerFunction = new Function(objectType, expressionFunction, propertyName, functionToInvoke, functionArguments, +#if FEATURE_TYPE_INVOKEMEMBER + BindingFlags.IgnoreCase | BindingFlags.Public | BindingFlags.InvokeMethod, +#else + BindingFlags.IgnoreCase | BindingFlags.Public, InvokeType.InvokeMethod, +#endif + remainder, usedUnInitializedProperties); return indexerFunction; } @@ -3181,6 +3329,9 @@ private static Function ConstructFunction(IElementLocation elementLocation, s // The binding flags that we will use for this function's execution BindingFlags defaultBindingFlags = BindingFlags.IgnoreCase | BindingFlags.Public; +#if !FEATURE_TYPE_INVOKEMEMBER + InvokeType defaultInvokeType; +#endif // There are arguments that need to be passed to the function if (argumentStartIndex > -1 && !expressionFunction.Substring(methodStartIndex, argumentStartIndex - methodStartIndex).Contains(".")) @@ -3202,7 +3353,11 @@ private static Function ConstructFunction(IElementLocation elementLocation, s } // We have been asked for a method invocation +#if FEATURE_TYPE_INVOKEMEMBER defaultBindingFlags |= BindingFlags.InvokeMethod; +#else + defaultInvokeType = InvokeType.InvokeMethod; +#endif // It may be that there are '()' but no actual arguments content if (argumentStartIndex == expressionFunction.Length - 1) @@ -3254,7 +3409,11 @@ private static Function ConstructFunction(IElementLocation elementLocation, s ProjectErrorUtilities.VerifyThrowInvalidProject(netPropertyName.Length > 0, elementLocation, "InvalidFunctionPropertyExpression", expressionFunction, String.Empty); // We have been asked for a property or a field +#if FEATURE_TYPE_INVOKEMEMBER defaultBindingFlags |= (BindingFlags.GetProperty | BindingFlags.GetField); +#else + defaultInvokeType = InvokeType.GetPropertyOrField; +#endif functionToInvoke = netPropertyName; } @@ -3263,7 +3422,11 @@ private static Function ConstructFunction(IElementLocation elementLocation, s if (String.IsNullOrEmpty(remainder) || remainder[0] == '.' || remainder[0] == '[') { // Construct a FunctionInfo will all the content that we just gathered - return new Function(objectType, expressionFunction, expressionRootName, functionToInvoke, functionArguments, defaultBindingFlags, remainder, usedUninitializedProperties); + return new Function(objectType, expressionFunction, expressionRootName, functionToInvoke, functionArguments, defaultBindingFlags, +#if !FEATURE_TYPE_INVOKEMEMBER + defaultInvokeType, +#endif + remainder, usedUninitializedProperties); } else { @@ -3375,8 +3538,11 @@ private string GenerateStringOfMethodExecuted(string expression, object objectIn { typeName = "MSBuild"; } - +#if FEATURE_TYPE_INVOKEMEMBER if ((_bindingFlags & BindingFlags.InvokeMethod) == BindingFlags.InvokeMethod) +#else + if (_invokeType == InvokeType.InvokeMethod) +#endif { return "[" + typeName + "]::" + name + "(" + parameters + ")"; } @@ -3389,7 +3555,11 @@ private string GenerateStringOfMethodExecuted(string expression, object objectIn { string propertyValue = "\"" + objectInstance as string + "\""; +#if FEATURE_TYPE_INVOKEMEMBER if ((_bindingFlags & BindingFlags.InvokeMethod) == BindingFlags.InvokeMethod) +#else + if (_invokeType == InvokeType.InvokeMethod) +#endif { return propertyValue + "." + name + "(" + parameters + ")"; } @@ -3436,6 +3606,21 @@ private bool IsStaticMethodAvailable(Type objectType, string methodName) return false; } +#if !FEATURE_TYPE_INVOKEMEMBER + private static bool ParametersBindToNStringArguments(ParameterInfo[] parameters, int n) + { + if (parameters.Length != n) + { + return false; + } + if (parameters.Any(p => !p.ParameterType.IsAssignableFrom(typeof(string)))) + { + return false; + } + return true; + } +#endif + /// /// Construct and instance of objectType based on the constructor or method arguments provided. /// Arguments must never be null. @@ -3447,19 +3632,35 @@ private object LateBindExecute(Exception ex, BindingFlags bindingFlags, object o MethodBase memberInfo = null; // First let's try for a method where all arguments are strings.. +#if FEATURE_TYPE_INVOKEMEMBER Type[] types = new Type[_arguments.Length]; for (int n = 0; n < _arguments.Length; n++) { types[n] = typeof(string); } +#endif if (isConstructor) { +#if FEATURE_TYPE_INVOKEMEMBER memberInfo = _objectType.GetConstructor(bindingFlags, null, types, null); +#else + memberInfo = _objectType.GetConstructors(bindingFlags) + .Where(c => ParametersBindToNStringArguments(c.GetParameters(), args.Length)) + .FirstOrDefault(); +#endif } else { +#if FEATURE_TYPE_INVOKEMEMBER memberInfo = _objectType.GetMethod(_name, bindingFlags, null, types, null); +#else + StringComparison nameComparison = + ((_bindingFlags & BindingFlags.IgnoreCase) == BindingFlags.IgnoreCase) ? StringComparison.OrdinalIgnoreCase : StringComparison.Ordinal; + memberInfo = _objectType.GetMethods(bindingFlags) + .Where(method => method.Name.Equals(_name, nameComparison) && ParametersBindToNStringArguments(method.GetParameters(), args.Length)) + .FirstOrDefault(); +#endif } // If we didn't get a match on all string arguments, diff --git a/src/XMakeBuildEngine/Instance/ProjectItemInstance.cs b/src/XMakeBuildEngine/Instance/ProjectItemInstance.cs index 9fa4cdb0d07..38a0a988f46 100644 --- a/src/XMakeBuildEngine/Instance/ProjectItemInstance.cs +++ b/src/XMakeBuildEngine/Instance/ProjectItemInstance.cs @@ -723,7 +723,11 @@ private void CommonConstructor(ProjectInstance projectToUse, string itemTypeToUs /// An item without an item type. Cast to an ITaskItem, this is /// what is given to tasks. It is also used for target outputs. /// - internal sealed class TaskItem : MarshalByRefObject, ITaskItem, ITaskItem2, IItem, INodePacketTranslatable, IEquatable + internal sealed class TaskItem : +#if FEATURE_APPDOMAIN + MarshalByRefObject, +#endif + ITaskItem, ITaskItem2, IItem, INodePacketTranslatable, IEquatable { /// /// The source file that defined this item. @@ -1145,6 +1149,7 @@ public override string ToString() return _includeEscaped; } +#if FEATURE_APPDOMAIN /// /// Overridden to give this class infinite lease time. Otherwise we end up with a limited /// lease (5 minutes I think) and instances can expire if they take long time processing. @@ -1154,6 +1159,7 @@ public override object InitializeLifetimeService() // null means infinite lease time return null; } +#endif #region IItem and ITaskItem2 Members diff --git a/src/XMakeBuildEngine/Instance/TaskFactories/AssemblyTaskFactory.cs b/src/XMakeBuildEngine/Instance/TaskFactories/AssemblyTaskFactory.cs index fac9f9cd1b1..006836017d3 100644 --- a/src/XMakeBuildEngine/Instance/TaskFactories/AssemblyTaskFactory.cs +++ b/src/XMakeBuildEngine/Instance/TaskFactories/AssemblyTaskFactory.cs @@ -210,6 +210,7 @@ public ITask CreateTask(IBuildEngine taskFactoryLoggingHost, IDictionary AppDomain.Unload(appDomain)); } } +#endif TaskHostTask taskAsTaskHostTask = task as TaskHostTask; if (taskAsTaskHostTask != null) diff --git a/src/XMakeBuildEngine/Instance/TaskFactoryLoggingHost.cs b/src/XMakeBuildEngine/Instance/TaskFactoryLoggingHost.cs index 2bbcf4b8f5e..38a0e12f7aa 100644 --- a/src/XMakeBuildEngine/Instance/TaskFactoryLoggingHost.cs +++ b/src/XMakeBuildEngine/Instance/TaskFactoryLoggingHost.cs @@ -11,8 +11,10 @@ using System.Diagnostics; using BaseLoggingContext = Microsoft.Build.BackEnd.Logging.BaseLoggingContext; using ElementLocation = Microsoft.Build.Construction.ElementLocation; +#if FEATURE_APPDOMAIN using System.Runtime.Remoting.Lifetime; using System.Runtime.Remoting; +#endif using System.Reflection; namespace Microsoft.Build.BackEnd @@ -20,7 +22,11 @@ namespace Microsoft.Build.BackEnd /// /// The host allows task factories access to method to allow them to log message during the construction of the task factories. /// - internal class TaskFactoryLoggingHost : MarshalByRefObject, IBuildEngine + internal class TaskFactoryLoggingHost : +#if FEATURE_APPDOMAIN + MarshalByRefObject, +#endif + IBuildEngine { /// /// Location of the task node in the original file @@ -37,12 +43,14 @@ internal class TaskFactoryLoggingHost : MarshalByRefObject, IBuildEngine /// private bool _isRunningWithMultipleNodes; +#if FEATURE_APPDOMAIN /// /// A client sponsor is a class /// which will respond to a lease renewal request and will /// increase the lease time allowing the object to stay in memory /// private ClientSponsor _sponsor; +#endif /// /// True if the task connected to this proxy is alive @@ -241,6 +249,7 @@ public bool BuildProjectFile(string projectFileName, string[] targetNames, Syste #endregion +#if FEATURE_APPDOMAIN /// /// InitializeLifetimeService is called when the remote object is activated. /// This method will determine how long the lifetime for the object will be. @@ -325,6 +334,7 @@ internal void MarkAsInactive() _sponsor = null; } } +#endif /// /// Determine if the event is serializable. If we are running with multiple nodes we need to make sure the logging events are serializable. If not diff --git a/src/XMakeBuildEngine/Instance/TaskRegistry.cs b/src/XMakeBuildEngine/Instance/TaskRegistry.cs index 278b0ba14ed..ab3ebcfda64 100644 --- a/src/XMakeBuildEngine/Instance/TaskRegistry.cs +++ b/src/XMakeBuildEngine/Instance/TaskRegistry.cs @@ -1351,7 +1351,9 @@ private bool GetTaskFactory(TargetLoggingContext targetLoggingContext, ElementLo } finally { +#if FEATURE_APPDOMAIN taskFactoryLoggingHost.MarkAsInactive(); +#endif } if (!initialized) diff --git a/src/XMakeBuildEngine/Logging/BaseConsoleLogger.cs b/src/XMakeBuildEngine/Logging/BaseConsoleLogger.cs index 34b2b9dc834..5bdac3df321 100644 --- a/src/XMakeBuildEngine/Logging/BaseConsoleLogger.cs +++ b/src/XMakeBuildEngine/Logging/BaseConsoleLogger.cs @@ -164,7 +164,7 @@ public int Compare(Object a, Object b) return String.Compare( (string)(((DictionaryEntry)a).Key), (string)(((DictionaryEntry)b).Key), - true /*case insensitive*/, CultureInfo.CurrentCulture); + StringComparison.CurrentCultureIgnoreCase); } } @@ -180,7 +180,7 @@ public int Compare(Object a, Object b) return String.Compare( (string)(((ITaskItem)a).ItemSpec), (string)(((ITaskItem)b).ItemSpec), - true /*case insensitive*/, CultureInfo.CurrentCulture); + StringComparison.CurrentCultureIgnoreCase); } } diff --git a/src/XMakeBuildEngine/Logging/FileLogger.cs b/src/XMakeBuildEngine/Logging/FileLogger.cs index f7a6c419f0b..4794084d5ee 100644 --- a/src/XMakeBuildEngine/Logging/FileLogger.cs +++ b/src/XMakeBuildEngine/Logging/FileLogger.cs @@ -93,7 +93,7 @@ private void InitializeFileLogger(IEventSource eventSource, int nodeCount) string message = ResourceUtilities.FormatResourceString(out errorCode, out helpKeyword, "InvalidFileLoggerFile", _logFileName, e.Message); if (_fileWriter != null) { - _fileWriter.Close(); + _fileWriter.Dispose(); } throw new LoggerException(message, e.InnerException, errorCode, helpKeyword); } @@ -126,7 +126,7 @@ private void Write(string text) string message = ResourceUtilities.FormatResourceString(out errorCode, out helpKeyword, "InvalidFileLoggerFile", _logFileName, ex.Message); if (_fileWriter != null) { - _fileWriter.Close(); + _fileWriter.Dispose(); } throw new LoggerException(message, ex.InnerException, errorCode, helpKeyword); } @@ -146,7 +146,7 @@ public override void Shutdown() // Keep FxCop happy by closing in a Finally. if (_fileWriter != null) { - _fileWriter.Close(); + _fileWriter.Dispose(); } } } diff --git a/src/XMakeBuildEngine/Resources/AssemblyResources.cs b/src/XMakeBuildEngine/Resources/AssemblyResources.cs index a2e48833100..d3c3ff84c9e 100644 --- a/src/XMakeBuildEngine/Resources/AssemblyResources.cs +++ b/src/XMakeBuildEngine/Resources/AssemblyResources.cs @@ -113,8 +113,8 @@ internal static ResourceManager SharedResources } // assembly resources - private static readonly ResourceManager s_resources = new ResourceManager("Microsoft.Build.Resources.Strings", Assembly.GetExecutingAssembly()); + private static readonly ResourceManager s_resources = new ResourceManager("Microsoft.Build.Resources.Strings", typeof(AssemblyResources).GetTypeInfo().Assembly); // shared resources - private static readonly ResourceManager s_sharedResources = new ResourceManager("Microsoft.Build.Resources.Strings.shared", Assembly.GetExecutingAssembly()); + private static readonly ResourceManager s_sharedResources = new ResourceManager("Microsoft.Build.Resources.Strings.shared", typeof(AssemblyResources).GetTypeInfo().Assembly); } } diff --git a/src/XMakeBuildEngine/project.json b/src/XMakeBuildEngine/project.json index a6ded1f6f7b..4db95b78225 100644 --- a/src/XMakeBuildEngine/project.json +++ b/src/XMakeBuildEngine/project.json @@ -21,7 +21,12 @@ "Microsoft.NETCore": "5.0.0", "Microsoft.NETCore.Portable.Compatibility": "1.0.0", "System.Console": "4.0.0-beta-23123", - "System.Threading.Thread": "4.0.0-beta-23109", + "System.Diagnostics.FileVersionInfo": "4.0.0-beta-23109", + "System.Diagnostics.Process": "4.0.0-beta-23109", + "System.Diagnostics.TraceSource": "4.0.0-beta-23019", + "System.IO.Pipes": "4.0.0-beta-23123", + "System.Threading.Thread": "4.0.0-beta-23123", + "System.Threading.ThreadPool": "4.0.10-beta-23123", "Microsoft.NETCore.Runtime": "1.0.0", "Microsoft.NETCore.TestHost-x86": "1.0.0-beta-23123" } diff --git a/src/XMakeBuildEngine/project.lock.json b/src/XMakeBuildEngine/project.lock.json index 9209d5b337e..0f30b2db01b 100644 --- a/src/XMakeBuildEngine/project.lock.json +++ b/src/XMakeBuildEngine/project.lock.json @@ -1,5 +1,5 @@ { - "locked": true, + "locked": false, "version": 1, "targets": { ".NETFramework,Version=v4.5.1": { @@ -25,22 +25,22 @@ "DNXCore,Version=v5.0": { "Microsoft.CSharp/4.0.0": { "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.Runtime": "[4.0.20, )", + "System.Dynamic.Runtime": "[4.0.0, )", + "System.Linq.Expressions": "[4.0.0, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Linq": "[4.0.0, )", + "System.Reflection.TypeExtensions": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )", + "System.Reflection.Extensions": "[4.0.0, )", + "System.Collections": "[4.0.10, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Reflection": "[4.0.10, )", + "System.Threading": "[4.0.10, )", + "System.Globalization": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.ObjectModel": "[4.0.10, )" }, "compile": { "ref/dotnet/Microsoft.CSharp.dll": {} @@ -51,67 +51,67 @@ }, "Microsoft.NETCore/5.0.0": { "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.CSharp": "[4.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.NetworkInformation": "[4.0.0, )", + "System.Net.Http": "[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.NETCore.Targets": "[1.0.0, )" } }, "Microsoft.NETCore.Platforms/1.0.0": {}, "Microsoft.NETCore.Portable.Compatibility/1.0.0": { "dependencies": { - "Microsoft.NETCore.Runtime": "1.0.0" + "Microsoft.NETCore.Runtime": "[1.0.0, )" }, "compile": { "ref/dotnet/mscorlib.dll": {}, @@ -146,30 +146,30 @@ "Microsoft.NETCore.Runtime/1.0.0": {}, "Microsoft.NETCore.Targets/1.0.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.0", - "Microsoft.NETCore.Targets.DNXCore": "4.9.0" + "Microsoft.NETCore.Targets.DNXCore": "[4.9.0, )", + "Microsoft.NETCore.Platforms": "[1.0.0, )" } }, "Microsoft.NETCore.Targets.DNXCore/4.9.0": {}, "Microsoft.NETCore.TestHost-x86/1.0.0-beta-23123": {}, "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.Runtime": "[4.0.20, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Reflection.TypeExtensions": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )", + "System.Linq": "[4.0.0, )", + "System.Reflection.Extensions": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Reflection": "[4.0.10, )", + "System.Globalization": "[4.0.10, )", + "System.Dynamic.Runtime": "[4.0.10, )", + "System.Linq.Expressions": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Threading": "[4.0.10, )", + "System.ObjectModel": "[4.0.10, )" }, "compile": { "ref/dotnet/Microsoft.VisualBasic.dll": {} @@ -180,8 +180,8 @@ }, "Microsoft.Win32.Primitives/4.0.0": { "dependencies": { - "System.Runtime": "4.0.20", - "System.Runtime.InteropServices": "4.0.20" + "System.Runtime": "[4.0.20, )", + "System.Runtime.InteropServices": "[4.0.20, )" }, "compile": { "ref/dotnet/Microsoft.Win32.Primitives.dll": {} @@ -190,9 +190,26 @@ "lib/dotnet/Microsoft.Win32.Primitives.dll": {} } }, + "Microsoft.Win32.Registry/4.0.0-beta-23109": { + "dependencies": { + "System.Runtime": "[4.0.20-beta-23109, )", + "System.Runtime.InteropServices": "[4.0.20-beta-23109, )", + "System.Resources.ResourceManager": "[4.0.0-beta-23109, )", + "System.Runtime.Handles": "[4.0.0-beta-23109, )", + "System.Runtime.Extensions": "[4.0.10-beta-23109, )", + "System.Collections": "[4.0.10-beta-23109, )", + "System.Globalization": "[4.0.10-beta-23109, )" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Registry.dll": {} + }, + "runtime": { + "lib/DNXCore50/Microsoft.Win32.Registry.dll": {} + } + }, "System.AppContext/4.0.0": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.AppContext.dll": {} @@ -203,7 +220,7 @@ }, "System.Collections/4.0.10": { "dependencies": { - "System.Runtime": "4.0.20" + "System.Runtime": "[4.0.20, )" }, "compile": { "ref/dotnet/System.Collections.dll": {} @@ -214,15 +231,15 @@ }, "System.Collections.Concurrent/4.0.10": { "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.Runtime": "[4.0.20, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.Diagnostics.Tracing": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Threading": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Globalization": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Collections.Concurrent.dll": {} @@ -233,14 +250,14 @@ }, "System.Collections.Immutable/1.1.37": { "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.Runtime": "[4.0.0, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.0, )", + "System.Collections": "[4.0.0, )", + "System.Linq": "[4.0.0, )", + "System.Runtime.Extensions": "[4.0.0, )", + "System.Globalization": "[4.0.0, )", + "System.Threading": "[4.0.0, )" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -251,12 +268,12 @@ }, "System.Collections.NonGeneric/4.0.0": { "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.Runtime": "[4.0.20, )", + "System.Globalization": "[4.0.10, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Threading": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Collections.NonGeneric.dll": {} @@ -267,7 +284,7 @@ }, "System.ComponentModel/4.0.0": { "dependencies": { - "System.Runtime": "4.0.20" + "System.Runtime": "[4.0.20, )" }, "compile": { "ref/dotnet/System.ComponentModel.dll": {} @@ -278,17 +295,17 @@ }, "System.ComponentModel.Annotations/4.0.10": { "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.Runtime": "[4.0.20, )", + "System.ComponentModel": "[4.0.0, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Reflection.Extensions": "[4.0.0, )", + "System.Linq": "[4.0.0, )", + "System.Reflection": "[4.0.10, )", + "System.Text.RegularExpressions": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Globalization": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Threading": "[4.0.10, )" }, "compile": { "ref/dotnet/System.ComponentModel.Annotations.dll": {} @@ -299,10 +316,10 @@ }, "System.ComponentModel.EventBasedAsync/4.0.10": { "dependencies": { - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" + "System.Runtime": "[4.0.20, )", + "System.Threading": "[4.0.10, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Threading.Tasks": "[4.0.10, )" }, "compile": { "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} @@ -313,15 +330,15 @@ }, "System.Console/4.0.0-beta-23123": { "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.Text.Encoding": "4.0.10", - "System.Text.Encoding.Extensions": "4.0.10", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" + "System.Runtime": "[4.0.20, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.IO.FileSystem.Primitives": "[4.0.0, )", + "System.IO": "[4.0.10, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.Text.Encoding": "[4.0.10, )", + "System.Threading": "[4.0.10, )", + "System.Text.Encoding.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Console.dll": {} @@ -332,7 +349,7 @@ }, "System.Diagnostics.Debug/4.0.10": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Diagnostics.Debug.dll": {} @@ -341,9 +358,52 @@ "lib/DNXCore50/System.Diagnostics.Debug.dll": {} } }, + "System.Diagnostics.FileVersionInfo/4.0.0-beta-23109": { + "dependencies": { + "System.Runtime": "[4.0.20-beta-23109, )", + "System.Runtime.InteropServices": "[4.0.20-beta-23109, )", + "System.IO.FileSystem": "[4.0.0-beta-23109, )", + "System.Globalization": "[4.0.10-beta-23109, )" + }, + "compile": { + "ref/dotnet/System.Diagnostics.FileVersionInfo.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.FileVersionInfo.dll": {} + } + }, + "System.Diagnostics.Process/4.0.0-beta-23109": { + "dependencies": { + "System.Runtime": "[4.0.20-beta-23109, )", + "System.Runtime.InteropServices": "[4.0.20-beta-23109, )", + "System.Resources.ResourceManager": "[4.0.0-beta-23109, )", + "System.Runtime.Handles": "[4.0.0-beta-23109, )", + "System.IO.FileSystem": "[4.0.0-beta-23109, )", + "System.Security.SecureString": "[4.0.0-beta-23109, )", + "Microsoft.Win32.Registry": "[4.0.0-beta-23109, )", + "Microsoft.Win32.Primitives": "[4.0.0-beta-23109, )", + "System.IO.FileSystem.Primitives": "[4.0.0-beta-23109, )", + "System.Threading.Thread": "[4.0.0-beta-23109, )", + "System.Text.Encoding": "[4.0.10-beta-23109, )", + "System.IO": "[4.0.10-beta-23109, )", + "System.Threading": "[4.0.10-beta-23109, )", + "System.Collections": "[4.0.10-beta-23109, )", + "System.Threading.Tasks": "[4.0.10-beta-23109, )", + "System.Threading.ThreadPool": "[4.0.10-beta-23109, )", + "System.Globalization": "[4.0.10-beta-23109, )", + "System.Text.Encoding.Extensions": "[4.0.10-beta-23109, )", + "System.Runtime.Extensions": "[4.0.10-beta-23109, )" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Process.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Process.dll": {} + } + }, "System.Diagnostics.Tools/4.0.0": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Diagnostics.Tools.dll": {} @@ -352,9 +412,26 @@ "lib/DNXCore50/System.Diagnostics.Tools.dll": {} } }, + "System.Diagnostics.TraceSource/4.0.0-beta-23019": { + "dependencies": { + "System.Runtime": "[4.0.20-beta-23019, )", + "System.Resources.ResourceManager": "[4.0.0-beta-23019, )", + "System.Collections": "[4.0.10-beta-23019, )", + "System.Runtime.Extensions": "[4.0.10-beta-23019, )", + "System.Diagnostics.Debug": "[4.0.10-beta-23019, )", + "System.Threading": "[4.0.10-beta-23019, )", + "System.Globalization": "[4.0.10-beta-23019, )" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TraceSource.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.TraceSource.dll": {} + } + }, "System.Diagnostics.Tracing/4.0.20": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Diagnostics.Tracing.dll": {} @@ -365,20 +442,20 @@ }, "System.Dynamic.Runtime/4.0.10": { "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.Emit": "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.Runtime": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Collections": "[4.0.0, )", + "System.Reflection": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )", + "System.Reflection.Emit": "[4.0.0, )", + "System.ObjectModel": "[4.0.0, )", + "System.Threading": "[4.0.0, )", + "System.Reflection.TypeExtensions": "[4.0.0, )", + "System.Runtime.Extensions": "[4.0.0, )", + "System.Globalization": "[4.0.0, )", + "System.Linq": "[4.0.0, )", + "System.Linq.Expressions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Dynamic.Runtime.dll": {} @@ -389,7 +466,7 @@ }, "System.Globalization/4.0.10": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Globalization.dll": {} @@ -400,8 +477,8 @@ }, "System.Globalization.Calendars/4.0.0": { "dependencies": { - "System.Globalization": "4.0.0", - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )", + "System.Globalization": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Globalization.Calendars.dll": {} @@ -412,11 +489,11 @@ }, "System.Globalization.Extensions/4.0.0": { "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" + "System.Runtime": "[4.0.20, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Globalization": "[4.0.10, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Globalization.Extensions.dll": {} @@ -427,9 +504,9 @@ }, "System.IO/4.0.10": { "dependencies": { - "System.Runtime": "4.0.20", - "System.Text.Encoding": "4.0.0", - "System.Threading.Tasks": "4.0.0" + "System.Runtime": "[4.0.20, )", + "System.Text.Encoding": "[4.0.0, )", + "System.Threading.Tasks": "[4.0.0, )" }, "compile": { "ref/dotnet/System.IO.dll": {} @@ -440,15 +517,15 @@ }, "System.IO.Compression/4.0.0": { "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.Runtime": "[4.0.0, )", + "System.IO": "[4.0.0, )", + "System.Text.Encoding": "[4.0.0, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Threading.Tasks": "[4.0.0, )", + "System.Runtime.InteropServices": "[4.0.0, )", + "System.Collections": "[4.0.0, )", + "System.Runtime.Extensions": "[4.0.0, )", + "System.Threading": "[4.0.0, )" }, "compile": { "ref/dotnet/System.IO.Compression.dll": {} @@ -459,14 +536,14 @@ }, "System.IO.Compression.ZipFile/4.0.0": { "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.Runtime": "[4.0.20, )", + "System.IO.Compression": "[4.0.0, )", + "System.Text.Encoding": "[4.0.10, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.IO.FileSystem.Primitives": "[4.0.0, )", + "System.IO.FileSystem": "[4.0.0, )", + "System.IO": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.IO.Compression.ZipFile.dll": {} @@ -477,19 +554,19 @@ }, "System.IO.FileSystem/4.0.0": { "dependencies": { - "System.Collections": "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.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" + "System.Runtime": "[4.0.20, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.IO.FileSystem.Primitives": "[4.0.0, )", + "System.Runtime.Handles": "[4.0.0, )", + "System.Threading.Overlapped": "[4.0.0, )", + "System.Text.Encoding": "[4.0.10, )", + "System.IO": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Text.Encoding.Extensions": "[4.0.10, )", + "System.Threading": "[4.0.10, )" }, "compile": { "ref/dotnet/System.IO.FileSystem.dll": {} @@ -500,7 +577,7 @@ }, "System.IO.FileSystem.Primitives/4.0.0": { "dependencies": { - "System.Runtime": "4.0.20" + "System.Runtime": "[4.0.20, )" }, "compile": { "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} @@ -509,15 +586,37 @@ "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} } }, + "System.IO.Pipes/4.0.0-beta-23123": { + "dependencies": { + "System.Runtime": "[4.0.20, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Runtime.Handles": "[4.0.0, )", + "System.Threading.Overlapped": "[4.0.0, )", + "System.IO.FileSystem.Primitives": "[4.0.0, )", + "System.Security.Principal": "[4.0.0, )", + "System.Threading": "[4.0.10, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.IO": "[4.0.10, )", + "System.Threading.ThreadPool": "[4.0.10-beta-23123, )", + "System.Runtime.Extensions": "[4.0.10, )" + }, + "compile": { + "ref/dotnet/System.IO.Pipes.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.Pipes.dll": {} + } + }, "System.IO.UnmanagedMemoryStream/4.0.0": { "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.Runtime": "[4.0.20, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.IO.FileSystem.Primitives": "[4.0.0, )", + "System.IO": "[4.0.10, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Threading": "[4.0.10, )" }, "compile": { "ref/dotnet/System.IO.UnmanagedMemoryStream.dll": {} @@ -528,11 +627,11 @@ }, "System.Linq/4.0.0": { "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.Runtime": "[4.0.20, )", + "System.Collections": "[4.0.10, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Linq.dll": {} @@ -543,21 +642,21 @@ }, "System.Linq.Expressions/4.0.10": { "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.ObjectModel": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Emit": "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.Runtime": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Collections": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.0, )", + "System.Reflection": "[4.0.0, )", + "System.IO": "[4.0.0, )", + "System.Reflection.TypeExtensions": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )", + "System.Reflection.Emit": "[4.0.0, )", + "System.ObjectModel": "[4.0.0, )", + "System.Threading": "[4.0.0, )", + "System.Runtime.Extensions": "[4.0.0, )", + "System.Linq": "[4.0.0, )", + "System.Globalization": "[4.0.0, )", + "System.Reflection.Extensions": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Linq.Expressions.dll": {} @@ -568,16 +667,16 @@ }, "System.Linq.Parallel/4.0.0": { "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.Runtime": "[4.0.20, )", + "System.Collections.Concurrent": "[4.0.10, )", + "System.Linq": "[4.0.0, )", + "System.Collections": "[4.0.10, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.Diagnostics.Tracing": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Threading": "[4.0.10, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Linq.Parallel.dll": {} @@ -588,13 +687,13 @@ }, "System.Linq.Queryable/4.0.0": { "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.Runtime": "[4.0.20, )", + "System.Linq.Expressions": "[4.0.10, )", + "System.Linq": "[4.0.0, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Reflection.Extensions": "[4.0.0, )", + "System.Reflection": "[4.0.10, )", + "System.Collections": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Linq.Queryable.dll": {} @@ -605,21 +704,21 @@ }, "System.Net.Http/4.0.0": { "dependencies": { - "Microsoft.Win32.Primitives": "4.0.0", - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.IO.Compression": "4.0.0", - "System.Net.Primitives": "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", - "System.Threading.Tasks": "4.0.10" + "System.Runtime": "[4.0.20, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Runtime.Handles": "[4.0.0, )", + "Microsoft.Win32.Primitives": "[4.0.0, )", + "System.IO.Compression": "[4.0.0, )", + "System.Net.Primitives": "[4.0.10, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.IO": "[4.0.10, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Text.Encoding": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Globalization": "[4.0.10, )", + "System.Threading": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Net.Http.dll": {} @@ -630,7 +729,7 @@ }, "System.Net.NetworkInformation/4.0.0": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Net.NetworkInformation.dll": {} @@ -638,7 +737,7 @@ }, "System.Net.Primitives/4.0.10": { "dependencies": { - "System.Private.Networking": "4.0.0" + "System.Private.Networking": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Net.Primitives.dll": {} @@ -649,10 +748,10 @@ }, "System.Numerics.Vectors/4.1.0": { "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": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Globalization": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Numerics.Vectors.dll": {} @@ -663,11 +762,11 @@ }, "System.ObjectModel/4.0.10": { "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.Runtime": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Threading": "[4.0.10, )" }, "compile": { "ref/dotnet/System.ObjectModel.dll": {} @@ -678,25 +777,25 @@ }, "System.Private.Networking/4.0.0": { "dependencies": { - "Microsoft.Win32.Primitives": "4.0.0", - "System.Collections": "4.0.10", - "System.Collections.Concurrent": "4.0.0", - "System.Collections.NonGeneric": "4.0.0", - "System.ComponentModel.EventBasedAsync": "4.0.10", - "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" + "System.Runtime": "[4.0.20, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Diagnostics.Tracing": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Runtime.Handles": "[4.0.0, )", + "System.Collections.Concurrent": "[4.0.0, )", + "System.Collections.NonGeneric": "[4.0.0, )", + "Microsoft.Win32.Primitives": "[4.0.0, )", + "System.IO.FileSystem": "[4.0.0, )", + "System.Threading.Overlapped": "[4.0.0, )", + "System.IO.FileSystem.Primitives": "[4.0.0, )", + "System.Collections": "[4.0.10, )", + "System.Threading": "[4.0.10, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.IO": "[4.0.10, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.ComponentModel.EventBasedAsync": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Globalization": "[4.0.10, )" }, "compile": { "ref/dnxcore50/_._": {} @@ -715,9 +814,9 @@ }, "System.Reflection/4.0.10": { "dependencies": { - "System.IO": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.20" + "System.Runtime": "[4.0.20, )", + "System.IO": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Reflection.dll": {} @@ -728,14 +827,14 @@ }, "System.Reflection.DispatchProxy/4.0.0": { "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" + "System.Runtime": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )", + "System.Linq": "[4.0.0, )", + "System.Reflection.Extensions": "[4.0.0, )", + "System.Reflection": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Threading": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Reflection.DispatchProxy.dll": {} @@ -746,11 +845,11 @@ }, "System.Reflection.Emit/4.0.0": { "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.Runtime": "[4.0.0, )", + "System.Reflection": "[4.0.0, )", + "System.Reflection.Emit.ILGeneration": "[4.0.0, )", + "System.IO": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Reflection.Emit.dll": {} @@ -761,9 +860,9 @@ }, "System.Reflection.Emit.ILGeneration/4.0.0": { "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )", + "System.Reflection": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} @@ -774,8 +873,8 @@ }, "System.Reflection.Extensions/4.0.0": { "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )", + "System.Reflection": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Reflection.Extensions.dll": {} @@ -786,20 +885,20 @@ }, "System.Reflection.Metadata/1.0.22": { "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.Runtime": "[4.0.0, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )", + "System.IO": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.0, )", + "System.Collections": "[4.0.0, )", + "System.Text.Encoding": "[4.0.0, )", + "System.Runtime.InteropServices": "[4.0.0, )", + "System.Reflection": "[4.0.0, )", + "System.Runtime.Extensions": "[4.0.0, )", + "System.Threading": "[4.0.0, )", + "System.Text.Encoding.Extensions": "[4.0.0, )", + "System.Reflection.Extensions": "[4.0.0, )", + "System.Collections.Immutable": "[1.1.37, )" }, "compile": { "lib/dotnet/System.Reflection.Metadata.dll": {} @@ -810,7 +909,7 @@ }, "System.Reflection.Primitives/4.0.0": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Reflection.Primitives.dll": {} @@ -821,8 +920,8 @@ }, "System.Reflection.TypeExtensions/4.0.0": { "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )", + "System.Reflection": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Reflection.TypeExtensions.dll": {} @@ -833,9 +932,9 @@ }, "System.Resources.ResourceManager/4.0.0": { "dependencies": { - "System.Globalization": "4.0.0", - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )", + "System.Reflection": "[4.0.0, )", + "System.Globalization": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Resources.ResourceManager.dll": {} @@ -846,7 +945,7 @@ }, "System.Runtime/4.0.20": { "dependencies": { - "System.Private.Uri": "4.0.0" + "System.Private.Uri": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Runtime.dll": {} @@ -857,7 +956,7 @@ }, "System.Runtime.Extensions/4.0.10": { "dependencies": { - "System.Runtime": "4.0.20" + "System.Runtime": "[4.0.20, )" }, "compile": { "ref/dotnet/System.Runtime.Extensions.dll": {} @@ -868,7 +967,7 @@ }, "System.Runtime.Handles/4.0.0": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Runtime.Handles.dll": {} @@ -879,10 +978,10 @@ }, "System.Runtime.InteropServices/4.0.20": { "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" + "System.Runtime": "[4.0.0, )", + "System.Reflection": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )", + "System.Runtime.Handles": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Runtime.InteropServices.dll": {} @@ -893,10 +992,10 @@ }, "System.Runtime.Numerics/4.0.0": { "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": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Globalization": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Runtime.Numerics.dll": {} @@ -907,14 +1006,14 @@ }, "System.Security.Claims/4.0.0": { "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.Runtime": "[4.0.20, )", + "System.Security.Principal": "[4.0.0, )", + "System.IO": "[4.0.0, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Collections": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.0, )", + "System.Globalization": "[4.0.0, )", + "System.Runtime.Extensions": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Security.Claims.dll": {} @@ -923,9 +1022,24 @@ "lib/dotnet/System.Security.Claims.dll": {} } }, + "System.Security.Cryptography.Encryption/4.0.0-beta-23123": { + "dependencies": { + "System.Runtime": "[4.0.0, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.IO": "[4.0.0, )", + "System.Threading.Tasks": "[4.0.0, )", + "System.Globalization": "[4.0.0, )" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encryption.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.Cryptography.Encryption.dll": {} + } + }, "System.Security.Principal/4.0.0": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Security.Principal.dll": {} @@ -934,9 +1048,25 @@ "lib/dotnet/System.Security.Principal.dll": {} } }, + "System.Security.SecureString/4.0.0-beta-23123": { + "dependencies": { + "System.Runtime": "[4.0.20, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Runtime.Handles": "[4.0.0, )", + "System.Security.Cryptography.Encryption": "[4.0.0-beta-23123, )", + "System.Threading": "[4.0.10, )" + }, + "compile": { + "ref/dotnet/System.Security.SecureString.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.SecureString.dll": {} + } + }, "System.Text.Encoding/4.0.10": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Text.Encoding.dll": {} @@ -947,8 +1077,8 @@ }, "System.Text.Encoding.Extensions/4.0.10": { "dependencies": { - "System.Runtime": "4.0.0", - "System.Text.Encoding": "4.0.10" + "System.Runtime": "[4.0.0, )", + "System.Text.Encoding": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Text.Encoding.Extensions.dll": {} @@ -959,12 +1089,12 @@ }, "System.Text.RegularExpressions/4.0.10": { "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.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Collections": "[4.0.10, )", + "System.Globalization": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Threading": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Text.RegularExpressions.dll": {} @@ -975,8 +1105,8 @@ }, "System.Threading/4.0.10": { "dependencies": { - "System.Runtime": "4.0.0", - "System.Threading.Tasks": "4.0.0" + "System.Runtime": "[4.0.0, )", + "System.Threading.Tasks": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Threading.dll": {} @@ -987,8 +1117,8 @@ }, "System.Threading.Overlapped/4.0.0": { "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" + "System.Runtime": "[4.0.0, )", + "System.Runtime.Handles": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Threading.Overlapped.dll": {} @@ -999,7 +1129,7 @@ }, "System.Threading.Tasks/4.0.10": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Threading.Tasks.dll": {} @@ -1010,17 +1140,17 @@ }, "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.Runtime": "[4.0.0, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.0, )", + "System.Collections.Concurrent": "[4.0.0, )", + "System.Collections": "[4.0.0, )", + "System.Threading.Tasks": "[4.0.0, )", + "System.Dynamic.Runtime": "[4.0.0, )", + "System.Diagnostics.Tracing": "[4.0.0, )", + "System.Threading": "[4.0.0, )", + "System.Linq": "[4.0.0, )", + "System.Runtime.Extensions": "[4.0.0, )" }, "compile": { "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {} @@ -1031,14 +1161,14 @@ }, "System.Threading.Tasks.Parallel/4.0.0": { "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.Runtime": "[4.0.20, )", + "System.Collections.Concurrent": "[4.0.10, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.Diagnostics.Tracing": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Threading": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Threading.Tasks.Parallel.dll": {} @@ -1047,9 +1177,9 @@ "lib/dotnet/System.Threading.Tasks.Parallel.dll": {} } }, - "System.Threading.Thread/4.0.0-beta-23109": { + "System.Threading.Thread/4.0.0-beta-23123": { "dependencies": { - "System.Runtime": "4.0.0-beta-23109" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Threading.Thread.dll": {} @@ -1058,9 +1188,21 @@ "lib/DNXCore50/System.Threading.Thread.dll": {} } }, + "System.Threading.ThreadPool/4.0.10-beta-23123": { + "dependencies": { + "System.Runtime": "[4.0.0, )", + "System.Runtime.InteropServices": "[4.0.0, )" + }, + "compile": { + "ref/dotnet/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.ThreadPool.dll": {} + } + }, "System.Threading.Timer/4.0.0": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Threading.Timer.dll": {} @@ -1071,20 +1213,20 @@ }, "System.Xml.ReaderWriter/4.0.10": { "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.Runtime": "[4.0.20, )", + "System.Text.Encoding": "[4.0.10, )", + "System.IO": "[4.0.10, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.IO.FileSystem": "[4.0.0, )", + "System.IO.FileSystem.Primitives": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Text.RegularExpressions": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Globalization": "[4.0.10, )", + "System.Text.Encoding.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Xml.ReaderWriter.dll": {} @@ -1095,17 +1237,17 @@ }, "System.Xml.XDocument/4.0.10": { "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.Runtime": "[4.0.20, )", + "System.IO": "[4.0.10, )", + "System.Xml.ReaderWriter": "[4.0.10, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Globalization": "[4.0.10, )", + "System.Threading": "[4.0.10, )", + "System.Text.Encoding": "[4.0.10, )", + "System.Reflection": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Xml.XDocument.dll": {} @@ -1138,22 +1280,22 @@ "DNXCore,Version=v5.0/win7-x86": { "Microsoft.CSharp/4.0.0": { "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.Runtime": "[4.0.20, )", + "System.Dynamic.Runtime": "[4.0.0, )", + "System.Linq.Expressions": "[4.0.0, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Linq": "[4.0.0, )", + "System.Reflection.TypeExtensions": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )", + "System.Reflection.Extensions": "[4.0.0, )", + "System.Collections": "[4.0.10, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Reflection": "[4.0.10, )", + "System.Threading": "[4.0.10, )", + "System.Globalization": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.ObjectModel": "[4.0.10, )" }, "compile": { "ref/dotnet/Microsoft.CSharp.dll": {} @@ -1164,67 +1306,67 @@ }, "Microsoft.NETCore/5.0.0": { "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.CSharp": "[4.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.NetworkInformation": "[4.0.0, )", + "System.Net.Http": "[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.NETCore.Targets": "[1.0.0, )" } }, "Microsoft.NETCore.Platforms/1.0.0": {}, "Microsoft.NETCore.Portable.Compatibility/1.0.0": { "dependencies": { - "Microsoft.NETCore.Runtime": "1.0.0" + "Microsoft.NETCore.Runtime": "[1.0.0, )" }, "compile": { "ref/dotnet/mscorlib.dll": {}, @@ -1259,30 +1401,30 @@ "Microsoft.NETCore.Runtime/1.0.0": {}, "Microsoft.NETCore.Runtime.CoreCLR-x86/1.0.0": { "dependencies": { - "System.Collections": "[4.0.10]", - "System.Diagnostics.Contracts": "[4.0.0]", - "System.Diagnostics.Debug": "[4.0.10]", - "System.Diagnostics.StackTrace": "[4.0.0]", - "System.Diagnostics.Tools": "[4.0.0]", - "System.Diagnostics.Tracing": "[4.0.20]", - "System.Globalization": "[4.0.10]", - "System.Globalization.Calendars": "[4.0.0]", - "System.IO": "[4.0.10]", - "System.ObjectModel": "[4.0.10]", - "System.Private.Uri": "[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.Runtime.Extensions": "[4.0.10]", - "System.Runtime.Handles": "[4.0.0]", - "System.Runtime.InteropServices": "[4.0.20]", - "System.Text.Encoding": "[4.0.10]", - "System.Text.Encoding.Extensions": "[4.0.10]", - "System.Threading": "[4.0.10]", - "System.Threading.Tasks": "[4.0.10]", - "System.Threading.Timer": "[4.0.0]" + "System.Collections": "[4.0.10, 4.0.10]", + "System.Diagnostics.Debug": "[4.0.10, 4.0.10]", + "System.Globalization": "[4.0.10, 4.0.10]", + "System.IO": "[4.0.10, 4.0.10]", + "System.ObjectModel": "[4.0.10, 4.0.10]", + "System.Reflection": "[4.0.10, 4.0.10]", + "System.Runtime.Extensions": "[4.0.10, 4.0.10]", + "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.Diagnostics.Contracts": "[4.0.0, 4.0.0]", + "System.Diagnostics.StackTrace": "[4.0.0, 4.0.0]", + "System.Diagnostics.Tools": "[4.0.0, 4.0.0]", + "System.Globalization.Calendars": "[4.0.0, 4.0.0]", + "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.Handles": "[4.0.0, 4.0.0]", + "System.Threading.Timer": "[4.0.0, 4.0.0]", + "System.Private.Uri": "[4.0.0, 4.0.0]", + "System.Diagnostics.Tracing": "[4.0.20, 4.0.20]", + "System.Runtime": "[4.0.20, 4.0.20]", + "System.Runtime.InteropServices": "[4.0.20, 4.0.20]" }, "compile": { "ref/dotnet/_._": {} @@ -1302,8 +1444,8 @@ }, "Microsoft.NETCore.Targets/1.0.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.0", - "Microsoft.NETCore.Targets.DNXCore": "4.9.0" + "Microsoft.NETCore.Targets.DNXCore": "[4.9.0, )", + "Microsoft.NETCore.Platforms": "[1.0.0, )" } }, "Microsoft.NETCore.Targets.DNXCore/4.9.0": {}, @@ -1440,22 +1582,22 @@ }, "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.Runtime": "[4.0.20, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Reflection.TypeExtensions": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )", + "System.Linq": "[4.0.0, )", + "System.Reflection.Extensions": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Reflection": "[4.0.10, )", + "System.Globalization": "[4.0.10, )", + "System.Dynamic.Runtime": "[4.0.10, )", + "System.Linq.Expressions": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Threading": "[4.0.10, )", + "System.ObjectModel": "[4.0.10, )" }, "compile": { "ref/dotnet/Microsoft.VisualBasic.dll": {} @@ -1466,8 +1608,8 @@ }, "Microsoft.Win32.Primitives/4.0.0": { "dependencies": { - "System.Runtime": "4.0.20", - "System.Runtime.InteropServices": "4.0.20" + "System.Runtime": "[4.0.20, )", + "System.Runtime.InteropServices": "[4.0.20, )" }, "compile": { "ref/dotnet/Microsoft.Win32.Primitives.dll": {} @@ -1476,9 +1618,26 @@ "lib/dotnet/Microsoft.Win32.Primitives.dll": {} } }, + "Microsoft.Win32.Registry/4.0.0-beta-23123": { + "dependencies": { + "System.Runtime": "[4.0.20, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Runtime.Handles": "[4.0.0, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Globalization": "[4.0.10, )" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Registry.dll": {} + }, + "runtime": { + "lib/DNXCore50/Microsoft.Win32.Registry.dll": {} + } + }, "System.AppContext/4.0.0": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.AppContext.dll": {} @@ -1489,7 +1648,7 @@ }, "System.Collections/4.0.10": { "dependencies": { - "System.Runtime": "4.0.20" + "System.Runtime": "[4.0.20, )" }, "compile": { "ref/dotnet/System.Collections.dll": {} @@ -1500,15 +1659,15 @@ }, "System.Collections.Concurrent/4.0.10": { "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.Runtime": "[4.0.20, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.Diagnostics.Tracing": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Threading": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Globalization": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Collections.Concurrent.dll": {} @@ -1519,14 +1678,14 @@ }, "System.Collections.Immutable/1.1.37": { "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.Runtime": "[4.0.0, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.0, )", + "System.Collections": "[4.0.0, )", + "System.Linq": "[4.0.0, )", + "System.Runtime.Extensions": "[4.0.0, )", + "System.Globalization": "[4.0.0, )", + "System.Threading": "[4.0.0, )" }, "compile": { "lib/dotnet/System.Collections.Immutable.dll": {} @@ -1537,12 +1696,12 @@ }, "System.Collections.NonGeneric/4.0.0": { "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.Runtime": "[4.0.20, )", + "System.Globalization": "[4.0.10, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Threading": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Collections.NonGeneric.dll": {} @@ -1553,7 +1712,7 @@ }, "System.ComponentModel/4.0.0": { "dependencies": { - "System.Runtime": "4.0.20" + "System.Runtime": "[4.0.20, )" }, "compile": { "ref/dotnet/System.ComponentModel.dll": {} @@ -1564,17 +1723,17 @@ }, "System.ComponentModel.Annotations/4.0.10": { "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.Runtime": "[4.0.20, )", + "System.ComponentModel": "[4.0.0, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Reflection.Extensions": "[4.0.0, )", + "System.Linq": "[4.0.0, )", + "System.Reflection": "[4.0.10, )", + "System.Text.RegularExpressions": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Globalization": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Threading": "[4.0.10, )" }, "compile": { "ref/dotnet/System.ComponentModel.Annotations.dll": {} @@ -1585,10 +1744,10 @@ }, "System.ComponentModel.EventBasedAsync/4.0.10": { "dependencies": { - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" + "System.Runtime": "[4.0.20, )", + "System.Threading": "[4.0.10, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Threading.Tasks": "[4.0.10, )" }, "compile": { "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} @@ -1599,15 +1758,15 @@ }, "System.Console/4.0.0-beta-23123": { "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.Text.Encoding": "4.0.10", - "System.Text.Encoding.Extensions": "4.0.10", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" + "System.Runtime": "[4.0.20, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.IO.FileSystem.Primitives": "[4.0.0, )", + "System.IO": "[4.0.10, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.Text.Encoding": "[4.0.10, )", + "System.Threading": "[4.0.10, )", + "System.Text.Encoding.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Console.dll": {} @@ -1618,7 +1777,7 @@ }, "System.Diagnostics.Contracts/4.0.0": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Diagnostics.Contracts.dll": {} @@ -1629,7 +1788,7 @@ }, "System.Diagnostics.Debug/4.0.10": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Diagnostics.Debug.dll": {} @@ -1638,10 +1797,53 @@ "lib/DNXCore50/System.Diagnostics.Debug.dll": {} } }, + "System.Diagnostics.FileVersionInfo/4.0.0-beta-23123": { + "dependencies": { + "System.Runtime": "[4.0.20, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.IO.FileSystem": "[4.0.0, )", + "System.Globalization": "[4.0.10, )" + }, + "compile": { + "ref/dotnet/System.Diagnostics.FileVersionInfo.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.FileVersionInfo.dll": {} + } + }, + "System.Diagnostics.Process/4.0.0-beta-23123": { + "dependencies": { + "System.Runtime": "[4.0.20, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Runtime.Handles": "[4.0.0, )", + "System.IO.FileSystem": "[4.0.0, )", + "System.Security.SecureString": "[4.0.0-beta-23123, )", + "Microsoft.Win32.Registry": "[4.0.0-beta-23123, )", + "Microsoft.Win32.Primitives": "[4.0.0, )", + "System.IO.FileSystem.Primitives": "[4.0.0, )", + "System.Threading.Thread": "[4.0.0-beta-23123, )", + "System.Text.Encoding": "[4.0.10, )", + "System.IO": "[4.0.10, )", + "System.Threading": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.Threading.ThreadPool": "[4.0.10-beta-23123, )", + "System.Globalization": "[4.0.10, )", + "System.Text.Encoding.Extensions": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Process.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Process.dll": {} + } + }, "System.Diagnostics.StackTrace/4.0.0": { "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )", + "System.Reflection": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Diagnostics.StackTrace.dll": {} @@ -1652,7 +1854,7 @@ }, "System.Diagnostics.Tools/4.0.0": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Diagnostics.Tools.dll": {} @@ -1661,9 +1863,26 @@ "lib/DNXCore50/System.Diagnostics.Tools.dll": {} } }, + "System.Diagnostics.TraceSource/4.0.0-beta-23019": { + "dependencies": { + "System.Runtime": "[4.0.20-beta-23019, )", + "System.Resources.ResourceManager": "[4.0.0-beta-23019, )", + "System.Collections": "[4.0.10-beta-23019, )", + "System.Runtime.Extensions": "[4.0.10-beta-23019, )", + "System.Diagnostics.Debug": "[4.0.10-beta-23019, )", + "System.Threading": "[4.0.10-beta-23019, )", + "System.Globalization": "[4.0.10-beta-23019, )" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TraceSource.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.TraceSource.dll": {} + } + }, "System.Diagnostics.Tracing/4.0.20": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Diagnostics.Tracing.dll": {} @@ -1674,20 +1893,20 @@ }, "System.Dynamic.Runtime/4.0.10": { "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.Emit": "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.Runtime": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Collections": "[4.0.0, )", + "System.Reflection": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )", + "System.Reflection.Emit": "[4.0.0, )", + "System.ObjectModel": "[4.0.0, )", + "System.Threading": "[4.0.0, )", + "System.Reflection.TypeExtensions": "[4.0.0, )", + "System.Runtime.Extensions": "[4.0.0, )", + "System.Globalization": "[4.0.0, )", + "System.Linq": "[4.0.0, )", + "System.Linq.Expressions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Dynamic.Runtime.dll": {} @@ -1698,7 +1917,7 @@ }, "System.Globalization/4.0.10": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Globalization.dll": {} @@ -1709,8 +1928,8 @@ }, "System.Globalization.Calendars/4.0.0": { "dependencies": { - "System.Globalization": "4.0.0", - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )", + "System.Globalization": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Globalization.Calendars.dll": {} @@ -1721,11 +1940,11 @@ }, "System.Globalization.Extensions/4.0.0": { "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" + "System.Runtime": "[4.0.20, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Globalization": "[4.0.10, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Globalization.Extensions.dll": {} @@ -1736,9 +1955,9 @@ }, "System.IO/4.0.10": { "dependencies": { - "System.Runtime": "4.0.20", - "System.Text.Encoding": "4.0.0", - "System.Threading.Tasks": "4.0.0" + "System.Runtime": "[4.0.20, )", + "System.Text.Encoding": "[4.0.0, )", + "System.Threading.Tasks": "[4.0.0, )" }, "compile": { "ref/dotnet/System.IO.dll": {} @@ -1749,15 +1968,15 @@ }, "System.IO.Compression/4.0.0": { "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.Runtime": "[4.0.0, )", + "System.IO": "[4.0.0, )", + "System.Text.Encoding": "[4.0.0, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Threading.Tasks": "[4.0.0, )", + "System.Runtime.InteropServices": "[4.0.0, )", + "System.Collections": "[4.0.0, )", + "System.Runtime.Extensions": "[4.0.0, )", + "System.Threading": "[4.0.0, )" }, "compile": { "ref/dotnet/System.IO.Compression.dll": {} @@ -1773,14 +1992,14 @@ }, "System.IO.Compression.ZipFile/4.0.0": { "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.Runtime": "[4.0.20, )", + "System.IO.Compression": "[4.0.0, )", + "System.Text.Encoding": "[4.0.10, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.IO.FileSystem.Primitives": "[4.0.0, )", + "System.IO.FileSystem": "[4.0.0, )", + "System.IO": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.IO.Compression.ZipFile.dll": {} @@ -1791,19 +2010,19 @@ }, "System.IO.FileSystem/4.0.0": { "dependencies": { - "System.Collections": "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.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" + "System.Runtime": "[4.0.20, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.IO.FileSystem.Primitives": "[4.0.0, )", + "System.Runtime.Handles": "[4.0.0, )", + "System.Threading.Overlapped": "[4.0.0, )", + "System.Text.Encoding": "[4.0.10, )", + "System.IO": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Text.Encoding.Extensions": "[4.0.10, )", + "System.Threading": "[4.0.10, )" }, "compile": { "ref/dotnet/System.IO.FileSystem.dll": {} @@ -1814,7 +2033,7 @@ }, "System.IO.FileSystem.Primitives/4.0.0": { "dependencies": { - "System.Runtime": "4.0.20" + "System.Runtime": "[4.0.20, )" }, "compile": { "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} @@ -1823,15 +2042,37 @@ "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} } }, + "System.IO.Pipes/4.0.0-beta-23123": { + "dependencies": { + "System.Runtime": "[4.0.20, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Runtime.Handles": "[4.0.0, )", + "System.Threading.Overlapped": "[4.0.0, )", + "System.IO.FileSystem.Primitives": "[4.0.0, )", + "System.Security.Principal": "[4.0.0, )", + "System.Threading": "[4.0.10, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.IO": "[4.0.10, )", + "System.Threading.ThreadPool": "[4.0.10-beta-23123, )", + "System.Runtime.Extensions": "[4.0.10, )" + }, + "compile": { + "ref/dotnet/System.IO.Pipes.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.Pipes.dll": {} + } + }, "System.IO.UnmanagedMemoryStream/4.0.0": { "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.Runtime": "[4.0.20, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.IO.FileSystem.Primitives": "[4.0.0, )", + "System.IO": "[4.0.10, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Threading": "[4.0.10, )" }, "compile": { "ref/dotnet/System.IO.UnmanagedMemoryStream.dll": {} @@ -1842,11 +2083,11 @@ }, "System.Linq/4.0.0": { "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.Runtime": "[4.0.20, )", + "System.Collections": "[4.0.10, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Linq.dll": {} @@ -1857,21 +2098,21 @@ }, "System.Linq.Expressions/4.0.10": { "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.ObjectModel": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Emit": "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.Runtime": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Collections": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.0, )", + "System.Reflection": "[4.0.0, )", + "System.IO": "[4.0.0, )", + "System.Reflection.TypeExtensions": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )", + "System.Reflection.Emit": "[4.0.0, )", + "System.ObjectModel": "[4.0.0, )", + "System.Threading": "[4.0.0, )", + "System.Runtime.Extensions": "[4.0.0, )", + "System.Linq": "[4.0.0, )", + "System.Globalization": "[4.0.0, )", + "System.Reflection.Extensions": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Linq.Expressions.dll": {} @@ -1882,16 +2123,16 @@ }, "System.Linq.Parallel/4.0.0": { "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.Runtime": "[4.0.20, )", + "System.Collections.Concurrent": "[4.0.10, )", + "System.Linq": "[4.0.0, )", + "System.Collections": "[4.0.10, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.Diagnostics.Tracing": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Threading": "[4.0.10, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Linq.Parallel.dll": {} @@ -1902,13 +2143,13 @@ }, "System.Linq.Queryable/4.0.0": { "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.Runtime": "[4.0.20, )", + "System.Linq.Expressions": "[4.0.10, )", + "System.Linq": "[4.0.0, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Reflection.Extensions": "[4.0.0, )", + "System.Reflection": "[4.0.10, )", + "System.Collections": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Linq.Queryable.dll": {} @@ -1919,21 +2160,21 @@ }, "System.Net.Http/4.0.0": { "dependencies": { - "Microsoft.Win32.Primitives": "4.0.0", - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.IO.Compression": "4.0.0", - "System.Net.Primitives": "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", - "System.Threading.Tasks": "4.0.10" + "System.Runtime": "[4.0.20, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Runtime.Handles": "[4.0.0, )", + "Microsoft.Win32.Primitives": "[4.0.0, )", + "System.IO.Compression": "[4.0.0, )", + "System.Net.Primitives": "[4.0.10, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.IO": "[4.0.10, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Text.Encoding": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Globalization": "[4.0.10, )", + "System.Threading": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Net.Http.dll": {} @@ -1944,7 +2185,7 @@ }, "System.Net.NetworkInformation/4.0.10-beta-23123": { "dependencies": { - "System.Private.Networking": "4.0.0" + "System.Private.Networking": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Net.NetworkInformation.dll": {} @@ -1955,7 +2196,7 @@ }, "System.Net.Primitives/4.0.10": { "dependencies": { - "System.Private.Networking": "4.0.0" + "System.Private.Networking": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Net.Primitives.dll": {} @@ -1966,10 +2207,10 @@ }, "System.Numerics.Vectors/4.1.0": { "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": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Globalization": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Numerics.Vectors.dll": {} @@ -1980,11 +2221,11 @@ }, "System.ObjectModel/4.0.10": { "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.Runtime": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Threading": "[4.0.10, )" }, "compile": { "ref/dotnet/System.ObjectModel.dll": {} @@ -1995,25 +2236,25 @@ }, "System.Private.Networking/4.0.0": { "dependencies": { - "Microsoft.Win32.Primitives": "4.0.0", - "System.Collections": "4.0.10", - "System.Collections.Concurrent": "4.0.0", - "System.Collections.NonGeneric": "4.0.0", - "System.ComponentModel.EventBasedAsync": "4.0.10", - "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" + "System.Runtime": "[4.0.20, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Diagnostics.Tracing": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Runtime.Handles": "[4.0.0, )", + "System.Collections.Concurrent": "[4.0.0, )", + "System.Collections.NonGeneric": "[4.0.0, )", + "Microsoft.Win32.Primitives": "[4.0.0, )", + "System.IO.FileSystem": "[4.0.0, )", + "System.Threading.Overlapped": "[4.0.0, )", + "System.IO.FileSystem.Primitives": "[4.0.0, )", + "System.Collections": "[4.0.10, )", + "System.Threading": "[4.0.10, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.IO": "[4.0.10, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.ComponentModel.EventBasedAsync": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Globalization": "[4.0.10, )" }, "compile": { "ref/dnxcore50/_._": {} @@ -2032,9 +2273,9 @@ }, "System.Reflection/4.0.10": { "dependencies": { - "System.IO": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.20" + "System.Runtime": "[4.0.20, )", + "System.IO": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Reflection.dll": {} @@ -2045,14 +2286,14 @@ }, "System.Reflection.DispatchProxy/4.0.0": { "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" + "System.Runtime": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )", + "System.Linq": "[4.0.0, )", + "System.Reflection.Extensions": "[4.0.0, )", + "System.Reflection": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Threading": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Reflection.DispatchProxy.dll": {} @@ -2063,11 +2304,11 @@ }, "System.Reflection.Emit/4.0.0": { "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.Runtime": "[4.0.0, )", + "System.Reflection": "[4.0.0, )", + "System.Reflection.Emit.ILGeneration": "[4.0.0, )", + "System.IO": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Reflection.Emit.dll": {} @@ -2078,9 +2319,9 @@ }, "System.Reflection.Emit.ILGeneration/4.0.0": { "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )", + "System.Reflection": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} @@ -2091,10 +2332,10 @@ }, "System.Reflection.Emit.Lightweight/4.0.0": { "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.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )", + "System.Runtime": "[4.0.0, )", + "System.Reflection.Emit.ILGeneration": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} @@ -2105,8 +2346,8 @@ }, "System.Reflection.Extensions/4.0.0": { "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )", + "System.Reflection": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Reflection.Extensions.dll": {} @@ -2117,20 +2358,20 @@ }, "System.Reflection.Metadata/1.0.22": { "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.Runtime": "[4.0.0, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )", + "System.IO": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.0, )", + "System.Collections": "[4.0.0, )", + "System.Text.Encoding": "[4.0.0, )", + "System.Runtime.InteropServices": "[4.0.0, )", + "System.Reflection": "[4.0.0, )", + "System.Runtime.Extensions": "[4.0.0, )", + "System.Threading": "[4.0.0, )", + "System.Text.Encoding.Extensions": "[4.0.0, )", + "System.Reflection.Extensions": "[4.0.0, )", + "System.Collections.Immutable": "[1.1.37, )" }, "compile": { "lib/dotnet/System.Reflection.Metadata.dll": {} @@ -2141,7 +2382,7 @@ }, "System.Reflection.Primitives/4.0.0": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Reflection.Primitives.dll": {} @@ -2152,8 +2393,8 @@ }, "System.Reflection.TypeExtensions/4.0.0": { "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )", + "System.Reflection": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Reflection.TypeExtensions.dll": {} @@ -2164,9 +2405,9 @@ }, "System.Resources.ResourceManager/4.0.0": { "dependencies": { - "System.Globalization": "4.0.0", - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )", + "System.Reflection": "[4.0.0, )", + "System.Globalization": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Resources.ResourceManager.dll": {} @@ -2177,7 +2418,7 @@ }, "System.Runtime/4.0.20": { "dependencies": { - "System.Private.Uri": "4.0.0" + "System.Private.Uri": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Runtime.dll": {} @@ -2188,7 +2429,7 @@ }, "System.Runtime.Extensions/4.0.10": { "dependencies": { - "System.Runtime": "4.0.20" + "System.Runtime": "[4.0.20, )" }, "compile": { "ref/dotnet/System.Runtime.Extensions.dll": {} @@ -2199,7 +2440,7 @@ }, "System.Runtime.Handles/4.0.0": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Runtime.Handles.dll": {} @@ -2210,10 +2451,10 @@ }, "System.Runtime.InteropServices/4.0.20": { "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" + "System.Runtime": "[4.0.0, )", + "System.Reflection": "[4.0.0, )", + "System.Reflection.Primitives": "[4.0.0, )", + "System.Runtime.Handles": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Runtime.InteropServices.dll": {} @@ -2224,10 +2465,10 @@ }, "System.Runtime.Numerics/4.0.0": { "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": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Globalization": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Runtime.Numerics.dll": {} @@ -2238,14 +2479,14 @@ }, "System.Security.Claims/4.0.0": { "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.Runtime": "[4.0.20, )", + "System.Security.Principal": "[4.0.0, )", + "System.IO": "[4.0.0, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Collections": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.0, )", + "System.Globalization": "[4.0.0, )", + "System.Runtime.Extensions": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Security.Claims.dll": {} @@ -2254,9 +2495,24 @@ "lib/dotnet/System.Security.Claims.dll": {} } }, + "System.Security.Cryptography.Encryption/4.0.0-beta-23123": { + "dependencies": { + "System.Runtime": "[4.0.0, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.IO": "[4.0.0, )", + "System.Threading.Tasks": "[4.0.0, )", + "System.Globalization": "[4.0.0, )" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encryption.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.Cryptography.Encryption.dll": {} + } + }, "System.Security.Principal/4.0.0": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Security.Principal.dll": {} @@ -2265,9 +2521,25 @@ "lib/dotnet/System.Security.Principal.dll": {} } }, + "System.Security.SecureString/4.0.0-beta-23123": { + "dependencies": { + "System.Runtime": "[4.0.20, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Runtime.Handles": "[4.0.0, )", + "System.Security.Cryptography.Encryption": "[4.0.0-beta-23123, )", + "System.Threading": "[4.0.10, )" + }, + "compile": { + "ref/dotnet/System.Security.SecureString.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.SecureString.dll": {} + } + }, "System.Text.Encoding/4.0.10": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Text.Encoding.dll": {} @@ -2278,8 +2550,8 @@ }, "System.Text.Encoding.Extensions/4.0.10": { "dependencies": { - "System.Runtime": "4.0.0", - "System.Text.Encoding": "4.0.10" + "System.Runtime": "[4.0.0, )", + "System.Text.Encoding": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Text.Encoding.Extensions.dll": {} @@ -2290,12 +2562,12 @@ }, "System.Text.RegularExpressions/4.0.10": { "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.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Collections": "[4.0.10, )", + "System.Globalization": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Threading": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Text.RegularExpressions.dll": {} @@ -2306,8 +2578,8 @@ }, "System.Threading/4.0.10": { "dependencies": { - "System.Runtime": "4.0.0", - "System.Threading.Tasks": "4.0.0" + "System.Runtime": "[4.0.0, )", + "System.Threading.Tasks": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Threading.dll": {} @@ -2318,8 +2590,8 @@ }, "System.Threading.Overlapped/4.0.0": { "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" + "System.Runtime": "[4.0.0, )", + "System.Runtime.Handles": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Threading.Overlapped.dll": {} @@ -2330,7 +2602,7 @@ }, "System.Threading.Tasks/4.0.10": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Threading.Tasks.dll": {} @@ -2341,17 +2613,17 @@ }, "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.Runtime": "[4.0.0, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.0, )", + "System.Collections.Concurrent": "[4.0.0, )", + "System.Collections": "[4.0.0, )", + "System.Threading.Tasks": "[4.0.0, )", + "System.Dynamic.Runtime": "[4.0.0, )", + "System.Diagnostics.Tracing": "[4.0.0, )", + "System.Threading": "[4.0.0, )", + "System.Linq": "[4.0.0, )", + "System.Runtime.Extensions": "[4.0.0, )" }, "compile": { "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {} @@ -2362,14 +2634,14 @@ }, "System.Threading.Tasks.Parallel/4.0.0": { "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.Runtime": "[4.0.20, )", + "System.Collections.Concurrent": "[4.0.10, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.Diagnostics.Tracing": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Threading": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Threading.Tasks.Parallel.dll": {} @@ -2378,9 +2650,9 @@ "lib/dotnet/System.Threading.Tasks.Parallel.dll": {} } }, - "System.Threading.Thread/4.0.0-beta-23109": { + "System.Threading.Thread/4.0.0-beta-23123": { "dependencies": { - "System.Runtime": "4.0.0-beta-23109" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Threading.Thread.dll": {} @@ -2389,9 +2661,21 @@ "lib/DNXCore50/System.Threading.Thread.dll": {} } }, + "System.Threading.ThreadPool/4.0.10-beta-23123": { + "dependencies": { + "System.Runtime": "[4.0.0, )", + "System.Runtime.InteropServices": "[4.0.0, )" + }, + "compile": { + "ref/dotnet/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.ThreadPool.dll": {} + } + }, "System.Threading.Timer/4.0.0": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "[4.0.0, )" }, "compile": { "ref/dotnet/System.Threading.Timer.dll": {} @@ -2402,20 +2686,20 @@ }, "System.Xml.ReaderWriter/4.0.10": { "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.Runtime": "[4.0.20, )", + "System.Text.Encoding": "[4.0.10, )", + "System.IO": "[4.0.10, )", + "System.Threading.Tasks": "[4.0.10, )", + "System.Runtime.InteropServices": "[4.0.20, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.IO.FileSystem": "[4.0.0, )", + "System.IO.FileSystem.Primitives": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Text.RegularExpressions": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )", + "System.Globalization": "[4.0.10, )", + "System.Text.Encoding.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Xml.ReaderWriter.dll": {} @@ -2426,17 +2710,17 @@ }, "System.Xml.XDocument/4.0.10": { "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.Runtime": "[4.0.20, )", + "System.IO": "[4.0.10, )", + "System.Xml.ReaderWriter": "[4.0.10, )", + "System.Resources.ResourceManager": "[4.0.0, )", + "System.Diagnostics.Debug": "[4.0.10, )", + "System.Collections": "[4.0.10, )", + "System.Globalization": "[4.0.10, )", + "System.Threading": "[4.0.10, )", + "System.Text.Encoding": "[4.0.10, )", + "System.Reflection": "[4.0.10, )", + "System.Runtime.Extensions": "[4.0.10, )" }, "compile": { "ref/dotnet/System.Xml.XDocument.dll": {} @@ -2450,69 +2734,85 @@ "libraries": { "Microsoft.CSharp/4.0.0": { "sha512": "oWqeKUxHXdK6dL2CFjgMcaBISbkk+AqEg+yvJHE4DElNzS4QaTsCflgkkqZwVlWby1Dg9zo9n+iCAMFefFdJ/A==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "Microsoft.CSharp.nuspec", "lib/dotnet/Microsoft.CSharp.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", - "lib/netcore50/Microsoft.CSharp.dll", "lib/win8/_._", + "lib/netcore50/Microsoft.CSharp.dll", "lib/wp80/_._", "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "Microsoft.CSharp.nuspec", - "package/services/metadata/core-properties/a8a7171824ab4656b3141cda0591ff66.psmdcp", + "ref/dotnet/Microsoft.CSharp.dll", + "ref/dotnet/Microsoft.CSharp.xml", + "ref/dotnet/zh-hant/Microsoft.CSharp.xml", "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", + "ref/dotnet/es/Microsoft.CSharp.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/win8/_._", "ref/netcore50/Microsoft.CSharp.dll", "ref/netcore50/Microsoft.CSharp.xml", - "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._" + "ref/xamarinmac20/_._", + "package/services/metadata/core-properties/a8a7171824ab4656b3141cda0591ff66.psmdcp", + "[Content_Types].xml" ] }, "Microsoft.NETCore/5.0.0": { "sha512": "QQMp0yYQbIdfkKhdEE6Umh2Xonau7tasG36Trw/YlHoWgYQLp7T9L+ZD8EPvdj5ubRhtOuKEKwM7HMpkagB9ZA==", + "type": "Package", "files": [ - "[Content_Types].xml", - "_._", "_rels/.rels", "Microsoft.NETCore.nuspec", - "package/services/metadata/core-properties/340ac37fb1224580ae47c59ebdd88964.psmdcp" + "_._", + "package/services/metadata/core-properties/340ac37fb1224580ae47c59ebdd88964.psmdcp", + "[Content_Types].xml" ] }, "Microsoft.NETCore.Platforms/1.0.0": { "sha512": "0N77OwGZpXqUco2C/ynv1os7HqdFYifvNIbveLDKqL5PZaz05Rl9enCwVBjF61aumHKueLWIJ3prnmdAXxww4A==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", "Microsoft.NETCore.Platforms.nuspec", + "runtime.json", "package/services/metadata/core-properties/36b51d4c6b524527902ff1a182a64e42.psmdcp", - "runtime.json" + "[Content_Types].xml" ] }, "Microsoft.NETCore.Portable.Compatibility/1.0.0": { "sha512": "5/IFqf2zN1jzktRJitxO+5kQ+0AilcIbPvSojSJwDG3cGNSMZg44LXLB5E9RkSETE0Wh4QoALdNh1koKoF7/mA==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "Microsoft.NETCore.Portable.Compatibility.nuspec", + "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.Windows.dll", + "lib/netcore50/System.Xml.dll", + "lib/netcore50/System.Xml.Linq.dll", + "lib/netcore50/System.Xml.Serialization.dll", "lib/dnxcore50/System.ComponentModel.DataAnnotations.dll", "lib/dnxcore50/System.Core.dll", "lib/dnxcore50/System.dll", @@ -2526,23 +2826,9 @@ "lib/dnxcore50/System.Xml.Linq.dll", "lib/dnxcore50/System.Xml.Serialization.dll", "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.Windows.dll", - "lib/netcore50/System.Xml.dll", - "lib/netcore50/System.Xml.Linq.dll", - "lib/netcore50/System.Xml.Serialization.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", @@ -2556,7 +2842,21 @@ "ref/dotnet/System.Xml.dll", "ref/dotnet/System.Xml.Linq.dll", "ref/dotnet/System.Xml.Serialization.dll", + "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.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", "ref/net45/_._", + "ref/win8/_._", "ref/netcore50/mscorlib.dll", "ref/netcore50/System.ComponentModel.DataAnnotations.dll", "ref/netcore50/System.Core.dll", @@ -2570,94 +2870,85 @@ "ref/netcore50/System.Xml.dll", "ref/netcore50/System.Xml.Linq.dll", "ref/netcore50/System.Xml.Serialization.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.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" + "package/services/metadata/core-properties/8131b8ae030a45e7986737a0c1d04ef5.psmdcp", + "[Content_Types].xml" ] }, "Microsoft.NETCore.Runtime/1.0.0": { "sha512": "AjaMNpXLW4miEQorIqyn6iQ+BZBId6qXkhwyeh1vl6kXLqosZusbwmLNlvj/xllSQrd3aImJbvlHusam85g+xQ==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", "Microsoft.NETCore.Runtime.nuspec", + "runtime.json", "package/services/metadata/core-properties/f289de2ffef9428684eca0c193bc8765.psmdcp", - "runtime.json" + "[Content_Types].xml" ] }, "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" + "runtimes/win7-x86/native/mscorrc.dll", + "runtimes/win7-x86/lib/dotnet/mscorlib.ni.dll", + "ref/dotnet/_._", + "package/services/metadata/core-properties/dd7e29450ade4bdaab9794850cd11d7a.psmdcp", + "[Content_Types].xml" ] }, "Microsoft.NETCore.Targets/1.0.0": { "sha512": "XfITpPjYLYRmAeZtb9diw6P7ylLQsSC1U2a/xj10iQpnHxkiLEBXop/psw15qMPuNca7lqgxWvzZGpQxphuXaw==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", "Microsoft.NETCore.Targets.nuspec", + "runtime.json", "package/services/metadata/core-properties/5413a5ed3fde4121a1c9ee8feb12ba66.psmdcp", - "runtime.json" + "[Content_Types].xml" ] }, "Microsoft.NETCore.Targets.DNXCore/4.9.0": { "sha512": "32pNFQTn/nVB15hYIztKn1Ij05ibGn8C9CfOiENbc+GbzxWWQQztDyWhS/vGzUcrFFZpcXbJ0yGHem2syNHMwQ==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", "Microsoft.NETCore.Targets.DNXCore.nuspec", + "runtime.json", "package/services/metadata/core-properties/49a06ab6e27f4682b9b0c258f69b4fe2.psmdcp", - "runtime.json" + "[Content_Types].xml" ] }, "Microsoft.NETCore.TestHost-x86/1.0.0-beta-23123": { "sha512": "hLIFc0enPvCCOt1pXl3etWtkhvB+lb8qcjxWM39Jk9n8UTLvIH4lwzFbTv6Tij3LYmNbToTKEPKYmx3TfjUevw==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", "Microsoft.NETCore.TestHost-x86.nuspec", + "runtimes/win7-x86/native/CoreRun.exe", "package/services/metadata/core-properties/71ad7e2008a84dfdb75618cb7527719a.psmdcp", - "runtimes/win7-x86/native/CoreRun.exe" + "[Content_Types].xml" ] }, "Microsoft.NETCore.Windows.ApiSets-x86/1.0.0": { "sha512": "/HDRdhz5bZyhHwQ/uk/IbnDIX5VDTsHntEZYkTYo57dM+U3Ttel9/OJv0mjL64wTO/QKUJJNKp9XO+m7nSVjJQ==", + "type": "Package", "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-comm-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", @@ -2720,13 +3011,13 @@ "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-StringAnsi-L1-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-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", @@ -2776,14 +3067,6 @@ "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", @@ -2798,8 +3081,8 @@ "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-stringloader-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", @@ -2809,2053 +3092,2436 @@ "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" + "runtimes/win8-x86/native/api-ms-win-service-private-l1-1-1.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/win10-x86/native/_._", + "package/services/metadata/core-properties/b773d829b3664669b45b4b4e97bdb635.psmdcp", + "[Content_Types].xml" ] }, "Microsoft.Tpl.Dataflow/4.5.24": { "sha512": "6BE4Vu74+dkv5AkJd+UxW1sFMepMZOVlUoMZDUKqhc4Bf7pe7yySzCj6QrowUZbCqcDPwOiQsAgz3nXiLQSyMw==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Dataflow.dll", - "lib/portable-net45+win8+wp8+wpa81/system.threading.tasks.dataflow.xml", + "Microsoft.Tpl.Dataflow.nuspec", + "License-Stable.rtf", "lib/portable-net45+win8+wpa81/System.Threading.Tasks.Dataflow.dll", "lib/portable-net45+win8+wpa81/system.threading.tasks.dataflow.xml", - "License-Stable.rtf", - "Microsoft.Tpl.Dataflow.nuspec", - "package/services/metadata/core-properties/3dd86853af3a4ae392f3331459714ce0.psmdcp" + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Dataflow.dll", + "lib/portable-net45+win8+wp8+wpa81/system.threading.tasks.dataflow.xml", + "package/services/metadata/core-properties/3dd86853af3a4ae392f3331459714ce0.psmdcp", + "[Content_Types].xml" ] }, "Microsoft.VisualBasic/10.0.0": { "sha512": "5BEm2/HAVd97whRlCChU7rmSh/9cwGlZ/NTNe3Jl07zuPWfKQq5TUvVNUmdvmEe8QRecJLZ4/e7WF1i1O8V42g==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "Microsoft.VisualBasic.nuspec", "lib/dotnet/Microsoft.VisualBasic.dll", "lib/net45/_._", - "lib/netcore50/Microsoft.VisualBasic.dll", "lib/win8/_._", + "lib/netcore50/Microsoft.VisualBasic.dll", "lib/wpa81/_._", - "Microsoft.VisualBasic.nuspec", - "package/services/metadata/core-properties/5dbd3a7042354092a8b352b655cf4376.psmdcp", + "ref/dotnet/Microsoft.VisualBasic.dll", + "ref/dotnet/Microsoft.VisualBasic.xml", + "ref/dotnet/zh-hant/Microsoft.VisualBasic.xml", "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", + "ref/dotnet/es/Microsoft.VisualBasic.xml", "ref/net45/_._", + "ref/win8/_._", "ref/netcore50/Microsoft.VisualBasic.dll", "ref/netcore50/Microsoft.VisualBasic.xml", - "ref/win8/_._", - "ref/wpa81/_._" + "ref/wpa81/_._", + "package/services/metadata/core-properties/5dbd3a7042354092a8b352b655cf4376.psmdcp", + "[Content_Types].xml" ] }, "Microsoft.Win32.Primitives/4.0.0": { "sha512": "CypEz9/lLOup8CEhiAmvr7aLs1zKPYyEU1sxQeEr6G0Ci8/F0Y6pYR1zzkROjM8j8Mq0typmbu676oYyvErQvg==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "Microsoft.Win32.Primitives.nuspec", "lib/dotnet/Microsoft.Win32.Primitives.dll", + "lib/net46/Microsoft.Win32.Primitives.dll", "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/Microsoft.Win32.Primitives.dll", + "ref/dotnet/Microsoft.Win32.Primitives.xml", + "ref/dotnet/zh-hant/Microsoft.Win32.Primitives.xml", + "ref/dotnet/de/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", + "ref/dotnet/es/Microsoft.Win32.Primitives.xml", + "ref/net46/Microsoft.Win32.Primitives.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/Microsoft.Win32.Primitives.dll", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._" + "ref/xamarinmac20/_._", + "package/services/metadata/core-properties/1d4eb9d0228b48b88d2df3822fba2d86.psmdcp", + "[Content_Types].xml" + ] + }, + "Microsoft.Win32.Registry/4.0.0-beta-23109": { + "sha512": "EGFd1xAy5TyB6zsOmyfWXcNUnPSX4+x1mNo923Y9Aerz5g8cm5ddv3730RWhbgHSNYQkakhA1M6pDtLJKkdkaw==", + "type": "Package", + "files": [ + "_rels/.rels", + "Microsoft.Win32.Registry.nuspec", + "lib/DNXCore50/Microsoft.Win32.Registry.dll", + "lib/net46/Microsoft.Win32.Registry.dll", + "ref/dotnet/Microsoft.Win32.Registry.dll", + "ref/dotnet/Microsoft.Win32.Registry.xml", + "ref/dotnet/zh-hant/Microsoft.Win32.Registry.xml", + "ref/dotnet/de/Microsoft.Win32.Registry.xml", + "ref/dotnet/fr/Microsoft.Win32.Registry.xml", + "ref/dotnet/it/Microsoft.Win32.Registry.xml", + "ref/dotnet/ja/Microsoft.Win32.Registry.xml", + "ref/dotnet/ko/Microsoft.Win32.Registry.xml", + "ref/dotnet/ru/Microsoft.Win32.Registry.xml", + "ref/dotnet/zh-hans/Microsoft.Win32.Registry.xml", + "ref/dotnet/es/Microsoft.Win32.Registry.xml", + "ref/net46/Microsoft.Win32.Registry.dll", + "package/services/metadata/core-properties/2691709a5d23494cb575274499bcec66.psmdcp", + "[Content_Types].xml" + ] + }, + "Microsoft.Win32.Registry/4.0.0-beta-23123": { + "sha512": "uDHpWnfXuynO2QyCsQbUjK3u6WZGXiiMOfHtFJ83Mkt/M3EtMeA6z3N/eHMnR9qBdfTAFon9yelVmwRBXXU1nQ==", + "type": "Package", + "files": [ + "_rels/.rels", + "Microsoft.Win32.Registry.nuspec", + "lib/DNXCore50/Microsoft.Win32.Registry.dll", + "lib/net46/Microsoft.Win32.Registry.dll", + "ref/dotnet/Microsoft.Win32.Registry.dll", + "ref/dotnet/Microsoft.Win32.Registry.xml", + "ref/dotnet/zh-hant/Microsoft.Win32.Registry.xml", + "ref/dotnet/de/Microsoft.Win32.Registry.xml", + "ref/dotnet/fr/Microsoft.Win32.Registry.xml", + "ref/dotnet/it/Microsoft.Win32.Registry.xml", + "ref/dotnet/ja/Microsoft.Win32.Registry.xml", + "ref/dotnet/ko/Microsoft.Win32.Registry.xml", + "ref/dotnet/ru/Microsoft.Win32.Registry.xml", + "ref/dotnet/zh-hans/Microsoft.Win32.Registry.xml", + "ref/dotnet/es/Microsoft.Win32.Registry.xml", + "ref/net46/Microsoft.Win32.Registry.dll", + "package/services/metadata/core-properties/a3c99102d20347a1b22da1fd42a907b4.psmdcp", + "[Content_Types].xml" ] }, "System.AppContext/4.0.0": { "sha512": "gUoYgAWDC3+xhKeU5KSLbYDhTdBYk9GssrMSCcWUADzOglW+s0AmwVhOUGt2tL5xUl7ZXoYTPdA88zCgKrlG0A==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.AppContext.nuspec", + "lib/netcore50/System.AppContext.dll", "lib/DNXCore50/System.AppContext.dll", + "lib/net46/System.AppContext.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.AppContext.dll", - "lib/netcore50/System.AppContext.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/3b390478e0cd42eb8818bbab19299738.psmdcp", + "ref/dotnet/System.AppContext.dll", + "ref/dotnet/System.AppContext.xml", + "ref/dotnet/zh-hant/System.AppContext.xml", "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", + "ref/dotnet/es/System.AppContext.xml", + "ref/net46/System.AppContext.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.AppContext.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.AppContext.nuspec" + "package/services/metadata/core-properties/3b390478e0cd42eb8818bbab19299738.psmdcp", + "[Content_Types].xml" ] }, "System.Collections/4.0.10": { "sha512": "ux6ilcZZjV/Gp7JEZpe+2V1eTueq6NuoGRM3eZCFuPM25hLVVgCRuea6STW8hvqreIOE59irJk5/ovpA5xQipw==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Collections.nuspec", + "lib/netcore50/System.Collections.dll", "lib/DNXCore50/System.Collections.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/_._", - "lib/netcore50/System.Collections.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/b4f8061406e54dbda8f11b23186be11a.psmdcp", + "ref/dotnet/System.Collections.dll", + "ref/dotnet/System.Collections.xml", + "ref/dotnet/zh-hant/System.Collections.xml", "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", + "ref/dotnet/es/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/System.Collections.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Collections.dll", - "System.Collections.nuspec" + "package/services/metadata/core-properties/b4f8061406e54dbda8f11b23186be11a.psmdcp", + "[Content_Types].xml" ] }, "System.Collections.Concurrent/4.0.10": { "sha512": "ZtMEqOPAjAIqR8fqom9AOKRaB94a+emO2O8uOP6vyJoNswSPrbiwN7iH53rrVpvjMVx0wr4/OMpI7486uGZjbw==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Collections.Concurrent.nuspec", "lib/dotnet/System.Collections.Concurrent.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/c982a1e1e1644b62952fc4d4dcbe0d42.psmdcp", + "ref/dotnet/System.Collections.Concurrent.dll", + "ref/dotnet/System.Collections.Concurrent.xml", + "ref/dotnet/zh-hant/System.Collections.Concurrent.xml", "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", + "ref/dotnet/es/System.Collections.Concurrent.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Collections.Concurrent.nuspec" + "package/services/metadata/core-properties/c982a1e1e1644b62952fc4d4dcbe0d42.psmdcp", + "[Content_Types].xml" ] }, "System.Collections.Immutable/1.1.37": { "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Collections.Immutable.nuspec", "lib/dotnet/System.Collections.Immutable.dll", "lib/dotnet/System.Collections.Immutable.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", "package/services/metadata/core-properties/a02fdeabe1114a24bba55860b8703852.psmdcp", - "System.Collections.Immutable.nuspec" + "[Content_Types].xml" ] }, "System.Collections.NonGeneric/4.0.0": { "sha512": "rVgwrFBMkmp8LI6GhAYd6Bx+2uLIXjRfNg6Ie+ASfX8ESuh9e2HNxFy2yh1MPIXZq3OAYa+0mmULVwpnEC6UDA==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Collections.NonGeneric.nuspec", "lib/dotnet/System.Collections.NonGeneric.dll", + "lib/net46/System.Collections.NonGeneric.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.Collections.NonGeneric.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/185704b1dc164b078b61038bde9ab31a.psmdcp", + "ref/dotnet/System.Collections.NonGeneric.dll", + "ref/dotnet/System.Collections.NonGeneric.xml", + "ref/dotnet/zh-hant/System.Collections.NonGeneric.xml", "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", + "ref/dotnet/es/System.Collections.NonGeneric.xml", + "ref/net46/System.Collections.NonGeneric.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.Collections.NonGeneric.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Collections.NonGeneric.nuspec" + "package/services/metadata/core-properties/185704b1dc164b078b61038bde9ab31a.psmdcp", + "[Content_Types].xml" ] }, "System.ComponentModel/4.0.0": { "sha512": "BzpLdSi++ld7rJLOOt5f/G9GxujP202bBgKORsHcGV36rLB0mfSA2h8chTMoBzFhgN7TE14TmJ2J7Q1RyNCTAw==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.ComponentModel.nuspec", "lib/dotnet/System.ComponentModel.dll", "lib/net45/_._", - "lib/netcore50/System.ComponentModel.dll", "lib/win8/_._", + "lib/netcore50/System.ComponentModel.dll", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/58b9abdedb3a4985a487cb8bf4bdcbd7.psmdcp", + "ref/dotnet/System.ComponentModel.dll", + "ref/dotnet/System.ComponentModel.xml", + "ref/dotnet/zh-hant/System.ComponentModel.xml", "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", + "ref/dotnet/es/System.ComponentModel.xml", "ref/net45/_._", + "ref/win8/_._", "ref/netcore50/System.ComponentModel.dll", "ref/netcore50/System.ComponentModel.xml", - "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "System.ComponentModel.nuspec" + "package/services/metadata/core-properties/58b9abdedb3a4985a487cb8bf4bdcbd7.psmdcp", + "[Content_Types].xml" ] }, "System.ComponentModel.Annotations/4.0.10": { "sha512": "7+XGyEZx24nP1kpHxCB9e+c6D0fdVDvFwE1xujE9BzlXyNVcy5J5aIO0H/ECupx21QpyRvzZibGAHfL/XLL6dw==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.ComponentModel.Annotations.nuspec", "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/System.ComponentModel.Annotations.dll", + "ref/dotnet/System.ComponentModel.Annotations.xml", + "ref/dotnet/zh-hant/System.ComponentModel.Annotations.xml", "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/dotnet/es/System.ComponentModel.Annotations.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.ComponentModel.Annotations.nuspec" + "package/services/metadata/core-properties/012e5fa97b3d450eb20342cd9ba88069.psmdcp", + "[Content_Types].xml" ] }, "System.ComponentModel.EventBasedAsync/4.0.10": { "sha512": "d6kXcHUgP0jSPXEQ6hXJYCO6CzfoCi7t9vR3BfjSQLrj4HzpuATpx1gkN7itmTW1O+wjuw6rai4378Nj6N70yw==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.ComponentModel.EventBasedAsync.nuspec", "lib/dotnet/System.ComponentModel.EventBasedAsync.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/5094900f1f7e4f4dae27507acc72f2a5.psmdcp", + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll", + "ref/dotnet/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/zh-hant/System.ComponentModel.EventBasedAsync.xml", "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/dotnet/es/System.ComponentModel.EventBasedAsync.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.ComponentModel.EventBasedAsync.nuspec" + "package/services/metadata/core-properties/5094900f1f7e4f4dae27507acc72f2a5.psmdcp", + "[Content_Types].xml" ] }, "System.Console/4.0.0-beta-23123": { "sha512": "fPglodP4GQV7HBBDhmCZaCD8fzBvhtHmBmiN/8yWiJz0NNnA55YUNBh3myvR2DP/6IOHJ75/tTRkvwdpX3BWXA==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Console.nuspec", "lib/DNXCore50/System.Console.dll", + "lib/net46/System.Console.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.Console.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/8d7a3fc8c6314a7b8e950ea4ca023405.psmdcp", + "ref/dotnet/System.Console.dll", + "ref/dotnet/System.Console.xml", + "ref/dotnet/zh-hant/System.Console.xml", "ref/dotnet/de/System.Console.xml", - "ref/dotnet/es/System.Console.xml", "ref/dotnet/fr/System.Console.xml", "ref/dotnet/it/System.Console.xml", "ref/dotnet/ja/System.Console.xml", "ref/dotnet/ko/System.Console.xml", "ref/dotnet/ru/System.Console.xml", - "ref/dotnet/System.Console.dll", - "ref/dotnet/System.Console.xml", "ref/dotnet/zh-hans/System.Console.xml", - "ref/dotnet/zh-hant/System.Console.xml", + "ref/dotnet/es/System.Console.xml", + "ref/net46/System.Console.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.Console.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Console.nuspec" + "package/services/metadata/core-properties/8d7a3fc8c6314a7b8e950ea4ca023405.psmdcp", + "[Content_Types].xml" ] }, "System.Diagnostics.Contracts/4.0.0": { "sha512": "lMc7HNmyIsu0pKTdA4wf+FMq5jvouUd+oUpV4BdtyqoV0Pkbg9u/7lTKFGqpjZRQosWHq1+B32Lch2wf4AmloA==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Diagnostics.Contracts.nuspec", + "lib/netcore50/System.Diagnostics.Contracts.dll", "lib/DNXCore50/System.Diagnostics.Contracts.dll", "lib/net45/_._", - "lib/netcore50/System.Diagnostics.Contracts.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/c6cd3d0bbc304cbca14dc3d6bff6579c.psmdcp", + "ref/dotnet/System.Diagnostics.Contracts.dll", + "ref/dotnet/System.Diagnostics.Contracts.xml", + "ref/dotnet/zh-hant/System.Diagnostics.Contracts.xml", "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", + "ref/dotnet/es/System.Diagnostics.Contracts.xml", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Contracts.dll", "ref/net45/_._", + "ref/win8/_._", "ref/netcore50/System.Diagnostics.Contracts.dll", "ref/netcore50/System.Diagnostics.Contracts.xml", - "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Contracts.dll", - "System.Diagnostics.Contracts.nuspec" + "package/services/metadata/core-properties/c6cd3d0bbc304cbca14dc3d6bff6579c.psmdcp", + "[Content_Types].xml" ] }, "System.Diagnostics.Debug/4.0.10": { "sha512": "pi2KthuvI2LWV2c2V+fwReDsDiKpNl040h6DcwFOb59SafsPT/V1fCy0z66OKwysurJkBMmp5j5CBe3Um+ub0g==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Diagnostics.Debug.nuspec", "lib/DNXCore50/System.Diagnostics.Debug.dll", + "lib/netcore50/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/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", + "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", "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/dotnet/es/System.Diagnostics.Debug.xml", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll", - "System.Diagnostics.Debug.nuspec" + "package/services/metadata/core-properties/bfb05c26051f4a5f9015321db9cb045c.psmdcp", + "[Content_Types].xml" + ] + }, + "System.Diagnostics.FileVersionInfo/4.0.0-beta-23109": { + "sha512": "Pky4/2aXG5tDSE6REVx5YMQtibyTiKzyLDMNBv8Z7uZk899zPjhq8HUecFUJoKq3dSgQivX2sWZIEIjYcFO0Iw==", + "type": "Package", + "files": [ + "_rels/.rels", + "System.Diagnostics.FileVersionInfo.nuspec", + "lib/DNXCore50/System.Diagnostics.FileVersionInfo.dll", + "lib/net46/System.Diagnostics.FileVersionInfo.dll", + "ref/dotnet/System.Diagnostics.FileVersionInfo.dll", + "ref/dotnet/System.Diagnostics.FileVersionInfo.xml", + "ref/dotnet/zh-hant/System.Diagnostics.FileVersionInfo.xml", + "ref/dotnet/de/System.Diagnostics.FileVersionInfo.xml", + "ref/dotnet/fr/System.Diagnostics.FileVersionInfo.xml", + "ref/dotnet/it/System.Diagnostics.FileVersionInfo.xml", + "ref/dotnet/ja/System.Diagnostics.FileVersionInfo.xml", + "ref/dotnet/ko/System.Diagnostics.FileVersionInfo.xml", + "ref/dotnet/ru/System.Diagnostics.FileVersionInfo.xml", + "ref/dotnet/zh-hans/System.Diagnostics.FileVersionInfo.xml", + "ref/dotnet/es/System.Diagnostics.FileVersionInfo.xml", + "ref/net46/System.Diagnostics.FileVersionInfo.dll", + "package/services/metadata/core-properties/f4c18087a7b84ebca8b3e741ef18f583.psmdcp", + "[Content_Types].xml" + ] + }, + "System.Diagnostics.FileVersionInfo/4.0.0-beta-23123": { + "sha512": "RMpg/uZOZcORanGz9aqyatYgiHOE+w+5CfeMwnbE1WiLBdDA2d0v2m/lD7YQSkwk7HYsexYVmMkZflNcWPw3qQ==", + "type": "Package", + "files": [ + "_rels/.rels", + "System.Diagnostics.FileVersionInfo.nuspec", + "lib/DNXCore50/System.Diagnostics.FileVersionInfo.dll", + "lib/net46/System.Diagnostics.FileVersionInfo.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.FileVersionInfo.dll", + "ref/dotnet/System.Diagnostics.FileVersionInfo.xml", + "ref/dotnet/zh-hant/System.Diagnostics.FileVersionInfo.xml", + "ref/dotnet/de/System.Diagnostics.FileVersionInfo.xml", + "ref/dotnet/fr/System.Diagnostics.FileVersionInfo.xml", + "ref/dotnet/it/System.Diagnostics.FileVersionInfo.xml", + "ref/dotnet/ja/System.Diagnostics.FileVersionInfo.xml", + "ref/dotnet/ko/System.Diagnostics.FileVersionInfo.xml", + "ref/dotnet/ru/System.Diagnostics.FileVersionInfo.xml", + "ref/dotnet/zh-hans/System.Diagnostics.FileVersionInfo.xml", + "ref/dotnet/es/System.Diagnostics.FileVersionInfo.xml", + "ref/net46/System.Diagnostics.FileVersionInfo.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "package/services/metadata/core-properties/b6337943521840fbb8b9ca67c64bbdd8.psmdcp", + "[Content_Types].xml" + ] + }, + "System.Diagnostics.Process/4.0.0-beta-23109": { + "sha512": "FbuzE+g2I8NA9qxrcJ+aelA5oy53ZHt5oygIcT1hhI19vLIPzi/xZgjrIbXDjmZKtOC+laiuUwe3UlnMsytC7A==", + "type": "Package", + "files": [ + "_rels/.rels", + "System.Diagnostics.Process.nuspec", + "lib/DNXCore50/System.Diagnostics.Process.dll", + "lib/net46/System.Diagnostics.Process.dll", + "ref/dotnet/System.Diagnostics.Process.dll", + "ref/dotnet/System.Diagnostics.Process.xml", + "ref/dotnet/zh-hant/System.Diagnostics.Process.xml", + "ref/dotnet/de/System.Diagnostics.Process.xml", + "ref/dotnet/fr/System.Diagnostics.Process.xml", + "ref/dotnet/it/System.Diagnostics.Process.xml", + "ref/dotnet/ja/System.Diagnostics.Process.xml", + "ref/dotnet/ko/System.Diagnostics.Process.xml", + "ref/dotnet/ru/System.Diagnostics.Process.xml", + "ref/dotnet/zh-hans/System.Diagnostics.Process.xml", + "ref/dotnet/es/System.Diagnostics.Process.xml", + "ref/net46/System.Diagnostics.Process.dll", + "package/services/metadata/core-properties/1d4be6b4146c4fcbb10e1782688d514d.psmdcp", + "[Content_Types].xml" + ] + }, + "System.Diagnostics.Process/4.0.0-beta-23123": { + "sha512": "EUeT1XD9Nmnn4gIhEu1tA7/7RtWlQOIt7ZdETDScQoAYbLUtcY1Zc5Qy6B7+YbKnyqS8TIdGe/fxDEa0EDTsjA==", + "type": "Package", + "files": [ + "_rels/.rels", + "System.Diagnostics.Process.nuspec", + "lib/DNXCore50/System.Diagnostics.Process.dll", + "lib/net46/System.Diagnostics.Process.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.Process.dll", + "ref/dotnet/System.Diagnostics.Process.xml", + "ref/dotnet/zh-hant/System.Diagnostics.Process.xml", + "ref/dotnet/de/System.Diagnostics.Process.xml", + "ref/dotnet/fr/System.Diagnostics.Process.xml", + "ref/dotnet/it/System.Diagnostics.Process.xml", + "ref/dotnet/ja/System.Diagnostics.Process.xml", + "ref/dotnet/ko/System.Diagnostics.Process.xml", + "ref/dotnet/ru/System.Diagnostics.Process.xml", + "ref/dotnet/zh-hans/System.Diagnostics.Process.xml", + "ref/dotnet/es/System.Diagnostics.Process.xml", + "ref/net46/System.Diagnostics.Process.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "package/services/metadata/core-properties/62bb66ff8fc94426b267bb086f8f7d40.psmdcp", + "[Content_Types].xml" ] }, "System.Diagnostics.StackTrace/4.0.0": { "sha512": "PItgenqpRiMqErvQONBlfDwctKpWVrcDSW5pppNZPJ6Bpiyz+KjsWoSiaqs5dt03HEbBTMNCrZb8KCkh7YfXmw==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Diagnostics.StackTrace.nuspec", "lib/DNXCore50/System.Diagnostics.StackTrace.dll", + "lib/netcore50/System.Diagnostics.StackTrace.dll", + "lib/net46/System.Diagnostics.StackTrace.dll", "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/System.Diagnostics.StackTrace.dll", + "ref/dotnet/System.Diagnostics.StackTrace.xml", + "ref/dotnet/zh-hant/System.Diagnostics.StackTrace.xml", "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/dotnet/es/System.Diagnostics.StackTrace.xml", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.StackTrace.dll", + "ref/net46/System.Diagnostics.StackTrace.dll", "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" + "package/services/metadata/core-properties/5c7ca489a36944d895c628fced7e9107.psmdcp", + "[Content_Types].xml" ] }, "System.Diagnostics.Tools/4.0.0": { "sha512": "uw5Qi2u5Cgtv4xv3+8DeB63iaprPcaEHfpeJqlJiLjIVy6v0La4ahJ6VW9oPbJNIjcavd24LKq0ctT9ssuQXsw==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Diagnostics.Tools.nuspec", "lib/DNXCore50/System.Diagnostics.Tools.dll", - "lib/net45/_._", "lib/netcore50/System.Diagnostics.Tools.dll", + "lib/net45/_._", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/20f622a1ae5b4e3992fc226d88d36d59.psmdcp", + "ref/dotnet/System.Diagnostics.Tools.dll", + "ref/dotnet/System.Diagnostics.Tools.xml", + "ref/dotnet/zh-hant/System.Diagnostics.Tools.xml", "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", + "ref/dotnet/es/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.dll", "ref/net45/_._", + "ref/win8/_._", "ref/netcore50/System.Diagnostics.Tools.dll", "ref/netcore50/System.Diagnostics.Tools.xml", - "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.dll", - "System.Diagnostics.Tools.nuspec" + "package/services/metadata/core-properties/20f622a1ae5b4e3992fc226d88d36d59.psmdcp", + "[Content_Types].xml" + ] + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23019": { + "sha512": "MZxMo9Skg9oZrJYwGpRfeOfrTfHxmTPWhj8XIXdIryfArzwG1FjZgzOrkWWcON0PdV9OywZYGly09nUCs/JdhA==", + "type": "Package", + "files": [ + "_rels/.rels", + "System.Diagnostics.TraceSource.nuspec", + "lib/DNXCore50/System.Diagnostics.TraceSource.dll", + "lib/net46/System.Diagnostics.TraceSource.dll", + "ref/dotnet/System.Diagnostics.TraceSource.dll", + "ref/net46/System.Diagnostics.TraceSource.dll", + "package/services/metadata/core-properties/9a5f24590c094ed0bb58db8306906532.psmdcp", + "[Content_Types].xml" ] }, "System.Diagnostics.Tracing/4.0.20": { "sha512": "gn/wexGHc35Fv++5L1gYHMY5g25COfiZ0PGrL+3PfwzoJd4X2LbTAm/U8d385SI6BKQBI/z4dQfvneS9J27+Tw==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Diagnostics.Tracing.nuspec", + "lib/netcore50/System.Diagnostics.Tracing.dll", "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/System.Diagnostics.Tracing.dll", + "ref/dotnet/System.Diagnostics.Tracing.xml", + "ref/dotnet/zh-hant/System.Diagnostics.Tracing.xml", "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/dotnet/es/System.Diagnostics.Tracing.xml", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll", - "System.Diagnostics.Tracing.nuspec" + "package/services/metadata/core-properties/13423e75e6344b289b3779b51522737c.psmdcp", + "[Content_Types].xml" ] }, "System.Dynamic.Runtime/4.0.10": { "sha512": "r10VTLdlxtYp46BuxomHnwx7vIoMOr04CFoC/jJJfY22f7HQQ4P+cXY2Nxo6/rIxNNqOxwdbQQwv7Gl88Jsu1w==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Dynamic.Runtime.nuspec", + "lib/netcore50/System.Dynamic.Runtime.dll", "lib/DNXCore50/System.Dynamic.Runtime.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/_._", - "lib/netcore50/System.Dynamic.Runtime.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/b7571751b95d4952803c5011dab33c3b.psmdcp", + "ref/dotnet/System.Dynamic.Runtime.dll", + "ref/dotnet/System.Dynamic.Runtime.xml", + "ref/dotnet/zh-hant/System.Dynamic.Runtime.xml", "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", + "ref/dotnet/es/System.Dynamic.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/System.Dynamic.Runtime.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "runtimes/win8-aot/lib/netcore50/System.Dynamic.Runtime.dll", - "System.Dynamic.Runtime.nuspec" + "package/services/metadata/core-properties/b7571751b95d4952803c5011dab33c3b.psmdcp", + "[Content_Types].xml" ] }, "System.Globalization/4.0.10": { "sha512": "kzRtbbCNAxdafFBDogcM36ehA3th8c1PGiz8QRkZn8O5yMBorDHSK8/TGJPYOaCS5zdsGk0u9qXHnW91nqy7fw==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Globalization.nuspec", + "lib/netcore50/System.Globalization.dll", "lib/DNXCore50/System.Globalization.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/_._", - "lib/netcore50/System.Globalization.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/93bcad242a4e4ad7afd0b53244748763.psmdcp", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", + "ref/dotnet/zh-hant/System.Globalization.xml", "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", + "ref/dotnet/es/System.Globalization.xml", + "runtimes/win8-aot/lib/netcore50/System.Globalization.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Globalization.dll", - "System.Globalization.nuspec" + "package/services/metadata/core-properties/93bcad242a4e4ad7afd0b53244748763.psmdcp", + "[Content_Types].xml" ] }, "System.Globalization.Calendars/4.0.0": { "sha512": "cL6WrdGKnNBx9W/iTr+jbffsEO4RLjEtOYcpVSzPNDoli6X5Q6bAfWtJYbJNOPi8Q0fXgBEvKK1ncFL/3FTqlA==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Globalization.Calendars.nuspec", + "lib/netcore50/System.Globalization.Calendars.dll", "lib/DNXCore50/System.Globalization.Calendars.dll", + "lib/net46/System.Globalization.Calendars.dll", "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/System.Globalization.Calendars.dll", + "ref/dotnet/System.Globalization.Calendars.xml", + "ref/dotnet/zh-hant/System.Globalization.Calendars.xml", "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", + "ref/dotnet/es/System.Globalization.Calendars.xml", + "runtimes/win8-aot/lib/netcore50/System.Globalization.Calendars.dll", + "ref/net46/System.Globalization.Calendars.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.Globalization.Calendars.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Globalization.Calendars.dll", - "System.Globalization.Calendars.nuspec" + "package/services/metadata/core-properties/95fc8eb4808e4f31a967f407c94eba0f.psmdcp", + "[Content_Types].xml" ] }, "System.Globalization.Extensions/4.0.0": { "sha512": "rqbUXiwpBCvJ18ySCsjh20zleazO+6fr3s5GihC2sVwhyS0MUl6+oc5Rzk0z6CKkS4kmxbZQSeZLsK7cFSO0ng==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Globalization.Extensions.nuspec", "lib/dotnet/System.Globalization.Extensions.dll", + "lib/net46/System.Globalization.Extensions.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.Globalization.Extensions.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/a0490a34737f448fb53635b5210e48e4.psmdcp", + "ref/dotnet/System.Globalization.Extensions.dll", + "ref/dotnet/System.Globalization.Extensions.xml", + "ref/dotnet/zh-hant/System.Globalization.Extensions.xml", "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", + "ref/dotnet/es/System.Globalization.Extensions.xml", + "ref/net46/System.Globalization.Extensions.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.Globalization.Extensions.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Globalization.Extensions.nuspec" + "package/services/metadata/core-properties/a0490a34737f448fb53635b5210e48e4.psmdcp", + "[Content_Types].xml" ] }, "System.IO/4.0.10": { "sha512": "kghf1CeYT+W2lw8a50/GxFz5HR9t6RkL4BvjxtTp1NxtEFWywnMA9W8FH/KYXiDNThcw9u/GOViDON4iJFGXIQ==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.IO.nuspec", + "lib/netcore50/System.IO.dll", "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/System.IO.dll", + "ref/dotnet/System.IO.xml", + "ref/dotnet/zh-hant/System.IO.xml", "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/dotnet/es/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/System.IO.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.IO.dll", - "System.IO.nuspec" + "package/services/metadata/core-properties/db72fd58a86b4d13a6d2858ebec46705.psmdcp", + "[Content_Types].xml" ] }, "System.IO.Compression/4.0.0": { "sha512": "S+ljBE3py8pujTrsOOYHtDg2cnAifn6kBu/pfh1hMWIXd8DoVh0ADTA6Puv4q+nYj+Msm6JoFLNwuRSmztbsDQ==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.IO.Compression.nuspec", "lib/dotnet/System.IO.Compression.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", - "lib/netcore50/System.IO.Compression.dll", "lib/win8/_._", + "lib/netcore50/System.IO.Compression.dll", "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/cdbbc16eba65486f85d2caf9357894f3.psmdcp", + "ref/dotnet/System.IO.Compression.dll", + "ref/dotnet/System.IO.Compression.xml", + "ref/dotnet/zh-hant/System.IO.Compression.xml", "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", + "ref/dotnet/es/System.IO.Compression.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/win8/_._", "ref/netcore50/System.IO.Compression.dll", "ref/netcore50/System.IO.Compression.xml", - "ref/win8/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.IO.Compression.nuspec" + "package/services/metadata/core-properties/cdbbc16eba65486f85d2caf9357894f3.psmdcp", + "[Content_Types].xml" ] }, "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", + "System.IO.Compression.clrcompression-x86.nuspec", "runtimes/win7-x86/native/clrcompression.dll", - "System.IO.Compression.clrcompression-x86.nuspec" + "runtimes/win10-x86/native/ClrCompression.dll", + "package/services/metadata/core-properties/cd12f86c8cc2449589dfbe349763f7b3.psmdcp", + "[Content_Types].xml" ] }, "System.IO.Compression.ZipFile/4.0.0": { "sha512": "pwntmtsJqtt6Lez4Iyv4GVGW6DaXUTo9Rnlsx0MFagRgX+8F/sxG5S/IzDJabBj68sUWViz1QJrRZL4V9ngWDg==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.IO.Compression.ZipFile.nuspec", "lib/dotnet/System.IO.Compression.ZipFile.dll", + "lib/net46/System.IO.Compression.ZipFile.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.IO.Compression.ZipFile.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/60dc66d592ac41008e1384536912dabf.psmdcp", + "ref/dotnet/System.IO.Compression.ZipFile.dll", + "ref/dotnet/System.IO.Compression.ZipFile.xml", + "ref/dotnet/zh-hant/System.IO.Compression.ZipFile.xml", "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", + "ref/dotnet/es/System.IO.Compression.ZipFile.xml", + "ref/net46/System.IO.Compression.ZipFile.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.IO.Compression.ZipFile.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.IO.Compression.ZipFile.nuspec" + "package/services/metadata/core-properties/60dc66d592ac41008e1384536912dabf.psmdcp", + "[Content_Types].xml" ] }, "System.IO.FileSystem/4.0.0": { "sha512": "eo05SPWfG+54UA0wxgRIYOuOslq+2QrJLXZaJDDsfLXG15OLguaItW39NYZTqUb4DeGOkU4R0wpOLOW4ynMUDQ==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.IO.FileSystem.nuspec", "lib/DNXCore50/System.IO.FileSystem.dll", + "lib/netcore50/System.IO.FileSystem.dll", + "lib/net46/System.IO.FileSystem.dll", "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/System.IO.FileSystem.dll", + "ref/dotnet/System.IO.FileSystem.xml", + "ref/dotnet/zh-hant/System.IO.FileSystem.xml", "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", + "ref/dotnet/es/System.IO.FileSystem.xml", + "ref/net46/System.IO.FileSystem.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.IO.FileSystem.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.IO.FileSystem.nuspec" + "package/services/metadata/core-properties/0405bad2bcdd403884f42a0a79534bc1.psmdcp", + "[Content_Types].xml" ] }, "System.IO.FileSystem.Primitives/4.0.0": { "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.IO.FileSystem.Primitives.nuspec", "lib/dotnet/System.IO.FileSystem.Primitives.dll", + "lib/net46/System.IO.FileSystem.Primitives.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.IO.FileSystem.Primitives.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/2cf3542156f0426483f92b9e37d8d381.psmdcp", + "ref/dotnet/System.IO.FileSystem.Primitives.dll", + "ref/dotnet/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hant/System.IO.FileSystem.Primitives.xml", "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", + "ref/dotnet/es/System.IO.FileSystem.Primitives.xml", + "ref/net46/System.IO.FileSystem.Primitives.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.IO.FileSystem.Primitives.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.IO.FileSystem.Primitives.nuspec" + "package/services/metadata/core-properties/2cf3542156f0426483f92b9e37d8d381.psmdcp", + "[Content_Types].xml" + ] + }, + "System.IO.Pipes/4.0.0-beta-23123": { + "sha512": "TnytoLSYehYWAdumEN7WAq8YoIyqsdLNCA+6IuWFI0594egTzAgv7LH4gv5IN/1NgoN1LLxcK4P/m/EKyf4XCw==", + "type": "Package", + "files": [ + "_rels/.rels", + "System.IO.Pipes.nuspec", + "lib/DNXCore50/System.IO.Pipes.dll", + "lib/net46/System.IO.Pipes.dll", + "ref/dotnet/System.IO.Pipes.dll", + "ref/dotnet/System.IO.Pipes.xml", + "ref/dotnet/zh-hant/System.IO.Pipes.xml", + "ref/dotnet/de/System.IO.Pipes.xml", + "ref/dotnet/fr/System.IO.Pipes.xml", + "ref/dotnet/it/System.IO.Pipes.xml", + "ref/dotnet/ja/System.IO.Pipes.xml", + "ref/dotnet/ko/System.IO.Pipes.xml", + "ref/dotnet/ru/System.IO.Pipes.xml", + "ref/dotnet/zh-hans/System.IO.Pipes.xml", + "ref/dotnet/es/System.IO.Pipes.xml", + "ref/net46/System.IO.Pipes.dll", + "package/services/metadata/core-properties/f57aab004bb94ccbb87be8c4c3babf1d.psmdcp", + "[Content_Types].xml" ] }, "System.IO.UnmanagedMemoryStream/4.0.0": { "sha512": "i2xczgQfwHmolORBNHxV9b5izP8VOBxgSA2gf+H55xBvwqtR+9r9adtzlc7at0MAwiLcsk6V1TZlv2vfRQr8Sw==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.IO.UnmanagedMemoryStream.nuspec", "lib/dotnet/System.IO.UnmanagedMemoryStream.dll", + "lib/net46/System.IO.UnmanagedMemoryStream.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.IO.UnmanagedMemoryStream.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/cce1d37d7dc24e5fb4170ead20101af0.psmdcp", + "ref/dotnet/System.IO.UnmanagedMemoryStream.dll", + "ref/dotnet/System.IO.UnmanagedMemoryStream.xml", + "ref/dotnet/zh-hant/System.IO.UnmanagedMemoryStream.xml", "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", + "ref/dotnet/es/System.IO.UnmanagedMemoryStream.xml", + "ref/net46/System.IO.UnmanagedMemoryStream.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.IO.UnmanagedMemoryStream.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.IO.UnmanagedMemoryStream.nuspec" + "package/services/metadata/core-properties/cce1d37d7dc24e5fb4170ead20101af0.psmdcp", + "[Content_Types].xml" ] }, "System.Linq/4.0.0": { "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Linq.nuspec", "lib/dotnet/System.Linq.dll", "lib/net45/_._", - "lib/netcore50/System.Linq.dll", "lib/win8/_._", + "lib/netcore50/System.Linq.dll", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", + "ref/dotnet/zh-hant/System.Linq.xml", "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", + "ref/dotnet/es/System.Linq.xml", "ref/net45/_._", + "ref/win8/_._", "ref/netcore50/System.Linq.dll", "ref/netcore50/System.Linq.xml", - "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "System.Linq.nuspec" + "package/services/metadata/core-properties/6fcde56ce4094f6a8fff4b28267da532.psmdcp", + "[Content_Types].xml" ] }, "System.Linq.Expressions/4.0.10": { "sha512": "qhFkPqRsTfXBaacjQhxwwwUoU7TEtwlBIULj7nG7i4qAkvivil31VvOvDKppCSui5yGw0/325ZeNaMYRvTotXw==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Linq.Expressions.nuspec", + "lib/netcore50/System.Linq.Expressions.dll", "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/System.Linq.Expressions.dll", + "ref/dotnet/System.Linq.Expressions.xml", + "ref/dotnet/zh-hant/System.Linq.Expressions.xml", "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/dotnet/es/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll", "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" + "package/services/metadata/core-properties/4e3c061f7c0a427fa5b65bd3d84e9bc3.psmdcp", + "[Content_Types].xml" ] }, "System.Linq.Parallel/4.0.0": { "sha512": "PtH7KKh1BbzVow4XY17pnrn7Io63ApMdwzRE2o2HnzsKQD/0o7X5xe6mxrDUqTm9ZCR3/PNhAlP13VY1HnHsbA==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Linq.Parallel.nuspec", "lib/dotnet/System.Linq.Parallel.dll", "lib/net45/_._", - "lib/netcore50/System.Linq.Parallel.dll", "lib/win8/_._", + "lib/netcore50/System.Linq.Parallel.dll", "lib/wpa81/_._", - "package/services/metadata/core-properties/5cc7d35889814f73a239a1b7dcd33451.psmdcp", + "ref/dotnet/System.Linq.Parallel.dll", + "ref/dotnet/System.Linq.Parallel.xml", + "ref/dotnet/zh-hant/System.Linq.Parallel.xml", "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", + "ref/dotnet/es/System.Linq.Parallel.xml", "ref/net45/_._", + "ref/win8/_._", "ref/netcore50/System.Linq.Parallel.dll", "ref/netcore50/System.Linq.Parallel.xml", - "ref/win8/_._", "ref/wpa81/_._", - "System.Linq.Parallel.nuspec" + "package/services/metadata/core-properties/5cc7d35889814f73a239a1b7dcd33451.psmdcp", + "[Content_Types].xml" ] }, "System.Linq.Queryable/4.0.0": { "sha512": "DIlvCNn3ucFvwMMzXcag4aFnFJ1fdxkQ5NqwJe9Nh7y8ozzhDm07YakQL/yoF3P1dLzY1T2cTpuwbAmVSdXyBA==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Linq.Queryable.nuspec", "lib/dotnet/System.Linq.Queryable.dll", "lib/net45/_._", - "lib/netcore50/System.Linq.Queryable.dll", "lib/win8/_._", + "lib/netcore50/System.Linq.Queryable.dll", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/24a380caa65148a7883629840bf0c343.psmdcp", + "ref/dotnet/System.Linq.Queryable.dll", + "ref/dotnet/System.Linq.Queryable.xml", + "ref/dotnet/zh-hant/System.Linq.Queryable.xml", "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", + "ref/dotnet/es/System.Linq.Queryable.xml", "ref/net45/_._", + "ref/win8/_._", "ref/netcore50/System.Linq.Queryable.dll", "ref/netcore50/System.Linq.Queryable.xml", - "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "System.Linq.Queryable.nuspec" + "package/services/metadata/core-properties/24a380caa65148a7883629840bf0c343.psmdcp", + "[Content_Types].xml" ] }, "System.Net.Http/4.0.0": { "sha512": "mZuAl7jw/mFY8jUq4ITKECxVBh9a8SJt9BC/+lJbmo7cRKspxE3PsITz+KiaCEsexN5WYPzwBOx0oJH/0HlPyQ==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Net.Http.nuspec", + "lib/netcore50/System.Net.Http.dll", "lib/DNXCore50/System.Net.Http.dll", "lib/net45/_._", - "lib/netcore50/System.Net.Http.dll", "lib/win8/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/62d64206d25643df9c8d01e867c05e27.psmdcp", + "ref/dotnet/System.Net.Http.dll", + "ref/dotnet/System.Net.Http.xml", + "ref/dotnet/zh-hant/System.Net.Http.xml", "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", + "ref/dotnet/es/System.Net.Http.xml", "ref/net45/_._", + "ref/win8/_._", "ref/netcore50/System.Net.Http.dll", "ref/netcore50/System.Net.Http.xml", - "ref/win8/_._", "ref/wpa81/_._", - "System.Net.Http.nuspec" + "package/services/metadata/core-properties/62d64206d25643df9c8d01e867c05e27.psmdcp", + "[Content_Types].xml" ] }, "System.Net.NetworkInformation/4.0.0": { "sha512": "D68KCf5VK1G1GgFUwD901gU6cnMITksOdfdxUCt9ReCZfT1pigaDqjJ7XbiLAM4jm7TfZHB7g5mbOf1mbG3yBA==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Net.NetworkInformation.nuspec", + "lib/netcore50/System.Net.NetworkInformation.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", - "lib/netcore50/System.Net.NetworkInformation.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/5daeae3f7319444d8efbd8a0c539559c.psmdcp", + "ref/dotnet/System.Net.NetworkInformation.dll", + "ref/dotnet/System.Net.NetworkInformation.xml", + "ref/dotnet/zh-hant/System.Net.NetworkInformation.xml", "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", + "ref/dotnet/es/System.Net.NetworkInformation.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/win8/_._", "ref/netcore50/System.Net.NetworkInformation.dll", "ref/netcore50/System.Net.NetworkInformation.xml", - "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Net.NetworkInformation.nuspec" + "package/services/metadata/core-properties/5daeae3f7319444d8efbd8a0c539559c.psmdcp", + "[Content_Types].xml" ] }, "System.Net.NetworkInformation/4.0.10-beta-23123": { "sha512": "NkKpsUm2MLoxT+YlSwexidAw2jGFIJuc6i4H9pT3nU3TQj7MZVursD/ohWj3nyBxthy7i00XLWkRZAwGao/zsg==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Net.NetworkInformation.nuspec", "lib/DNXCore50/System.Net.NetworkInformation.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/3328bb5ab25b4ea996ec8f74eee2a320.psmdcp", + "ref/dotnet/System.Net.NetworkInformation.dll", + "ref/dotnet/System.Net.NetworkInformation.xml", + "ref/dotnet/zh-hant/System.Net.NetworkInformation.xml", "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", + "ref/dotnet/es/System.Net.NetworkInformation.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Net.NetworkInformation.nuspec" + "package/services/metadata/core-properties/3328bb5ab25b4ea996ec8f74eee2a320.psmdcp", + "[Content_Types].xml" ] }, "System.Net.Primitives/4.0.10": { "sha512": "YQqIpmMhnKjIbT7rl6dlf7xM5DxaMR+whduZ9wKb9OhMLjoueAJO3HPPJI+Naf3v034kb+xZqdc3zo44o3HWcg==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Net.Primitives.nuspec", + "lib/netcore50/System.Net.Primitives.dll", "lib/DNXCore50/System.Net.Primitives.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/_._", - "lib/netcore50/System.Net.Primitives.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/3e2f49037d5645bdad757b3fd5b7c103.psmdcp", + "ref/dotnet/System.Net.Primitives.dll", + "ref/dotnet/System.Net.Primitives.xml", + "ref/dotnet/zh-hant/System.Net.Primitives.xml", "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", + "ref/dotnet/es/System.Net.Primitives.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Net.Primitives.nuspec" + "package/services/metadata/core-properties/3e2f49037d5645bdad757b3fd5b7c103.psmdcp", + "[Content_Types].xml" ] }, "System.Numerics.Vectors/4.1.0": { "sha512": "jpubR06GWPoZA0oU5xLM7kHeV59/CKPBXZk4Jfhi0T3DafxbrdueHZ8kXlb+Fb5nd3DAyyMh2/eqEzLX0xv6Qg==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Numerics.Vectors.nuspec", "lib/dotnet/System.Numerics.Vectors.dll", + "lib/net46/System.Numerics.Vectors.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.Numerics.Vectors.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/e501a8a91f4a4138bd1d134abcc769b0.psmdcp", "ref/dotnet/System.Numerics.Vectors.dll", + "ref/net46/System.Numerics.Vectors.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.Numerics.Vectors.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Numerics.Vectors.nuspec" + "package/services/metadata/core-properties/e501a8a91f4a4138bd1d134abcc769b0.psmdcp", + "[Content_Types].xml" ] }, "System.ObjectModel/4.0.10": { "sha512": "Djn1wb0vP662zxbe+c3mOhvC4vkQGicsFs1Wi0/GJJpp3Eqp+oxbJ+p2Sx3O0efYueggAI5SW+BqEoczjfr1cA==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.ObjectModel.nuspec", "lib/dotnet/System.ObjectModel.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/36c2aaa0c5d24949a7707921f36ee13f.psmdcp", + "ref/dotnet/System.ObjectModel.dll", + "ref/dotnet/System.ObjectModel.xml", + "ref/dotnet/zh-hant/System.ObjectModel.xml", "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", + "ref/dotnet/es/System.ObjectModel.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.ObjectModel.nuspec" + "package/services/metadata/core-properties/36c2aaa0c5d24949a7707921f36ee13f.psmdcp", + "[Content_Types].xml" ] }, "System.Private.Networking/4.0.0": { "sha512": "RUEqdBdJjISC65dO8l4LdN7vTdlXH+attUpKnauDUHVtLbIKdlDB9LKoLzCQsTQRP7vzUJHWYXznHJBkjAA7yA==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", - "lib/DNXCore50/System.Private.Networking.dll", + "System.Private.Networking.nuspec", "lib/netcore50/System.Private.Networking.dll", - "package/services/metadata/core-properties/b57bed5f606b4402bbdf153fcf3df3ae.psmdcp", + "lib/DNXCore50/System.Private.Networking.dll", "ref/dnxcore50/_._", "ref/netcore50/_._", - "System.Private.Networking.nuspec" + "package/services/metadata/core-properties/b57bed5f606b4402bbdf153fcf3df3ae.psmdcp", + "[Content_Types].xml" ] }, "System.Private.Uri/4.0.0": { "sha512": "CtuxaCKcRIvPcsqquVl3mPp79EDZPMr2UogfiFCxCs+t2z1VjbpQsKNs1GHZ8VQetqbk1mr0V1yAfMe6y8CHDA==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", - "lib/DNXCore50/System.Private.Uri.dll", + "System.Private.Uri.nuspec", "lib/netcore50/System.Private.Uri.dll", - "package/services/metadata/core-properties/86377e21a22d44bbba860094428d894c.psmdcp", + "lib/DNXCore50/System.Private.Uri.dll", "ref/dnxcore50/_._", "ref/netcore50/_._", "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll", - "System.Private.Uri.nuspec" + "package/services/metadata/core-properties/86377e21a22d44bbba860094428d894c.psmdcp", + "[Content_Types].xml" ] }, "System.Reflection/4.0.10": { "sha512": "WZ+4lEE4gqGx6mrqLhSiW4oi6QLPWwdNjzhhTONmhELOrW8Cw9phlO9tltgvRUuQUqYtBiliFwhO5S5fCJElVw==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Reflection.nuspec", + "lib/netcore50/System.Reflection.dll", "lib/DNXCore50/System.Reflection.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/_._", - "lib/netcore50/System.Reflection.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/84d992ce164945bfa10835e447244fb1.psmdcp", + "ref/dotnet/System.Reflection.dll", + "ref/dotnet/System.Reflection.xml", + "ref/dotnet/zh-hant/System.Reflection.xml", "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", + "ref/dotnet/es/System.Reflection.xml", + "runtimes/win8-aot/lib/netcore50/System.Reflection.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Reflection.dll", - "System.Reflection.nuspec" + "package/services/metadata/core-properties/84d992ce164945bfa10835e447244fb1.psmdcp", + "[Content_Types].xml" ] }, "System.Reflection.DispatchProxy/4.0.0": { "sha512": "Kd/4o6DqBfJA4058X8oGEu1KlT8Ej0A+WGeoQgZU2h+3f2vC8NRbHxeOSZvxj9/MPZ1RYmZMGL1ApO9xG/4IVA==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Reflection.DispatchProxy.nuspec", + "lib/net46/System.Reflection.DispatchProxy.dll", "lib/DNXCore50/System.Reflection.DispatchProxy.dll", + "lib/netcore50/System.Reflection.DispatchProxy.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.Reflection.DispatchProxy.dll", - "lib/netcore50/System.Reflection.DispatchProxy.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/1e015137cc52490b9dcde73fb35dee23.psmdcp", + "ref/dotnet/System.Reflection.DispatchProxy.dll", + "ref/dotnet/System.Reflection.DispatchProxy.xml", + "ref/dotnet/zh-hant/System.Reflection.DispatchProxy.xml", "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", + "ref/dotnet/es/System.Reflection.DispatchProxy.xml", + "runtimes/win8-aot/lib/netcore50/System.Reflection.DispatchProxy.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "runtimes/win8-aot/lib/netcore50/System.Reflection.DispatchProxy.dll", - "System.Reflection.DispatchProxy.nuspec" + "package/services/metadata/core-properties/1e015137cc52490b9dcde73fb35dee23.psmdcp", + "[Content_Types].xml" ] }, "System.Reflection.Emit/4.0.0": { "sha512": "CqnQz5LbNbiSxN10cv3Ehnw3j1UZOBCxnE0OO0q/keGQ5ENjyFM6rIG4gm/i0dX6EjdpYkAgKcI/mhZZCaBq4A==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Reflection.Emit.nuspec", "lib/DNXCore50/System.Reflection.Emit.dll", + "lib/netcore50/System.Reflection.Emit.dll", "lib/MonoAndroid10/_._", "lib/net45/_._", - "lib/netcore50/System.Reflection.Emit.dll", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/f6dc998f8a6b43d7b08f33375407a384.psmdcp", + "ref/dotnet/System.Reflection.Emit.dll", + "ref/dotnet/System.Reflection.Emit.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.xml", "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/dotnet/es/System.Reflection.Emit.xml", "ref/MonoAndroid10/_._", "ref/net45/_._", "ref/xamarinmac20/_._", - "System.Reflection.Emit.nuspec" + "package/services/metadata/core-properties/f6dc998f8a6b43d7b08f33375407a384.psmdcp", + "[Content_Types].xml" ] }, "System.Reflection.Emit.ILGeneration/4.0.0": { "sha512": "02okuusJ0GZiHZSD2IOLIN41GIn6qOr7i5+86C98BPuhlwWqVABwebiGNvhDiXP1f9a6CxEigC7foQD42klcDg==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Reflection.Emit.ILGeneration.nuspec", "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll", - "lib/net45/_._", "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", + "lib/net45/_._", "lib/wp80/_._", - "package/services/metadata/core-properties/d044dd882ed2456486ddb05f1dd0420f.psmdcp", + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll", + "ref/dotnet/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.ILGeneration.xml", "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", + "ref/dotnet/es/System.Reflection.Emit.ILGeneration.xml", "ref/net45/_._", "ref/wp80/_._", - "System.Reflection.Emit.ILGeneration.nuspec" + "package/services/metadata/core-properties/d044dd882ed2456486ddb05f1dd0420f.psmdcp", + "[Content_Types].xml" ] }, "System.Reflection.Emit.Lightweight/4.0.0": { "sha512": "DJZhHiOdkN08xJgsJfDjkuOreLLmMcU8qkEEqEHqyhkPUZMMQs0lE8R+6+68BAFWgcdzxtNu0YmIOtEug8j00w==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Reflection.Emit.Lightweight.nuspec", "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll", - "lib/net45/_._", "lib/netcore50/System.Reflection.Emit.Lightweight.dll", + "lib/net45/_._", "lib/wp80/_._", - "package/services/metadata/core-properties/52abced289cd46eebf8599b9b4c1c67b.psmdcp", + "ref/dotnet/System.Reflection.Emit.Lightweight.dll", + "ref/dotnet/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.Lightweight.xml", "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", + "ref/dotnet/es/System.Reflection.Emit.Lightweight.xml", "ref/net45/_._", "ref/wp80/_._", - "System.Reflection.Emit.Lightweight.nuspec" + "package/services/metadata/core-properties/52abced289cd46eebf8599b9b4c1c67b.psmdcp", + "[Content_Types].xml" ] }, "System.Reflection.Extensions/4.0.0": { "sha512": "dbYaZWCyFAu1TGYUqR2n+Q+1casSHPR2vVW0WVNkXpZbrd2BXcZ7cpvpu9C98CTHtNmyfMWCLpCclDqly23t6A==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Reflection.Extensions.nuspec", + "lib/netcore50/System.Reflection.Extensions.dll", "lib/DNXCore50/System.Reflection.Extensions.dll", "lib/net45/_._", - "lib/netcore50/System.Reflection.Extensions.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/0bcc335e1ef540948aef9032aca08bb2.psmdcp", + "ref/dotnet/System.Reflection.Extensions.dll", + "ref/dotnet/System.Reflection.Extensions.xml", + "ref/dotnet/zh-hant/System.Reflection.Extensions.xml", "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", + "ref/dotnet/es/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll", "ref/net45/_._", + "ref/win8/_._", "ref/netcore50/System.Reflection.Extensions.dll", "ref/netcore50/System.Reflection.Extensions.xml", - "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll", - "System.Reflection.Extensions.nuspec" + "package/services/metadata/core-properties/0bcc335e1ef540948aef9032aca08bb2.psmdcp", + "[Content_Types].xml" ] }, "System.Reflection.Metadata/1.0.22": { "sha512": "ltoL/teiEdy5W9fyYdtFr2xJ/4nHyksXLK9dkPWx3ubnj7BVfsSWxvWTg9EaJUXjhWvS/AeTtugZA1/IDQyaPQ==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Reflection.Metadata.nuspec", "lib/dotnet/System.Reflection.Metadata.dll", "lib/dotnet/System.Reflection.Metadata.xml", - "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml", + "lib/portable-net45+win8/System.Reflection.Metadata.dll", "package/services/metadata/core-properties/2ad78f291fda48d1847edf84e50139e6.psmdcp", - "System.Reflection.Metadata.nuspec" + "[Content_Types].xml" ] }, "System.Reflection.Primitives/4.0.0": { "sha512": "n9S0XpKv2ruc17FSnaiX6nV47VfHTZ1wLjKZlAirUZCvDQCH71mVp+Ohabn0xXLh5pK2PKp45HCxkqu5Fxn/lA==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Reflection.Primitives.nuspec", + "lib/netcore50/System.Reflection.Primitives.dll", "lib/DNXCore50/System.Reflection.Primitives.dll", "lib/net45/_._", - "lib/netcore50/System.Reflection.Primitives.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/7070509f3bfd418d859635361251dab0.psmdcp", + "ref/dotnet/System.Reflection.Primitives.dll", + "ref/dotnet/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hant/System.Reflection.Primitives.xml", "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", + "ref/dotnet/es/System.Reflection.Primitives.xml", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll", "ref/net45/_._", + "ref/win8/_._", "ref/netcore50/System.Reflection.Primitives.dll", "ref/netcore50/System.Reflection.Primitives.xml", - "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll", - "System.Reflection.Primitives.nuspec" + "package/services/metadata/core-properties/7070509f3bfd418d859635361251dab0.psmdcp", + "[Content_Types].xml" ] }, "System.Reflection.TypeExtensions/4.0.0": { "sha512": "YRM/msNAM86hdxPyXcuZSzmTO0RQFh7YMEPBLTY8cqXvFPYIx2x99bOyPkuU81wRYQem1c1HTkImQ2DjbOBfew==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Reflection.TypeExtensions.nuspec", + "lib/netcore50/System.Reflection.TypeExtensions.dll", "lib/DNXCore50/System.Reflection.TypeExtensions.dll", + "lib/net46/System.Reflection.TypeExtensions.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.Reflection.TypeExtensions.dll", - "lib/netcore50/System.Reflection.TypeExtensions.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/a37798ee61124eb7b6c56400aee24da1.psmdcp", + "ref/dotnet/System.Reflection.TypeExtensions.dll", + "ref/dotnet/System.Reflection.TypeExtensions.xml", + "ref/dotnet/zh-hant/System.Reflection.TypeExtensions.xml", "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", + "ref/dotnet/es/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.dll", + "ref/net46/System.Reflection.TypeExtensions.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.Reflection.TypeExtensions.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.dll", - "System.Reflection.TypeExtensions.nuspec" + "package/services/metadata/core-properties/a37798ee61124eb7b6c56400aee24da1.psmdcp", + "[Content_Types].xml" ] }, "System.Resources.ResourceManager/4.0.0": { "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Resources.ResourceManager.nuspec", + "lib/netcore50/System.Resources.ResourceManager.dll", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", - "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", + "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", "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", + "ref/dotnet/es/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", "ref/net45/_._", + "ref/win8/_._", "ref/netcore50/System.Resources.ResourceManager.dll", "ref/netcore50/System.Resources.ResourceManager.xml", - "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.nuspec" + "package/services/metadata/core-properties/657a73ee3f09479c9fedb9538ade8eac.psmdcp", + "[Content_Types].xml" ] }, "System.Runtime/4.0.20": { "sha512": "X7N/9Bz7jVPorqdVFO86ns1sX6MlQM+WTxELtx+Z4VG45x9+LKmWH0GRqjgKprUnVuwmfB9EJ9DQng14Z7/zwg==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Runtime.nuspec", + "lib/netcore50/System.Runtime.dll", "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/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", + "ref/dotnet/zh-hant/System.Runtime.xml", "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/dotnet/es/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", - "System.Runtime.nuspec" + "package/services/metadata/core-properties/d1ded52f75da4446b1c962f9292aa3ef.psmdcp", + "[Content_Types].xml" ] }, "System.Runtime.Extensions/4.0.10": { "sha512": "5dsEwf3Iml7d5OZeT20iyOjT+r+okWpN7xI2v+R4cgd3WSj4DeRPTvPFjDpacbVW4skCAZ8B9hxXJYgkCFKJ1A==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Runtime.Extensions.nuspec", + "lib/netcore50/System.Runtime.Extensions.dll", "lib/DNXCore50/System.Runtime.Extensions.dll", "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/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", + "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", "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/dotnet/es/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll", - "System.Runtime.Extensions.nuspec" + "package/services/metadata/core-properties/c7fee76a13d04c7ea49fb1a24c184f37.psmdcp", + "[Content_Types].xml" ] }, "System.Runtime.Handles/4.0.0": { "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Runtime.Handles.nuspec", "lib/DNXCore50/System.Runtime.Handles.dll", + "lib/netcore50/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/System.Runtime.Handles.dll", + "ref/dotnet/System.Runtime.Handles.xml", + "ref/dotnet/zh-hant/System.Runtime.Handles.xml", "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/dotnet/es/System.Runtime.Handles.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll", - "System.Runtime.Handles.nuspec" + "package/services/metadata/core-properties/da57aa32ff2441d1acfe85bee4f101ab.psmdcp", + "[Content_Types].xml" ] }, "System.Runtime.InteropServices/4.0.20": { "sha512": "ZgDyBYfEnjWoz/viS6VOswA6XOkDSH2DzgbpczbW50RywhnCgTl+w3JEvtAiOGyIh8cyx1NJq80jsNBSUr8Pig==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Runtime.InteropServices.nuspec", "lib/DNXCore50/System.Runtime.InteropServices.dll", + "lib/netcore50/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/System.Runtime.InteropServices.dll", + "ref/dotnet/System.Runtime.InteropServices.xml", + "ref/dotnet/zh-hant/System.Runtime.InteropServices.xml", "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/dotnet/es/System.Runtime.InteropServices.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll", - "System.Runtime.InteropServices.nuspec" + "package/services/metadata/core-properties/78e7f61876374acba2a95834f272d262.psmdcp", + "[Content_Types].xml" ] }, "System.Runtime.Numerics/4.0.0": { "sha512": "aAYGEOE01nabQLufQ4YO8WuSyZzOqGcksi8m1BRW8ppkmssR7en8TqiXcBkB2gTkCnKG/Ai2NQY8CgdmgZw/fw==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Runtime.Numerics.nuspec", "lib/dotnet/System.Runtime.Numerics.dll", "lib/net45/_._", - "lib/netcore50/System.Runtime.Numerics.dll", "lib/win8/_._", + "lib/netcore50/System.Runtime.Numerics.dll", "lib/wpa81/_._", - "package/services/metadata/core-properties/2e43dbd3dfbf4af5bb74bedaf3a67bd5.psmdcp", + "ref/dotnet/System.Runtime.Numerics.dll", + "ref/dotnet/System.Runtime.Numerics.xml", + "ref/dotnet/zh-hant/System.Runtime.Numerics.xml", "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", + "ref/dotnet/es/System.Runtime.Numerics.xml", "ref/net45/_._", + "ref/win8/_._", "ref/netcore50/System.Runtime.Numerics.dll", "ref/netcore50/System.Runtime.Numerics.xml", - "ref/win8/_._", "ref/wpa81/_._", - "System.Runtime.Numerics.nuspec" + "package/services/metadata/core-properties/2e43dbd3dfbf4af5bb74bedaf3a67bd5.psmdcp", + "[Content_Types].xml" ] }, "System.Security.Claims/4.0.0": { "sha512": "94NFR/7JN3YdyTH7hl2iSvYmdA8aqShriTHectcK+EbizT71YczMaG6LuqJBQP/HWo66AQyikYYM9aw+4EzGXg==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Security.Claims.nuspec", "lib/dotnet/System.Security.Claims.dll", + "lib/net46/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/System.Security.Claims.dll", + "ref/dotnet/System.Security.Claims.xml", + "ref/dotnet/zh-hant/System.Security.Claims.xml", "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/dotnet/es/System.Security.Claims.xml", + "ref/net46/System.Security.Claims.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.Security.Claims.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Security.Claims.nuspec" + "package/services/metadata/core-properties/b682071d85754e6793ca9777ffabaf8a.psmdcp", + "[Content_Types].xml" + ] + }, + "System.Security.Cryptography.Encryption/4.0.0-beta-23123": { + "sha512": "IjawUtwaF88Ao3xkigg2I6pVj/uevJvuYtDk2lKXD6gYp833yK7D3dyelGGq0wV/GJtmEp64YqXLi6gW69/JGg==", + "type": "Package", + "files": [ + "_rels/.rels", + "System.Security.Cryptography.Encryption.nuspec", + "lib/DNXCore50/System.Security.Cryptography.Encryption.dll", + "lib/net46/System.Security.Cryptography.Encryption.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Encryption.dll", + "ref/dotnet/System.Security.Cryptography.Encryption.xml", + "ref/dotnet/zh-hant/System.Security.Cryptography.Encryption.xml", + "ref/dotnet/de/System.Security.Cryptography.Encryption.xml", + "ref/dotnet/fr/System.Security.Cryptography.Encryption.xml", + "ref/dotnet/it/System.Security.Cryptography.Encryption.xml", + "ref/dotnet/ja/System.Security.Cryptography.Encryption.xml", + "ref/dotnet/ko/System.Security.Cryptography.Encryption.xml", + "ref/dotnet/ru/System.Security.Cryptography.Encryption.xml", + "ref/dotnet/zh-hans/System.Security.Cryptography.Encryption.xml", + "ref/dotnet/es/System.Security.Cryptography.Encryption.xml", + "ref/net46/System.Security.Cryptography.Encryption.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "package/services/metadata/core-properties/2074e63e0b6f4a3f9643aa5e83c3e849.psmdcp", + "[Content_Types].xml" ] }, "System.Security.Principal/4.0.0": { "sha512": "FOhq3jUOONi6fp5j3nPYJMrKtSJlqAURpjiO3FaDIV4DJNEYymWW5uh1pfxySEB8dtAW+I66IypzNge/w9OzZQ==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Security.Principal.nuspec", "lib/dotnet/System.Security.Principal.dll", "lib/net45/_._", - "lib/netcore50/System.Security.Principal.dll", "lib/win8/_._", + "lib/netcore50/System.Security.Principal.dll", "lib/wp80/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/5d44fbabc99d4204b6a2f76329d0a184.psmdcp", + "ref/dotnet/System.Security.Principal.dll", + "ref/dotnet/System.Security.Principal.xml", + "ref/dotnet/zh-hant/System.Security.Principal.xml", "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", + "ref/dotnet/es/System.Security.Principal.xml", "ref/net45/_._", + "ref/win8/_._", "ref/netcore50/System.Security.Principal.dll", "ref/netcore50/System.Security.Principal.xml", - "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "System.Security.Principal.nuspec" + "package/services/metadata/core-properties/5d44fbabc99d4204b6a2f76329d0a184.psmdcp", + "[Content_Types].xml" + ] + }, + "System.Security.SecureString/4.0.0-beta-23123": { + "sha512": "T35YL/7zWBYOLJCcntF+bQgZBgOy5qc6oPn4GWL1phv0borJawTL60iwk4MO2ReYYSK89JmJ7/yqKahqYNw72g==", + "type": "Package", + "files": [ + "_rels/.rels", + "System.Security.SecureString.nuspec", + "lib/DNXCore50/System.Security.SecureString.dll", + "lib/net46/System.Security.SecureString.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.SecureString.dll", + "ref/dotnet/System.Security.SecureString.xml", + "ref/dotnet/zh-hant/System.Security.SecureString.xml", + "ref/dotnet/de/System.Security.SecureString.xml", + "ref/dotnet/fr/System.Security.SecureString.xml", + "ref/dotnet/it/System.Security.SecureString.xml", + "ref/dotnet/ja/System.Security.SecureString.xml", + "ref/dotnet/ko/System.Security.SecureString.xml", + "ref/dotnet/ru/System.Security.SecureString.xml", + "ref/dotnet/zh-hans/System.Security.SecureString.xml", + "ref/dotnet/es/System.Security.SecureString.xml", + "ref/net46/System.Security.SecureString.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "package/services/metadata/core-properties/0f5b99c6bf5d40fa93b9952b703518fa.psmdcp", + "[Content_Types].xml" ] }, "System.Text.Encoding/4.0.10": { "sha512": "fNlSFgy4OuDlJrP9SFFxMlaLazq6ipv15sU5TiEgg9UCVnA/OgoVUfymFp4AOk1jOkW5SVxWbeeIUptcM+m/Vw==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Text.Encoding.nuspec", + "lib/netcore50/System.Text.Encoding.dll", "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/System.Text.Encoding.dll", + "ref/dotnet/System.Text.Encoding.xml", + "ref/dotnet/zh-hant/System.Text.Encoding.xml", "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/dotnet/es/System.Text.Encoding.xml", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll", - "System.Text.Encoding.nuspec" + "package/services/metadata/core-properties/829e172aadac4937a5a6a4b386855282.psmdcp", + "[Content_Types].xml" ] }, "System.Text.Encoding.Extensions/4.0.10": { "sha512": "TZvlwXMxKo3bSRIcsWZLCIzIhLbvlz+mGeKYRZv/zUiSoQzGOwkYeBu6hOw2XPQgKqT0F4Rv8zqKdvmp2fWKYg==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Text.Encoding.Extensions.nuspec", + "lib/netcore50/System.Text.Encoding.Extensions.dll", "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/System.Text.Encoding.Extensions.dll", + "ref/dotnet/System.Text.Encoding.Extensions.xml", + "ref/dotnet/zh-hant/System.Text.Encoding.Extensions.xml", "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/dotnet/es/System.Text.Encoding.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll", "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" + "package/services/metadata/core-properties/894d51cf918c4bca91e81a732d958707.psmdcp", + "[Content_Types].xml" ] }, "System.Text.RegularExpressions/4.0.10": { "sha512": "0vDuHXJePpfMCecWBNOabOKCvzfTbFMNcGgklt3l5+RqHV5SzmF7RUVpuet8V0rJX30ROlL66xdehw2Rdsn2DA==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Text.RegularExpressions.nuspec", "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/System.Text.RegularExpressions.dll", + "ref/dotnet/System.Text.RegularExpressions.xml", + "ref/dotnet/zh-hant/System.Text.RegularExpressions.xml", "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/dotnet/es/System.Text.RegularExpressions.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Text.RegularExpressions.nuspec" + "package/services/metadata/core-properties/548eb1bd139e4c8cbc55e9f7f4f404dd.psmdcp", + "[Content_Types].xml" ] }, "System.Threading/4.0.10": { "sha512": "0w6pRxIEE7wuiOJeKabkDgeIKmqf4ER1VNrs6qFwHnooEE78yHwi/bKkg5Jo8/pzGLm0xQJw0nEmPXt1QBAIUA==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Threading.nuspec", "lib/DNXCore50/System.Threading.dll", + "lib/netcore50/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/System.Threading.dll", + "ref/dotnet/System.Threading.xml", + "ref/dotnet/zh-hant/System.Threading.xml", "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/dotnet/es/System.Threading.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Threading.dll", - "System.Threading.nuspec" + "package/services/metadata/core-properties/c17c3791d8fa4efbb8aded2ca8c71fbe.psmdcp", + "[Content_Types].xml" ] }, "System.Threading.Overlapped/4.0.0": { "sha512": "X5LuQFhM5FTqaez3eXKJ9CbfSGZ7wj6j4hSVtxct3zmwQXLqG95qoWdvILcgN7xtrDOBIFtpiyDg0vmoI0jE2A==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Threading.Overlapped.nuspec", + "lib/netcore50/System.Threading.Overlapped.dll", "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/System.Threading.Overlapped.dll", + "ref/dotnet/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hant/System.Threading.Overlapped.xml", "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/dotnet/es/System.Threading.Overlapped.xml", "ref/net46/System.Threading.Overlapped.dll", - "System.Threading.Overlapped.nuspec" + "package/services/metadata/core-properties/e9846a81e829434aafa4ae2e8c3517d7.psmdcp", + "[Content_Types].xml" ] }, "System.Threading.Tasks/4.0.10": { "sha512": "NOwJGDfk79jR0bnzosbXLVD/PdI8KzBeESoa3CofEM5v9R5EBfcI0Jyf18stx+0IYV9okmDIDxVtxq9TbnR9bQ==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Threading.Tasks.nuspec", + "lib/netcore50/System.Threading.Tasks.dll", "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/System.Threading.Tasks.dll", + "ref/dotnet/System.Threading.Tasks.xml", + "ref/dotnet/zh-hant/System.Threading.Tasks.xml", "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/dotnet/es/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll", - "System.Threading.Tasks.nuspec" + "package/services/metadata/core-properties/a4ed35f8764a4b68bb39ec8d13b3e730.psmdcp", + "[Content_Types].xml" ] }, "System.Threading.Tasks.Dataflow/4.5.25": { "sha512": "Y5/Dj+tYlDxHBwie7bFKp3+1uSG4vqTJRF7Zs7kaUQ3ahYClffCTxvgjrJyPclC+Le55uE7bMLgjZQVOQr3Jfg==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Threading.Tasks.Dataflow.nuspec", "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", + "lib/portable-net45+win8+wpa81/System.Threading.Tasks.Dataflow.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Dataflow.XML", + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Dataflow.dll", "package/services/metadata/core-properties/b27f9e16f16b429f924c31eb4be21d09.psmdcp", - "System.Threading.Tasks.Dataflow.nuspec" + "[Content_Types].xml" ] }, "System.Threading.Tasks.Parallel/4.0.0": { "sha512": "GXDhjPhF3nE4RtDia0W6JR4UMdmhOyt9ibHmsNV6GLRT4HAGqU636Teo4tqvVQOFp2R6b1ffxPXiRaoqtzGxuA==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Threading.Tasks.Parallel.nuspec", "lib/dotnet/System.Threading.Tasks.Parallel.dll", "lib/net45/_._", - "lib/netcore50/System.Threading.Tasks.Parallel.dll", "lib/win8/_._", + "lib/netcore50/System.Threading.Tasks.Parallel.dll", "lib/wpa81/_._", - "package/services/metadata/core-properties/260c0741092249239a3182de21f409ef.psmdcp", + "ref/dotnet/System.Threading.Tasks.Parallel.dll", + "ref/dotnet/System.Threading.Tasks.Parallel.xml", + "ref/dotnet/zh-hant/System.Threading.Tasks.Parallel.xml", "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/dotnet/es/System.Threading.Tasks.Parallel.xml", "ref/net45/_._", + "ref/win8/_._", "ref/netcore50/System.Threading.Tasks.Parallel.dll", "ref/netcore50/System.Threading.Tasks.Parallel.xml", - "ref/win8/_._", "ref/wpa81/_._", - "System.Threading.Tasks.Parallel.nuspec" + "package/services/metadata/core-properties/260c0741092249239a3182de21f409ef.psmdcp", + "[Content_Types].xml" ] }, - "System.Threading.Thread/4.0.0-beta-23109": { - "sha512": "Bi+uncsULnw20pBoQety+bmvBzPyAun62hZdtI1fB15PcUE33hxEuLfPgo/2MJDLCHLXsjXA6R1sexr9jM7lmQ==", + "System.Threading.Thread/4.0.0-beta-23123": { + "sha512": "qu18HhV/xvNSqh3KjY5olJnVN4dJI2FoPB/BQ7vyDbvSJUEhemUmwuNGAx4TpyO4aBdbGCcLxVkWQIo30yxbeQ==", + "type": "Package", "files": [ + "_rels/.rels", + "System.Threading.Thread.nuspec", "lib/DNXCore50/System.Threading.Thread.dll", "lib/net46/System.Threading.Thread.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.Thread.dll", + "ref/dotnet/System.Threading.Thread.xml", + "ref/dotnet/zh-hant/System.Threading.Thread.xml", "ref/dotnet/de/System.Threading.Thread.xml", - "ref/dotnet/es/System.Threading.Thread.xml", "ref/dotnet/fr/System.Threading.Thread.xml", "ref/dotnet/it/System.Threading.Thread.xml", "ref/dotnet/ja/System.Threading.Thread.xml", "ref/dotnet/ko/System.Threading.Thread.xml", "ref/dotnet/ru/System.Threading.Thread.xml", - "ref/dotnet/System.Threading.Thread.dll", - "ref/dotnet/System.Threading.Thread.xml", "ref/dotnet/zh-hans/System.Threading.Thread.xml", - "ref/dotnet/zh-hant/System.Threading.Thread.xml", + "ref/dotnet/es/System.Threading.Thread.xml", "ref/net46/System.Threading.Thread.dll", - "System.Threading.Thread.4.0.0-beta-23109.nupkg", - "System.Threading.Thread.4.0.0-beta-23109.nupkg.sha512", - "System.Threading.Thread.nuspec" + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "package/services/metadata/core-properties/225c5ec09d794360a1780ad0e354d0a0.psmdcp", + "[Content_Types].xml" + ] + }, + "System.Threading.ThreadPool/4.0.10-beta-23123": { + "sha512": "v3gETuR6Z96CPmZrM7260+MK2eFP8wVm4VcaSH3HDEqIHCByWDWOfY7C80TUdtXshnITcUeIoSU/C6rLwKoiVg==", + "type": "Package", + "files": [ + "_rels/.rels", + "System.Threading.ThreadPool.nuspec", + "lib/DNXCore50/System.Threading.ThreadPool.dll", + "lib/net46/System.Threading.ThreadPool.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.ThreadPool.dll", + "ref/dotnet/System.Threading.ThreadPool.xml", + "ref/dotnet/zh-hant/System.Threading.ThreadPool.xml", + "ref/dotnet/de/System.Threading.ThreadPool.xml", + "ref/dotnet/fr/System.Threading.ThreadPool.xml", + "ref/dotnet/it/System.Threading.ThreadPool.xml", + "ref/dotnet/ja/System.Threading.ThreadPool.xml", + "ref/dotnet/ko/System.Threading.ThreadPool.xml", + "ref/dotnet/ru/System.Threading.ThreadPool.xml", + "ref/dotnet/zh-hans/System.Threading.ThreadPool.xml", + "ref/dotnet/es/System.Threading.ThreadPool.xml", + "ref/net46/System.Threading.ThreadPool.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "package/services/metadata/core-properties/070274d00332414391608fe2d7c17bbd.psmdcp", + "[Content_Types].xml" ] }, "System.Threading.Timer/4.0.0": { "sha512": "BIdJH5/e4FnVl7TkRUiE3pWytp7OYiRUGtwUbyLewS/PhKiLepFetdtlW+FvDYOVn60Q2NMTrhHhJ51q+sVW5g==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Threading.Timer.nuspec", + "lib/netcore50/System.Threading.Timer.dll", "lib/DNXCore50/System.Threading.Timer.dll", "lib/net451/_._", - "lib/netcore50/System.Threading.Timer.dll", "lib/win81/_._", "lib/wpa81/_._", - "package/services/metadata/core-properties/c02c4d3d0eff43ec9b54de9f60bd68ad.psmdcp", + "ref/dotnet/System.Threading.Timer.dll", + "ref/dotnet/System.Threading.Timer.xml", + "ref/dotnet/zh-hant/System.Threading.Timer.xml", "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", + "ref/dotnet/es/System.Threading.Timer.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.Timer.dll", "ref/net451/_._", + "ref/win81/_._", "ref/netcore50/System.Threading.Timer.dll", "ref/netcore50/System.Threading.Timer.xml", - "ref/win81/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Threading.Timer.dll", - "System.Threading.Timer.nuspec" + "package/services/metadata/core-properties/c02c4d3d0eff43ec9b54de9f60bd68ad.psmdcp", + "[Content_Types].xml" ] }, "System.Xml.ReaderWriter/4.0.10": { "sha512": "VdmWWMH7otrYV7D+cviUo7XjX0jzDnD/lTGSZTlZqfIQ5PhXk85j+6P0TK9od3PnOd5ZIM+pOk01G/J+3nh9/w==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Xml.ReaderWriter.nuspec", "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/System.Xml.ReaderWriter.dll", + "ref/dotnet/System.Xml.ReaderWriter.xml", + "ref/dotnet/zh-hant/System.Xml.ReaderWriter.xml", "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/dotnet/es/System.Xml.ReaderWriter.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Xml.ReaderWriter.nuspec" + "package/services/metadata/core-properties/ef76b636720e4f2d8cfd570899d52df8.psmdcp", + "[Content_Types].xml" ] }, "System.Xml.XDocument/4.0.10": { "sha512": "+ej0g0INnXDjpS2tDJsLO7/BjyBzC+TeBXLeoGnvRrm4AuBH9PhBjjZ1IuKWOhCkxPkFognUOKhZHS2glIOlng==", + "type": "Package", "files": [ - "[Content_Types].xml", "_rels/.rels", + "System.Xml.XDocument.nuspec", "lib/dotnet/System.Xml.XDocument.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "package/services/metadata/core-properties/f5c45d6b065347dfaa1d90d06221623d.psmdcp", + "ref/dotnet/System.Xml.XDocument.dll", + "ref/dotnet/System.Xml.XDocument.xml", + "ref/dotnet/zh-hant/System.Xml.XDocument.xml", "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", + "ref/dotnet/es/System.Xml.XDocument.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Xml.XDocument.nuspec" + "package/services/metadata/core-properties/f5c45d6b065347dfaa1d90d06221623d.psmdcp", + "[Content_Types].xml" ] } }, @@ -4871,7 +5537,12 @@ "Microsoft.NETCore >= 5.0.0", "Microsoft.NETCore.Portable.Compatibility >= 1.0.0", "System.Console >= 4.0.0-beta-23123", - "System.Threading.Thread >= 4.0.0-beta-23109", + "System.Diagnostics.FileVersionInfo >= 4.0.0-beta-23109", + "System.Diagnostics.Process >= 4.0.0-beta-23109", + "System.Diagnostics.TraceSource >= 4.0.0-beta-23019", + "System.IO.Pipes >= 4.0.0-beta-23123", + "System.Threading.Thread >= 4.0.0-beta-23123", + "System.Threading.ThreadPool >= 4.0.10-beta-23123", "Microsoft.NETCore.Runtime >= 1.0.0", "Microsoft.NETCore.TestHost-x86 >= 1.0.0-beta-23123" ]