From 65e36e2bb3c6315db7c1dd9e7c8db5bb7be2436f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20K=C3=B6hler?= Date: Wed, 2 Mar 2016 19:06:55 +0100 Subject: [PATCH] #68 fixes Collection types to get generated. --- .../Bug68HashsetCanNotBeCreated.cs | 25 + Tynamix.ObjectFiller.Test/ListFillingTest.cs | 6 +- .../TestPoco/ListTest/EntityCollection.cs | 2 + Tynamix.ObjectFiller.Test/project.json | 21 +- Tynamix.ObjectFiller.Test/project.lock.json | 6415 +---------------- Tynamix.ObjectFiller/Filler.cs | 88 +- Tynamix.ObjectFiller/project.json | 2 +- 7 files changed, 469 insertions(+), 6090 deletions(-) create mode 100644 Tynamix.ObjectFiller.Test/BugfixTests/Bug68HashsetCanNotBeCreated.cs diff --git a/Tynamix.ObjectFiller.Test/BugfixTests/Bug68HashsetCanNotBeCreated.cs b/Tynamix.ObjectFiller.Test/BugfixTests/Bug68HashsetCanNotBeCreated.cs new file mode 100644 index 0000000..d868d41 --- /dev/null +++ b/Tynamix.ObjectFiller.Test/BugfixTests/Bug68HashsetCanNotBeCreated.cs @@ -0,0 +1,25 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; + +namespace ObjectFiller.Test.BugfixTests +{ + using Tynamix.ObjectFiller; + + using Xunit; + + public class Bug68HashsetCanNotBeCreated + { + [Fact] + public void AHashsetShouldBeGenerated() + { + Filler> filler = new Filler>(); + + var hashset = filler.Create(); + + Assert.NotNull(hashset); + Assert.True(hashset.Any()); + } + } +} diff --git a/Tynamix.ObjectFiller.Test/ListFillingTest.cs b/Tynamix.ObjectFiller.Test/ListFillingTest.cs index a7ee560..11d8821 100644 --- a/Tynamix.ObjectFiller.Test/ListFillingTest.cs +++ b/Tynamix.ObjectFiller.Test/ListFillingTest.cs @@ -26,6 +26,8 @@ public void TestFillAllListsExceptArray() Assert.NotNull(entity.EntityICollection); Assert.NotNull(entity.EntityIEnumerable); Assert.NotNull(entity.EntityIList); + Assert.NotNull(entity.EntityHashset); + } [Fact] @@ -64,7 +66,7 @@ public void TestFillList() Assert.NotNull(entity.EntityIEnumerable); Assert.NotNull(entity.EntityIList); Assert.NotNull(entity.EntityArray); - + Assert.NotNull(entity.EntityHashset); } [Fact] @@ -79,6 +81,7 @@ public void TestIgnoreAllUnknownTypesWithOutException() Assert.NotNull(entity.EntityICollection); Assert.NotNull(entity.EntityIEnumerable); Assert.NotNull(entity.EntityIList); + Assert.NotNull(entity.EntityHashset); } [Fact] @@ -117,6 +120,7 @@ public void GenerateTestDataForASimpleList() Assert.True(entityCollection.EntityIEnumerable.Any()); Assert.True(entityCollection.EntityIList.Any()); Assert.True(entityCollection.EntityList.Any()); + Assert.NotNull(entityCollection.EntityHashset.Any()); } } diff --git a/Tynamix.ObjectFiller.Test/TestPoco/ListTest/EntityCollection.cs b/Tynamix.ObjectFiller.Test/TestPoco/ListTest/EntityCollection.cs index 84e5620..6eaae07 100644 --- a/Tynamix.ObjectFiller.Test/TestPoco/ListTest/EntityCollection.cs +++ b/Tynamix.ObjectFiller.Test/TestPoco/ListTest/EntityCollection.cs @@ -15,6 +15,8 @@ public class EntityCollection public IList EntityIList { get; set; } + public HashSet EntityHashset { get; set; } + public Entity[,] EntityArray { get; set; } } } \ No newline at end of file diff --git a/Tynamix.ObjectFiller.Test/project.json b/Tynamix.ObjectFiller.Test/project.json index 2d8f259..5c01fef 100644 --- a/Tynamix.ObjectFiller.Test/project.json +++ b/Tynamix.ObjectFiller.Test/project.json @@ -5,25 +5,18 @@ "tags": [ "" ], "projectUrl": "", "licenseUrl": "", - "commands": { "test": "xunit.runner.dnx" }, - "frameworks": { - "dnxcore50": { - "compilationOptions": {"define": ["NETSTD"]} - }, "dnx451": { - "compilationOptions": { "define": [ "NET4X" ] } + "compilationOptions": { "define": [ "NET4X" ] }, + "dependencies": { + "xunit": "2.1.0", + "xunit.runner.dnx": "2.1.0-rc1-build204", + "System.Text.RegularExpressions": "4.0.11-beta-23516", + "Tynamix.ObjectFiller": "1.4.2" + } } - - }, - - "dependencies": { - "xunit": "2.1.0", - "xunit.runner.dnx": "2.1.0-rc1-build204", - "System.Text.RegularExpressions": "4.0.11-beta-23516", - "Tynamix.ObjectFiller": "1.4.1" } } diff --git a/Tynamix.ObjectFiller.Test/project.lock.json b/Tynamix.ObjectFiller.Test/project.lock.json index 676c353..6316a4f 100644 --- a/Tynamix.ObjectFiller.Test/project.lock.json +++ b/Tynamix.ObjectFiller.Test/project.lock.json @@ -2,18 +2,23 @@ "locked": false, "version": 2, "targets": { - "DNXCore,Version=v5.0": { + "DNX,Version=v4.5.1": { "Microsoft.Dnx.Compilation.Abstractions/1.0.0-rc1-final": { "type": "package", "dependencies": { - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final", - "System.IO.FileSystem": "4.0.1-beta-23516" + "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final" }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], "compile": { - "lib/dotnet5.4/Microsoft.Dnx.Compilation.Abstractions.dll": {} + "lib/net451/Microsoft.Dnx.Compilation.Abstractions.dll": {} }, "runtime": { - "lib/dotnet5.4/Microsoft.Dnx.Compilation.Abstractions.dll": {} + "lib/net451/Microsoft.Dnx.Compilation.Abstractions.dll": {} } }, "Microsoft.Dnx.TestHost/1.0.0-rc1-final": { @@ -22,746 +27,397 @@ "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-rc1-final", "Microsoft.Dnx.Testing.Abstractions": "1.0.0-rc1-final", "Microsoft.Extensions.Logging": "1.0.0-rc1-final", - "Newtonsoft.Json": "6.0.6", - "System.Console": "4.0.0-beta-23516", - "System.Diagnostics.Process": "4.1.0-beta-23516", - "System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-23516", - "System.Diagnostics.TraceSource": "4.0.0-beta-23516", - "System.Net.Primitives": "4.0.11-beta-23516", - "System.Net.Sockets": "4.1.0-beta-23516", - "System.Reflection.Extensions": "4.0.1-beta-23516", - "System.Reflection.TypeExtensions": "4.0.1-beta-23409", - "System.Threading.Thread": "4.0.0-beta-23516" + "Newtonsoft.Json": "6.0.6" }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Runtime", + "System.Threading.Tasks" + ], "compile": { - "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} }, "runtime": { - "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} } }, "Microsoft.Dnx.Testing.Abstractions/1.0.0-rc1-final": { "type": "package", - "dependencies": { - "System.Collections": "4.0.11-beta-23516", - "System.Reflection": "4.1.0-beta-23225", - "System.Resources.ResourceManager": "4.0.1-beta-23516", - "System.Runtime": "4.0.21-beta-23516", - "System.Runtime.Extensions": "4.0.11-beta-23516" - }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], "compile": { - "lib/dotnet5.4/Microsoft.Dnx.Testing.Abstractions.dll": {} + "lib/net451/Microsoft.Dnx.Testing.Abstractions.dll": {} }, "runtime": { - "lib/dotnet5.4/Microsoft.Dnx.Testing.Abstractions.dll": {} + "lib/net451/Microsoft.Dnx.Testing.Abstractions.dll": {} } }, "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-final": { "type": "package", - "dependencies": { - "System.ComponentModel": "4.0.1-beta-23516", - "System.Diagnostics.Debug": "4.0.11-beta-23516", - "System.Globalization": "4.0.11-beta-23516", - "System.Linq": "4.0.1-beta-23516", - "System.Linq.Expressions": "4.0.11-beta-23516", - "System.Reflection": "4.1.0-beta-23225", - "System.Resources.ResourceManager": "4.0.1-beta-23516" - }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], "compile": { - "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} + "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} }, "runtime": { - "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} + "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} } }, "Microsoft.Extensions.Logging/1.0.0-rc1-final": { "type": "package", "dependencies": { "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "System.Collections": "4.0.11-beta-23516", - "System.Collections.Concurrent": "4.0.11-beta-23516", - "System.ComponentModel": "4.0.1-beta-23516", - "System.Globalization": "4.0.11-beta-23516", - "System.Linq": "4.0.1-beta-23516", - "System.Threading": "4.0.11-beta-23516" + "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final" }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections.Concurrent", + "System.Core" + ], "compile": { - "lib/dotnet5.4/Microsoft.Extensions.Logging.dll": {} + "lib/net451/Microsoft.Extensions.Logging.dll": {} }, "runtime": { - "lib/dotnet5.4/Microsoft.Extensions.Logging.dll": {} + "lib/net451/Microsoft.Extensions.Logging.dll": {} } }, "Microsoft.Extensions.Logging.Abstractions/1.0.0-rc1-final": { "type": "package", - "dependencies": { - "System.Collections": "4.0.11-beta-23516", - "System.Collections.Concurrent": "4.0.11-beta-23516", - "System.Globalization": "4.0.11-beta-23516", - "System.Linq": "4.0.1-beta-23516", - "System.Reflection": "4.1.0-beta-23225", - "System.Runtime": "4.0.21-beta-23516", - "System.Runtime.Extensions": "4.0.11-beta-23516", - "System.Runtime.InteropServices": "4.0.21-beta-23516" - }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], "compile": { - "lib/dotnet5.4/Microsoft.Extensions.Logging.Abstractions.dll": {} + "lib/net451/Microsoft.Extensions.Logging.Abstractions.dll": {} }, "runtime": { - "lib/dotnet5.4/Microsoft.Extensions.Logging.Abstractions.dll": {} + "lib/net451/Microsoft.Extensions.Logging.Abstractions.dll": {} } }, "Microsoft.Extensions.PlatformAbstractions/1.0.0-rc1-final": { "type": "package", - "dependencies": { - "System.Collections": "4.0.11-beta-23516", - "System.ComponentModel": "4.0.1-beta-23516", - "System.IO": "4.0.11-beta-23516", - "System.Linq": "4.0.1-beta-23516", - "System.Reflection": "4.1.0-beta-23225", - "System.Runtime": "4.0.21-beta-23516", - "System.Runtime.Extensions": "4.0.11-beta-23516", - "System.Threading.Tasks": "4.0.11-beta-23516" - }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], "compile": { - "lib/dotnet5.4/Microsoft.Extensions.PlatformAbstractions.dll": {} + "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll": {} }, "runtime": { - "lib/dotnet5.4/Microsoft.Extensions.PlatformAbstractions.dll": {} + "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll": {} } }, - "Microsoft.Win32.Primitives/4.0.0": { + "Newtonsoft.Json/7.0.1": { "type": "package", - "dependencies": { - "System.Runtime": "4.0.20", - "System.Runtime.InteropServices": "4.0.20" - }, "compile": { - "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + "lib/net45/Newtonsoft.Json.dll": {} }, "runtime": { - "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + "lib/net45/Newtonsoft.Json.dll": {} } }, - "Newtonsoft.Json/7.0.1": { + "System.Text.RegularExpressions/4.0.11-beta-23516": { "type": "package", "compile": { - "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {} + "lib/net45/_._": {} } }, - "System.Collections/4.0.11-beta-23516": { + "Tynamix.ObjectFiller/1.4.2": { + "type": "project", + "framework": ".NETFramework,Version=v4.5" + }, + "xunit/2.1.0": { "type": "package", "dependencies": { - "System.Runtime": "4.0.21-beta-23516" - }, - "compile": { - "ref/dotnet5.4/System.Collections.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Collections.dll": {} + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, - "System.Collections.Concurrent/4.0.11-beta-23516": { + "xunit.abstractions/2.0.0": { "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Diagnostics.Tracing": "4.0.20", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" - }, "compile": { - "ref/dotnet5.4/System.Collections.Concurrent.dll": {} + "lib/net35/xunit.abstractions.dll": {} }, "runtime": { - "lib/dotnet5.4/System.Collections.Concurrent.dll": {} + "lib/net35/xunit.abstractions.dll": {} } }, - "System.ComponentModel/4.0.1-beta-23516": { + "xunit.assert/2.1.0": { "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, "compile": { - "ref/dotnet5.1/System.ComponentModel.dll": {} + "lib/dotnet/xunit.assert.dll": {} }, "runtime": { - "lib/dotnet5.4/System.ComponentModel.dll": {} + "lib/dotnet/xunit.assert.dll": {} } }, - "System.Console/4.0.0-beta-23516": { + "xunit.core/2.1.0": { "type": "package", "dependencies": { - "System.IO": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.1/System.Console.dll": {} + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, - "System.Diagnostics.Debug/4.0.11-beta-23516": { + "xunit.extensibility.core/2.1.0": { "type": "package", "dependencies": { - "System.Runtime": "4.0.0" + "xunit.abstractions": "[2.0.0]" }, "compile": { - "ref/dotnet5.4/System.Diagnostics.Debug.dll": {} + "lib/dotnet/xunit.core.dll": {} + }, + "runtime": { + "lib/dotnet/xunit.core.dll": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.dll": {} } }, - "System.Diagnostics.Process/4.1.0-beta-23516": { + "xunit.extensibility.execution/2.1.0": { "type": "package", "dependencies": { - "System.IO": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0", - "System.Text.Encoding": "4.0.0" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { - "ref/dotnet5.5/System.Diagnostics.Process.dll": {} + "lib/dnx451/xunit.execution.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.execution.dotnet.dll": {} } }, - "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23516": { + "xunit.runner.dnx/2.1.0-rc1-build204": { "type": "package", "dependencies": { - "System.Diagnostics.TraceSource": "4.0.0-beta-23516", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.10" + "Microsoft.Dnx.TestHost": "1.0.0-rc1-final", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-rc1-final", + "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final", + "xunit.runner.reporters": "2.1.0" }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections", + "System.Core", + "System.Threading", + "System.Xml", + "System.Xml.Linq", + "System.Xml.XDocument" + ], "compile": { - "ref/dotnet5.1/System.Diagnostics.TextWriterTraceListener.dll": {} + "lib/dnx451/xunit.runner.dnx.dll": {} }, "runtime": { - "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll": {} + "lib/dnx451/xunit.runner.dnx.dll": {} } }, - "System.Diagnostics.Tools/4.0.0": { + "xunit.runner.reporters/2.1.0": { "type": "package", "dependencies": { - "System.Runtime": "4.0.0" + "Newtonsoft.Json": "7.0.1", + "xunit.runner.utility": "[2.1.0]" }, "compile": { - "ref/dotnet/System.Diagnostics.Tools.dll": {} + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} }, "runtime": { - "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} } }, - "System.Diagnostics.TraceSource/4.0.0-beta-23516": { + "xunit.runner.utility/2.1.0": { "type": "package", "dependencies": { - "System.Runtime": "4.0.0" + "xunit.abstractions": "[2.0.0]" }, "compile": { - "ref/dotnet5.1/System.Diagnostics.TraceSource.dll": {} + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} } - }, - "System.Diagnostics.Tracing/4.0.20": { + } + }, + "DNX,Version=v4.5.1/win7-x86": { + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-rc1-final": { "type": "package", "dependencies": { - "System.Runtime": "4.0.0" + "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final" }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], "compile": { - "ref/dotnet/System.Diagnostics.Tracing.dll": {} + "lib/net451/Microsoft.Dnx.Compilation.Abstractions.dll": {} }, "runtime": { - "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + "lib/net451/Microsoft.Dnx.Compilation.Abstractions.dll": {} } }, - "System.Globalization/4.0.11-beta-23516": { + "Microsoft.Dnx.TestHost/1.0.0-rc1-final": { "type": "package", "dependencies": { - "System.Runtime": "4.0.0" + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-rc1-final", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-rc1-final", + "Microsoft.Extensions.Logging": "1.0.0-rc1-final", + "Newtonsoft.Json": "6.0.6" }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Runtime", + "System.Threading.Tasks" + ], "compile": { - "ref/dotnet5.4/System.Globalization.dll": {} + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} }, "runtime": { - "lib/DNXCore50/System.Globalization.dll": {} + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} } }, - "System.IO/4.0.11-beta-23516": { + "Microsoft.Dnx.Testing.Abstractions/1.0.0-rc1-final": { "type": "package", - "dependencies": { - "System.Runtime": "4.0.20", - "System.Text.Encoding": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], "compile": { - "ref/dotnet5.4/System.IO.dll": {} + "lib/net451/Microsoft.Dnx.Testing.Abstractions.dll": {} }, "runtime": { - "lib/DNXCore50/System.IO.dll": {} + "lib/net451/Microsoft.Dnx.Testing.Abstractions.dll": {} } }, - "System.IO.Compression/4.0.0": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-final": { "type": "package", - "dependencies": { - "System.Collections": "4.0.0", - "System.IO": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Runtime.InteropServices": "4.0.0", - "System.Text.Encoding": "4.0.0", - "System.Threading": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], "compile": { - "ref/dotnet/System.IO.Compression.dll": {} + "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} }, "runtime": { - "lib/dotnet/System.IO.Compression.dll": {} + "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} } }, - "System.IO.FileSystem/4.0.1-beta-23516": { + "Microsoft.Extensions.Logging/1.0.0-rc1-final": { "type": "package", "dependencies": { - "System.IO": "4.0.0", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0", - "System.Text.Encoding": "4.0.0", - "System.Threading.Tasks": "4.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", + "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final" }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections.Concurrent", + "System.Core" + ], "compile": { - "ref/dotnet5.4/System.IO.FileSystem.dll": {} + "lib/net451/Microsoft.Extensions.Logging.dll": {} + }, + "runtime": { + "lib/net451/Microsoft.Extensions.Logging.dll": {} } }, - "System.IO.FileSystem.Primitives/4.0.0": { + "Microsoft.Extensions.Logging.Abstractions/1.0.0-rc1-final": { "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], "compile": { - "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + "lib/net451/Microsoft.Extensions.Logging.Abstractions.dll": {} }, "runtime": { - "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + "lib/net451/Microsoft.Extensions.Logging.Abstractions.dll": {} } }, - "System.Linq/4.0.1-beta-23516": { + "Microsoft.Extensions.PlatformAbstractions/1.0.0-rc1-final": { "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10" - }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], "compile": { - "ref/dotnet5.1/System.Linq.dll": {} + "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll": {} }, "runtime": { - "lib/dotnet5.4/System.Linq.dll": {} + "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll": {} } }, - "System.Linq.Expressions/4.0.11-beta-23516": { + "Newtonsoft.Json/7.0.1": { "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, "compile": { - "ref/dotnet5.4/System.Linq.Expressions.dll": {} + "lib/net45/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/net45/Newtonsoft.Json.dll": {} } }, - "System.Net.Http/4.0.0": { + "System.Text.RegularExpressions/4.0.11-beta-23516": { "type": "package", - "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" - }, "compile": { - "ref/dotnet/System.Net.Http.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/DNXCore50/System.Net.Http.dll": {} + "lib/net45/_._": {} } }, - "System.Net.Primitives/4.0.11-beta-23516": { + "Tynamix.ObjectFiller/1.4.2": { + "type": "project", + "framework": ".NETFramework,Version=v4.5" + }, + "xunit/2.1.0": { "type": "package", "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Net.Primitives.dll": {} - } - }, - "System.Net.Sockets/4.1.0-beta-23516": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Net.Primitives": "4.0.10", - "System.Runtime": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet5.5/System.Net.Sockets.dll": {} - } - }, - "System.ObjectModel/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.ObjectModel.dll": {} - } - }, - "System.Private.Uri/4.0.1-beta-23516": { - "type": "package", - "compile": { - "ref/dnxcore50/_._": {} - } - }, - "System.Reflection/4.1.0-beta-23225": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.Reflection.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.dll": {} - } - }, - "System.Reflection.Extensions/4.0.1-beta-23516": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.1/System.Reflection.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Extensions.dll": {} - } - }, - "System.Reflection.Primitives/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Primitives.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Primitives.dll": {} - } - }, - "System.Reflection.TypeExtensions/4.0.1-beta-23409": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.TypeExtensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} - } - }, - "System.Resources.ResourceManager/4.0.1-beta-23516": { - "type": "package", - "dependencies": { - "System.Globalization": "4.0.0", - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.1/System.Resources.ResourceManager.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Resources.ResourceManager.dll": {} - } - }, - "System.Runtime/4.0.21-beta-23516": { - "type": "package", - "dependencies": { - "System.Private.Uri": "4.0.1-beta-23516" - }, - "compile": { - "ref/dotnet5.4/System.Runtime.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.dll": {} - } - }, - "System.Runtime.Extensions/4.0.11-beta-23516": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet5.4/System.Runtime.Extensions.dll": {} - } - }, - "System.Runtime.Handles/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Runtime.Handles.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.Handles.dll": {} - } - }, - "System.Runtime.InteropServices/4.0.21-beta-23516": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Runtime.InteropServices.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.InteropServices.dll": {} - } - }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23516": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Runtime": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23516" - }, - "compile": { - "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll": {} - } - }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23516": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.0.0", - "System.Globalization": "4.0.0", - "System.IO": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet5.1/System.Security.Cryptography.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} - } - }, - "System.Text.Encoding/4.0.10": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Text.Encoding.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Text.Encoding.dll": {} - } - }, - "System.Text.Encoding.Extensions/4.0.10": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Text.Encoding": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Text.Encoding.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} - } - }, - "System.Text.RegularExpressions/4.0.11-beta-23516": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet5.4/System.Text.RegularExpressions.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.Text.RegularExpressions.dll": {} - } - }, - "System.Threading/4.0.11-beta-23516": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Threading.dll": {} - } - }, - "System.Threading.Tasks/4.0.11-beta-23516": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Threading.Tasks.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Tasks.dll": {} - } - }, - "System.Threading.Thread/4.0.0-beta-23516": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.1/System.Threading.Thread.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Thread.dll": {} - } - }, - "System.Threading.ThreadPool/4.0.10-beta-23516": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.InteropServices": "4.0.0" - }, - "compile": { - "ref/dotnet5.2/System.Threading.ThreadPool.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.ThreadPool.dll": {} - } - }, - "System.Xml.ReaderWriter/4.0.10": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.InteropServices": "4.0.20", - "System.Text.Encoding": "4.0.10", - "System.Text.Encoding.Extensions": "4.0.10", - "System.Text.RegularExpressions": "4.0.10", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Xml.ReaderWriter.dll": {} - }, - "runtime": { - "lib/dotnet/System.Xml.ReaderWriter.dll": {} - } - }, - "System.Xml.XDocument/4.0.11-beta-23516": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Diagnostics.Tools": "4.0.0", - "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" - }, - "compile": { - "ref/dotnet5.4/System.Xml.XDocument.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.Xml.XDocument.dll": {} - } - }, - "Tynamix.ObjectFiller/1.4.1": { - "type": "project", - "framework": ".NETPlatform,Version=v5.1", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Linq": "4.0.0", - "System.Linq.Expressions": "4.0.10", - "System.Runtime.Extensions": "4.0.10", - "System.Text.RegularExpressions": "4.0.10" - } - }, - "xunit/2.1.0": { - "type": "package", - "dependencies": { - "xunit.assert": "[2.1.0]", - "xunit.core": "[2.1.0]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { "type": "package", "compile": { - "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll": {} + "lib/net35/xunit.abstractions.dll": {} }, "runtime": { - "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll": {} + "lib/net35/xunit.abstractions.dll": {} } }, "xunit.assert/2.1.0": { "type": "package", - "dependencies": { - "System.Collections": "4.0.0", - "System.Diagnostics.Debug": "4.0.0", - "System.Globalization": "4.0.0", - "System.Linq": "4.0.0", - "System.ObjectModel": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Text.RegularExpressions": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, "compile": { "lib/dotnet/xunit.assert.dll": {} }, @@ -772,16 +428,6 @@ "xunit.core/2.1.0": { "type": "package", "dependencies": { - "System.Collections": "4.0.0", - "System.Diagnostics.Debug": "4.0.0", - "System.Globalization": "4.0.0", - "System.Linq": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Threading.Tasks": "4.0.0", - "xunit.abstractions": "2.0.0", "xunit.extensibility.core": "[2.1.0]", "xunit.extensibility.execution": "[2.1.0]" } @@ -803,27 +449,13 @@ "xunit.extensibility.execution/2.1.0": { "type": "package", "dependencies": { - "System.Collections": "4.0.0", - "System.Diagnostics.Debug": "4.0.0", - "System.Globalization": "4.0.0", - "System.IO": "4.0.0", - "System.Linq": "4.0.0", - "System.Linq.Expressions": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Text.Encoding": "4.0.0", - "System.Threading": "4.0.0", - "System.Threading.Tasks": "4.0.0", - "xunit.abstractions": "2.0.0", "xunit.extensibility.core": "[2.1.0]" }, "compile": { - "lib/dotnet/xunit.execution.dotnet.dll": {} + "lib/dnx451/xunit.execution.dotnet.dll": {} }, "runtime": { - "lib/dotnet/xunit.execution.dotnet.dll": {} + "lib/dnx451/xunit.execution.dotnet.dll": {} } }, "xunit.runner.dnx/2.1.0-rc1-build204": { @@ -832,69 +464,53 @@ "Microsoft.Dnx.TestHost": "1.0.0-rc1-final", "Microsoft.Dnx.Testing.Abstractions": "1.0.0-rc1-final", "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23516", - "System.Threading.ThreadPool": "4.0.10-beta-23516", - "System.Xml.XDocument": "4.0.11-beta-23516", "xunit.runner.reporters": "2.1.0" }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections", + "System.Core", + "System.Threading", + "System.Xml", + "System.Xml.Linq", + "System.Xml.XDocument" + ], "compile": { - "lib/dnxcore50/xunit.runner.dnx.dll": {} + "lib/dnx451/xunit.runner.dnx.dll": {} }, "runtime": { - "lib/dnxcore50/xunit.runner.dnx.dll": {} + "lib/dnx451/xunit.runner.dnx.dll": {} } }, "xunit.runner.reporters/2.1.0": { "type": "package", "dependencies": { "Newtonsoft.Json": "7.0.1", - "System.Collections": "4.0.0", - "System.Diagnostics.Debug": "4.0.0", - "System.Net.Http": "4.0.0", - "System.Net.Primitives": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Text.Encoding": "4.0.0", - "System.Threading": "4.0.0", - "System.Threading.Tasks": "4.0.0", - "xunit.abstractions": "2.0.0", "xunit.runner.utility": "[2.1.0]" }, "compile": { - "lib/dotnet/xunit.runner.reporters.dotnet.dll": {} + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} }, "runtime": { - "lib/dotnet/xunit.runner.reporters.dotnet.dll": {} + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} } }, "xunit.runner.utility/2.1.0": { "type": "package", "dependencies": { - "System.Collections": "4.0.0", - "System.Diagnostics.Debug": "4.0.0", - "System.Globalization": "4.0.0", - "System.IO": "4.0.0", - "System.Linq": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Text.RegularExpressions": "4.0.0", - "System.Threading": "4.0.0", - "System.Threading.Tasks": "4.0.0", - "xunit.abstractions": "2.0.0" + "xunit.abstractions": "[2.0.0]" }, "compile": { - "lib/dotnet/xunit.runner.utility.dotnet.dll": {} + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} }, "runtime": { - "lib/dotnet/xunit.runner.utility.dotnet.dll": {} + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} } } }, - "DNX,Version=v4.5.1": { + "DNX,Version=v4.5.1/win7-x64": { "Microsoft.Dnx.Compilation.Abstractions/1.0.0-rc1-final": { "type": "package", "dependencies": { @@ -1034,7 +650,7 @@ "lib/net45/_._": {} } }, - "Tynamix.ObjectFiller/1.4.1": { + "Tynamix.ObjectFiller/1.4.2": { "type": "project", "framework": ".NETFramework,Version=v4.5" }, @@ -1147,5176 +763,138 @@ "lib/dnx451/xunit.runner.utility.dotnet.dll": {} } } + } + }, + "libraries": { + "Tynamix.ObjectFiller/1.4.2": { + "type": "project", + "path": "../Tynamix.ObjectFiller/project.json" }, - "DNXCore,Version=v5.0/win7-x86": { - "Microsoft.Dnx.Compilation.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final", - "System.IO.FileSystem": "4.0.1-beta-23516" - }, - "compile": { - "lib/dotnet5.4/Microsoft.Dnx.Compilation.Abstractions.dll": {} - }, - "runtime": { - "lib/dotnet5.4/Microsoft.Dnx.Compilation.Abstractions.dll": {} - } - }, - "Microsoft.Dnx.TestHost/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-rc1-final", - "Microsoft.Dnx.Testing.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging": "1.0.0-rc1-final", - "Newtonsoft.Json": "6.0.6", - "System.Console": "4.0.0-beta-23516", - "System.Diagnostics.Process": "4.1.0-beta-23516", - "System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-23516", - "System.Diagnostics.TraceSource": "4.0.0-beta-23516", - "System.Net.Primitives": "4.0.11-beta-23516", - "System.Net.Sockets": "4.1.0-beta-23516", - "System.Reflection.Extensions": "4.0.1-beta-23516", - "System.Reflection.TypeExtensions": "4.0.1-beta-23409", - "System.Threading.Thread": "4.0.0-beta-23516" - }, - "compile": { - "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} - }, - "runtime": { - "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} - } - }, - "Microsoft.Dnx.Testing.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11-beta-23516", - "System.Reflection": "4.1.0-beta-23225", - "System.Resources.ResourceManager": "4.0.1-beta-23516", - "System.Runtime": "4.0.21-beta-23516", - "System.Runtime.Extensions": "4.0.11-beta-23516" - }, - "compile": { - "lib/dotnet5.4/Microsoft.Dnx.Testing.Abstractions.dll": {} - }, - "runtime": { - "lib/dotnet5.4/Microsoft.Dnx.Testing.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "System.ComponentModel": "4.0.1-beta-23516", - "System.Diagnostics.Debug": "4.0.11-beta-23516", - "System.Globalization": "4.0.11-beta-23516", - "System.Linq": "4.0.1-beta-23516", - "System.Linq.Expressions": "4.0.11-beta-23516", - "System.Reflection": "4.1.0-beta-23225", - "System.Resources.ResourceManager": "4.0.1-beta-23516" - }, - "compile": { - "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - }, - "runtime": { - "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "System.Collections": "4.0.11-beta-23516", - "System.Collections.Concurrent": "4.0.11-beta-23516", - "System.ComponentModel": "4.0.1-beta-23516", - "System.Globalization": "4.0.11-beta-23516", - "System.Linq": "4.0.1-beta-23516", - "System.Threading": "4.0.11-beta-23516" - }, - "compile": { - "lib/dotnet5.4/Microsoft.Extensions.Logging.dll": {} - }, - "runtime": { - "lib/dotnet5.4/Microsoft.Extensions.Logging.dll": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11-beta-23516", - "System.Collections.Concurrent": "4.0.11-beta-23516", - "System.Globalization": "4.0.11-beta-23516", - "System.Linq": "4.0.1-beta-23516", - "System.Reflection": "4.1.0-beta-23225", - "System.Runtime": "4.0.21-beta-23516", - "System.Runtime.Extensions": "4.0.11-beta-23516", - "System.Runtime.InteropServices": "4.0.21-beta-23516" - }, - "compile": { - "lib/dotnet5.4/Microsoft.Extensions.Logging.Abstractions.dll": {} - }, - "runtime": { - "lib/dotnet5.4/Microsoft.Extensions.Logging.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11-beta-23516", - "System.ComponentModel": "4.0.1-beta-23516", - "System.IO": "4.0.11-beta-23516", - "System.Linq": "4.0.1-beta-23516", - "System.Reflection": "4.1.0-beta-23225", - "System.Runtime": "4.0.21-beta-23516", - "System.Runtime.Extensions": "4.0.11-beta-23516", - "System.Threading.Tasks": "4.0.11-beta-23516" - }, - "compile": { - "lib/dotnet5.4/Microsoft.Extensions.PlatformAbstractions.dll": {} - }, - "runtime": { - "lib/dotnet5.4/Microsoft.Extensions.PlatformAbstractions.dll": {} - } - }, - "Microsoft.Win32.Primitives/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20", - "System.Runtime.InteropServices": "4.0.20" - }, - "compile": { - "ref/dotnet/Microsoft.Win32.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/Microsoft.Win32.Primitives.dll": {} - } - }, - "Microsoft.Win32.Registry/4.0.0-beta-23516": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20" - }, - "compile": { - "ref/dotnet5.2/Microsoft.Win32.Registry.dll": {} - }, - "runtime": { - "lib/DNXCore50/Microsoft.Win32.Registry.dll": {} - } - }, - "Newtonsoft.Json/7.0.1": { - "type": "package", - "compile": { - "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {} - }, - "runtime": { - "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {} - } - }, - "runtime.any.System.Linq.Expressions/4.0.11-beta-23516": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.Linq": "4.0.0", - "System.ObjectModel": "4.0.10", - "System.Reflection": "4.0.10", - "System.Reflection.Emit": "4.0.0", - "System.Reflection.Emit.ILGeneration": "4.0.0", - "System.Reflection.Emit.Lightweight": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Reflection.TypeExtensions": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "lib/DNXCore50/System.Linq.Expressions.dll": {} - } - }, - "runtime.win7.System.Console/4.0.0-beta-23516": { - "type": "package", - "dependencies": { - "System.IO": "4.0.10", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.InteropServices": "4.0.20", - "System.Text.Encoding": "4.0.10", - "System.Text.Encoding.Extensions": "4.0.10", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/dotnet5.4/System.Console.dll": {} - } - }, - "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23516": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} - } - }, - "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23516": { - "type": "package", - "dependencies": { - "Microsoft.Win32.Primitives": "4.0.0", - "Microsoft.Win32.Registry": "4.0.0-beta-23516", - "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.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.Thread": "4.0.0-beta-23516", - "System.Threading.ThreadPool": "4.0.10-beta-23516" - }, - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/dotnet5.5/System.Diagnostics.Process.dll": {} - } - }, - "runtime.win7.System.Diagnostics.TraceSource/4.0.0-beta-23516": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "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" - }, - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/dotnet5.4/System.Diagnostics.TraceSource.dll": {} - } - }, - "runtime.win7.System.IO.FileSystem/4.0.1-beta-23516": { - "type": "package", - "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" - }, - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/dotnet5.4/System.IO.FileSystem.dll": {} - } - }, - "runtime.win7.System.Net.Primitives/4.0.11-beta-23516": { - "type": "package", - "dependencies": { - "System.Private.Networking": "4.0.1-beta-23516" - }, - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "lib/DNXCore50/System.Net.Primitives.dll": {} - } - }, - "runtime.win7.System.Net.Sockets/4.1.0-beta-23516": { - "type": "package", - "dependencies": { - "System.Private.Networking": "4.0.1-beta-23516", - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "lib/DNXCore50/System.Net.Sockets.dll": {} - } - }, - "runtime.win7.System.Private.Uri/4.0.1-beta-23516": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} - } - }, - "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23516": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.Extensions.dll": {} - } - }, - "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23516": { - "type": "package", - "dependencies": { - "System.IO": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23516", - "System.Text.Encoding": "4.0.0", - "System.Text.Encoding.Extensions": "4.0.0" - }, - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} - } - }, - "runtime.win7.System.Threading/4.0.11-beta-23516": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} - } - }, - "System.Collections/4.0.11-beta-23516": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.21-beta-23516" - }, - "compile": { - "ref/dotnet5.4/System.Collections.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Collections.dll": {} - } - }, - "System.Collections.Concurrent/4.0.11-beta-23516": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Diagnostics.Tracing": "4.0.20", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet5.4/System.Collections.Concurrent.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.Collections.Concurrent.dll": {} - } - }, - "System.Collections.NonGeneric/4.0.0": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Collections.NonGeneric.dll": {} - }, - "runtime": { - "lib/dotnet/System.Collections.NonGeneric.dll": {} - } - }, - "System.ComponentModel/4.0.1-beta-23516": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet5.1/System.ComponentModel.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.ComponentModel.dll": {} - } - }, - "System.ComponentModel.EventBasedAsync/4.0.10": { - "type": "package", - "dependencies": { - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} - }, - "runtime": { - "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} - } - }, - "System.Console/4.0.0-beta-23516": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.1/System.Console.dll": {} - } - }, - "System.Diagnostics.Debug/4.0.11-beta-23516": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Diagnostics.Debug.dll": {} - } - }, - "System.Diagnostics.Process/4.1.0-beta-23516": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0", - "System.Text.Encoding": "4.0.0" - }, - "compile": { - "ref/dotnet5.5/System.Diagnostics.Process.dll": {} - } - }, - "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23516": { - "type": "package", - "dependencies": { - "System.Diagnostics.TraceSource": "4.0.0-beta-23516", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet5.1/System.Diagnostics.TextWriterTraceListener.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll": {} - } - }, - "System.Diagnostics.Tools/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Diagnostics.Tools.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Diagnostics.Tools.dll": {} - } - }, - "System.Diagnostics.TraceSource/4.0.0-beta-23516": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.1/System.Diagnostics.TraceSource.dll": {} - } - }, - "System.Diagnostics.Tracing/4.0.20": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Diagnostics.Tracing.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} - } - }, - "System.Globalization/4.0.11-beta-23516": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Globalization.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Globalization.dll": {} - } - }, - "System.IO/4.0.11-beta-23516": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20", - "System.Text.Encoding": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.IO.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.IO.dll": {} - } - }, - "System.IO.Compression/4.0.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.0", - "System.IO": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Runtime.InteropServices": "4.0.0", - "System.Text.Encoding": "4.0.0", - "System.Threading": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.IO.Compression.dll": {} - }, - "runtime": { - "lib/dotnet/System.IO.Compression.dll": {} - } - }, - "System.IO.Compression.clrcompression-x86/4.0.0": { - "type": "package", - "native": { - "runtimes/win7-x86/native/clrcompression.dll": {} - } - }, - "System.IO.FileSystem/4.0.1-beta-23516": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0", - "System.Text.Encoding": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.IO.FileSystem.dll": {} - } - }, - "System.IO.FileSystem.Primitives/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} - } - }, - "System.Linq/4.0.1-beta-23516": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10" - }, - "compile": { - "ref/dotnet5.1/System.Linq.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.Linq.dll": {} - } - }, - "System.Linq.Expressions/4.0.11-beta-23516": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Linq.Expressions.dll": {} - } - }, - "System.Net.Http/4.0.0": { - "type": "package", - "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" - }, - "compile": { - "ref/dotnet/System.Net.Http.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Net.Http.dll": {} - } - }, - "System.Net.Primitives/4.0.11-beta-23516": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Net.Primitives.dll": {} - } - }, - "System.Net.Sockets/4.1.0-beta-23516": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Net.Primitives": "4.0.10", - "System.Runtime": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet5.5/System.Net.Sockets.dll": {} - } - }, - "System.ObjectModel/4.0.10": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.ObjectModel.dll": {} - }, - "runtime": { - "lib/dotnet/System.ObjectModel.dll": {} - } - }, - "System.Private.Networking/4.0.1-beta-23516": { - "type": "package", - "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.Security.Cryptography.Primitives": "4.0.0-beta-23516", - "System.Security.Principal": "4.0.0", - "System.Threading": "4.0.10", - "System.Threading.Overlapped": "4.0.0", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dnxcore50/_._": {} - }, - "runtime": { - "lib/DNXCore50/System.Private.Networking.dll": {} - } - }, - "System.Private.Uri/4.0.1-beta-23516": { - "type": "package", - "compile": { - "ref/dnxcore50/_._": {} - } - }, - "System.Reflection/4.1.0-beta-23225": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.Reflection.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.dll": {} - } - }, - "System.Reflection.Emit/4.0.0": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Emit.ILGeneration": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Emit.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.dll": {} - } - }, - "System.Reflection.Emit.ILGeneration/4.0.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} - } - }, - "System.Reflection.Emit.Lightweight/4.0.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Emit.ILGeneration": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} - } - }, - "System.Reflection.Extensions/4.0.1-beta-23516": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.1/System.Reflection.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Extensions.dll": {} - } - }, - "System.Reflection.Primitives/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Primitives.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Primitives.dll": {} - } - }, - "System.Reflection.TypeExtensions/4.0.1-beta-23409": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.TypeExtensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} - } - }, - "System.Resources.ResourceManager/4.0.1-beta-23516": { - "type": "package", - "dependencies": { - "System.Globalization": "4.0.0", - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.1/System.Resources.ResourceManager.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Resources.ResourceManager.dll": {} - } - }, - "System.Runtime/4.0.21-beta-23516": { - "type": "package", - "dependencies": { - "System.Private.Uri": "4.0.1-beta-23516" - }, - "compile": { - "ref/dotnet5.4/System.Runtime.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.dll": {} - } - }, - "System.Runtime.Extensions/4.0.11-beta-23516": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet5.4/System.Runtime.Extensions.dll": {} - } - }, - "System.Runtime.Handles/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Runtime.Handles.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.Handles.dll": {} - } - }, - "System.Runtime.InteropServices/4.0.21-beta-23516": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Runtime.InteropServices.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.InteropServices.dll": {} - } - }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23516": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Runtime": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23516" - }, - "compile": { - "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll": {} - } - }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23516": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.0.0", - "System.Globalization": "4.0.0", - "System.IO": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet5.1/System.Security.Cryptography.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} - } - }, - "System.Security.Principal/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Security.Principal.dll": {} - }, - "runtime": { - "lib/dotnet/System.Security.Principal.dll": {} - } - }, - "System.Text.Encoding/4.0.10": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Text.Encoding.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Text.Encoding.dll": {} - } - }, - "System.Text.Encoding.Extensions/4.0.10": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Text.Encoding": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Text.Encoding.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} - } - }, - "System.Text.RegularExpressions/4.0.11-beta-23516": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet5.4/System.Text.RegularExpressions.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.Text.RegularExpressions.dll": {} - } - }, - "System.Threading/4.0.11-beta-23516": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Threading.dll": {} - } - }, - "System.Threading.Overlapped/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.Overlapped.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Overlapped.dll": {} - } - }, - "System.Threading.Tasks/4.0.11-beta-23516": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Threading.Tasks.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Tasks.dll": {} - } - }, - "System.Threading.Thread/4.0.0-beta-23516": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.1/System.Threading.Thread.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Thread.dll": {} - } - }, - "System.Threading.ThreadPool/4.0.10-beta-23516": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.InteropServices": "4.0.0" - }, - "compile": { - "ref/dotnet5.2/System.Threading.ThreadPool.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.ThreadPool.dll": {} - } - }, - "System.Xml.ReaderWriter/4.0.10": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.InteropServices": "4.0.20", - "System.Text.Encoding": "4.0.10", - "System.Text.Encoding.Extensions": "4.0.10", - "System.Text.RegularExpressions": "4.0.10", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Xml.ReaderWriter.dll": {} - }, - "runtime": { - "lib/dotnet/System.Xml.ReaderWriter.dll": {} - } - }, - "System.Xml.XDocument/4.0.11-beta-23516": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Diagnostics.Tools": "4.0.0", - "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" - }, - "compile": { - "ref/dotnet5.4/System.Xml.XDocument.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.Xml.XDocument.dll": {} - } - }, - "Tynamix.ObjectFiller/1.4.1": { - "type": "project", - "framework": ".NETPlatform,Version=v5.1", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Linq": "4.0.0", - "System.Linq.Expressions": "4.0.10", - "System.Runtime.Extensions": "4.0.10", - "System.Text.RegularExpressions": "4.0.10" - } - }, - "xunit/2.1.0": { - "type": "package", - "dependencies": { - "xunit.assert": "[2.1.0]", - "xunit.core": "[2.1.0]" - } - }, - "xunit.abstractions/2.0.0": { - "type": "package", - "compile": { - "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll": {} - }, - "runtime": { - "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll": {} - } - }, - "xunit.assert/2.1.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.0", - "System.Diagnostics.Debug": "4.0.0", - "System.Globalization": "4.0.0", - "System.Linq": "4.0.0", - "System.ObjectModel": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Text.RegularExpressions": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "lib/dotnet/xunit.assert.dll": {} - }, - "runtime": { - "lib/dotnet/xunit.assert.dll": {} - } - }, - "xunit.core/2.1.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.0", - "System.Diagnostics.Debug": "4.0.0", - "System.Globalization": "4.0.0", - "System.Linq": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Threading.Tasks": "4.0.0", - "xunit.abstractions": "2.0.0", - "xunit.extensibility.core": "[2.1.0]", - "xunit.extensibility.execution": "[2.1.0]" - } - }, - "xunit.extensibility.core/2.1.0": { - "type": "package", - "dependencies": { - "xunit.abstractions": "[2.0.0]" - }, - "compile": { - "lib/dotnet/xunit.core.dll": {} - }, - "runtime": { - "lib/dotnet/xunit.core.dll": {}, - "lib/dotnet/xunit.runner.tdnet.dll": {}, - "lib/dotnet/xunit.runner.utility.desktop.dll": {} - } - }, - "xunit.extensibility.execution/2.1.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.0", - "System.Diagnostics.Debug": "4.0.0", - "System.Globalization": "4.0.0", - "System.IO": "4.0.0", - "System.Linq": "4.0.0", - "System.Linq.Expressions": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Text.Encoding": "4.0.0", - "System.Threading": "4.0.0", - "System.Threading.Tasks": "4.0.0", - "xunit.abstractions": "2.0.0", - "xunit.extensibility.core": "[2.1.0]" - }, - "compile": { - "lib/dotnet/xunit.execution.dotnet.dll": {} - }, - "runtime": { - "lib/dotnet/xunit.execution.dotnet.dll": {} - } - }, - "xunit.runner.dnx/2.1.0-rc1-build204": { - "type": "package", - "dependencies": { - "Microsoft.Dnx.TestHost": "1.0.0-rc1-final", - "Microsoft.Dnx.Testing.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23516", - "System.Threading.ThreadPool": "4.0.10-beta-23516", - "System.Xml.XDocument": "4.0.11-beta-23516", - "xunit.runner.reporters": "2.1.0" - }, - "compile": { - "lib/dnxcore50/xunit.runner.dnx.dll": {} - }, - "runtime": { - "lib/dnxcore50/xunit.runner.dnx.dll": {} - } - }, - "xunit.runner.reporters/2.1.0": { - "type": "package", - "dependencies": { - "Newtonsoft.Json": "7.0.1", - "System.Collections": "4.0.0", - "System.Diagnostics.Debug": "4.0.0", - "System.Net.Http": "4.0.0", - "System.Net.Primitives": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Text.Encoding": "4.0.0", - "System.Threading": "4.0.0", - "System.Threading.Tasks": "4.0.0", - "xunit.abstractions": "2.0.0", - "xunit.runner.utility": "[2.1.0]" - }, - "compile": { - "lib/dotnet/xunit.runner.reporters.dotnet.dll": {} - }, - "runtime": { - "lib/dotnet/xunit.runner.reporters.dotnet.dll": {} - } - }, - "xunit.runner.utility/2.1.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.0", - "System.Diagnostics.Debug": "4.0.0", - "System.Globalization": "4.0.0", - "System.IO": "4.0.0", - "System.Linq": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Text.RegularExpressions": "4.0.0", - "System.Threading": "4.0.0", - "System.Threading.Tasks": "4.0.0", - "xunit.abstractions": "2.0.0" - }, - "compile": { - "lib/dotnet/xunit.runner.utility.dotnet.dll": {} - }, - "runtime": { - "lib/dotnet/xunit.runner.utility.dotnet.dll": {} - } - } - }, - "DNXCore,Version=v5.0/win7-x64": { - "Microsoft.Dnx.Compilation.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final", - "System.IO.FileSystem": "4.0.1-beta-23516" - }, - "compile": { - "lib/dotnet5.4/Microsoft.Dnx.Compilation.Abstractions.dll": {} - }, - "runtime": { - "lib/dotnet5.4/Microsoft.Dnx.Compilation.Abstractions.dll": {} - } - }, - "Microsoft.Dnx.TestHost/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-rc1-final", - "Microsoft.Dnx.Testing.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging": "1.0.0-rc1-final", - "Newtonsoft.Json": "6.0.6", - "System.Console": "4.0.0-beta-23516", - "System.Diagnostics.Process": "4.1.0-beta-23516", - "System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-23516", - "System.Diagnostics.TraceSource": "4.0.0-beta-23516", - "System.Net.Primitives": "4.0.11-beta-23516", - "System.Net.Sockets": "4.1.0-beta-23516", - "System.Reflection.Extensions": "4.0.1-beta-23516", - "System.Reflection.TypeExtensions": "4.0.1-beta-23409", - "System.Threading.Thread": "4.0.0-beta-23516" - }, - "compile": { - "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} - }, - "runtime": { - "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} - } - }, - "Microsoft.Dnx.Testing.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11-beta-23516", - "System.Reflection": "4.1.0-beta-23225", - "System.Resources.ResourceManager": "4.0.1-beta-23516", - "System.Runtime": "4.0.21-beta-23516", - "System.Runtime.Extensions": "4.0.11-beta-23516" - }, - "compile": { - "lib/dotnet5.4/Microsoft.Dnx.Testing.Abstractions.dll": {} - }, - "runtime": { - "lib/dotnet5.4/Microsoft.Dnx.Testing.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "System.ComponentModel": "4.0.1-beta-23516", - "System.Diagnostics.Debug": "4.0.11-beta-23516", - "System.Globalization": "4.0.11-beta-23516", - "System.Linq": "4.0.1-beta-23516", - "System.Linq.Expressions": "4.0.11-beta-23516", - "System.Reflection": "4.1.0-beta-23225", - "System.Resources.ResourceManager": "4.0.1-beta-23516" - }, - "compile": { - "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - }, - "runtime": { - "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", - "System.Collections": "4.0.11-beta-23516", - "System.Collections.Concurrent": "4.0.11-beta-23516", - "System.ComponentModel": "4.0.1-beta-23516", - "System.Globalization": "4.0.11-beta-23516", - "System.Linq": "4.0.1-beta-23516", - "System.Threading": "4.0.11-beta-23516" - }, - "compile": { - "lib/dotnet5.4/Microsoft.Extensions.Logging.dll": {} - }, - "runtime": { - "lib/dotnet5.4/Microsoft.Extensions.Logging.dll": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11-beta-23516", - "System.Collections.Concurrent": "4.0.11-beta-23516", - "System.Globalization": "4.0.11-beta-23516", - "System.Linq": "4.0.1-beta-23516", - "System.Reflection": "4.1.0-beta-23225", - "System.Runtime": "4.0.21-beta-23516", - "System.Runtime.Extensions": "4.0.11-beta-23516", - "System.Runtime.InteropServices": "4.0.21-beta-23516" - }, - "compile": { - "lib/dotnet5.4/Microsoft.Extensions.Logging.Abstractions.dll": {} - }, - "runtime": { - "lib/dotnet5.4/Microsoft.Extensions.Logging.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.11-beta-23516", - "System.ComponentModel": "4.0.1-beta-23516", - "System.IO": "4.0.11-beta-23516", - "System.Linq": "4.0.1-beta-23516", - "System.Reflection": "4.1.0-beta-23225", - "System.Runtime": "4.0.21-beta-23516", - "System.Runtime.Extensions": "4.0.11-beta-23516", - "System.Threading.Tasks": "4.0.11-beta-23516" - }, - "compile": { - "lib/dotnet5.4/Microsoft.Extensions.PlatformAbstractions.dll": {} - }, - "runtime": { - "lib/dotnet5.4/Microsoft.Extensions.PlatformAbstractions.dll": {} - } - }, - "Microsoft.Win32.Primitives/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20", - "System.Runtime.InteropServices": "4.0.20" - }, - "compile": { - "ref/dotnet/Microsoft.Win32.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/Microsoft.Win32.Primitives.dll": {} - } - }, - "Microsoft.Win32.Registry/4.0.0-beta-23516": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20" - }, - "compile": { - "ref/dotnet5.2/Microsoft.Win32.Registry.dll": {} - }, - "runtime": { - "lib/DNXCore50/Microsoft.Win32.Registry.dll": {} - } - }, - "Newtonsoft.Json/7.0.1": { - "type": "package", - "compile": { - "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {} - }, - "runtime": { - "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {} - } - }, - "runtime.any.System.Linq.Expressions/4.0.11-beta-23516": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.Linq": "4.0.0", - "System.ObjectModel": "4.0.10", - "System.Reflection": "4.0.10", - "System.Reflection.Emit": "4.0.0", - "System.Reflection.Emit.ILGeneration": "4.0.0", - "System.Reflection.Emit.Lightweight": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Reflection.TypeExtensions": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "lib/DNXCore50/System.Linq.Expressions.dll": {} - } - }, - "runtime.win7.System.Console/4.0.0-beta-23516": { - "type": "package", - "dependencies": { - "System.IO": "4.0.10", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.InteropServices": "4.0.20", - "System.Text.Encoding": "4.0.10", - "System.Text.Encoding.Extensions": "4.0.10", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/dotnet5.4/System.Console.dll": {} - } - }, - "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23516": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} - } - }, - "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23516": { - "type": "package", - "dependencies": { - "Microsoft.Win32.Primitives": "4.0.0", - "Microsoft.Win32.Registry": "4.0.0-beta-23516", - "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.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.Thread": "4.0.0-beta-23516", - "System.Threading.ThreadPool": "4.0.10-beta-23516" - }, - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/dotnet5.5/System.Diagnostics.Process.dll": {} - } - }, - "runtime.win7.System.Diagnostics.TraceSource/4.0.0-beta-23516": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "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" - }, - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/dotnet5.4/System.Diagnostics.TraceSource.dll": {} - } - }, - "runtime.win7.System.IO.FileSystem/4.0.1-beta-23516": { - "type": "package", - "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" - }, - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/dotnet5.4/System.IO.FileSystem.dll": {} - } - }, - "runtime.win7.System.Net.Primitives/4.0.11-beta-23516": { - "type": "package", - "dependencies": { - "System.Private.Networking": "4.0.1-beta-23516" - }, - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "lib/DNXCore50/System.Net.Primitives.dll": {} - } - }, - "runtime.win7.System.Net.Sockets/4.1.0-beta-23516": { - "type": "package", - "dependencies": { - "System.Private.Networking": "4.0.1-beta-23516", - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "lib/DNXCore50/System.Net.Sockets.dll": {} - } - }, - "runtime.win7.System.Private.Uri/4.0.1-beta-23516": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} - } - }, - "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23516": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.Extensions.dll": {} - } - }, - "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23516": { - "type": "package", - "dependencies": { - "System.IO": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23516", - "System.Text.Encoding": "4.0.0", - "System.Text.Encoding.Extensions": "4.0.0" - }, - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} - } - }, - "runtime.win7.System.Threading/4.0.11-beta-23516": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} - } - }, - "System.Collections/4.0.11-beta-23516": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.21-beta-23516" - }, - "compile": { - "ref/dotnet5.4/System.Collections.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Collections.dll": {} - } - }, - "System.Collections.Concurrent/4.0.11-beta-23516": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Diagnostics.Tracing": "4.0.20", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet5.4/System.Collections.Concurrent.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.Collections.Concurrent.dll": {} - } - }, - "System.Collections.NonGeneric/4.0.0": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Collections.NonGeneric.dll": {} - }, - "runtime": { - "lib/dotnet/System.Collections.NonGeneric.dll": {} - } - }, - "System.ComponentModel/4.0.1-beta-23516": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet5.1/System.ComponentModel.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.ComponentModel.dll": {} - } - }, - "System.ComponentModel.EventBasedAsync/4.0.10": { - "type": "package", - "dependencies": { - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} - }, - "runtime": { - "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} - } - }, - "System.Console/4.0.0-beta-23516": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.1/System.Console.dll": {} - } - }, - "System.Diagnostics.Debug/4.0.11-beta-23516": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Diagnostics.Debug.dll": {} - } - }, - "System.Diagnostics.Process/4.1.0-beta-23516": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0", - "System.Text.Encoding": "4.0.0" - }, - "compile": { - "ref/dotnet5.5/System.Diagnostics.Process.dll": {} - } - }, - "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23516": { - "type": "package", - "dependencies": { - "System.Diagnostics.TraceSource": "4.0.0-beta-23516", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet5.1/System.Diagnostics.TextWriterTraceListener.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll": {} - } - }, - "System.Diagnostics.Tools/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Diagnostics.Tools.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Diagnostics.Tools.dll": {} - } - }, - "System.Diagnostics.TraceSource/4.0.0-beta-23516": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.1/System.Diagnostics.TraceSource.dll": {} - } - }, - "System.Diagnostics.Tracing/4.0.20": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Diagnostics.Tracing.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} - } - }, - "System.Globalization/4.0.11-beta-23516": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Globalization.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Globalization.dll": {} - } - }, - "System.IO/4.0.11-beta-23516": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20", - "System.Text.Encoding": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.IO.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.IO.dll": {} - } - }, - "System.IO.Compression/4.0.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.0", - "System.IO": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Runtime.InteropServices": "4.0.0", - "System.Text.Encoding": "4.0.0", - "System.Threading": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.IO.Compression.dll": {} - }, - "runtime": { - "lib/dotnet/System.IO.Compression.dll": {} - } - }, - "System.IO.Compression.clrcompression-x64/4.0.0": { - "type": "package", - "native": { - "runtimes/win7-x64/native/clrcompression.dll": {} - } - }, - "System.IO.FileSystem/4.0.1-beta-23516": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0", - "System.Text.Encoding": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.IO.FileSystem.dll": {} - } - }, - "System.IO.FileSystem.Primitives/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} - } - }, - "System.Linq/4.0.1-beta-23516": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10" - }, - "compile": { - "ref/dotnet5.1/System.Linq.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.Linq.dll": {} - } - }, - "System.Linq.Expressions/4.0.11-beta-23516": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Linq.Expressions.dll": {} - } - }, - "System.Net.Http/4.0.0": { - "type": "package", - "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" - }, - "compile": { - "ref/dotnet/System.Net.Http.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Net.Http.dll": {} - } - }, - "System.Net.Primitives/4.0.11-beta-23516": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Net.Primitives.dll": {} - } - }, - "System.Net.Sockets/4.1.0-beta-23516": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Net.Primitives": "4.0.10", - "System.Runtime": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet5.5/System.Net.Sockets.dll": {} - } - }, - "System.ObjectModel/4.0.10": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.ObjectModel.dll": {} - }, - "runtime": { - "lib/dotnet/System.ObjectModel.dll": {} - } - }, - "System.Private.Networking/4.0.1-beta-23516": { - "type": "package", - "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.Security.Cryptography.Primitives": "4.0.0-beta-23516", - "System.Security.Principal": "4.0.0", - "System.Threading": "4.0.10", - "System.Threading.Overlapped": "4.0.0", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dnxcore50/_._": {} - }, - "runtime": { - "lib/DNXCore50/System.Private.Networking.dll": {} - } - }, - "System.Private.Uri/4.0.1-beta-23516": { - "type": "package", - "compile": { - "ref/dnxcore50/_._": {} - } - }, - "System.Reflection/4.1.0-beta-23225": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.Reflection.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.dll": {} - } - }, - "System.Reflection.Emit/4.0.0": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Emit.ILGeneration": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Emit.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.dll": {} - } - }, - "System.Reflection.Emit.ILGeneration/4.0.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} - } - }, - "System.Reflection.Emit.Lightweight/4.0.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Emit.ILGeneration": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} - } - }, - "System.Reflection.Extensions/4.0.1-beta-23516": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.1/System.Reflection.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Extensions.dll": {} - } - }, - "System.Reflection.Primitives/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Primitives.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Primitives.dll": {} - } - }, - "System.Reflection.TypeExtensions/4.0.1-beta-23409": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.TypeExtensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} - } - }, - "System.Resources.ResourceManager/4.0.1-beta-23516": { - "type": "package", - "dependencies": { - "System.Globalization": "4.0.0", - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.1/System.Resources.ResourceManager.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Resources.ResourceManager.dll": {} - } - }, - "System.Runtime/4.0.21-beta-23516": { - "type": "package", - "dependencies": { - "System.Private.Uri": "4.0.1-beta-23516" - }, - "compile": { - "ref/dotnet5.4/System.Runtime.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.dll": {} - } - }, - "System.Runtime.Extensions/4.0.11-beta-23516": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet5.4/System.Runtime.Extensions.dll": {} - } - }, - "System.Runtime.Handles/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Runtime.Handles.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.Handles.dll": {} - } - }, - "System.Runtime.InteropServices/4.0.21-beta-23516": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Runtime.InteropServices.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.InteropServices.dll": {} - } - }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23516": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Runtime": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23516" - }, - "compile": { - "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll": {} - } - }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23516": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.0.0", - "System.Globalization": "4.0.0", - "System.IO": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet5.1/System.Security.Cryptography.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} - } - }, - "System.Security.Principal/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Security.Principal.dll": {} - }, - "runtime": { - "lib/dotnet/System.Security.Principal.dll": {} - } - }, - "System.Text.Encoding/4.0.10": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Text.Encoding.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Text.Encoding.dll": {} - } - }, - "System.Text.Encoding.Extensions/4.0.10": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Text.Encoding": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Text.Encoding.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} - } - }, - "System.Text.RegularExpressions/4.0.11-beta-23516": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet5.4/System.Text.RegularExpressions.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.Text.RegularExpressions.dll": {} - } - }, - "System.Threading/4.0.11-beta-23516": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Threading.dll": {} - } - }, - "System.Threading.Overlapped/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.Overlapped.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Overlapped.dll": {} - } - }, - "System.Threading.Tasks/4.0.11-beta-23516": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Threading.Tasks.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Tasks.dll": {} - } - }, - "System.Threading.Thread/4.0.0-beta-23516": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.1/System.Threading.Thread.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Thread.dll": {} - } - }, - "System.Threading.ThreadPool/4.0.10-beta-23516": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.InteropServices": "4.0.0" - }, - "compile": { - "ref/dotnet5.2/System.Threading.ThreadPool.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.ThreadPool.dll": {} - } - }, - "System.Xml.ReaderWriter/4.0.10": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.InteropServices": "4.0.20", - "System.Text.Encoding": "4.0.10", - "System.Text.Encoding.Extensions": "4.0.10", - "System.Text.RegularExpressions": "4.0.10", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Xml.ReaderWriter.dll": {} - }, - "runtime": { - "lib/dotnet/System.Xml.ReaderWriter.dll": {} - } - }, - "System.Xml.XDocument/4.0.11-beta-23516": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Diagnostics.Tools": "4.0.0", - "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" - }, - "compile": { - "ref/dotnet5.4/System.Xml.XDocument.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.Xml.XDocument.dll": {} - } - }, - "Tynamix.ObjectFiller/1.4.1": { - "type": "project", - "framework": ".NETPlatform,Version=v5.1", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Linq": "4.0.0", - "System.Linq.Expressions": "4.0.10", - "System.Runtime.Extensions": "4.0.10", - "System.Text.RegularExpressions": "4.0.10" - } - }, - "xunit/2.1.0": { - "type": "package", - "dependencies": { - "xunit.assert": "[2.1.0]", - "xunit.core": "[2.1.0]" - } - }, - "xunit.abstractions/2.0.0": { - "type": "package", - "compile": { - "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll": {} - }, - "runtime": { - "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll": {} - } - }, - "xunit.assert/2.1.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.0", - "System.Diagnostics.Debug": "4.0.0", - "System.Globalization": "4.0.0", - "System.Linq": "4.0.0", - "System.ObjectModel": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Text.RegularExpressions": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "lib/dotnet/xunit.assert.dll": {} - }, - "runtime": { - "lib/dotnet/xunit.assert.dll": {} - } - }, - "xunit.core/2.1.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.0", - "System.Diagnostics.Debug": "4.0.0", - "System.Globalization": "4.0.0", - "System.Linq": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Threading.Tasks": "4.0.0", - "xunit.abstractions": "2.0.0", - "xunit.extensibility.core": "[2.1.0]", - "xunit.extensibility.execution": "[2.1.0]" - } - }, - "xunit.extensibility.core/2.1.0": { - "type": "package", - "dependencies": { - "xunit.abstractions": "[2.0.0]" - }, - "compile": { - "lib/dotnet/xunit.core.dll": {} - }, - "runtime": { - "lib/dotnet/xunit.core.dll": {}, - "lib/dotnet/xunit.runner.tdnet.dll": {}, - "lib/dotnet/xunit.runner.utility.desktop.dll": {} - } - }, - "xunit.extensibility.execution/2.1.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.0", - "System.Diagnostics.Debug": "4.0.0", - "System.Globalization": "4.0.0", - "System.IO": "4.0.0", - "System.Linq": "4.0.0", - "System.Linq.Expressions": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Text.Encoding": "4.0.0", - "System.Threading": "4.0.0", - "System.Threading.Tasks": "4.0.0", - "xunit.abstractions": "2.0.0", - "xunit.extensibility.core": "[2.1.0]" - }, - "compile": { - "lib/dotnet/xunit.execution.dotnet.dll": {} - }, - "runtime": { - "lib/dotnet/xunit.execution.dotnet.dll": {} - } - }, - "xunit.runner.dnx/2.1.0-rc1-build204": { - "type": "package", - "dependencies": { - "Microsoft.Dnx.TestHost": "1.0.0-rc1-final", - "Microsoft.Dnx.Testing.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23516", - "System.Threading.ThreadPool": "4.0.10-beta-23516", - "System.Xml.XDocument": "4.0.11-beta-23516", - "xunit.runner.reporters": "2.1.0" - }, - "compile": { - "lib/dnxcore50/xunit.runner.dnx.dll": {} - }, - "runtime": { - "lib/dnxcore50/xunit.runner.dnx.dll": {} - } - }, - "xunit.runner.reporters/2.1.0": { - "type": "package", - "dependencies": { - "Newtonsoft.Json": "7.0.1", - "System.Collections": "4.0.0", - "System.Diagnostics.Debug": "4.0.0", - "System.Net.Http": "4.0.0", - "System.Net.Primitives": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Text.Encoding": "4.0.0", - "System.Threading": "4.0.0", - "System.Threading.Tasks": "4.0.0", - "xunit.abstractions": "2.0.0", - "xunit.runner.utility": "[2.1.0]" - }, - "compile": { - "lib/dotnet/xunit.runner.reporters.dotnet.dll": {} - }, - "runtime": { - "lib/dotnet/xunit.runner.reporters.dotnet.dll": {} - } - }, - "xunit.runner.utility/2.1.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.0", - "System.Diagnostics.Debug": "4.0.0", - "System.Globalization": "4.0.0", - "System.IO": "4.0.0", - "System.Linq": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Text.RegularExpressions": "4.0.0", - "System.Threading": "4.0.0", - "System.Threading.Tasks": "4.0.0", - "xunit.abstractions": "2.0.0" - }, - "compile": { - "lib/dotnet/xunit.runner.utility.dotnet.dll": {} - }, - "runtime": { - "lib/dotnet/xunit.runner.utility.dotnet.dll": {} - } - } - }, - "DNX,Version=v4.5.1/win7-x86": { - "Microsoft.Dnx.Compilation.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Dnx.Compilation.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Dnx.Compilation.Abstractions.dll": {} - } - }, - "Microsoft.Dnx.TestHost/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-rc1-final", - "Microsoft.Dnx.Testing.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging": "1.0.0-rc1-final", - "Newtonsoft.Json": "6.0.6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Runtime", - "System.Threading.Tasks" - ], - "compile": { - "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} - }, - "runtime": { - "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} - } - }, - "Microsoft.Dnx.Testing.Abstractions/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Dnx.Testing.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Dnx.Testing.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Collections.Concurrent", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Logging.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Logging.dll": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Logging.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Logging.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll": {} - } - }, - "Newtonsoft.Json/7.0.1": { - "type": "package", - "compile": { - "lib/net45/Newtonsoft.Json.dll": {} - }, - "runtime": { - "lib/net45/Newtonsoft.Json.dll": {} - } - }, - "System.Text.RegularExpressions/4.0.11-beta-23516": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "Tynamix.ObjectFiller/1.4.1": { - "type": "project", - "framework": ".NETFramework,Version=v4.5" - }, - "xunit/2.1.0": { - "type": "package", - "dependencies": { - "xunit.assert": "[2.1.0]", - "xunit.core": "[2.1.0]" - } - }, - "xunit.abstractions/2.0.0": { - "type": "package", - "compile": { - "lib/net35/xunit.abstractions.dll": {} - }, - "runtime": { - "lib/net35/xunit.abstractions.dll": {} - } - }, - "xunit.assert/2.1.0": { - "type": "package", - "compile": { - "lib/dotnet/xunit.assert.dll": {} - }, - "runtime": { - "lib/dotnet/xunit.assert.dll": {} - } - }, - "xunit.core/2.1.0": { - "type": "package", - "dependencies": { - "xunit.extensibility.core": "[2.1.0]", - "xunit.extensibility.execution": "[2.1.0]" - } - }, - "xunit.extensibility.core/2.1.0": { - "type": "package", - "dependencies": { - "xunit.abstractions": "[2.0.0]" - }, - "compile": { - "lib/dotnet/xunit.core.dll": {} - }, - "runtime": { - "lib/dotnet/xunit.core.dll": {}, - "lib/dotnet/xunit.runner.tdnet.dll": {}, - "lib/dotnet/xunit.runner.utility.desktop.dll": {} - } - }, - "xunit.extensibility.execution/2.1.0": { - "type": "package", - "dependencies": { - "xunit.extensibility.core": "[2.1.0]" - }, - "compile": { - "lib/dnx451/xunit.execution.dotnet.dll": {} - }, - "runtime": { - "lib/dnx451/xunit.execution.dotnet.dll": {} - } - }, - "xunit.runner.dnx/2.1.0-rc1-build204": { - "type": "package", - "dependencies": { - "Microsoft.Dnx.TestHost": "1.0.0-rc1-final", - "Microsoft.Dnx.Testing.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final", - "xunit.runner.reporters": "2.1.0" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Collections", - "System.Core", - "System.Threading", - "System.Xml", - "System.Xml.Linq", - "System.Xml.XDocument" - ], - "compile": { - "lib/dnx451/xunit.runner.dnx.dll": {} - }, - "runtime": { - "lib/dnx451/xunit.runner.dnx.dll": {} - } - }, - "xunit.runner.reporters/2.1.0": { - "type": "package", - "dependencies": { - "Newtonsoft.Json": "7.0.1", - "xunit.runner.utility": "[2.1.0]" - }, - "compile": { - "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} - }, - "runtime": { - "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} - } - }, - "xunit.runner.utility/2.1.0": { - "type": "package", - "dependencies": { - "xunit.abstractions": "[2.0.0]" - }, - "compile": { - "lib/dnx451/xunit.runner.utility.dotnet.dll": {} - }, - "runtime": { - "lib/dnx451/xunit.runner.utility.dotnet.dll": {} - } - } - }, - "DNX,Version=v4.5.1/win7-x64": { - "Microsoft.Dnx.Compilation.Abstractions/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Dnx.Compilation.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Dnx.Compilation.Abstractions.dll": {} - } - }, - "Microsoft.Dnx.TestHost/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-rc1-final", - "Microsoft.Dnx.Testing.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging": "1.0.0-rc1-final", - "Newtonsoft.Json": "6.0.6" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core", - "System.Runtime", - "System.Threading.Tasks" - ], - "compile": { - "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} - }, - "runtime": { - "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} - } - }, - "Microsoft.Dnx.Testing.Abstractions/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Dnx.Testing.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Dnx.Testing.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.Logging/1.0.0-rc1-final": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Collections.Concurrent", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Logging.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Logging.dll": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.Logging.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.Logging.Abstractions.dll": {} - } - }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0-rc1-final": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll": {} - } - }, - "Newtonsoft.Json/7.0.1": { - "type": "package", - "compile": { - "lib/net45/Newtonsoft.Json.dll": {} - }, - "runtime": { - "lib/net45/Newtonsoft.Json.dll": {} - } - }, - "System.Text.RegularExpressions/4.0.11-beta-23516": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "Tynamix.ObjectFiller/1.4.1": { - "type": "project", - "framework": ".NETFramework,Version=v4.5" - }, - "xunit/2.1.0": { - "type": "package", - "dependencies": { - "xunit.assert": "[2.1.0]", - "xunit.core": "[2.1.0]" - } - }, - "xunit.abstractions/2.0.0": { - "type": "package", - "compile": { - "lib/net35/xunit.abstractions.dll": {} - }, - "runtime": { - "lib/net35/xunit.abstractions.dll": {} - } - }, - "xunit.assert/2.1.0": { - "type": "package", - "compile": { - "lib/dotnet/xunit.assert.dll": {} - }, - "runtime": { - "lib/dotnet/xunit.assert.dll": {} - } - }, - "xunit.core/2.1.0": { - "type": "package", - "dependencies": { - "xunit.extensibility.core": "[2.1.0]", - "xunit.extensibility.execution": "[2.1.0]" - } - }, - "xunit.extensibility.core/2.1.0": { - "type": "package", - "dependencies": { - "xunit.abstractions": "[2.0.0]" - }, - "compile": { - "lib/dotnet/xunit.core.dll": {} - }, - "runtime": { - "lib/dotnet/xunit.core.dll": {}, - "lib/dotnet/xunit.runner.tdnet.dll": {}, - "lib/dotnet/xunit.runner.utility.desktop.dll": {} - } - }, - "xunit.extensibility.execution/2.1.0": { - "type": "package", - "dependencies": { - "xunit.extensibility.core": "[2.1.0]" - }, - "compile": { - "lib/dnx451/xunit.execution.dotnet.dll": {} - }, - "runtime": { - "lib/dnx451/xunit.execution.dotnet.dll": {} - } - }, - "xunit.runner.dnx/2.1.0-rc1-build204": { - "type": "package", - "dependencies": { - "Microsoft.Dnx.TestHost": "1.0.0-rc1-final", - "Microsoft.Dnx.Testing.Abstractions": "1.0.0-rc1-final", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final", - "xunit.runner.reporters": "2.1.0" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Collections", - "System.Core", - "System.Threading", - "System.Xml", - "System.Xml.Linq", - "System.Xml.XDocument" - ], - "compile": { - "lib/dnx451/xunit.runner.dnx.dll": {} - }, - "runtime": { - "lib/dnx451/xunit.runner.dnx.dll": {} - } - }, - "xunit.runner.reporters/2.1.0": { - "type": "package", - "dependencies": { - "Newtonsoft.Json": "7.0.1", - "xunit.runner.utility": "[2.1.0]" - }, - "compile": { - "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} - }, - "runtime": { - "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} - } - }, - "xunit.runner.utility/2.1.0": { - "type": "package", - "dependencies": { - "xunit.abstractions": "[2.0.0]" - }, - "compile": { - "lib/dnx451/xunit.runner.utility.dotnet.dll": {} - }, - "runtime": { - "lib/dnx451/xunit.runner.utility.dotnet.dll": {} - } - } - } - }, - "libraries": { - "Tynamix.ObjectFiller/1.4.1": { - "type": "project", - "path": "../Tynamix.ObjectFiller/project.json" - }, - "Microsoft.Dnx.Compilation.Abstractions/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "kg3kR7H12Bs46TiuF7YT8A3SNXehhBcwsArIMQIH2ecXGkg5MPWDl2OR6bnQu6k0OMu9QUiv1oiwC9yU7rHWfw==", - "files": [ - "lib/dotnet5.4/Microsoft.Dnx.Compilation.Abstractions.dll", - "lib/dotnet5.4/Microsoft.Dnx.Compilation.Abstractions.xml", - "lib/net451/Microsoft.Dnx.Compilation.Abstractions.dll", - "lib/net451/Microsoft.Dnx.Compilation.Abstractions.xml", - "Microsoft.Dnx.Compilation.Abstractions.1.0.0-rc1-final.nupkg", - "Microsoft.Dnx.Compilation.Abstractions.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.Dnx.Compilation.Abstractions.nuspec" - ] - }, - "Microsoft.Dnx.TestHost/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "f5lDXCh4tLXXWHcuNpiyQLiOuV8HB+UjWeL70hrHyaBcssA6Oxa7KB3R/arddVwXuaXeBuGm+HVheuyhQCYGig==", - "files": [ - "app/project.json", - "lib/dnx451/Microsoft.Dnx.TestHost.dll", - "lib/dnx451/Microsoft.Dnx.TestHost.xml", - "lib/dnxcore50/Microsoft.Dnx.TestHost.dll", - "lib/dnxcore50/Microsoft.Dnx.TestHost.xml", - "Microsoft.Dnx.TestHost.1.0.0-rc1-final.nupkg", - "Microsoft.Dnx.TestHost.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.Dnx.TestHost.nuspec" - ] - }, - "Microsoft.Dnx.Testing.Abstractions/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "AKeTdr5IdJQaXWw5jMyFOmmWicXt6V6WNQ7l67yBpSLsrJwYjtPg++XMmDGZVTd2CHcjzgMwz3iQfhCtMR76NQ==", - "files": [ - "lib/dotnet5.4/Microsoft.Dnx.Testing.Abstractions.dll", - "lib/dotnet5.4/Microsoft.Dnx.Testing.Abstractions.xml", - "lib/net451/Microsoft.Dnx.Testing.Abstractions.dll", - "lib/net451/Microsoft.Dnx.Testing.Abstractions.xml", - "Microsoft.Dnx.Testing.Abstractions.1.0.0-rc1-final.nupkg", - "Microsoft.Dnx.Testing.Abstractions.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.Dnx.Testing.Abstractions.nuspec" - ] - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "MUKexXAsRZ55C7YZ26ShePZgBeW+6FbasxeIVmZ/BZIgiG4uw6yPOdfl9WvTaUL9SFK2sEPcYLatWmLfTpsOAA==", - "files": [ - "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/netcore50/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/netcore50/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0-rc1-final.nupkg", - "Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.Extensions.DependencyInjection.Abstractions.nuspec" - ] - }, - "Microsoft.Extensions.Logging/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "anegHH4XHjaCmC557A0uvnJzprT44MOKr669yfiQLtITA+lQrM3aMijxjjdCREnxE8ftXuSz+6wViCvkgcAOhA==", - "files": [ - "lib/dotnet5.4/Microsoft.Extensions.Logging.dll", - "lib/dotnet5.4/Microsoft.Extensions.Logging.xml", - "lib/net451/Microsoft.Extensions.Logging.dll", - "lib/net451/Microsoft.Extensions.Logging.xml", - "lib/netcore50/Microsoft.Extensions.Logging.dll", - "lib/netcore50/Microsoft.Extensions.Logging.xml", - "Microsoft.Extensions.Logging.1.0.0-rc1-final.nupkg", - "Microsoft.Extensions.Logging.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.Extensions.Logging.nuspec" - ] - }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "ejGO1JhPXMsCCSyH12xwkOYsb9oBv2gHc3LLaT2jevrD//xuQizWaxpVk0/rHGdORkWdp+kT2Qmuz/sLyNWW/g==", - "files": [ - "lib/dotnet5.4/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/dotnet5.4/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net451/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net451/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/netcore50/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/netcore50/Microsoft.Extensions.Logging.Abstractions.xml", - "Microsoft.Extensions.Logging.Abstractions.1.0.0-rc1-final.nupkg", - "Microsoft.Extensions.Logging.Abstractions.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.Extensions.Logging.Abstractions.nuspec" - ] - }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0-rc1-final": { - "type": "package", - "serviceable": true, - "sha512": "26HS4c6MBisN+D7XUr8HObOI/JJvSJQYQR//Bfw/hi9UqhqK3lFpNKjOuYHI+gTxYdXT46HqZiz4D+k7d+ob3A==", - "files": [ - "lib/dotnet5.4/Microsoft.Extensions.PlatformAbstractions.dll", - "lib/dotnet5.4/Microsoft.Extensions.PlatformAbstractions.xml", - "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll", - "lib/net451/Microsoft.Extensions.PlatformAbstractions.xml", - "Microsoft.Extensions.PlatformAbstractions.1.0.0-rc1-final.nupkg", - "Microsoft.Extensions.PlatformAbstractions.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.Extensions.PlatformAbstractions.nuspec" - ] - }, - "Microsoft.Win32.Primitives/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "CypEz9/lLOup8CEhiAmvr7aLs1zKPYyEU1sxQeEr6G0Ci8/F0Y6pYR1zzkROjM8j8Mq0typmbu676oYyvErQvg==", - "files": [ - "lib/dotnet/Microsoft.Win32.Primitives.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/Microsoft.Win32.Primitives.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "Microsoft.Win32.Primitives.4.0.0.nupkg", - "Microsoft.Win32.Primitives.4.0.0.nupkg.sha512", - "Microsoft.Win32.Primitives.nuspec", - "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/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/Microsoft.Win32.Primitives.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._" - ] - }, - "Microsoft.Win32.Registry/4.0.0-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "z54NYVj7y4jGC2EWn5QLqaokMOws5NAjZYbEgUDNCtJE5gkpRR1JnDWU1Kjuvu3mmro2K9/C1TposmHB8cAtmg==", - "files": [ - "lib/DNXCore50/Microsoft.Win32.Registry.dll", - "lib/net46/Microsoft.Win32.Registry.dll", - "Microsoft.Win32.Registry.4.0.0-beta-23516.nupkg", - "Microsoft.Win32.Registry.4.0.0-beta-23516.nupkg.sha512", - "Microsoft.Win32.Registry.nuspec", - "ref/dotnet5.2/de/Microsoft.Win32.Registry.xml", - "ref/dotnet5.2/es/Microsoft.Win32.Registry.xml", - "ref/dotnet5.2/fr/Microsoft.Win32.Registry.xml", - "ref/dotnet5.2/it/Microsoft.Win32.Registry.xml", - "ref/dotnet5.2/ja/Microsoft.Win32.Registry.xml", - "ref/dotnet5.2/ko/Microsoft.Win32.Registry.xml", - "ref/dotnet5.2/Microsoft.Win32.Registry.dll", - "ref/dotnet5.2/Microsoft.Win32.Registry.xml", - "ref/dotnet5.2/ru/Microsoft.Win32.Registry.xml", - "ref/dotnet5.2/zh-hans/Microsoft.Win32.Registry.xml", - "ref/dotnet5.2/zh-hant/Microsoft.Win32.Registry.xml", - "ref/net46/Microsoft.Win32.Registry.dll" - ] - }, - "Newtonsoft.Json/7.0.1": { - "type": "package", - "sha512": "q3V4KLetMLnt1gpAVWgtXnHjKs0UG/RalBc29u2ZKxd5t5Ze4JBL5WiiYIklJyK/5CRiIiNwigVQUo0FgbsuWA==", - "files": [ - "lib/net20/Newtonsoft.Json.dll", - "lib/net20/Newtonsoft.Json.xml", - "lib/net35/Newtonsoft.Json.dll", - "lib/net35/Newtonsoft.Json.xml", - "lib/net40/Newtonsoft.Json.dll", - "lib/net40/Newtonsoft.Json.xml", - "lib/net45/Newtonsoft.Json.dll", - "lib/net45/Newtonsoft.Json.xml", - "lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll", - "lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml", - "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll", - "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.xml", - "Newtonsoft.Json.7.0.1.nupkg", - "Newtonsoft.Json.7.0.1.nupkg.sha512", - "Newtonsoft.Json.nuspec", - "tools/install.ps1" - ] - }, - "runtime.any.System.Linq.Expressions/4.0.11-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "4sPxQCjllMJ1uZNlwz/EataPyHSH+AqSDlOIPPqcy/88R2B+abfhPPC78rd7gvHp8KmMX4qbJF6lcCeDIQpmVg==", - "files": [ - "lib/DNXCore50/System.Linq.Expressions.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Linq.Expressions.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.Linq.Expressions.4.0.11-beta-23516.nupkg", - "runtime.any.System.Linq.Expressions.4.0.11-beta-23516.nupkg.sha512", - "runtime.any.System.Linq.Expressions.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.win7.System.Console/4.0.0-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "pfQrTtnYcWOtI3RrpqjAzwT3I55ivTVZFpbKYG59dYTTvaLFGbs2njc/mrXHij6GylyJ2YjekS/9r6I8X3LV1A==", - "files": [ - "ref/dotnet/_._", - "runtime.win7.System.Console.4.0.0-beta-23516.nupkg", - "runtime.win7.System.Console.4.0.0-beta-23516.nupkg.sha512", - "runtime.win7.System.Console.nuspec", - "runtimes/win7/lib/dotnet5.4/System.Console.dll", - "runtimes/win7/lib/net/_._" - ] - }, - "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "TxSgeP23B6bPfE0QFX8u4/1p1jP6Ugn993npTRf3e9F3y61BIQeCkt5Im0gGdjz0dxioHkuTr+C2m4ELsMos8Q==", - "files": [ - "ref/dotnet/_._", - "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23516.nupkg", - "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23516.nupkg.sha512", - "runtime.win7.System.Diagnostics.Debug.nuspec", - "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll", - "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.dll", - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll" - ] - }, - "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "qCCXX+OG6430kLtN/wyjeLTTiJvOIKB2G+qBvhSqVLWe5ZTiEiSnweKUzdi7raXL0te0WfPE5tf8FuKcEKPnIA==", - "files": [ - "ref/dotnet/_._", - "runtime.win7.System.Diagnostics.Process.4.1.0-beta-23516.nupkg", - "runtime.win7.System.Diagnostics.Process.4.1.0-beta-23516.nupkg.sha512", - "runtime.win7.System.Diagnostics.Process.nuspec", - "runtimes/win7/lib/dotnet5.5/System.Diagnostics.Process.dll", - "runtimes/win7/lib/net/_._", - "runtimes/win7/lib/netcore50/_._", - "runtimes/win7/lib/win8/_._", - "runtimes/win7/lib/wp8/_._", - "runtimes/win7/lib/wpa81/_._" - ] - }, - "runtime.win7.System.Diagnostics.TraceSource/4.0.0-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "hpD0T6zOEU/1qUSPitKSgIdsL4tZlZz7CUCu6PP7BYf8CM3vPkSEzN38kX6PnH8F6kvOqxEwzPYhZCK3PJkh/Q==", - "files": [ - "ref/dotnet/_._", - "runtime.win7.System.Diagnostics.TraceSource.4.0.0-beta-23516.nupkg", - "runtime.win7.System.Diagnostics.TraceSource.4.0.0-beta-23516.nupkg.sha512", - "runtime.win7.System.Diagnostics.TraceSource.nuspec", - "runtimes/win7/lib/dotnet5.4/System.Diagnostics.TraceSource.dll", - "runtimes/win7/lib/net/_._", - "runtimes/win7/lib/netcore50/_._", - "runtimes/win7/lib/win8/_._", - "runtimes/win7/lib/wp8/_._", - "runtimes/win7/lib/wpa81/_._" - ] - }, - "runtime.win7.System.IO.FileSystem/4.0.1-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "UOHEVg3jQwsvy3b+8zhDk7BQ9GhHY1KcjHSuqArzIl7oemcM/+D7OfS5iOA96ydjEv9FmIKV3knkXMge+cUD0Q==", - "files": [ - "ref/dotnet/_._", - "runtime.win7.System.IO.FileSystem.4.0.1-beta-23516.nupkg", - "runtime.win7.System.IO.FileSystem.4.0.1-beta-23516.nupkg.sha512", - "runtime.win7.System.IO.FileSystem.nuspec", - "runtimes/win7/lib/dotnet5.4/System.IO.FileSystem.dll", - "runtimes/win7/lib/net/_._", - "runtimes/win7/lib/netcore50/System.IO.FileSystem.dll", - "runtimes/win7/lib/win8/_._", - "runtimes/win7/lib/wp8/_._", - "runtimes/win7/lib/wpa81/_._" - ] - }, - "runtime.win7.System.Net.Primitives/4.0.11-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "V4bv5VTaBcy0FekQbKgJKP+c+RJhNxOacpngLGADf9kUqoNkSJLj083d4I0L5iTKMWALlAN/tfzAlRm0VxiDeA==", - "files": [ - "lib/DNXCore50/System.Net.Primitives.dll", - "ref/dotnet/_._", - "runtime.win7.System.Net.Primitives.4.0.11-beta-23516.nupkg", - "runtime.win7.System.Net.Primitives.4.0.11-beta-23516.nupkg.sha512", - "runtime.win7.System.Net.Primitives.nuspec", - "runtimes/win7/lib/netcore50/System.Net.Primitives.dll" - ] - }, - "runtime.win7.System.Net.Sockets/4.1.0-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "4FbyzvLhWFFv3OrgkPmd3cXoKUb+oB+rp51ke6nMqR+MjN3sWs/w3C0Jbx84UM6zg9a3JiD72ThjgDnet3QS3w==", - "files": [ - "lib/DNXCore50/System.Net.Sockets.dll", - "lib/netcore50/System.Net.Sockets.dll", - "ref/dotnet/_._", - "runtime.win7.System.Net.Sockets.4.1.0-beta-23516.nupkg", - "runtime.win7.System.Net.Sockets.4.1.0-beta-23516.nupkg.sha512", - "runtime.win7.System.Net.Sockets.nuspec", - "runtimes/win7/lib/net/_._" - ] - }, - "runtime.win7.System.Private.Uri/4.0.1-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "HphDhue34J/4+1rIMtInY1FWK1oLEMpxIpxGeNnhIlQf7hv5QDf05aWEC6180qbgkPBCFwyGnwWRBnONApwbBQ==", - "files": [ - "ref/dotnet/_._", - "runtime.win7.System.Private.Uri.4.0.1-beta-23516.nupkg", - "runtime.win7.System.Private.Uri.4.0.1-beta-23516.nupkg.sha512", - "runtime.win7.System.Private.Uri.nuspec", - "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll", - "runtimes/win7/lib/netcore50/System.Private.Uri.dll", - "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll" - ] - }, - "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "Jm+LAzN7CZl1BZSxz4TsMBNy1rHNqyY/1+jxZf3BpF7vkPlWRXa/vSfY0lZJZdy4Doxa893bmcCf9pZNsJU16Q==", - "files": [ - "lib/DNXCore50/System.Runtime.Extensions.dll", - "lib/netcore50/System.Runtime.Extensions.dll", - "ref/dotnet/_._", - "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23516.nupkg", - "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23516.nupkg.sha512", - "runtime.win7.System.Runtime.Extensions.nuspec", - "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll" - ] - }, - "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "MRAq2N94D6wKC5UFbUZVWcOz8YpknDj6ttOpF5R3sxBdZJWI6qUngnGdHE2eYAuCerHlLV/0m4WJxoSaQHDNTA==", - "files": [ - "ref/dotnet/_._", - "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23516.nupkg", - "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23516.nupkg.sha512", - "runtime.win7.System.Security.Cryptography.Algorithms.nuspec", - "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Algorithms.dll", - "runtimes/win7/lib/net/_._" - ] - }, - "runtime.win7.System.Threading/4.0.11-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "paSNXQ5Y6Exu3OpekooyMJFQ8mitn69fGO5Br3XLIfQ1KiMYVmRf+o6dMprC0SpPROVCiCxdUaJx5XkDEVL3uA==", - "files": [ - "ref/dotnet/_._", - "runtime.win7.System.Threading.4.0.11-beta-23516.nupkg", - "runtime.win7.System.Threading.4.0.11-beta-23516.nupkg.sha512", - "runtime.win7.System.Threading.nuspec", - "runtimes/win7/lib/DNXCore50/System.Threading.dll", - "runtimes/win7/lib/netcore50/System.Threading.dll", - "runtimes/win8-aot/lib/netcore50/System.Threading.dll" - ] - }, - "System.Collections/4.0.11-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "TDca4OETV0kkXdpkyivMw1/EKKD1Sa/NVAjirw+fA0LZ37jLDYX+KhPPUQxgkvhCe/SVvxETD5Viiudza2k7OQ==", - "files": [ - "lib/DNXCore50/System.Collections.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Collections.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Collections.xml", - "ref/dotnet5.1/es/System.Collections.xml", - "ref/dotnet5.1/fr/System.Collections.xml", - "ref/dotnet5.1/it/System.Collections.xml", - "ref/dotnet5.1/ja/System.Collections.xml", - "ref/dotnet5.1/ko/System.Collections.xml", - "ref/dotnet5.1/ru/System.Collections.xml", - "ref/dotnet5.1/System.Collections.dll", - "ref/dotnet5.1/System.Collections.xml", - "ref/dotnet5.1/zh-hans/System.Collections.xml", - "ref/dotnet5.1/zh-hant/System.Collections.xml", - "ref/dotnet5.4/de/System.Collections.xml", - "ref/dotnet5.4/es/System.Collections.xml", - "ref/dotnet5.4/fr/System.Collections.xml", - "ref/dotnet5.4/it/System.Collections.xml", - "ref/dotnet5.4/ja/System.Collections.xml", - "ref/dotnet5.4/ko/System.Collections.xml", - "ref/dotnet5.4/ru/System.Collections.xml", - "ref/dotnet5.4/System.Collections.dll", - "ref/dotnet5.4/System.Collections.xml", - "ref/dotnet5.4/zh-hans/System.Collections.xml", - "ref/dotnet5.4/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/de/System.Collections.xml", - "ref/netcore50/es/System.Collections.xml", - "ref/netcore50/fr/System.Collections.xml", - "ref/netcore50/it/System.Collections.xml", - "ref/netcore50/ja/System.Collections.xml", - "ref/netcore50/ko/System.Collections.xml", - "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", - "ref/netcore50/zh-hans/System.Collections.xml", - "ref/netcore50/zh-hant/System.Collections.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Collections.dll", - "System.Collections.4.0.11-beta-23516.nupkg", - "System.Collections.4.0.11-beta-23516.nupkg.sha512", - "System.Collections.nuspec" - ] - }, - "System.Collections.Concurrent/4.0.11-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "e4FscEk9ugPXPKEIQFYBS/i+0KAkKf/IEe26fiOnqk8JVZQuCLO3gJmJ+IiVD1TxJjvVmh+tayQuo2svVzZV7g==", - "files": [ - "lib/dotnet5.4/System.Collections.Concurrent.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Collections.Concurrent.dll", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.2/de/System.Collections.Concurrent.xml", - "ref/dotnet5.2/es/System.Collections.Concurrent.xml", - "ref/dotnet5.2/fr/System.Collections.Concurrent.xml", - "ref/dotnet5.2/it/System.Collections.Concurrent.xml", - "ref/dotnet5.2/ja/System.Collections.Concurrent.xml", - "ref/dotnet5.2/ko/System.Collections.Concurrent.xml", - "ref/dotnet5.2/ru/System.Collections.Concurrent.xml", - "ref/dotnet5.2/System.Collections.Concurrent.dll", - "ref/dotnet5.2/System.Collections.Concurrent.xml", - "ref/dotnet5.2/zh-hans/System.Collections.Concurrent.xml", - "ref/dotnet5.2/zh-hant/System.Collections.Concurrent.xml", - "ref/dotnet5.4/de/System.Collections.Concurrent.xml", - "ref/dotnet5.4/es/System.Collections.Concurrent.xml", - "ref/dotnet5.4/fr/System.Collections.Concurrent.xml", - "ref/dotnet5.4/it/System.Collections.Concurrent.xml", - "ref/dotnet5.4/ja/System.Collections.Concurrent.xml", - "ref/dotnet5.4/ko/System.Collections.Concurrent.xml", - "ref/dotnet5.4/ru/System.Collections.Concurrent.xml", - "ref/dotnet5.4/System.Collections.Concurrent.dll", - "ref/dotnet5.4/System.Collections.Concurrent.xml", - "ref/dotnet5.4/zh-hans/System.Collections.Concurrent.xml", - "ref/dotnet5.4/zh-hant/System.Collections.Concurrent.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/de/System.Collections.Concurrent.xml", - "ref/netcore50/es/System.Collections.Concurrent.xml", - "ref/netcore50/fr/System.Collections.Concurrent.xml", - "ref/netcore50/it/System.Collections.Concurrent.xml", - "ref/netcore50/ja/System.Collections.Concurrent.xml", - "ref/netcore50/ko/System.Collections.Concurrent.xml", - "ref/netcore50/ru/System.Collections.Concurrent.xml", - "ref/netcore50/System.Collections.Concurrent.dll", - "ref/netcore50/System.Collections.Concurrent.xml", - "ref/netcore50/zh-hans/System.Collections.Concurrent.xml", - "ref/netcore50/zh-hant/System.Collections.Concurrent.xml", - "ref/win8/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.Concurrent.4.0.11-beta-23516.nupkg", - "System.Collections.Concurrent.4.0.11-beta-23516.nupkg.sha512", - "System.Collections.Concurrent.nuspec" - ] - }, - "System.Collections.NonGeneric/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "rVgwrFBMkmp8LI6GhAYd6Bx+2uLIXjRfNg6Ie+ASfX8ESuh9e2HNxFy2yh1MPIXZq3OAYa+0mmULVwpnEC6UDA==", - "files": [ - "lib/dotnet/System.Collections.NonGeneric.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Collections.NonGeneric.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "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/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Collections.NonGeneric.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.NonGeneric.4.0.0.nupkg", - "System.Collections.NonGeneric.4.0.0.nupkg.sha512", - "System.Collections.NonGeneric.nuspec" - ] - }, - "System.ComponentModel/4.0.1-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "PdAC1M7yT9EBtLpXICbOtPDpDjYSlV2RXyQ7AiKyBD7mV1DNTIK7tcM1056GIOlMoJDDdxU5Z3otBeAM8v5PAg==", - "files": [ - "lib/dotnet5.4/System.ComponentModel.dll", - "lib/net45/_._", - "lib/netcore50/System.ComponentModel.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "ref/dotnet5.1/de/System.ComponentModel.xml", - "ref/dotnet5.1/es/System.ComponentModel.xml", - "ref/dotnet5.1/fr/System.ComponentModel.xml", - "ref/dotnet5.1/it/System.ComponentModel.xml", - "ref/dotnet5.1/ja/System.ComponentModel.xml", - "ref/dotnet5.1/ko/System.ComponentModel.xml", - "ref/dotnet5.1/ru/System.ComponentModel.xml", - "ref/dotnet5.1/System.ComponentModel.dll", - "ref/dotnet5.1/System.ComponentModel.xml", - "ref/dotnet5.1/zh-hans/System.ComponentModel.xml", - "ref/dotnet5.1/zh-hant/System.ComponentModel.xml", - "ref/net45/_._", - "ref/netcore50/de/System.ComponentModel.xml", - "ref/netcore50/es/System.ComponentModel.xml", - "ref/netcore50/fr/System.ComponentModel.xml", - "ref/netcore50/it/System.ComponentModel.xml", - "ref/netcore50/ja/System.ComponentModel.xml", - "ref/netcore50/ko/System.ComponentModel.xml", - "ref/netcore50/ru/System.ComponentModel.xml", - "ref/netcore50/System.ComponentModel.dll", - "ref/netcore50/System.ComponentModel.xml", - "ref/netcore50/zh-hans/System.ComponentModel.xml", - "ref/netcore50/zh-hant/System.ComponentModel.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "System.ComponentModel.4.0.1-beta-23516.nupkg", - "System.ComponentModel.4.0.1-beta-23516.nupkg.sha512", - "System.ComponentModel.nuspec" - ] - }, - "System.ComponentModel.EventBasedAsync/4.0.10": { - "type": "package", - "serviceable": true, - "sha512": "d6kXcHUgP0jSPXEQ6hXJYCO6CzfoCi7t9vR3BfjSQLrj4HzpuATpx1gkN7itmTW1O+wjuw6rai4378Nj6N70yw==", - "files": [ - "lib/dotnet/System.ComponentModel.EventBasedAsync.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/es/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/fr/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/it/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/ja/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/ko/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/ru/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/System.ComponentModel.EventBasedAsync.dll", - "ref/dotnet/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/zh-hans/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/zh-hant/System.ComponentModel.EventBasedAsync.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.ComponentModel.EventBasedAsync.4.0.10.nupkg", - "System.ComponentModel.EventBasedAsync.4.0.10.nupkg.sha512", - "System.ComponentModel.EventBasedAsync.nuspec" - ] - }, - "System.Console/4.0.0-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "0YTzoNamTU+6qfZEYtMuGjtkJHB1MEDyFsZ5L/x97GkZO3Bw91uwdPh0DkFwQ6E8KaQTgZAecSXoboUHAcdSLA==", - "files": [ - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Console.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Console.xml", - "ref/dotnet5.1/es/System.Console.xml", - "ref/dotnet5.1/fr/System.Console.xml", - "ref/dotnet5.1/it/System.Console.xml", - "ref/dotnet5.1/ja/System.Console.xml", - "ref/dotnet5.1/ko/System.Console.xml", - "ref/dotnet5.1/ru/System.Console.xml", - "ref/dotnet5.1/System.Console.dll", - "ref/dotnet5.1/System.Console.xml", - "ref/dotnet5.1/zh-hans/System.Console.xml", - "ref/dotnet5.1/zh-hant/System.Console.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Console.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.Console.4.0.0-beta-23516.nupkg", - "System.Console.4.0.0-beta-23516.nupkg.sha512", - "System.Console.nuspec" - ] - }, - "System.Diagnostics.Debug/4.0.11-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "wK52HdO2OW7P6hVk/Q9FCnKE9WcTDA3Yio1D8xmeE+6nfOqwWw6d+jVjgn5TSuDghudJK9xq77wseiGa6i7OTQ==", - "files": [ - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Diagnostics.Debug.xml", - "ref/dotnet5.1/es/System.Diagnostics.Debug.xml", - "ref/dotnet5.1/fr/System.Diagnostics.Debug.xml", - "ref/dotnet5.1/it/System.Diagnostics.Debug.xml", - "ref/dotnet5.1/ja/System.Diagnostics.Debug.xml", - "ref/dotnet5.1/ko/System.Diagnostics.Debug.xml", - "ref/dotnet5.1/ru/System.Diagnostics.Debug.xml", - "ref/dotnet5.1/System.Diagnostics.Debug.dll", - "ref/dotnet5.1/System.Diagnostics.Debug.xml", - "ref/dotnet5.1/zh-hans/System.Diagnostics.Debug.xml", - "ref/dotnet5.1/zh-hant/System.Diagnostics.Debug.xml", - "ref/dotnet5.4/de/System.Diagnostics.Debug.xml", - "ref/dotnet5.4/es/System.Diagnostics.Debug.xml", - "ref/dotnet5.4/fr/System.Diagnostics.Debug.xml", - "ref/dotnet5.4/it/System.Diagnostics.Debug.xml", - "ref/dotnet5.4/ja/System.Diagnostics.Debug.xml", - "ref/dotnet5.4/ko/System.Diagnostics.Debug.xml", - "ref/dotnet5.4/ru/System.Diagnostics.Debug.xml", - "ref/dotnet5.4/System.Diagnostics.Debug.dll", - "ref/dotnet5.4/System.Diagnostics.Debug.xml", - "ref/dotnet5.4/zh-hans/System.Diagnostics.Debug.xml", - "ref/dotnet5.4/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/de/System.Diagnostics.Debug.xml", - "ref/netcore50/es/System.Diagnostics.Debug.xml", - "ref/netcore50/fr/System.Diagnostics.Debug.xml", - "ref/netcore50/it/System.Diagnostics.Debug.xml", - "ref/netcore50/ja/System.Diagnostics.Debug.xml", - "ref/netcore50/ko/System.Diagnostics.Debug.xml", - "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", - "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", - "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.Diagnostics.Debug.4.0.11-beta-23516.nupkg", - "System.Diagnostics.Debug.4.0.11-beta-23516.nupkg.sha512", - "System.Diagnostics.Debug.nuspec" - ] - }, - "System.Diagnostics.Process/4.1.0-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "uXV0y5jByAnFDoQRHVpsMvqzjYeIhSSiKP0U++erIae/9DFULDlhxpzJsKVC2BU44QGyGoShUbgxBuFyMr3gPA==", - "files": [ - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Diagnostics.Process.dll", - "lib/net461/System.Diagnostics.Process.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.4/de/System.Diagnostics.Process.xml", - "ref/dotnet5.4/es/System.Diagnostics.Process.xml", - "ref/dotnet5.4/fr/System.Diagnostics.Process.xml", - "ref/dotnet5.4/it/System.Diagnostics.Process.xml", - "ref/dotnet5.4/ja/System.Diagnostics.Process.xml", - "ref/dotnet5.4/ko/System.Diagnostics.Process.xml", - "ref/dotnet5.4/ru/System.Diagnostics.Process.xml", - "ref/dotnet5.4/System.Diagnostics.Process.dll", - "ref/dotnet5.4/System.Diagnostics.Process.xml", - "ref/dotnet5.4/zh-hans/System.Diagnostics.Process.xml", - "ref/dotnet5.4/zh-hant/System.Diagnostics.Process.xml", - "ref/dotnet5.5/de/System.Diagnostics.Process.xml", - "ref/dotnet5.5/es/System.Diagnostics.Process.xml", - "ref/dotnet5.5/fr/System.Diagnostics.Process.xml", - "ref/dotnet5.5/it/System.Diagnostics.Process.xml", - "ref/dotnet5.5/ja/System.Diagnostics.Process.xml", - "ref/dotnet5.5/ko/System.Diagnostics.Process.xml", - "ref/dotnet5.5/ru/System.Diagnostics.Process.xml", - "ref/dotnet5.5/System.Diagnostics.Process.dll", - "ref/dotnet5.5/System.Diagnostics.Process.xml", - "ref/dotnet5.5/zh-hans/System.Diagnostics.Process.xml", - "ref/dotnet5.5/zh-hant/System.Diagnostics.Process.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Diagnostics.Process.dll", - "ref/net461/System.Diagnostics.Process.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.Diagnostics.Process.4.1.0-beta-23516.nupkg", - "System.Diagnostics.Process.4.1.0-beta-23516.nupkg.sha512", - "System.Diagnostics.Process.nuspec" - ] - }, - "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "QWUb6sy/cExgafE5Xdvpyy4ev2pm129Pof7M2jDmwm0cTuXmBXShwuGrqGPYnvtH+41Eo1fiHLqZneKj5qhjSw==", - "files": [ - "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Diagnostics.TextWriterTraceListener.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Diagnostics.TextWriterTraceListener.xml", - "ref/dotnet5.1/es/System.Diagnostics.TextWriterTraceListener.xml", - "ref/dotnet5.1/fr/System.Diagnostics.TextWriterTraceListener.xml", - "ref/dotnet5.1/it/System.Diagnostics.TextWriterTraceListener.xml", - "ref/dotnet5.1/ja/System.Diagnostics.TextWriterTraceListener.xml", - "ref/dotnet5.1/ko/System.Diagnostics.TextWriterTraceListener.xml", - "ref/dotnet5.1/ru/System.Diagnostics.TextWriterTraceListener.xml", - "ref/dotnet5.1/System.Diagnostics.TextWriterTraceListener.dll", - "ref/dotnet5.1/System.Diagnostics.TextWriterTraceListener.xml", - "ref/dotnet5.1/zh-hans/System.Diagnostics.TextWriterTraceListener.xml", - "ref/dotnet5.1/zh-hant/System.Diagnostics.TextWriterTraceListener.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Diagnostics.TextWriterTraceListener.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Diagnostics.TextWriterTraceListener.4.0.0-beta-23516.nupkg", - "System.Diagnostics.TextWriterTraceListener.4.0.0-beta-23516.nupkg.sha512", - "System.Diagnostics.TextWriterTraceListener.nuspec" - ] - }, - "System.Diagnostics.Tools/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "uw5Qi2u5Cgtv4xv3+8DeB63iaprPcaEHfpeJqlJiLjIVy6v0La4ahJ6VW9oPbJNIjcavd24LKq0ctT9ssuQXsw==", - "files": [ - "lib/DNXCore50/System.Diagnostics.Tools.dll", - "lib/net45/_._", - "lib/netcore50/System.Diagnostics.Tools.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "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/net45/_._", - "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.4.0.0.nupkg", - "System.Diagnostics.Tools.4.0.0.nupkg.sha512", - "System.Diagnostics.Tools.nuspec" - ] - }, - "System.Diagnostics.TraceSource/4.0.0-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "OIWB5pvMqOdCraAtiJBhRahrsnP2sNaXbCZNdAadzwiPLzRI7EvLTc7/NlkFDxm3I6YKVGxnJ5aO+YJ/XPC8yw==", - "files": [ - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Diagnostics.TraceSource.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Diagnostics.TraceSource.xml", - "ref/dotnet5.1/es/System.Diagnostics.TraceSource.xml", - "ref/dotnet5.1/fr/System.Diagnostics.TraceSource.xml", - "ref/dotnet5.1/it/System.Diagnostics.TraceSource.xml", - "ref/dotnet5.1/ja/System.Diagnostics.TraceSource.xml", - "ref/dotnet5.1/ko/System.Diagnostics.TraceSource.xml", - "ref/dotnet5.1/ru/System.Diagnostics.TraceSource.xml", - "ref/dotnet5.1/System.Diagnostics.TraceSource.dll", - "ref/dotnet5.1/System.Diagnostics.TraceSource.xml", - "ref/dotnet5.1/zh-hans/System.Diagnostics.TraceSource.xml", - "ref/dotnet5.1/zh-hant/System.Diagnostics.TraceSource.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Diagnostics.TraceSource.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.Diagnostics.TraceSource.4.0.0-beta-23516.nupkg", - "System.Diagnostics.TraceSource.4.0.0-beta-23516.nupkg.sha512", - "System.Diagnostics.TraceSource.nuspec" - ] - }, - "System.Diagnostics.Tracing/4.0.20": { - "type": "package", - "serviceable": true, - "sha512": "gn/wexGHc35Fv++5L1gYHMY5g25COfiZ0PGrL+3PfwzoJd4X2LbTAm/U8d385SI6BKQBI/z4dQfvneS9J27+Tw==", - "files": [ - "lib/DNXCore50/System.Diagnostics.Tracing.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Diagnostics.Tracing.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Diagnostics.Tracing.xml", - "ref/dotnet/es/System.Diagnostics.Tracing.xml", - "ref/dotnet/fr/System.Diagnostics.Tracing.xml", - "ref/dotnet/it/System.Diagnostics.Tracing.xml", - "ref/dotnet/ja/System.Diagnostics.Tracing.xml", - "ref/dotnet/ko/System.Diagnostics.Tracing.xml", - "ref/dotnet/ru/System.Diagnostics.Tracing.xml", - "ref/dotnet/System.Diagnostics.Tracing.dll", - "ref/dotnet/System.Diagnostics.Tracing.xml", - "ref/dotnet/zh-hans/System.Diagnostics.Tracing.xml", - "ref/dotnet/zh-hant/System.Diagnostics.Tracing.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll", - "System.Diagnostics.Tracing.4.0.20.nupkg", - "System.Diagnostics.Tracing.4.0.20.nupkg.sha512", - "System.Diagnostics.Tracing.nuspec" - ] - }, - "System.Globalization/4.0.11-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "htoF4cS3WhCkU3HloMj3mz+h2FHnF8Hz0po/26otT5e46LlJ8p7LpFpxckxVviyYg9Fab9gr8aIB0ZDN9Cjpig==", - "files": [ - "lib/DNXCore50/System.Globalization.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Globalization.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Globalization.xml", - "ref/dotnet5.1/es/System.Globalization.xml", - "ref/dotnet5.1/fr/System.Globalization.xml", - "ref/dotnet5.1/it/System.Globalization.xml", - "ref/dotnet5.1/ja/System.Globalization.xml", - "ref/dotnet5.1/ko/System.Globalization.xml", - "ref/dotnet5.1/ru/System.Globalization.xml", - "ref/dotnet5.1/System.Globalization.dll", - "ref/dotnet5.1/System.Globalization.xml", - "ref/dotnet5.1/zh-hans/System.Globalization.xml", - "ref/dotnet5.1/zh-hant/System.Globalization.xml", - "ref/dotnet5.4/de/System.Globalization.xml", - "ref/dotnet5.4/es/System.Globalization.xml", - "ref/dotnet5.4/fr/System.Globalization.xml", - "ref/dotnet5.4/it/System.Globalization.xml", - "ref/dotnet5.4/ja/System.Globalization.xml", - "ref/dotnet5.4/ko/System.Globalization.xml", - "ref/dotnet5.4/ru/System.Globalization.xml", - "ref/dotnet5.4/System.Globalization.dll", - "ref/dotnet5.4/System.Globalization.xml", - "ref/dotnet5.4/zh-hans/System.Globalization.xml", - "ref/dotnet5.4/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/de/System.Globalization.xml", - "ref/netcore50/es/System.Globalization.xml", - "ref/netcore50/fr/System.Globalization.xml", - "ref/netcore50/it/System.Globalization.xml", - "ref/netcore50/ja/System.Globalization.xml", - "ref/netcore50/ko/System.Globalization.xml", - "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", - "ref/netcore50/zh-hans/System.Globalization.xml", - "ref/netcore50/zh-hant/System.Globalization.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Globalization.dll", - "System.Globalization.4.0.11-beta-23516.nupkg", - "System.Globalization.4.0.11-beta-23516.nupkg.sha512", - "System.Globalization.nuspec" - ] - }, - "System.IO/4.0.11-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "dR1DaWrF0zsV2z/GVs8xVvMds6xu0ykuwv+VPou8wbpJ1XxGBK9g6v5F84DWL8Q1qi+6Kyb56wbZYdYQO8OMew==", - "files": [ - "lib/DNXCore50/System.IO.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.IO.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.IO.xml", - "ref/dotnet5.1/es/System.IO.xml", - "ref/dotnet5.1/fr/System.IO.xml", - "ref/dotnet5.1/it/System.IO.xml", - "ref/dotnet5.1/ja/System.IO.xml", - "ref/dotnet5.1/ko/System.IO.xml", - "ref/dotnet5.1/ru/System.IO.xml", - "ref/dotnet5.1/System.IO.dll", - "ref/dotnet5.1/System.IO.xml", - "ref/dotnet5.1/zh-hans/System.IO.xml", - "ref/dotnet5.1/zh-hant/System.IO.xml", - "ref/dotnet5.4/de/System.IO.xml", - "ref/dotnet5.4/es/System.IO.xml", - "ref/dotnet5.4/fr/System.IO.xml", - "ref/dotnet5.4/it/System.IO.xml", - "ref/dotnet5.4/ja/System.IO.xml", - "ref/dotnet5.4/ko/System.IO.xml", - "ref/dotnet5.4/ru/System.IO.xml", - "ref/dotnet5.4/System.IO.dll", - "ref/dotnet5.4/System.IO.xml", - "ref/dotnet5.4/zh-hans/System.IO.xml", - "ref/dotnet5.4/zh-hant/System.IO.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/de/System.IO.xml", - "ref/netcore50/es/System.IO.xml", - "ref/netcore50/fr/System.IO.xml", - "ref/netcore50/it/System.IO.xml", - "ref/netcore50/ja/System.IO.xml", - "ref/netcore50/ko/System.IO.xml", - "ref/netcore50/ru/System.IO.xml", - "ref/netcore50/System.IO.dll", - "ref/netcore50/System.IO.xml", - "ref/netcore50/zh-hans/System.IO.xml", - "ref/netcore50/zh-hant/System.IO.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.IO.dll", - "System.IO.4.0.11-beta-23516.nupkg", - "System.IO.4.0.11-beta-23516.nupkg.sha512", - "System.IO.nuspec" - ] - }, - "System.IO.Compression/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "S+ljBE3py8pujTrsOOYHtDg2cnAifn6kBu/pfh1hMWIXd8DoVh0ADTA6Puv4q+nYj+Msm6JoFLNwuRSmztbsDQ==", - "files": [ - "lib/dotnet/System.IO.Compression.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.IO.Compression.dll", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "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/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "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.4.0.0.nupkg", - "System.IO.Compression.4.0.0.nupkg.sha512", - "System.IO.Compression.nuspec" - ] - }, - "System.IO.Compression.clrcompression-x64/4.0.0": { - "type": "package", - "sha512": "Lqr+URMwKzf+8HJF6YrqEqzKzDzFJTE4OekaxqdIns71r8Ufbd8SbZa0LKl9q+7nu6Em4SkIEXVMB7plSXekOw==", - "files": [ - "runtimes/win10-x64/native/ClrCompression.dll", - "runtimes/win7-x64/native/clrcompression.dll", - "System.IO.Compression.clrcompression-x64.4.0.0.nupkg", - "System.IO.Compression.clrcompression-x64.4.0.0.nupkg.sha512", - "System.IO.Compression.clrcompression-x64.nuspec" - ] - }, - "System.IO.Compression.clrcompression-x86/4.0.0": { - "type": "package", - "sha512": "GmevpuaMRzYDXHu+xuV10fxTO8DsP7OKweWxYtkaxwVnDSj9X6RBupSiXdiveq9yj/xjZ1NbG+oRRRb99kj+VQ==", - "files": [ - "runtimes/win10-x86/native/ClrCompression.dll", - "runtimes/win7-x86/native/clrcompression.dll", - "System.IO.Compression.clrcompression-x86.4.0.0.nupkg", - "System.IO.Compression.clrcompression-x86.4.0.0.nupkg.sha512", - "System.IO.Compression.clrcompression-x86.nuspec" - ] - }, - "System.IO.FileSystem/4.0.1-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "KOYNQ6FeLQh0HdHVlp6IRjRGPCjyFvZRKfhYSDFi7DR0EHY3cC2rvfVj5HWJEW5KlSaa01Ct25m06yVnqSxwOQ==", - "files": [ - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.IO.FileSystem.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.4/de/System.IO.FileSystem.xml", - "ref/dotnet5.4/es/System.IO.FileSystem.xml", - "ref/dotnet5.4/fr/System.IO.FileSystem.xml", - "ref/dotnet5.4/it/System.IO.FileSystem.xml", - "ref/dotnet5.4/ja/System.IO.FileSystem.xml", - "ref/dotnet5.4/ko/System.IO.FileSystem.xml", - "ref/dotnet5.4/ru/System.IO.FileSystem.xml", - "ref/dotnet5.4/System.IO.FileSystem.dll", - "ref/dotnet5.4/System.IO.FileSystem.xml", - "ref/dotnet5.4/zh-hans/System.IO.FileSystem.xml", - "ref/dotnet5.4/zh-hant/System.IO.FileSystem.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.IO.FileSystem.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.IO.FileSystem.4.0.1-beta-23516.nupkg", - "System.IO.FileSystem.4.0.1-beta-23516.nupkg.sha512", - "System.IO.FileSystem.nuspec" - ] - }, - "System.IO.FileSystem.Primitives/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==", - "files": [ - "lib/dotnet/System.IO.FileSystem.Primitives.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.IO.FileSystem.Primitives.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "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/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.IO.FileSystem.Primitives.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.IO.FileSystem.Primitives.4.0.0.nupkg", - "System.IO.FileSystem.Primitives.4.0.0.nupkg.sha512", - "System.IO.FileSystem.Primitives.nuspec" - ] - }, - "System.Linq/4.0.1-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "uNxm2RB+kMeiKnY26iPvOtJLzTzNaAF4A2qqyzev6j8x8w2Dr+gg7LF7BHCwC55N7OirhHrAWUb3C0n4oi9qYw==", - "files": [ - "lib/dotnet5.4/System.Linq.dll", - "lib/net45/_._", - "lib/netcore50/System.Linq.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "ref/dotnet5.1/de/System.Linq.xml", - "ref/dotnet5.1/es/System.Linq.xml", - "ref/dotnet5.1/fr/System.Linq.xml", - "ref/dotnet5.1/it/System.Linq.xml", - "ref/dotnet5.1/ja/System.Linq.xml", - "ref/dotnet5.1/ko/System.Linq.xml", - "ref/dotnet5.1/ru/System.Linq.xml", - "ref/dotnet5.1/System.Linq.dll", - "ref/dotnet5.1/System.Linq.xml", - "ref/dotnet5.1/zh-hans/System.Linq.xml", - "ref/dotnet5.1/zh-hant/System.Linq.xml", - "ref/net45/_._", - "ref/netcore50/de/System.Linq.xml", - "ref/netcore50/es/System.Linq.xml", - "ref/netcore50/fr/System.Linq.xml", - "ref/netcore50/it/System.Linq.xml", - "ref/netcore50/ja/System.Linq.xml", - "ref/netcore50/ko/System.Linq.xml", - "ref/netcore50/ru/System.Linq.xml", - "ref/netcore50/System.Linq.dll", - "ref/netcore50/System.Linq.xml", - "ref/netcore50/zh-hans/System.Linq.xml", - "ref/netcore50/zh-hant/System.Linq.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.4.0.1-beta-23516.nupkg", - "System.Linq.4.0.1-beta-23516.nupkg.sha512", - "System.Linq.nuspec" - ] - }, - "System.Linq.Expressions/4.0.11-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "YEl5oyF5fifLbHHP099cvb/6f2r2h1QVHzoaoINPHOZtpNec+RfqvzETXcYDIdHT7l+bBAYsBuVUkBgfQEoYfQ==", - "files": [ - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Linq.Expressions.xml", - "ref/dotnet5.1/es/System.Linq.Expressions.xml", - "ref/dotnet5.1/fr/System.Linq.Expressions.xml", - "ref/dotnet5.1/it/System.Linq.Expressions.xml", - "ref/dotnet5.1/ja/System.Linq.Expressions.xml", - "ref/dotnet5.1/ko/System.Linq.Expressions.xml", - "ref/dotnet5.1/ru/System.Linq.Expressions.xml", - "ref/dotnet5.1/System.Linq.Expressions.dll", - "ref/dotnet5.1/System.Linq.Expressions.xml", - "ref/dotnet5.1/zh-hans/System.Linq.Expressions.xml", - "ref/dotnet5.1/zh-hant/System.Linq.Expressions.xml", - "ref/dotnet5.4/de/System.Linq.Expressions.xml", - "ref/dotnet5.4/es/System.Linq.Expressions.xml", - "ref/dotnet5.4/fr/System.Linq.Expressions.xml", - "ref/dotnet5.4/it/System.Linq.Expressions.xml", - "ref/dotnet5.4/ja/System.Linq.Expressions.xml", - "ref/dotnet5.4/ko/System.Linq.Expressions.xml", - "ref/dotnet5.4/ru/System.Linq.Expressions.xml", - "ref/dotnet5.4/System.Linq.Expressions.dll", - "ref/dotnet5.4/System.Linq.Expressions.xml", - "ref/dotnet5.4/zh-hans/System.Linq.Expressions.xml", - "ref/dotnet5.4/zh-hant/System.Linq.Expressions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/de/System.Linq.Expressions.xml", - "ref/netcore50/es/System.Linq.Expressions.xml", - "ref/netcore50/fr/System.Linq.Expressions.xml", - "ref/netcore50/it/System.Linq.Expressions.xml", - "ref/netcore50/ja/System.Linq.Expressions.xml", - "ref/netcore50/ko/System.Linq.Expressions.xml", - "ref/netcore50/ru/System.Linq.Expressions.xml", - "ref/netcore50/System.Linq.Expressions.dll", - "ref/netcore50/System.Linq.Expressions.xml", - "ref/netcore50/zh-hans/System.Linq.Expressions.xml", - "ref/netcore50/zh-hant/System.Linq.Expressions.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.Linq.Expressions.4.0.11-beta-23516.nupkg", - "System.Linq.Expressions.4.0.11-beta-23516.nupkg.sha512", - "System.Linq.Expressions.nuspec" - ] - }, - "System.Net.Http/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "mZuAl7jw/mFY8jUq4ITKECxVBh9a8SJt9BC/+lJbmo7cRKspxE3PsITz+KiaCEsexN5WYPzwBOx0oJH/0HlPyQ==", - "files": [ - "lib/DNXCore50/System.Net.Http.dll", - "lib/net45/_._", - "lib/netcore50/System.Net.Http.dll", - "lib/win8/_._", - "lib/wpa81/_._", - "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/net45/_._", - "ref/netcore50/System.Net.Http.dll", - "ref/netcore50/System.Net.Http.xml", - "ref/win8/_._", - "ref/wpa81/_._", - "System.Net.Http.4.0.0.nupkg", - "System.Net.Http.4.0.0.nupkg.sha512", - "System.Net.Http.nuspec" - ] - }, - "System.Net.Primitives/4.0.11-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "lEMwORLJNk7tEAO+4RJ/aPjF2KlismwYxCYgqJZza3ArRznAqrzKeCpcnBlo3zJPHjR1tSNhRWk9SLRGGV2K3Q==", - "files": [ - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Net.Primitives.xml", - "ref/dotnet5.1/es/System.Net.Primitives.xml", - "ref/dotnet5.1/fr/System.Net.Primitives.xml", - "ref/dotnet5.1/it/System.Net.Primitives.xml", - "ref/dotnet5.1/ja/System.Net.Primitives.xml", - "ref/dotnet5.1/ko/System.Net.Primitives.xml", - "ref/dotnet5.1/ru/System.Net.Primitives.xml", - "ref/dotnet5.1/System.Net.Primitives.dll", - "ref/dotnet5.1/System.Net.Primitives.xml", - "ref/dotnet5.1/zh-hans/System.Net.Primitives.xml", - "ref/dotnet5.1/zh-hant/System.Net.Primitives.xml", - "ref/dotnet5.2/de/System.Net.Primitives.xml", - "ref/dotnet5.2/es/System.Net.Primitives.xml", - "ref/dotnet5.2/fr/System.Net.Primitives.xml", - "ref/dotnet5.2/it/System.Net.Primitives.xml", - "ref/dotnet5.2/ja/System.Net.Primitives.xml", - "ref/dotnet5.2/ko/System.Net.Primitives.xml", - "ref/dotnet5.2/ru/System.Net.Primitives.xml", - "ref/dotnet5.2/System.Net.Primitives.dll", - "ref/dotnet5.2/System.Net.Primitives.xml", - "ref/dotnet5.2/zh-hans/System.Net.Primitives.xml", - "ref/dotnet5.2/zh-hant/System.Net.Primitives.xml", - "ref/dotnet5.4/de/System.Net.Primitives.xml", - "ref/dotnet5.4/es/System.Net.Primitives.xml", - "ref/dotnet5.4/fr/System.Net.Primitives.xml", - "ref/dotnet5.4/it/System.Net.Primitives.xml", - "ref/dotnet5.4/ja/System.Net.Primitives.xml", - "ref/dotnet5.4/ko/System.Net.Primitives.xml", - "ref/dotnet5.4/ru/System.Net.Primitives.xml", - "ref/dotnet5.4/System.Net.Primitives.dll", - "ref/dotnet5.4/System.Net.Primitives.xml", - "ref/dotnet5.4/zh-hans/System.Net.Primitives.xml", - "ref/dotnet5.4/zh-hant/System.Net.Primitives.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/de/System.Net.Primitives.xml", - "ref/netcore50/es/System.Net.Primitives.xml", - "ref/netcore50/fr/System.Net.Primitives.xml", - "ref/netcore50/it/System.Net.Primitives.xml", - "ref/netcore50/ja/System.Net.Primitives.xml", - "ref/netcore50/ko/System.Net.Primitives.xml", - "ref/netcore50/ru/System.Net.Primitives.xml", - "ref/netcore50/System.Net.Primitives.dll", - "ref/netcore50/System.Net.Primitives.xml", - "ref/netcore50/zh-hans/System.Net.Primitives.xml", - "ref/netcore50/zh-hant/System.Net.Primitives.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.Net.Primitives.4.0.11-beta-23516.nupkg", - "System.Net.Primitives.4.0.11-beta-23516.nupkg.sha512", - "System.Net.Primitives.nuspec" - ] - }, - "System.Net.Sockets/4.1.0-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "Q2D1ew24ZIH4kOE4ZJCrtvNfSSiea3yOeqow2jsgEPJ9Gafu8atlU5EGfXM0LQvtsIeQ9i1YwqdyZQHaL/RySg==", - "files": [ - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Net.Sockets.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.4/de/System.Net.Sockets.xml", - "ref/dotnet5.4/es/System.Net.Sockets.xml", - "ref/dotnet5.4/fr/System.Net.Sockets.xml", - "ref/dotnet5.4/it/System.Net.Sockets.xml", - "ref/dotnet5.4/ja/System.Net.Sockets.xml", - "ref/dotnet5.4/ko/System.Net.Sockets.xml", - "ref/dotnet5.4/ru/System.Net.Sockets.xml", - "ref/dotnet5.4/System.Net.Sockets.dll", - "ref/dotnet5.4/System.Net.Sockets.xml", - "ref/dotnet5.4/zh-hans/System.Net.Sockets.xml", - "ref/dotnet5.4/zh-hant/System.Net.Sockets.xml", - "ref/dotnet5.5/de/System.Net.Sockets.xml", - "ref/dotnet5.5/es/System.Net.Sockets.xml", - "ref/dotnet5.5/fr/System.Net.Sockets.xml", - "ref/dotnet5.5/it/System.Net.Sockets.xml", - "ref/dotnet5.5/ja/System.Net.Sockets.xml", - "ref/dotnet5.5/ko/System.Net.Sockets.xml", - "ref/dotnet5.5/ru/System.Net.Sockets.xml", - "ref/dotnet5.5/System.Net.Sockets.dll", - "ref/dotnet5.5/System.Net.Sockets.xml", - "ref/dotnet5.5/zh-hans/System.Net.Sockets.xml", - "ref/dotnet5.5/zh-hant/System.Net.Sockets.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Net.Sockets.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.Net.Sockets.4.1.0-beta-23516.nupkg", - "System.Net.Sockets.4.1.0-beta-23516.nupkg.sha512", - "System.Net.Sockets.nuspec" - ] - }, - "System.ObjectModel/4.0.0": { - "type": "package", - "sha512": "+3j/n+5SlF7PKb0/s5kdord+5RyW3uUscB+0WPuYvfAvEgyx6yPdPXU9tXdDZImRohMuWnQTAG2rFojFPfoGbA==", - "files": [ - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "License.rtf", - "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/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/de/System.ObjectModel.xml", - "ref/netcore50/es/System.ObjectModel.xml", - "ref/netcore50/fr/System.ObjectModel.xml", - "ref/netcore50/it/System.ObjectModel.xml", - "ref/netcore50/ja/System.ObjectModel.xml", - "ref/netcore50/ko/System.ObjectModel.xml", - "ref/netcore50/ru/System.ObjectModel.xml", - "ref/netcore50/System.ObjectModel.dll", - "ref/netcore50/System.ObjectModel.xml", - "ref/netcore50/zh-hans/System.ObjectModel.xml", - "ref/netcore50/zh-hant/System.ObjectModel.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.ObjectModel.4.0.0.nupkg", - "System.ObjectModel.4.0.0.nupkg.sha512", - "System.ObjectModel.nuspec" - ] - }, - "System.ObjectModel/4.0.10": { - "type": "package", - "serviceable": true, - "sha512": "Djn1wb0vP662zxbe+c3mOhvC4vkQGicsFs1Wi0/GJJpp3Eqp+oxbJ+p2Sx3O0efYueggAI5SW+BqEoczjfr1cA==", - "files": [ - "lib/dotnet/System.ObjectModel.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "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/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.ObjectModel.4.0.10.nupkg", - "System.ObjectModel.4.0.10.nupkg.sha512", - "System.ObjectModel.nuspec" - ] - }, - "System.Private.Networking/4.0.1-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "YjBc3HcJBVtoeFNe9cY33dyTGME2T7B5mwuh/wBpxuGuvBMBWqrRKWkSOmnUT7ON7/U2SkpVeM5FCeqE3QRMNw==", - "files": [ - "lib/DNXCore50/System.Private.Networking.dll", - "lib/netcore50/System.Private.Networking.dll", - "ref/dnxcore50/_._", - "ref/netcore50/_._", - "System.Private.Networking.4.0.1-beta-23516.nupkg", - "System.Private.Networking.4.0.1-beta-23516.nupkg.sha512", - "System.Private.Networking.nuspec" - ] - }, - "System.Private.Uri/4.0.1-beta-23516": { - "type": "package", - "sha512": "MG79ArOc8KhfAkjrimI5GFH4tML7XFo+Z1sEQGLPxrBlwfbITwrrNfYb3YoH6CpAlJHc4pcs/gZrUas/pEkTdg==", - "files": [ - "ref/dnxcore50/_._", - "ref/netcore50/_._", - "runtime.json", - "System.Private.Uri.4.0.1-beta-23516.nupkg", - "System.Private.Uri.4.0.1-beta-23516.nupkg.sha512", - "System.Private.Uri.nuspec" - ] - }, - "System.Reflection/4.1.0-beta-23225": { - "type": "package", - "serviceable": true, - "sha512": "WbLtaCxoe5XdqEyZuGpemSQ8YBJ8cj11zx+yxOxJfHbNrmu7oMQ29+J50swaqg3soUc3BVBMqfIhb/7gocDHQA==", - "files": [ - "lib/DNXCore50/System.Reflection.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Reflection.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.Reflection.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Reflection.dll", - "System.Reflection.4.1.0-beta-23225.nupkg", - "System.Reflection.4.1.0-beta-23225.nupkg.sha512", - "System.Reflection.nuspec" - ] - }, - "System.Reflection.Emit/4.0.0": { - "type": "package", - "sha512": "CqnQz5LbNbiSxN10cv3Ehnw3j1UZOBCxnE0OO0q/keGQ5ENjyFM6rIG4gm/i0dX6EjdpYkAgKcI/mhZZCaBq4A==", - "files": [ - "lib/DNXCore50/System.Reflection.Emit.dll", - "lib/MonoAndroid10/_._", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Emit.dll", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Reflection.Emit.xml", - "ref/dotnet/es/System.Reflection.Emit.xml", - "ref/dotnet/fr/System.Reflection.Emit.xml", - "ref/dotnet/it/System.Reflection.Emit.xml", - "ref/dotnet/ja/System.Reflection.Emit.xml", - "ref/dotnet/ko/System.Reflection.Emit.xml", - "ref/dotnet/ru/System.Reflection.Emit.xml", - "ref/dotnet/System.Reflection.Emit.dll", - "ref/dotnet/System.Reflection.Emit.xml", - "ref/dotnet/zh-hans/System.Reflection.Emit.xml", - "ref/dotnet/zh-hant/System.Reflection.Emit.xml", - "ref/MonoAndroid10/_._", - "ref/net45/_._", - "ref/xamarinmac20/_._", - "System.Reflection.Emit.4.0.0.nupkg", - "System.Reflection.Emit.4.0.0.nupkg.sha512", - "System.Reflection.Emit.nuspec" - ] - }, - "System.Reflection.Emit.ILGeneration/4.0.0": { - "type": "package", - "sha512": "02okuusJ0GZiHZSD2IOLIN41GIn6qOr7i5+86C98BPuhlwWqVABwebiGNvhDiXP1f9a6CxEigC7foQD42klcDg==", - "files": [ - "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", - "lib/wp80/_._", - "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/net45/_._", - "ref/wp80/_._", - "System.Reflection.Emit.ILGeneration.4.0.0.nupkg", - "System.Reflection.Emit.ILGeneration.4.0.0.nupkg.sha512", - "System.Reflection.Emit.ILGeneration.nuspec" - ] - }, - "System.Reflection.Emit.Lightweight/4.0.0": { - "type": "package", - "sha512": "DJZhHiOdkN08xJgsJfDjkuOreLLmMcU8qkEEqEHqyhkPUZMMQs0lE8R+6+68BAFWgcdzxtNu0YmIOtEug8j00w==", - "files": [ - "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Emit.Lightweight.dll", - "lib/wp80/_._", - "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/net45/_._", - "ref/wp80/_._", - "System.Reflection.Emit.Lightweight.4.0.0.nupkg", - "System.Reflection.Emit.Lightweight.4.0.0.nupkg.sha512", - "System.Reflection.Emit.Lightweight.nuspec" - ] - }, - "System.Reflection.Extensions/4.0.1-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "CiaYbkU2dzOSTSB7X/xLvlae3rop8xz62XjflUSnyCaRPB5XaQR4JasHW07/lRKJowt67Km7K1LMpYEmoRku8w==", - "files": [ - "lib/DNXCore50/System.Reflection.Extensions.dll", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Extensions.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "ref/dotnet5.1/de/System.Reflection.Extensions.xml", - "ref/dotnet5.1/es/System.Reflection.Extensions.xml", - "ref/dotnet5.1/fr/System.Reflection.Extensions.xml", - "ref/dotnet5.1/it/System.Reflection.Extensions.xml", - "ref/dotnet5.1/ja/System.Reflection.Extensions.xml", - "ref/dotnet5.1/ko/System.Reflection.Extensions.xml", - "ref/dotnet5.1/ru/System.Reflection.Extensions.xml", - "ref/dotnet5.1/System.Reflection.Extensions.dll", - "ref/dotnet5.1/System.Reflection.Extensions.xml", - "ref/dotnet5.1/zh-hans/System.Reflection.Extensions.xml", - "ref/dotnet5.1/zh-hant/System.Reflection.Extensions.xml", - "ref/net45/_._", - "ref/netcore50/de/System.Reflection.Extensions.xml", - "ref/netcore50/es/System.Reflection.Extensions.xml", - "ref/netcore50/fr/System.Reflection.Extensions.xml", - "ref/netcore50/it/System.Reflection.Extensions.xml", - "ref/netcore50/ja/System.Reflection.Extensions.xml", - "ref/netcore50/ko/System.Reflection.Extensions.xml", - "ref/netcore50/ru/System.Reflection.Extensions.xml", - "ref/netcore50/System.Reflection.Extensions.dll", - "ref/netcore50/System.Reflection.Extensions.xml", - "ref/netcore50/zh-hans/System.Reflection.Extensions.xml", - "ref/netcore50/zh-hant/System.Reflection.Extensions.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll", - "System.Reflection.Extensions.4.0.1-beta-23516.nupkg", - "System.Reflection.Extensions.4.0.1-beta-23516.nupkg.sha512", - "System.Reflection.Extensions.nuspec" - ] - }, - "System.Reflection.Primitives/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "n9S0XpKv2ruc17FSnaiX6nV47VfHTZ1wLjKZlAirUZCvDQCH71mVp+Ohabn0xXLh5pK2PKp45HCxkqu5Fxn/lA==", - "files": [ - "lib/DNXCore50/System.Reflection.Primitives.dll", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Primitives.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "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/net45/_._", - "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.4.0.0.nupkg", - "System.Reflection.Primitives.4.0.0.nupkg.sha512", - "System.Reflection.Primitives.nuspec" - ] - }, - "System.Reflection.TypeExtensions/4.0.1-beta-23409": { - "type": "package", - "serviceable": true, - "sha512": "n8m144jjCwhN/qtLih35a2sO33fLWm1U3eg51KxqAcAjJcw0nq1zWie8FZognBTPv7BXdW/G8xGbbvDGFoJwZA==", - "files": [ - "lib/DNXCore50/de/System.Reflection.TypeExtensions.xml", - "lib/DNXCore50/es/System.Reflection.TypeExtensions.xml", - "lib/DNXCore50/fr/System.Reflection.TypeExtensions.xml", - "lib/DNXCore50/it/System.Reflection.TypeExtensions.xml", - "lib/DNXCore50/ja/System.Reflection.TypeExtensions.xml", - "lib/DNXCore50/ko/System.Reflection.TypeExtensions.xml", - "lib/DNXCore50/ru/System.Reflection.TypeExtensions.xml", - "lib/DNXCore50/System.Reflection.TypeExtensions.dll", - "lib/DNXCore50/System.Reflection.TypeExtensions.xml", - "lib/DNXCore50/zh-hans/System.Reflection.TypeExtensions.xml", - "lib/DNXCore50/zh-hant/System.Reflection.TypeExtensions.xml", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/de/System.Reflection.TypeExtensions.xml", - "lib/net46/es/System.Reflection.TypeExtensions.xml", - "lib/net46/fr/System.Reflection.TypeExtensions.xml", - "lib/net46/it/System.Reflection.TypeExtensions.xml", - "lib/net46/ja/System.Reflection.TypeExtensions.xml", - "lib/net46/ko/System.Reflection.TypeExtensions.xml", - "lib/net46/ru/System.Reflection.TypeExtensions.xml", - "lib/net46/System.Reflection.TypeExtensions.dll", - "lib/net46/System.Reflection.TypeExtensions.xml", - "lib/net46/zh-hans/System.Reflection.TypeExtensions.xml", - "lib/net46/zh-hant/System.Reflection.TypeExtensions.xml", - "lib/netcore50/de/System.Reflection.TypeExtensions.xml", - "lib/netcore50/es/System.Reflection.TypeExtensions.xml", - "lib/netcore50/fr/System.Reflection.TypeExtensions.xml", - "lib/netcore50/it/System.Reflection.TypeExtensions.xml", - "lib/netcore50/ja/System.Reflection.TypeExtensions.xml", - "lib/netcore50/ko/System.Reflection.TypeExtensions.xml", - "lib/netcore50/ru/System.Reflection.TypeExtensions.xml", - "lib/netcore50/System.Reflection.TypeExtensions.dll", - "lib/netcore50/System.Reflection.TypeExtensions.xml", - "lib/netcore50/zh-hans/System.Reflection.TypeExtensions.xml", - "lib/netcore50/zh-hant/System.Reflection.TypeExtensions.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.Reflection.TypeExtensions.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/de/System.Reflection.TypeExtensions.xml", - "ref/net46/es/System.Reflection.TypeExtensions.xml", - "ref/net46/fr/System.Reflection.TypeExtensions.xml", - "ref/net46/it/System.Reflection.TypeExtensions.xml", - "ref/net46/ja/System.Reflection.TypeExtensions.xml", - "ref/net46/ko/System.Reflection.TypeExtensions.xml", - "ref/net46/ru/System.Reflection.TypeExtensions.xml", - "ref/net46/System.Reflection.TypeExtensions.dll", - "ref/net46/System.Reflection.TypeExtensions.xml", - "ref/net46/zh-hans/System.Reflection.TypeExtensions.xml", - "ref/net46/zh-hant/System.Reflection.TypeExtensions.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/de/System.Reflection.TypeExtensions.xml", - "runtimes/win8-aot/lib/netcore50/es/System.Reflection.TypeExtensions.xml", - "runtimes/win8-aot/lib/netcore50/fr/System.Reflection.TypeExtensions.xml", - "runtimes/win8-aot/lib/netcore50/it/System.Reflection.TypeExtensions.xml", - "runtimes/win8-aot/lib/netcore50/ja/System.Reflection.TypeExtensions.xml", - "runtimes/win8-aot/lib/netcore50/ko/System.Reflection.TypeExtensions.xml", - "runtimes/win8-aot/lib/netcore50/ru/System.Reflection.TypeExtensions.xml", - "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.dll", - "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.xml", - "runtimes/win8-aot/lib/netcore50/zh-hans/System.Reflection.TypeExtensions.xml", - "runtimes/win8-aot/lib/netcore50/zh-hant/System.Reflection.TypeExtensions.xml", - "System.Reflection.TypeExtensions.4.0.1-beta-23409.nupkg", - "System.Reflection.TypeExtensions.4.0.1-beta-23409.nupkg.sha512", - "System.Reflection.TypeExtensions.nuspec" - ] - }, - "System.Resources.ResourceManager/4.0.1-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "d1PiB1k57GP5EJZJKnJ+LgrOQCgHPnn5oySQAy4pL2MpEDDpTyTPKv+q9aRWUA25ICXaHkWJzeTkj898ePteWQ==", - "files": [ - "lib/DNXCore50/System.Resources.ResourceManager.dll", - "lib/net45/_._", - "lib/netcore50/System.Resources.ResourceManager.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "ref/dotnet5.1/de/System.Resources.ResourceManager.xml", - "ref/dotnet5.1/es/System.Resources.ResourceManager.xml", - "ref/dotnet5.1/fr/System.Resources.ResourceManager.xml", - "ref/dotnet5.1/it/System.Resources.ResourceManager.xml", - "ref/dotnet5.1/ja/System.Resources.ResourceManager.xml", - "ref/dotnet5.1/ko/System.Resources.ResourceManager.xml", - "ref/dotnet5.1/ru/System.Resources.ResourceManager.xml", - "ref/dotnet5.1/System.Resources.ResourceManager.dll", - "ref/dotnet5.1/System.Resources.ResourceManager.xml", - "ref/dotnet5.1/zh-hans/System.Resources.ResourceManager.xml", - "ref/dotnet5.1/zh-hant/System.Resources.ResourceManager.xml", - "ref/net45/_._", - "ref/netcore50/de/System.Resources.ResourceManager.xml", - "ref/netcore50/es/System.Resources.ResourceManager.xml", - "ref/netcore50/fr/System.Resources.ResourceManager.xml", - "ref/netcore50/it/System.Resources.ResourceManager.xml", - "ref/netcore50/ja/System.Resources.ResourceManager.xml", - "ref/netcore50/ko/System.Resources.ResourceManager.xml", - "ref/netcore50/ru/System.Resources.ResourceManager.xml", - "ref/netcore50/System.Resources.ResourceManager.dll", - "ref/netcore50/System.Resources.ResourceManager.xml", - "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", - "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.4.0.1-beta-23516.nupkg", - "System.Resources.ResourceManager.4.0.1-beta-23516.nupkg.sha512", - "System.Resources.ResourceManager.nuspec" - ] - }, - "System.Runtime/4.0.21-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "R174ctQjJnCIVxA2Yzp1v68wfLfPSROZWrbaSBcnEzHAQbOjprBQi37aWdr5y05Pq2J/O7h6SjTsYhVOLdiRYQ==", - "files": [ - "lib/DNXCore50/System.Runtime.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Runtime.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Runtime.xml", - "ref/dotnet5.1/es/System.Runtime.xml", - "ref/dotnet5.1/fr/System.Runtime.xml", - "ref/dotnet5.1/it/System.Runtime.xml", - "ref/dotnet5.1/ja/System.Runtime.xml", - "ref/dotnet5.1/ko/System.Runtime.xml", - "ref/dotnet5.1/ru/System.Runtime.xml", - "ref/dotnet5.1/System.Runtime.dll", - "ref/dotnet5.1/System.Runtime.xml", - "ref/dotnet5.1/zh-hans/System.Runtime.xml", - "ref/dotnet5.1/zh-hant/System.Runtime.xml", - "ref/dotnet5.3/de/System.Runtime.xml", - "ref/dotnet5.3/es/System.Runtime.xml", - "ref/dotnet5.3/fr/System.Runtime.xml", - "ref/dotnet5.3/it/System.Runtime.xml", - "ref/dotnet5.3/ja/System.Runtime.xml", - "ref/dotnet5.3/ko/System.Runtime.xml", - "ref/dotnet5.3/ru/System.Runtime.xml", - "ref/dotnet5.3/System.Runtime.dll", - "ref/dotnet5.3/System.Runtime.xml", - "ref/dotnet5.3/zh-hans/System.Runtime.xml", - "ref/dotnet5.3/zh-hant/System.Runtime.xml", - "ref/dotnet5.4/de/System.Runtime.xml", - "ref/dotnet5.4/es/System.Runtime.xml", - "ref/dotnet5.4/fr/System.Runtime.xml", - "ref/dotnet5.4/it/System.Runtime.xml", - "ref/dotnet5.4/ja/System.Runtime.xml", - "ref/dotnet5.4/ko/System.Runtime.xml", - "ref/dotnet5.4/ru/System.Runtime.xml", - "ref/dotnet5.4/System.Runtime.dll", - "ref/dotnet5.4/System.Runtime.xml", - "ref/dotnet5.4/zh-hans/System.Runtime.xml", - "ref/dotnet5.4/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/de/System.Runtime.xml", - "ref/netcore50/es/System.Runtime.xml", - "ref/netcore50/fr/System.Runtime.xml", - "ref/netcore50/it/System.Runtime.xml", - "ref/netcore50/ja/System.Runtime.xml", - "ref/netcore50/ko/System.Runtime.xml", - "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", - "ref/netcore50/zh-hans/System.Runtime.xml", - "ref/netcore50/zh-hant/System.Runtime.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", - "System.Runtime.4.0.21-beta-23516.nupkg", - "System.Runtime.4.0.21-beta-23516.nupkg.sha512", - "System.Runtime.nuspec" - ] - }, - "System.Runtime.Extensions/4.0.11-beta-23516": { + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-rc1-final": { "type": "package", "serviceable": true, - "sha512": "HX4wNPrcCV9D+jpbsJCRPuVJbcDM+JobSotQWKq40lCq0WJbJi+0lNQ/T1zHEdWcf4W2PmtMkug1rW7yKW9PiQ==", + "sha512": "kg3kR7H12Bs46TiuF7YT8A3SNXehhBcwsArIMQIH2ecXGkg5MPWDl2OR6bnQu6k0OMu9QUiv1oiwC9yU7rHWfw==", "files": [ - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Runtime.Extensions.xml", - "ref/dotnet5.1/es/System.Runtime.Extensions.xml", - "ref/dotnet5.1/fr/System.Runtime.Extensions.xml", - "ref/dotnet5.1/it/System.Runtime.Extensions.xml", - "ref/dotnet5.1/ja/System.Runtime.Extensions.xml", - "ref/dotnet5.1/ko/System.Runtime.Extensions.xml", - "ref/dotnet5.1/ru/System.Runtime.Extensions.xml", - "ref/dotnet5.1/System.Runtime.Extensions.dll", - "ref/dotnet5.1/System.Runtime.Extensions.xml", - "ref/dotnet5.1/zh-hans/System.Runtime.Extensions.xml", - "ref/dotnet5.1/zh-hant/System.Runtime.Extensions.xml", - "ref/dotnet5.4/de/System.Runtime.Extensions.xml", - "ref/dotnet5.4/es/System.Runtime.Extensions.xml", - "ref/dotnet5.4/fr/System.Runtime.Extensions.xml", - "ref/dotnet5.4/it/System.Runtime.Extensions.xml", - "ref/dotnet5.4/ja/System.Runtime.Extensions.xml", - "ref/dotnet5.4/ko/System.Runtime.Extensions.xml", - "ref/dotnet5.4/ru/System.Runtime.Extensions.xml", - "ref/dotnet5.4/System.Runtime.Extensions.dll", - "ref/dotnet5.4/System.Runtime.Extensions.xml", - "ref/dotnet5.4/zh-hans/System.Runtime.Extensions.xml", - "ref/dotnet5.4/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/de/System.Runtime.Extensions.xml", - "ref/netcore50/es/System.Runtime.Extensions.xml", - "ref/netcore50/fr/System.Runtime.Extensions.xml", - "ref/netcore50/it/System.Runtime.Extensions.xml", - "ref/netcore50/ja/System.Runtime.Extensions.xml", - "ref/netcore50/ko/System.Runtime.Extensions.xml", - "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", - "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", - "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.Runtime.Extensions.4.0.11-beta-23516.nupkg", - "System.Runtime.Extensions.4.0.11-beta-23516.nupkg.sha512", - "System.Runtime.Extensions.nuspec" + "lib/dotnet5.4/Microsoft.Dnx.Compilation.Abstractions.dll", + "lib/dotnet5.4/Microsoft.Dnx.Compilation.Abstractions.xml", + "lib/net451/Microsoft.Dnx.Compilation.Abstractions.dll", + "lib/net451/Microsoft.Dnx.Compilation.Abstractions.xml", + "Microsoft.Dnx.Compilation.Abstractions.1.0.0-rc1-final.nupkg", + "Microsoft.Dnx.Compilation.Abstractions.1.0.0-rc1-final.nupkg.sha512", + "Microsoft.Dnx.Compilation.Abstractions.nuspec" ] }, - "System.Runtime.Handles/4.0.0": { + "Microsoft.Dnx.TestHost/1.0.0-rc1-final": { "type": "package", "serviceable": true, - "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", + "sha512": "f5lDXCh4tLXXWHcuNpiyQLiOuV8HB+UjWeL70hrHyaBcssA6Oxa7KB3R/arddVwXuaXeBuGm+HVheuyhQCYGig==", "files": [ - "lib/DNXCore50/System.Runtime.Handles.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Runtime.Handles.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Runtime.Handles.xml", - "ref/dotnet/es/System.Runtime.Handles.xml", - "ref/dotnet/fr/System.Runtime.Handles.xml", - "ref/dotnet/it/System.Runtime.Handles.xml", - "ref/dotnet/ja/System.Runtime.Handles.xml", - "ref/dotnet/ko/System.Runtime.Handles.xml", - "ref/dotnet/ru/System.Runtime.Handles.xml", - "ref/dotnet/System.Runtime.Handles.dll", - "ref/dotnet/System.Runtime.Handles.xml", - "ref/dotnet/zh-hans/System.Runtime.Handles.xml", - "ref/dotnet/zh-hant/System.Runtime.Handles.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll", - "System.Runtime.Handles.4.0.0.nupkg", - "System.Runtime.Handles.4.0.0.nupkg.sha512", - "System.Runtime.Handles.nuspec" + "app/project.json", + "lib/dnx451/Microsoft.Dnx.TestHost.dll", + "lib/dnx451/Microsoft.Dnx.TestHost.xml", + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll", + "lib/dnxcore50/Microsoft.Dnx.TestHost.xml", + "Microsoft.Dnx.TestHost.1.0.0-rc1-final.nupkg", + "Microsoft.Dnx.TestHost.1.0.0-rc1-final.nupkg.sha512", + "Microsoft.Dnx.TestHost.nuspec" ] }, - "System.Runtime.InteropServices/4.0.21-beta-23516": { + "Microsoft.Dnx.Testing.Abstractions/1.0.0-rc1-final": { "type": "package", "serviceable": true, - "sha512": "XRWX4yFPKQ3t3hbPReLB9d2ViTuGqMLYHGcuWteIYgoIaKtHp7Uae2xHjiUG/QZbVN6vUp+KnL04aIi5dOj8lQ==", + "sha512": "AKeTdr5IdJQaXWw5jMyFOmmWicXt6V6WNQ7l67yBpSLsrJwYjtPg++XMmDGZVTd2CHcjzgMwz3iQfhCtMR76NQ==", "files": [ - "lib/DNXCore50/System.Runtime.InteropServices.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Runtime.InteropServices.dll", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.2/de/System.Runtime.InteropServices.xml", - "ref/dotnet5.2/es/System.Runtime.InteropServices.xml", - "ref/dotnet5.2/fr/System.Runtime.InteropServices.xml", - "ref/dotnet5.2/it/System.Runtime.InteropServices.xml", - "ref/dotnet5.2/ja/System.Runtime.InteropServices.xml", - "ref/dotnet5.2/ko/System.Runtime.InteropServices.xml", - "ref/dotnet5.2/ru/System.Runtime.InteropServices.xml", - "ref/dotnet5.2/System.Runtime.InteropServices.dll", - "ref/dotnet5.2/System.Runtime.InteropServices.xml", - "ref/dotnet5.2/zh-hans/System.Runtime.InteropServices.xml", - "ref/dotnet5.2/zh-hant/System.Runtime.InteropServices.xml", - "ref/dotnet5.3/de/System.Runtime.InteropServices.xml", - "ref/dotnet5.3/es/System.Runtime.InteropServices.xml", - "ref/dotnet5.3/fr/System.Runtime.InteropServices.xml", - "ref/dotnet5.3/it/System.Runtime.InteropServices.xml", - "ref/dotnet5.3/ja/System.Runtime.InteropServices.xml", - "ref/dotnet5.3/ko/System.Runtime.InteropServices.xml", - "ref/dotnet5.3/ru/System.Runtime.InteropServices.xml", - "ref/dotnet5.3/System.Runtime.InteropServices.dll", - "ref/dotnet5.3/System.Runtime.InteropServices.xml", - "ref/dotnet5.3/zh-hans/System.Runtime.InteropServices.xml", - "ref/dotnet5.3/zh-hant/System.Runtime.InteropServices.xml", - "ref/dotnet5.4/de/System.Runtime.InteropServices.xml", - "ref/dotnet5.4/es/System.Runtime.InteropServices.xml", - "ref/dotnet5.4/fr/System.Runtime.InteropServices.xml", - "ref/dotnet5.4/it/System.Runtime.InteropServices.xml", - "ref/dotnet5.4/ja/System.Runtime.InteropServices.xml", - "ref/dotnet5.4/ko/System.Runtime.InteropServices.xml", - "ref/dotnet5.4/ru/System.Runtime.InteropServices.xml", - "ref/dotnet5.4/System.Runtime.InteropServices.dll", - "ref/dotnet5.4/System.Runtime.InteropServices.xml", - "ref/dotnet5.4/zh-hans/System.Runtime.InteropServices.xml", - "ref/dotnet5.4/zh-hant/System.Runtime.InteropServices.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/de/System.Runtime.InteropServices.xml", - "ref/netcore50/es/System.Runtime.InteropServices.xml", - "ref/netcore50/fr/System.Runtime.InteropServices.xml", - "ref/netcore50/it/System.Runtime.InteropServices.xml", - "ref/netcore50/ja/System.Runtime.InteropServices.xml", - "ref/netcore50/ko/System.Runtime.InteropServices.xml", - "ref/netcore50/ru/System.Runtime.InteropServices.xml", - "ref/netcore50/System.Runtime.InteropServices.dll", - "ref/netcore50/System.Runtime.InteropServices.xml", - "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml", - "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml", - "ref/win8/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll", - "System.Runtime.InteropServices.4.0.21-beta-23516.nupkg", - "System.Runtime.InteropServices.4.0.21-beta-23516.nupkg.sha512", - "System.Runtime.InteropServices.nuspec" + "lib/dotnet5.4/Microsoft.Dnx.Testing.Abstractions.dll", + "lib/dotnet5.4/Microsoft.Dnx.Testing.Abstractions.xml", + "lib/net451/Microsoft.Dnx.Testing.Abstractions.dll", + "lib/net451/Microsoft.Dnx.Testing.Abstractions.xml", + "Microsoft.Dnx.Testing.Abstractions.1.0.0-rc1-final.nupkg", + "Microsoft.Dnx.Testing.Abstractions.1.0.0-rc1-final.nupkg.sha512", + "Microsoft.Dnx.Testing.Abstractions.nuspec" ] }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23516": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-final": { "type": "package", "serviceable": true, - "sha512": "yvMpzC6Cd/UBHB3LU4z4jorW8nuitQfG171R8INxoUtNTZPBUmVhW4MW4adQYmwZ9IJ5C5rxnXKNfsvF5g9eog==", + "sha512": "MUKexXAsRZ55C7YZ26ShePZgBeW+6FbasxeIVmZ/BZIgiG4uw6yPOdfl9WvTaUL9SFK2sEPcYLatWmLfTpsOAA==", "files": [ - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.Algorithms.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.Algorithms.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.Security.Cryptography.Algorithms.4.0.0-beta-23516.nupkg", - "System.Security.Cryptography.Algorithms.4.0.0-beta-23516.nupkg.sha512", - "System.Security.Cryptography.Algorithms.nuspec" + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netcore50/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netcore50/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0-rc1-final.nupkg", + "Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0-rc1-final.nupkg.sha512", + "Microsoft.Extensions.DependencyInjection.Abstractions.nuspec" ] }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23516": { + "Microsoft.Extensions.Logging/1.0.0-rc1-final": { "type": "package", "serviceable": true, - "sha512": "YEHmq6x6u2grEuZFAX9au+6uY8SCIkA6lu4wbrt2C71RFQKWEyO5G9+pk1v0QcNPqay/38aSm9v/BoTFNQii1Q==", + "sha512": "anegHH4XHjaCmC557A0uvnJzprT44MOKr669yfiQLtITA+lQrM3aMijxjjdCREnxE8ftXuSz+6wViCvkgcAOhA==", "files": [ - "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.Primitives.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.1/System.Security.Cryptography.Primitives.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.Primitives.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Security.Cryptography.Primitives.4.0.0-beta-23516.nupkg", - "System.Security.Cryptography.Primitives.4.0.0-beta-23516.nupkg.sha512", - "System.Security.Cryptography.Primitives.nuspec" + "lib/dotnet5.4/Microsoft.Extensions.Logging.dll", + "lib/dotnet5.4/Microsoft.Extensions.Logging.xml", + "lib/net451/Microsoft.Extensions.Logging.dll", + "lib/net451/Microsoft.Extensions.Logging.xml", + "lib/netcore50/Microsoft.Extensions.Logging.dll", + "lib/netcore50/Microsoft.Extensions.Logging.xml", + "Microsoft.Extensions.Logging.1.0.0-rc1-final.nupkg", + "Microsoft.Extensions.Logging.1.0.0-rc1-final.nupkg.sha512", + "Microsoft.Extensions.Logging.nuspec" ] }, - "System.Security.Principal/4.0.0": { + "Microsoft.Extensions.Logging.Abstractions/1.0.0-rc1-final": { "type": "package", "serviceable": true, - "sha512": "FOhq3jUOONi6fp5j3nPYJMrKtSJlqAURpjiO3FaDIV4DJNEYymWW5uh1pfxySEB8dtAW+I66IypzNge/w9OzZQ==", + "sha512": "ejGO1JhPXMsCCSyH12xwkOYsb9oBv2gHc3LLaT2jevrD//xuQizWaxpVk0/rHGdORkWdp+kT2Qmuz/sLyNWW/g==", "files": [ - "lib/dotnet/System.Security.Principal.dll", - "lib/net45/_._", - "lib/netcore50/System.Security.Principal.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "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/net45/_._", - "ref/netcore50/System.Security.Principal.dll", - "ref/netcore50/System.Security.Principal.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "System.Security.Principal.4.0.0.nupkg", - "System.Security.Principal.4.0.0.nupkg.sha512", - "System.Security.Principal.nuspec" + "lib/dotnet5.4/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/dotnet5.4/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net451/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net451/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/netcore50/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/netcore50/Microsoft.Extensions.Logging.Abstractions.xml", + "Microsoft.Extensions.Logging.Abstractions.1.0.0-rc1-final.nupkg", + "Microsoft.Extensions.Logging.Abstractions.1.0.0-rc1-final.nupkg.sha512", + "Microsoft.Extensions.Logging.Abstractions.nuspec" ] }, - "System.Text.Encoding/4.0.10": { + "Microsoft.Extensions.PlatformAbstractions/1.0.0-rc1-final": { "type": "package", - "sha512": "fNlSFgy4OuDlJrP9SFFxMlaLazq6ipv15sU5TiEgg9UCVnA/OgoVUfymFp4AOk1jOkW5SVxWbeeIUptcM+m/Vw==", + "serviceable": true, + "sha512": "26HS4c6MBisN+D7XUr8HObOI/JJvSJQYQR//Bfw/hi9UqhqK3lFpNKjOuYHI+gTxYdXT46HqZiz4D+k7d+ob3A==", "files": [ - "lib/DNXCore50/System.Text.Encoding.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Text.Encoding.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Text.Encoding.xml", - "ref/dotnet/es/System.Text.Encoding.xml", - "ref/dotnet/fr/System.Text.Encoding.xml", - "ref/dotnet/it/System.Text.Encoding.xml", - "ref/dotnet/ja/System.Text.Encoding.xml", - "ref/dotnet/ko/System.Text.Encoding.xml", - "ref/dotnet/ru/System.Text.Encoding.xml", - "ref/dotnet/System.Text.Encoding.dll", - "ref/dotnet/System.Text.Encoding.xml", - "ref/dotnet/zh-hans/System.Text.Encoding.xml", - "ref/dotnet/zh-hant/System.Text.Encoding.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll", - "System.Text.Encoding.4.0.10.nupkg", - "System.Text.Encoding.4.0.10.nupkg.sha512", - "System.Text.Encoding.nuspec" + "lib/dotnet5.4/Microsoft.Extensions.PlatformAbstractions.dll", + "lib/dotnet5.4/Microsoft.Extensions.PlatformAbstractions.xml", + "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll", + "lib/net451/Microsoft.Extensions.PlatformAbstractions.xml", + "Microsoft.Extensions.PlatformAbstractions.1.0.0-rc1-final.nupkg", + "Microsoft.Extensions.PlatformAbstractions.1.0.0-rc1-final.nupkg.sha512", + "Microsoft.Extensions.PlatformAbstractions.nuspec" ] }, - "System.Text.Encoding.Extensions/4.0.10": { + "Newtonsoft.Json/7.0.1": { "type": "package", - "sha512": "TZvlwXMxKo3bSRIcsWZLCIzIhLbvlz+mGeKYRZv/zUiSoQzGOwkYeBu6hOw2XPQgKqT0F4Rv8zqKdvmp2fWKYg==", + "sha512": "q3V4KLetMLnt1gpAVWgtXnHjKs0UG/RalBc29u2ZKxd5t5Ze4JBL5WiiYIklJyK/5CRiIiNwigVQUo0FgbsuWA==", "files": [ - "lib/DNXCore50/System.Text.Encoding.Extensions.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Text.Encoding.Extensions.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Text.Encoding.Extensions.xml", - "ref/dotnet/es/System.Text.Encoding.Extensions.xml", - "ref/dotnet/fr/System.Text.Encoding.Extensions.xml", - "ref/dotnet/it/System.Text.Encoding.Extensions.xml", - "ref/dotnet/ja/System.Text.Encoding.Extensions.xml", - "ref/dotnet/ko/System.Text.Encoding.Extensions.xml", - "ref/dotnet/ru/System.Text.Encoding.Extensions.xml", - "ref/dotnet/System.Text.Encoding.Extensions.dll", - "ref/dotnet/System.Text.Encoding.Extensions.xml", - "ref/dotnet/zh-hans/System.Text.Encoding.Extensions.xml", - "ref/dotnet/zh-hant/System.Text.Encoding.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll", - "System.Text.Encoding.Extensions.4.0.10.nupkg", - "System.Text.Encoding.Extensions.4.0.10.nupkg.sha512", - "System.Text.Encoding.Extensions.nuspec" + "lib/net20/Newtonsoft.Json.dll", + "lib/net20/Newtonsoft.Json.xml", + "lib/net35/Newtonsoft.Json.dll", + "lib/net35/Newtonsoft.Json.xml", + "lib/net40/Newtonsoft.Json.dll", + "lib/net40/Newtonsoft.Json.xml", + "lib/net45/Newtonsoft.Json.dll", + "lib/net45/Newtonsoft.Json.xml", + "lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll", + "lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml", + "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll", + "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.xml", + "Newtonsoft.Json.7.0.1.nupkg", + "Newtonsoft.Json.7.0.1.nupkg.sha512", + "Newtonsoft.Json.nuspec", + "tools/install.ps1" ] }, "System.Text.RegularExpressions/4.0.11-beta-23516": { @@ -6380,310 +958,6 @@ "System.Text.RegularExpressions.nuspec" ] }, - "System.Threading/4.0.11-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "AiuvOzOo6CZpIIw3yGJZcs3IhiCZcy0P/ThubazmWExERHJZoOnD/jB+Bn2gxTAD0rc/ytrRdBur9PuX6DvvvA==", - "files": [ - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Threading.xml", - "ref/dotnet5.1/es/System.Threading.xml", - "ref/dotnet5.1/fr/System.Threading.xml", - "ref/dotnet5.1/it/System.Threading.xml", - "ref/dotnet5.1/ja/System.Threading.xml", - "ref/dotnet5.1/ko/System.Threading.xml", - "ref/dotnet5.1/ru/System.Threading.xml", - "ref/dotnet5.1/System.Threading.dll", - "ref/dotnet5.1/System.Threading.xml", - "ref/dotnet5.1/zh-hans/System.Threading.xml", - "ref/dotnet5.1/zh-hant/System.Threading.xml", - "ref/dotnet5.4/de/System.Threading.xml", - "ref/dotnet5.4/es/System.Threading.xml", - "ref/dotnet5.4/fr/System.Threading.xml", - "ref/dotnet5.4/it/System.Threading.xml", - "ref/dotnet5.4/ja/System.Threading.xml", - "ref/dotnet5.4/ko/System.Threading.xml", - "ref/dotnet5.4/ru/System.Threading.xml", - "ref/dotnet5.4/System.Threading.dll", - "ref/dotnet5.4/System.Threading.xml", - "ref/dotnet5.4/zh-hans/System.Threading.xml", - "ref/dotnet5.4/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/de/System.Threading.xml", - "ref/netcore50/es/System.Threading.xml", - "ref/netcore50/fr/System.Threading.xml", - "ref/netcore50/it/System.Threading.xml", - "ref/netcore50/ja/System.Threading.xml", - "ref/netcore50/ko/System.Threading.xml", - "ref/netcore50/ru/System.Threading.xml", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", - "ref/netcore50/zh-hans/System.Threading.xml", - "ref/netcore50/zh-hant/System.Threading.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.Threading.4.0.11-beta-23516.nupkg", - "System.Threading.4.0.11-beta-23516.nupkg.sha512", - "System.Threading.nuspec" - ] - }, - "System.Threading.Overlapped/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "X5LuQFhM5FTqaez3eXKJ9CbfSGZ7wj6j4hSVtxct3zmwQXLqG95qoWdvILcgN7xtrDOBIFtpiyDg0vmoI0jE2A==", - "files": [ - "lib/DNXCore50/System.Threading.Overlapped.dll", - "lib/net46/System.Threading.Overlapped.dll", - "lib/netcore50/System.Threading.Overlapped.dll", - "ref/dotnet/de/System.Threading.Overlapped.xml", - "ref/dotnet/es/System.Threading.Overlapped.xml", - "ref/dotnet/fr/System.Threading.Overlapped.xml", - "ref/dotnet/it/System.Threading.Overlapped.xml", - "ref/dotnet/ja/System.Threading.Overlapped.xml", - "ref/dotnet/ko/System.Threading.Overlapped.xml", - "ref/dotnet/ru/System.Threading.Overlapped.xml", - "ref/dotnet/System.Threading.Overlapped.dll", - "ref/dotnet/System.Threading.Overlapped.xml", - "ref/dotnet/zh-hans/System.Threading.Overlapped.xml", - "ref/dotnet/zh-hant/System.Threading.Overlapped.xml", - "ref/net46/System.Threading.Overlapped.dll", - "System.Threading.Overlapped.4.0.0.nupkg", - "System.Threading.Overlapped.4.0.0.nupkg.sha512", - "System.Threading.Overlapped.nuspec" - ] - }, - "System.Threading.Tasks/4.0.11-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "xjN0l+GsHEdV3G2lKF7DnH7kEM2OXoWq56jcvByNaiirrs1om5RyI6gwX7F4rTbkf8eZk1pjg01l4CI3nLyTKg==", - "files": [ - "lib/DNXCore50/System.Threading.Tasks.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Threading.Tasks.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Threading.Tasks.xml", - "ref/dotnet5.1/es/System.Threading.Tasks.xml", - "ref/dotnet5.1/fr/System.Threading.Tasks.xml", - "ref/dotnet5.1/it/System.Threading.Tasks.xml", - "ref/dotnet5.1/ja/System.Threading.Tasks.xml", - "ref/dotnet5.1/ko/System.Threading.Tasks.xml", - "ref/dotnet5.1/ru/System.Threading.Tasks.xml", - "ref/dotnet5.1/System.Threading.Tasks.dll", - "ref/dotnet5.1/System.Threading.Tasks.xml", - "ref/dotnet5.1/zh-hans/System.Threading.Tasks.xml", - "ref/dotnet5.1/zh-hant/System.Threading.Tasks.xml", - "ref/dotnet5.4/de/System.Threading.Tasks.xml", - "ref/dotnet5.4/es/System.Threading.Tasks.xml", - "ref/dotnet5.4/fr/System.Threading.Tasks.xml", - "ref/dotnet5.4/it/System.Threading.Tasks.xml", - "ref/dotnet5.4/ja/System.Threading.Tasks.xml", - "ref/dotnet5.4/ko/System.Threading.Tasks.xml", - "ref/dotnet5.4/ru/System.Threading.Tasks.xml", - "ref/dotnet5.4/System.Threading.Tasks.dll", - "ref/dotnet5.4/System.Threading.Tasks.xml", - "ref/dotnet5.4/zh-hans/System.Threading.Tasks.xml", - "ref/dotnet5.4/zh-hant/System.Threading.Tasks.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/de/System.Threading.Tasks.xml", - "ref/netcore50/es/System.Threading.Tasks.xml", - "ref/netcore50/fr/System.Threading.Tasks.xml", - "ref/netcore50/it/System.Threading.Tasks.xml", - "ref/netcore50/ja/System.Threading.Tasks.xml", - "ref/netcore50/ko/System.Threading.Tasks.xml", - "ref/netcore50/ru/System.Threading.Tasks.xml", - "ref/netcore50/System.Threading.Tasks.dll", - "ref/netcore50/System.Threading.Tasks.xml", - "ref/netcore50/zh-hans/System.Threading.Tasks.xml", - "ref/netcore50/zh-hant/System.Threading.Tasks.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll", - "System.Threading.Tasks.4.0.11-beta-23516.nupkg", - "System.Threading.Tasks.4.0.11-beta-23516.nupkg.sha512", - "System.Threading.Tasks.nuspec" - ] - }, - "System.Threading.Thread/4.0.0-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "2a5k/EmBXNiIoQZ8hk32KjoCVs1E5OdQtqJCHcW4qThmk+m/siQgB7zYamlRBeQ5zJs7c1l4oN/y5+YRq8oQ2Q==", - "files": [ - "lib/DNXCore50/System.Threading.Thread.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Threading.Thread.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Threading.Thread.xml", - "ref/dotnet5.1/es/System.Threading.Thread.xml", - "ref/dotnet5.1/fr/System.Threading.Thread.xml", - "ref/dotnet5.1/it/System.Threading.Thread.xml", - "ref/dotnet5.1/ja/System.Threading.Thread.xml", - "ref/dotnet5.1/ko/System.Threading.Thread.xml", - "ref/dotnet5.1/ru/System.Threading.Thread.xml", - "ref/dotnet5.1/System.Threading.Thread.dll", - "ref/dotnet5.1/System.Threading.Thread.xml", - "ref/dotnet5.1/zh-hans/System.Threading.Thread.xml", - "ref/dotnet5.1/zh-hant/System.Threading.Thread.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Threading.Thread.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.Thread.4.0.0-beta-23516.nupkg", - "System.Threading.Thread.4.0.0-beta-23516.nupkg.sha512", - "System.Threading.Thread.nuspec" - ] - }, - "System.Threading.ThreadPool/4.0.10-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "xDTdxmxDAfIMrbANWXQih80yOTbyXhU5z/2P15n3EuyJOetqKKVWEXouoD8bV25RzJHuB2rHMTZhUmbtLmEpwA==", - "files": [ - "lib/DNXCore50/System.Threading.ThreadPool.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Threading.ThreadPool.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.2/de/System.Threading.ThreadPool.xml", - "ref/dotnet5.2/es/System.Threading.ThreadPool.xml", - "ref/dotnet5.2/fr/System.Threading.ThreadPool.xml", - "ref/dotnet5.2/it/System.Threading.ThreadPool.xml", - "ref/dotnet5.2/ja/System.Threading.ThreadPool.xml", - "ref/dotnet5.2/ko/System.Threading.ThreadPool.xml", - "ref/dotnet5.2/ru/System.Threading.ThreadPool.xml", - "ref/dotnet5.2/System.Threading.ThreadPool.dll", - "ref/dotnet5.2/System.Threading.ThreadPool.xml", - "ref/dotnet5.2/zh-hans/System.Threading.ThreadPool.xml", - "ref/dotnet5.2/zh-hant/System.Threading.ThreadPool.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Threading.ThreadPool.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.ThreadPool.4.0.10-beta-23516.nupkg", - "System.Threading.ThreadPool.4.0.10-beta-23516.nupkg.sha512", - "System.Threading.ThreadPool.nuspec" - ] - }, - "System.Xml.ReaderWriter/4.0.10": { - "type": "package", - "serviceable": true, - "sha512": "VdmWWMH7otrYV7D+cviUo7XjX0jzDnD/lTGSZTlZqfIQ5PhXk85j+6P0TK9od3PnOd5ZIM+pOk01G/J+3nh9/w==", - "files": [ - "lib/dotnet/System.Xml.ReaderWriter.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Xml.ReaderWriter.xml", - "ref/dotnet/es/System.Xml.ReaderWriter.xml", - "ref/dotnet/fr/System.Xml.ReaderWriter.xml", - "ref/dotnet/it/System.Xml.ReaderWriter.xml", - "ref/dotnet/ja/System.Xml.ReaderWriter.xml", - "ref/dotnet/ko/System.Xml.ReaderWriter.xml", - "ref/dotnet/ru/System.Xml.ReaderWriter.xml", - "ref/dotnet/System.Xml.ReaderWriter.dll", - "ref/dotnet/System.Xml.ReaderWriter.xml", - "ref/dotnet/zh-hans/System.Xml.ReaderWriter.xml", - "ref/dotnet/zh-hant/System.Xml.ReaderWriter.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Xml.ReaderWriter.4.0.10.nupkg", - "System.Xml.ReaderWriter.4.0.10.nupkg.sha512", - "System.Xml.ReaderWriter.nuspec" - ] - }, - "System.Xml.XDocument/4.0.11-beta-23516": { - "type": "package", - "serviceable": true, - "sha512": "sVbIsIQ8c3UnhnV9a8/J1boDVLpfqVsolNJ/nIvrU4g3TE0RpC2yFkivPmXYpwllsa1b6ajxZcZ+ItMhhXy8vA==", - "files": [ - "lib/dotnet5.4/System.Xml.XDocument.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Xml.XDocument.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Xml.XDocument.xml", - "ref/dotnet5.1/es/System.Xml.XDocument.xml", - "ref/dotnet5.1/fr/System.Xml.XDocument.xml", - "ref/dotnet5.1/it/System.Xml.XDocument.xml", - "ref/dotnet5.1/ja/System.Xml.XDocument.xml", - "ref/dotnet5.1/ko/System.Xml.XDocument.xml", - "ref/dotnet5.1/ru/System.Xml.XDocument.xml", - "ref/dotnet5.1/System.Xml.XDocument.dll", - "ref/dotnet5.1/System.Xml.XDocument.xml", - "ref/dotnet5.1/zh-hans/System.Xml.XDocument.xml", - "ref/dotnet5.1/zh-hant/System.Xml.XDocument.xml", - "ref/dotnet5.4/de/System.Xml.XDocument.xml", - "ref/dotnet5.4/es/System.Xml.XDocument.xml", - "ref/dotnet5.4/fr/System.Xml.XDocument.xml", - "ref/dotnet5.4/it/System.Xml.XDocument.xml", - "ref/dotnet5.4/ja/System.Xml.XDocument.xml", - "ref/dotnet5.4/ko/System.Xml.XDocument.xml", - "ref/dotnet5.4/ru/System.Xml.XDocument.xml", - "ref/dotnet5.4/System.Xml.XDocument.dll", - "ref/dotnet5.4/System.Xml.XDocument.xml", - "ref/dotnet5.4/zh-hans/System.Xml.XDocument.xml", - "ref/dotnet5.4/zh-hant/System.Xml.XDocument.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/de/System.Xml.XDocument.xml", - "ref/netcore50/es/System.Xml.XDocument.xml", - "ref/netcore50/fr/System.Xml.XDocument.xml", - "ref/netcore50/it/System.Xml.XDocument.xml", - "ref/netcore50/ja/System.Xml.XDocument.xml", - "ref/netcore50/ko/System.Xml.XDocument.xml", - "ref/netcore50/ru/System.Xml.XDocument.xml", - "ref/netcore50/System.Xml.XDocument.dll", - "ref/netcore50/System.Xml.XDocument.xml", - "ref/netcore50/zh-hans/System.Xml.XDocument.xml", - "ref/netcore50/zh-hant/System.Xml.XDocument.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Xml.XDocument.4.0.11-beta-23516.nupkg", - "System.Xml.XDocument.4.0.11-beta-23516.nupkg.sha512", - "System.Xml.XDocument.nuspec" - ] - }, "xunit/2.1.0": { "type": "package", "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", @@ -6849,13 +1123,12 @@ } }, "projectFileDependencyGroups": { - "": [ + "": [], + "DNX,Version=v4.5.1": [ "xunit >= 2.1.0", "xunit.runner.dnx >= 2.1.0-rc1-build204", "System.Text.RegularExpressions >= 4.0.11-beta-23516", - "Tynamix.ObjectFiller >= 1.4.1" - ], - "DNXCore,Version=v5.0": [], - "DNX,Version=v4.5.1": [] + "Tynamix.ObjectFiller >= 1.4.2" + ] } } \ No newline at end of file diff --git a/Tynamix.ObjectFiller/Filler.cs b/Tynamix.ObjectFiller/Filler.cs index cf89d79..fa014e8 100644 --- a/Tynamix.ObjectFiller/Filler.cs +++ b/Tynamix.ObjectFiller/Filler.cs @@ -13,6 +13,7 @@ namespace Tynamix.ObjectFiller using System; using System.Collections; using System.Collections.Generic; + using System.Collections.ObjectModel; using System.Linq; using System.Reflection; @@ -254,9 +255,29 @@ private static bool TypeIsDictionary(Type type) /// private static bool TypeIsList(Type type) { - return !type.IsArray && type.IsGenericType() && type.GetGenericTypeArguments().Length != 0 + return !type.IsArray + && type.IsGenericType() + && type.GetGenericTypeArguments().Length != 0 && (type.GetGenericTypeDefinition() == typeof(IEnumerable<>) - || type.GetImplementedInterfaces().Any(x => x == typeof(IEnumerable))); + || type.GetImplementedInterfaces().Any(x => x == typeof(IList))); + } + + /// + /// Checks if the given is a list + /// + /// + /// The type to check + /// + /// + /// True if the target is a list + /// + private static bool TypeIsCollection(Type type) + { + return !type.IsArray + && type.IsGenericType() + && type.GetGenericTypeArguments().Length != 0 + && (type.GetGenericTypeDefinition() == typeof(ICollection<>) + || type.GetImplementedInterfaces().Any(x => x.GetGenericTypeDefinition() == typeof(ICollection<>))); } /// @@ -409,6 +430,13 @@ private object CreateAndFillObject( return list; } + if (TypeIsCollection(type)) + { + IEnumerable collection = this.GetFilledCollection(type, currentSetupItem, typeTracker); + + return collection; + } + if (TypeIsArray(type)) { Array array = this.GetFilledArray(type, currentSetupItem, typeTracker); @@ -719,7 +747,7 @@ private IList GetFilledList(Type propertyType, FillerSetupItem currentSetupItem, IList list; if (!propertyType.IsInterface() - && propertyType.GetImplementedInterfaces().Any(x => x.GetGenericTypeDefinition() == typeof(ICollection<>))) + && propertyType.GetImplementedInterfaces().Any(x => x == typeof(IList))) { list = (IList)Activator.CreateInstance(propertyType); } @@ -745,6 +773,60 @@ private IList GetFilledList(Type propertyType, FillerSetupItem currentSetupItem, return list; } + /// + /// Creates and fills a list of the given + /// + /// + /// Type of the list + /// + /// + /// The current setup item. + /// + /// + /// The dictionaryType tracker to find circular dependencies + /// + /// + /// Created and filled list of the given + /// + private IEnumerable GetFilledCollection(Type propertyType, FillerSetupItem currentSetupItem, HashStack typeTracker) + { + Type genType = propertyType.GetGenericTypeArguments()[0]; + + if (this.CheckForCircularReference(genType, typeTracker, currentSetupItem)) + { + return null; + } + + IEnumerable target; + + if (!propertyType.IsInterface() + && propertyType.GetImplementedInterfaces().Any(x => x.GetGenericTypeDefinition() == typeof(ICollection<>))) + { + target = (IEnumerable)Activator.CreateInstance(propertyType); + } + else if (propertyType.IsGenericType() && propertyType.GetGenericTypeDefinition() == typeof(ICollection<>) + || propertyType.GetImplementedInterfaces().Any(x => x.GetGenericTypeDefinition() == typeof(ICollection<>))) + { + Type openListType = typeof(List<>); + Type genericListType = openListType.MakeGenericType(genType); + target = (IEnumerable)Activator.CreateInstance(genericListType); + } + else + { + target = (IEnumerable)Activator.CreateInstance(propertyType); + } + + int maxListItems = Random.Next(currentSetupItem.ListMinCount, currentSetupItem.ListMaxCount); + for (int i = 0; i < maxListItems; i++) + { + object listObject = this.CreateAndFillObject(genType, currentSetupItem, typeTracker); + MethodInfo method = target.GetType().GetMethod("Add"); + method.Invoke(target, new object[] { listObject }); + } + + return target; + } + /// /// Creates and fills a POCO class /// diff --git a/Tynamix.ObjectFiller/project.json b/Tynamix.ObjectFiller/project.json index c9a0280..85ea78f 100644 --- a/Tynamix.ObjectFiller/project.json +++ b/Tynamix.ObjectFiller/project.json @@ -1,6 +1,6 @@ { "title": ".NET ObjectFiller - Fill .NET objects with customized random data - by Tynamix", - "version": "1.4.1", + "version": "1.4.2", "description": "The Tynamix ObjectFiller.NET fills the properties of your objects with random data. Use it for unittest, prototyping and whereever you need some random testdata. It has a fluent API and is highly customizable. It supports also IEnumerables and Dictionaries and constructors WITH parameters. It is also possible to fill instances and to write private properties.", "summary": "The Tynamix ObjectFiller.NET fills the properties of your objects with customized random data. Use it for unittests, prototyping and whereever you need some random testdata.", "authors": [ "Roman Köhler", "Hendrik L.", "Christian Harlass", "GothikX" ],