diff options
author | dotnet-bot <dotnet-bot@microsoft.com> | 2015-09-30 12:20:52 -0700 |
---|---|---|
committer | Bryan Arant <bryanar@microsoft.com> | 2015-10-18 23:09:47 -0700 |
commit | 004514c07bcf5230b518befd75f794733b5f9067 (patch) | |
tree | f05d9d5692627acac1d043915eb5b20a74f403ec /tests/src/managed | |
parent | ddff89241f682995bdde165de89b579573a338aa (diff) | |
download | coreclr-004514c07bcf5230b518befd75f794733b5f9067.tar.gz coreclr-004514c07bcf5230b518befd75f794733b5f9067.tar.bz2 coreclr-004514c07bcf5230b518befd75f794733b5f9067.zip |
Managed Test Port
This is a collection of managed runtime tests from an internal legacy test tree.
Diffstat (limited to 'tests/src/managed')
-rw-r--r-- | tests/src/managed/Compilation/project.json | 44 | ||||
-rw-r--r-- | tests/src/managed/Compilation/project.lock.json | 1127 |
2 files changed, 852 insertions, 319 deletions
diff --git a/tests/src/managed/Compilation/project.json b/tests/src/managed/Compilation/project.json index beca373929..5d08b94857 100644 --- a/tests/src/managed/Compilation/project.json +++ b/tests/src/managed/Compilation/project.json @@ -1,24 +1,30 @@ { "dependencies": { - "System.Diagnostics.Process": "4.0.0-beta-23302", - "System.IO": "4.0.10-beta-23302", - "System.IO.FileSystem": "4.0.0-beta-23302", - "System.IO.FileSystem.Primitives": "4.0.0-beta-23302", - "System.Runtime": "4.0.20-beta-23302", - "System.Runtime.Extensions": "4.0.10-beta-23302", - "System.Runtime.Handles": "4.0.0-beta-23302", - "System.Threading": "4.0.10-beta-23302", - "System.Globalization.Calendars": "4.0.0-beta-23302", - "System.Globalization": "4.0.10-beta-23302", - "System.Text.Encoding": "4.0.10-beta-23302", - "System.Runtime.InteropServices": "4.0.20-beta-23302", - "System.Collections": "4.0.10-beta-23302", - "System.Console": "4.0.0-beta-23302", - "System.Reflection": "4.0.10-beta-23302", - "System.Reflection.Primitives": "4.0.0-beta-23302", - "System.ComponentModel": "4.0.1-beta-23302", - - + "System.Console": "4.0.0-beta-*", + "System.Runtime": "4.0.20-beta-*", + "System.Collections": "4.0.10-beta-*", + "System.Collections.Concurrent": "4.0.10-beta-*", + "System.IO": "4.0.10-beta-*", + "System.IO.FileSystem": "4.0.0-beta-*", + "System.IO.FileSystem.Primitives": "4.0.0-beta-*", + "System.Text.Encoding": "4.0.10-beta-*", + "System.Threading": "4.0.0-beta-*", + "System.Threading.Tasks": "4.0.10-beta-*", + "System.Runtime.Handles": "4.0.0-beta-*", + "System.Threading.ThreadPool": "4.0.10-beta-*", + "System.Threading.Overlapped": "4.0.0-beta-*", + "System.Dynamic.Runtime": "4.0.10-beta-*", + "System.Threading.Tasks.Parallel": "4.0.0-beta-*", + "System.Runtime.Extensions": "4.0.10-beta-*", + "Microsoft.CodeAnalysis": "1.0.0.0-beta2", + "Microsoft.CodeAnalysis.Common": "1.0.0.0-beta2", + "Microsoft.CodeAnalysis.CSharp": "1.0.0.0-beta2", + "Microsoft.CodeAnalysis.CSharp.Workspaces": "1.0.0.0-beta2", + "Microsoft.CodeAnalysis.VisualBasic": "1.0.0.0-beta2", + "Microsoft.CodeAnalysis.VisualBasic.Workspaces": "1.0.0.0-beta2", + "Microsoft.CodeAnalysis.Workspaces.Common": "1.0.0.0-beta2", + "System.Collections.Immutable": "1.1.32-beta", + "System.Reflection.Metadata": "1.0.17-beta" }, "frameworks": { "dnxcore50": {} diff --git a/tests/src/managed/Compilation/project.lock.json b/tests/src/managed/Compilation/project.lock.json index 164420d532..e3e35b6b83 100644 --- a/tests/src/managed/Compilation/project.lock.json +++ b/tests/src/managed/Compilation/project.lock.json @@ -3,38 +3,84 @@ "version": -9996, "targets": { "DNXCore,Version=v5.0": { - "Microsoft.Win32.Primitives/4.0.0": { + "Microsoft.CodeAnalysis/1.0.0.0-beta2": { "dependencies": { - "System.Runtime": "4.0.20", - "System.Runtime.InteropServices": "4.0.20" + "Microsoft.CodeAnalysis.CSharp.Workspaces": "[1.0.0.0-beta2]", + "Microsoft.CodeAnalysis.VisualBasic.Workspaces": "[1.0.0.0-beta2]" + } + }, + "Microsoft.CodeAnalysis.Common/1.0.0.0-beta2": { + "dependencies": { + "System.Collections.Immutable": "[1.1.32-beta]", + "System.Reflection.Metadata": "[1.0.17-beta]" }, "compile": { - "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + "lib/portable-net45+win8/Microsoft.CodeAnalysis.dll": {} }, "runtime": { - "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + "lib/portable-net45+win8/Microsoft.CodeAnalysis.dll": {} } }, - "Microsoft.Win32.Registry/4.0.0-beta-23302": { + "Microsoft.CodeAnalysis.CSharp/1.0.0.0-beta2": { "dependencies": { - "System.Runtime": "4.0.20", - "System.Runtime.InteropServices": "4.0.20", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime.Handles": "4.0.0", - "System.Collections": "4.0.10", - "System.Runtime.Extensions": "4.0.10", - "System.Globalization": "4.0.10" + "Microsoft.CodeAnalysis.Common": "[1.0.0.0-beta2]" + }, + "compile": { + "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.dll": {} + }, + "runtime": { + "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.dll": {} + } + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/1.0.0.0-beta2": { + "dependencies": { + "Microsoft.CodeAnalysis.CSharp": "[1.0.0.0-beta2]", + "Microsoft.CodeAnalysis.Workspaces.Common": "[1.0.0.0-beta2]" + }, + "compile": { + "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": {} + }, + "runtime": { + "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": {} + } + }, + "Microsoft.CodeAnalysis.VisualBasic/1.0.0.0-beta2": { + "dependencies": { + "Microsoft.CodeAnalysis.Common": "1.0.0.0-beta2" + }, + "compile": { + "lib/portable-net45+win8/Microsoft.CodeAnalysis.VisualBasic.dll": {} + }, + "runtime": { + "lib/portable-net45+win8/Microsoft.CodeAnalysis.VisualBasic.dll": {} + } + }, + "Microsoft.CodeAnalysis.VisualBasic.Workspaces/1.0.0.0-beta2": { + "dependencies": { + "Microsoft.CodeAnalysis.VisualBasic": "[1.0.0.0-beta2]", + "Microsoft.CodeAnalysis.Workspaces.Common": "[1.0.0.0-beta2]" + }, + "compile": { + "lib/portable-net45+win8/Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll": {} + }, + "runtime": { + "lib/portable-net45+win8/Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll": {} + } + }, + "Microsoft.CodeAnalysis.Workspaces.Common/1.0.0.0-beta2": { + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[1.0.0.0-beta2]" }, "compile": { - "ref/dotnet/Microsoft.Win32.Registry.dll": {} + "lib/portable-net45+win8/Microsoft.CodeAnalysis.Workspaces.dll": {} }, "runtime": { - "lib/DNXCore50/Microsoft.Win32.Registry.dll": {} + "lib/portable-net45+win8/Microsoft.CodeAnalysis.Workspaces.dll": {} } }, - "System.Collections/4.0.10": { + "System.Collections/4.0.10-beta-23127": { "dependencies": { - "System.Runtime": "4.0.20" + "System.Runtime": "4.0.20-beta-23127" }, "compile": { "ref/dotnet/System.Collections.dll": {} @@ -43,15 +89,31 @@ "lib/DNXCore50/System.Collections.dll": {} } }, - "System.ComponentModel/4.0.1-beta-23302": { + "System.Collections.Concurrent/4.0.10-beta-23127": { "dependencies": { - "System.Runtime": "4.0.20" + "System.Runtime": "4.0.20-beta-23127", + "System.Threading.Tasks": "4.0.10-beta-23127", + "System.Diagnostics.Tracing": "4.0.20-beta-23127", + "System.Resources.ResourceManager": "4.0.0-beta-23127", + "System.Diagnostics.Debug": "4.0.10-beta-23127", + "System.Threading": "4.0.10-beta-23127", + "System.Collections": "4.0.10-beta-23127", + "System.Runtime.Extensions": "4.0.10-beta-23127", + "System.Globalization": "4.0.10-beta-23127" }, "compile": { - "ref/dotnet/System.ComponentModel.dll": {} + "ref/dotnet/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.Immutable/1.1.32-beta": { + "compile": { + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} }, "runtime": { - "lib/dotnet/System.ComponentModel.dll": {} + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} } }, "System.Console/4.0.0-beta-23302": { @@ -73,9 +135,9 @@ "lib/DNXCore50/System.Console.dll": {} } }, - "System.Diagnostics.Debug/4.0.10": { + "System.Diagnostics.Debug/4.0.10-beta-23127": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "4.0.0-beta-23127" }, "compile": { "ref/dotnet/System.Diagnostics.Debug.dll": {} @@ -84,63 +146,57 @@ "lib/DNXCore50/System.Diagnostics.Debug.dll": {} } }, - "System.Diagnostics.Process/4.0.0-beta-23302": { + "System.Diagnostics.Tracing/4.0.20-beta-23127": { "dependencies": { - "System.Runtime": "4.0.20", - "System.Runtime.InteropServices": "4.0.20", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime.Handles": "4.0.0", - "System.IO.FileSystem": "4.0.0", - "Microsoft.Win32.Registry": "4.0.0-beta-23302", - "Microsoft.Win32.Primitives": "4.0.0", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Threading.Thread": "4.0.0-beta-23302", - "System.Text.Encoding": "4.0.10", - "System.IO": "4.0.10", - "System.Threading.Tasks": "4.0.10", - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Threading.ThreadPool": "4.0.10-beta-23302", - "System.Globalization": "4.0.10", - "System.Text.Encoding.Extensions": "4.0.10", - "System.Threading": "4.0.10", - "System.Runtime.Extensions": "4.0.10" + "System.Runtime": "4.0.0-beta-23127" }, "compile": { - "ref/dotnet/System.Diagnostics.Process.dll": {} + "ref/dotnet/System.Diagnostics.Tracing.dll": {} }, "runtime": { - "lib/DNXCore50/System.Diagnostics.Process.dll": {} + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} } }, - "System.Globalization/4.0.10": { + "System.Dynamic.Runtime/4.0.10-beta-23127": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "4.0.20-beta-23127", + "System.Resources.ResourceManager": "4.0.0-beta-23127", + "System.Reflection.Primitives": "4.0.0-beta-23127", + "System.Reflection.Emit": "4.0.0-beta-23127", + "System.Reflection.TypeExtensions": "4.0.0-beta-23127", + "System.Linq": "4.0.0-beta-23127", + "System.Collections": "4.0.10-beta-23127", + "System.Reflection": "4.0.10-beta-23127", + "System.Linq.Expressions": "4.0.10-beta-23127", + "System.Diagnostics.Debug": "4.0.10-beta-23127", + "System.ObjectModel": "4.0.10-beta-23127", + "System.Threading": "4.0.10-beta-23127", + "System.Runtime.Extensions": "4.0.10-beta-23127", + "System.Globalization": "4.0.10-beta-23127" }, "compile": { - "ref/dotnet/System.Globalization.dll": {} + "ref/dotnet/System.Dynamic.Runtime.dll": {} }, "runtime": { - "lib/DNXCore50/System.Globalization.dll": {} + "lib/DNXCore50/System.Dynamic.Runtime.dll": {} } }, - "System.Globalization.Calendars/4.0.0": { + "System.Globalization/4.0.10-beta-23127": { "dependencies": { - "System.Runtime": "4.0.0", - "System.Globalization": "4.0.0" + "System.Runtime": "4.0.0-beta-23127" }, "compile": { - "ref/dotnet/System.Globalization.Calendars.dll": {} + "ref/dotnet/System.Globalization.dll": {} }, "runtime": { - "lib/DNXCore50/System.Globalization.Calendars.dll": {} + "lib/DNXCore50/System.Globalization.dll": {} } }, - "System.IO/4.0.10": { + "System.IO/4.0.10-beta-23127": { "dependencies": { - "System.Runtime": "4.0.20", - "System.Text.Encoding": "4.0.0", - "System.Threading.Tasks": "4.0.0" + "System.Runtime": "4.0.20-beta-23127", + "System.Text.Encoding": "4.0.0-beta-23127", + "System.Threading.Tasks": "4.0.0-beta-23127" }, "compile": { "ref/dotnet/System.IO.dll": {} @@ -149,21 +205,21 @@ "lib/DNXCore50/System.IO.dll": {} } }, - "System.IO.FileSystem/4.0.0": { + "System.IO.FileSystem/4.0.0-beta-23127": { "dependencies": { - "System.Runtime": "4.0.20", - "System.Runtime.InteropServices": "4.0.20", - "System.Resources.ResourceManager": "4.0.0", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Runtime.Handles": "4.0.0", - "System.Threading.Overlapped": "4.0.0", - "System.Text.Encoding": "4.0.10", - "System.IO": "4.0.10", - "System.Collections": "4.0.10", - "System.Threading.Tasks": "4.0.10", - "System.Runtime.Extensions": "4.0.10", - "System.Text.Encoding.Extensions": "4.0.10", - "System.Threading": "4.0.10" + "System.Runtime": "4.0.20-beta-23127", + "System.Runtime.InteropServices": "4.0.20-beta-23127", + "System.Resources.ResourceManager": "4.0.0-beta-23127", + "System.Runtime.Handles": "4.0.0-beta-23127", + "System.Threading.Overlapped": "4.0.0-beta-23127", + "System.IO.FileSystem.Primitives": "4.0.0-beta-23127", + "System.Text.Encoding": "4.0.10-beta-23127", + "System.IO": "4.0.10-beta-23127", + "System.Collections": "4.0.10-beta-23127", + "System.Threading.Tasks": "4.0.10-beta-23127", + "System.Runtime.Extensions": "4.0.10-beta-23127", + "System.Text.Encoding.Extensions": "4.0.10-beta-23127", + "System.Threading": "4.0.10-beta-23127" }, "compile": { "ref/dotnet/System.IO.FileSystem.dll": {} @@ -172,9 +228,9 @@ "lib/DNXCore50/System.IO.FileSystem.dll": {} } }, - "System.IO.FileSystem.Primitives/4.0.0": { + "System.IO.FileSystem.Primitives/4.0.0-beta-23127": { "dependencies": { - "System.Runtime": "4.0.20" + "System.Runtime": "4.0.20-beta-23127" }, "compile": { "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} @@ -183,16 +239,71 @@ "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} } }, - "System.Private.Uri/4.0.0": { + "System.Linq/4.0.0-beta-23127": { + "dependencies": { + "System.Runtime": "4.0.20-beta-23127", + "System.Collections": "4.0.10-beta-23127", + "System.Resources.ResourceManager": "4.0.0-beta-23127", + "System.Diagnostics.Debug": "4.0.10-beta-23127", + "System.Runtime.Extensions": "4.0.10-beta-23127" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.10-beta-23127": { + "dependencies": { + "System.Runtime": "4.0.20-beta-23127", + "System.Resources.ResourceManager": "4.0.0-beta-23127", + "System.Reflection.TypeExtensions": "4.0.0-beta-23127", + "System.Reflection.Primitives": "4.0.0-beta-23127", + "System.Reflection.Emit": "4.0.0-beta-23127", + "System.Linq": "4.0.0-beta-23127", + "System.Reflection.Extensions": "4.0.0-beta-23127", + "System.Collections": "4.0.10-beta-23127", + "System.Diagnostics.Debug": "4.0.10-beta-23127", + "System.Reflection": "4.0.10-beta-23127", + "System.IO": "4.0.10-beta-23127", + "System.ObjectModel": "4.0.10-beta-23127", + "System.Threading": "4.0.10-beta-23127", + "System.Runtime.Extensions": "4.0.10-beta-23127", + "System.Globalization": "4.0.10-beta-23127" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.ObjectModel/4.0.10-beta-23127": { + "dependencies": { + "System.Runtime": "4.0.20-beta-23127", + "System.Resources.ResourceManager": "4.0.0-beta-23127", + "System.Diagnostics.Debug": "4.0.10-beta-23127", + "System.Collections": "4.0.10-beta-23127", + "System.Threading": "4.0.10-beta-23127" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Uri/4.0.0-beta-23127": { "runtime": { "lib/DNXCore50/System.Private.Uri.dll": {} } }, - "System.Reflection/4.0.10": { + "System.Reflection/4.0.10-beta-23127": { "dependencies": { - "System.Runtime": "4.0.20", - "System.IO": "4.0.0", - "System.Reflection.Primitives": "4.0.0" + "System.Runtime": "4.0.20-beta-23127", + "System.IO": "4.0.0-beta-23127", + "System.Reflection.Primitives": "4.0.0-beta-23127" }, "compile": { "ref/dotnet/System.Reflection.dll": {} @@ -201,6 +312,57 @@ "lib/DNXCore50/System.Reflection.dll": {} } }, + "System.Reflection.Emit/4.0.0-beta-23127": { + "dependencies": { + "System.Runtime": "4.0.0-beta-23127", + "System.Reflection": "4.0.0-beta-23127", + "System.Reflection.Emit.ILGeneration": "4.0.0-beta-23127", + "System.IO": "4.0.0-beta-23127", + "System.Reflection.Primitives": "4.0.0-beta-23127" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0-beta-23127": { + "dependencies": { + "System.Runtime": "4.0.0-beta-23127", + "System.Reflection": "4.0.0-beta-23127", + "System.Reflection.Primitives": "4.0.0-beta-23127" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Extensions/4.0.0-beta-23127": { + "dependencies": { + "System.Runtime": "4.0.0-beta-23127", + "System.Reflection": "4.0.0-beta-23127" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Metadata/1.0.17-beta": { + "dependencies": { + "System.Collections.Immutable": "1.1.32-beta" + }, + "compile": { + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} + }, + "runtime": { + "lib/portable-net45+win8/System.Reflection.Metadata.dll": {} + } + }, "System.Reflection.Primitives/4.0.0": { "dependencies": { "System.Runtime": "4.0.0" @@ -212,6 +374,18 @@ "lib/DNXCore50/System.Reflection.Primitives.dll": {} } }, + "System.Reflection.TypeExtensions/4.0.0-beta-23127": { + "dependencies": { + "System.Runtime": "4.0.0-beta-23127", + "System.Reflection": "4.0.0-beta-23127" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, "System.Resources.ResourceManager/4.0.0": { "dependencies": { "System.Runtime": "4.0.0", @@ -225,9 +399,9 @@ "lib/DNXCore50/System.Resources.ResourceManager.dll": {} } }, - "System.Runtime/4.0.20": { + "System.Runtime/4.0.20-beta-23127": { "dependencies": { - "System.Private.Uri": "4.0.0" + "System.Private.Uri": "4.0.0-beta-23127" }, "compile": { "ref/dotnet/System.Runtime.dll": {} @@ -236,9 +410,9 @@ "lib/DNXCore50/System.Runtime.dll": {} } }, - "System.Runtime.Extensions/4.0.10": { + "System.Runtime.Extensions/4.0.10-beta-23127": { "dependencies": { - "System.Runtime": "4.0.20" + "System.Runtime": "4.0.20-beta-23127" }, "compile": { "ref/dotnet/System.Runtime.Extensions.dll": {} @@ -247,9 +421,9 @@ "lib/DNXCore50/System.Runtime.Extensions.dll": {} } }, - "System.Runtime.Handles/4.0.0": { + "System.Runtime.Handles/4.0.0-beta-23127": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "4.0.0-beta-23127" }, "compile": { "ref/dotnet/System.Runtime.Handles.dll": {} @@ -272,9 +446,9 @@ "lib/DNXCore50/System.Runtime.InteropServices.dll": {} } }, - "System.Text.Encoding/4.0.10": { + "System.Text.Encoding/4.0.10-beta-23127": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "4.0.0-beta-23127" }, "compile": { "ref/dotnet/System.Text.Encoding.dll": {} @@ -295,22 +469,19 @@ "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} } }, - "System.Threading/4.0.10": { + "System.Threading/4.0.0-beta-23127": { "dependencies": { - "System.Runtime": "4.0.0", - "System.Threading.Tasks": "4.0.0" + "System.Runtime": "4.0.0-beta-23127", + "System.Threading.Tasks": "4.0.0-beta-23127" }, "compile": { "ref/dotnet/System.Threading.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.dll": {} } }, - "System.Threading.Overlapped/4.0.0": { + "System.Threading.Overlapped/4.0.0-beta-23127": { "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" + "System.Runtime": "4.0.0-beta-23127", + "System.Runtime.Handles": "4.0.0-beta-23127" }, "compile": { "ref/dotnet/System.Threading.Overlapped.dll": {} @@ -319,9 +490,9 @@ "lib/DNXCore50/System.Threading.Overlapped.dll": {} } }, - "System.Threading.Tasks/4.0.10": { + "System.Threading.Tasks/4.0.10-beta-23127": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "4.0.0-beta-23127" }, "compile": { "ref/dotnet/System.Threading.Tasks.dll": {} @@ -330,15 +501,22 @@ "lib/DNXCore50/System.Threading.Tasks.dll": {} } }, - "System.Threading.Thread/4.0.0-beta-23302": { + "System.Threading.Tasks.Parallel/4.0.0-beta-23127": { "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "4.0.20-beta-23127", + "System.Collections.Concurrent": "4.0.10-beta-23127", + "System.Threading.Tasks": "4.0.10-beta-23127", + "System.Diagnostics.Tracing": "4.0.20-beta-23127", + "System.Resources.ResourceManager": "4.0.0-beta-23127", + "System.Diagnostics.Debug": "4.0.10-beta-23127", + "System.Threading": "4.0.10-beta-23127", + "System.Runtime.Extensions": "4.0.10-beta-23127" }, "compile": { - "ref/dotnet/System.Threading.Thread.dll": {} + "ref/dotnet/System.Threading.Tasks.Parallel.dll": {} }, "runtime": { - "lib/DNXCore50/System.Threading.Thread.dll": {} + "lib/dotnet/System.Threading.Tasks.Parallel.dll": {} } }, "System.Threading.ThreadPool/4.0.10-beta-23302": { @@ -356,56 +534,111 @@ } }, "libraries": { - "Microsoft.Win32.Primitives/4.0.0": { - "serviceable": true, - "sha512": "CypEz9/lLOup8CEhiAmvr7aLs1zKPYyEU1sxQeEr6G0Ci8/F0Y6pYR1zzkROjM8j8Mq0typmbu676oYyvErQvg==", + "Microsoft.CodeAnalysis/1.0.0.0-beta2": { + "sha512": "xLX8zM+hKxSktBbpHCB5+NJVwhtVUqpA+2KEGk8VyyGS1zesXyzkfqfJfMuQO55qYrDR+rbsaqI38MraCnFWjw==", "files": [ - "Microsoft.Win32.Primitives.4.0.0.nupkg", - "Microsoft.Win32.Primitives.4.0.0.nupkg.sha512", - "Microsoft.Win32.Primitives.nuspec", - "lib/dotnet/Microsoft.Win32.Primitives.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/Microsoft.Win32.Primitives.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/Microsoft.Win32.Primitives.dll", - "ref/dotnet/Microsoft.Win32.Primitives.xml", - "ref/dotnet/de/Microsoft.Win32.Primitives.xml", - "ref/dotnet/es/Microsoft.Win32.Primitives.xml", - "ref/dotnet/fr/Microsoft.Win32.Primitives.xml", - "ref/dotnet/it/Microsoft.Win32.Primitives.xml", - "ref/dotnet/ja/Microsoft.Win32.Primitives.xml", - "ref/dotnet/ko/Microsoft.Win32.Primitives.xml", - "ref/dotnet/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.CodeAnalysis.1.0.0.0-beta2.nupkg", + "Microsoft.CodeAnalysis.1.0.0.0-beta2.nupkg.sha512", + "Microsoft.CodeAnalysis.nuspec", + "ThirdPartyNotices.rtf" ] }, - "Microsoft.Win32.Registry/4.0.0-beta-23302": { - "serviceable": true, - "sha512": "63Vc0lDW+pMCSd6ygScz/XTiJE3Ou5Sr7yrZ0HE/Ym/Bi/mN0LMAJqUtAUSJxVBuqbozW/q39RpNLIZ+QlJvig==", + "Microsoft.CodeAnalysis.Common/1.0.0.0-beta2": { + "sha512": "JGx2+iwrOLZsWseUSbGuEMF9TVhuiiW/L541J+CeWZywLqhwy/mfuR96v0AsbPGEpzZjyegK52/OA4ob2fTwDg==", + "files": [ + "Microsoft.CodeAnalysis.Common.1.0.0.0-beta2.nupkg", + "Microsoft.CodeAnalysis.Common.1.0.0.0-beta2.nupkg.sha512", + "Microsoft.CodeAnalysis.Common.nuspec", + "ThirdPartyNotices.rtf", + "lib/net45/Microsoft.CodeAnalysis.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.Desktop.xml", + "lib/net45/Microsoft.CodeAnalysis.dll", + "lib/net45/Microsoft.CodeAnalysis.xml", + "lib/portable-net45+win8/Microsoft.CodeAnalysis.dll", + "lib/portable-net45+win8/Microsoft.CodeAnalysis.xml" + ] + }, + "Microsoft.CodeAnalysis.CSharp/1.0.0.0-beta2": { + "sha512": "h6ZAonCRYCeqh9fZzwN9MdZ9Pi2bQESoJQuuWhe6kUkf2rESh/dSrX++dqa6nl1IouHzSgX8s+VMniM6jS5Rcg==", + "files": [ + "Microsoft.CodeAnalysis.CSharp.1.0.0.0-beta2.nupkg", + "Microsoft.CodeAnalysis.CSharp.1.0.0.0-beta2.nupkg.sha512", + "Microsoft.CodeAnalysis.CSharp.nuspec", + "ThirdPartyNotices.rtf", + "lib/net45/Microsoft.CodeAnalysis.CSharp.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.CSharp.Desktop.xml", + "lib/net45/Microsoft.CodeAnalysis.CSharp.dll", + "lib/net45/Microsoft.CodeAnalysis.CSharp.xml", + "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.dll", + "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.xml" + ] + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/1.0.0.0-beta2": { + "sha512": "zUlOyjwWmmKV42THq5b/zT3azOZLYm7HS+h5u0/bYTWWsY/BtAYR9pewMlwPJTj7joG226i+HKXCYHtK6R/fCg==", + "files": [ + "Microsoft.CodeAnalysis.CSharp.Workspaces.1.0.0.0-beta2.nupkg", + "Microsoft.CodeAnalysis.CSharp.Workspaces.1.0.0.0-beta2.nupkg.sha512", + "Microsoft.CodeAnalysis.CSharp.Workspaces.nuspec", + "ThirdPartyNotices.rtf", + "lib/net45/Microsoft.CodeAnalysis.CSharp.Workspaces.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.CSharp.Workspaces.Desktop.xml", + "lib/net45/Microsoft.CodeAnalysis.CSharp.Workspaces.dll", + "lib/net45/Microsoft.CodeAnalysis.CSharp.Workspaces.xml", + "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.Workspaces.dll", + "lib/portable-net45+win8/Microsoft.CodeAnalysis.CSharp.Workspaces.xml" + ] + }, + "Microsoft.CodeAnalysis.VisualBasic/1.0.0.0-beta2": { + "sha512": "W5fNJxUejSSQzjHYXhcwR4Jd9a2cvkbebr+AyPsKaUSRb2pM7k6TvsxRX1aY7Xrsprk1xu+YX15176grBoVmRg==", "files": [ - "Microsoft.Win32.Registry.4.0.0-beta-23302.nupkg", - "Microsoft.Win32.Registry.4.0.0-beta-23302.nupkg.sha512", - "Microsoft.Win32.Registry.nuspec", - "lib/DNXCore50/Microsoft.Win32.Registry.dll", - "lib/net46/Microsoft.Win32.Registry.dll", - "ref/dotnet/Microsoft.Win32.Registry.dll", - "ref/net46/Microsoft.Win32.Registry.dll" + "Microsoft.CodeAnalysis.VisualBasic.1.0.0.0-beta2.nupkg", + "Microsoft.CodeAnalysis.VisualBasic.1.0.0.0-beta2.nupkg.sha512", + "Microsoft.CodeAnalysis.VisualBasic.nuspec", + "ThirdPartyNotices.rtf", + "lib/net45/Microsoft.CodeAnalysis.VisualBasic.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.VisualBasic.Desktop.xml", + "lib/net45/Microsoft.CodeAnalysis.VisualBasic.dll", + "lib/net45/Microsoft.CodeAnalysis.VisualBasic.xml", + "lib/portable-net45+win8/Microsoft.CodeAnalysis.VisualBasic.dll", + "lib/portable-net45+win8/Microsoft.CodeAnalysis.VisualBasic.xml" ] }, - "System.Collections/4.0.10": { + "Microsoft.CodeAnalysis.VisualBasic.Workspaces/1.0.0.0-beta2": { + "sha512": "Z3CUVubd/M5/HzoVXTK/QwkPED+4rtnsRTotCYERqLU1zFpG0tEsf6qpJwJHwn5mL5VwwrULginvMH1obsX2EA==", + "files": [ + "Microsoft.CodeAnalysis.VisualBasic.Workspaces.1.0.0.0-beta2.nupkg", + "Microsoft.CodeAnalysis.VisualBasic.Workspaces.1.0.0.0-beta2.nupkg.sha512", + "Microsoft.CodeAnalysis.VisualBasic.Workspaces.nuspec", + "ThirdPartyNotices.rtf", + "lib/net45/Microsoft.CodeAnalysis.VisualBasic.Workspaces.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.VisualBasic.Workspaces.Desktop.xml", + "lib/net45/Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll", + "lib/net45/Microsoft.CodeAnalysis.VisualBasic.Workspaces.xml", + "lib/portable-net45+win8/Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll", + "lib/portable-net45+win8/Microsoft.CodeAnalysis.VisualBasic.Workspaces.xml" + ] + }, + "Microsoft.CodeAnalysis.Workspaces.Common/1.0.0.0-beta2": { + "sha512": "eUtO/cX2SHffwdozF/3cw3VcDCYP9lXFnkleO2oYOi8X1pz8qK2V/GVFu1P+IzkG5+0ZG5ZlJsoosMJPoTikhg==", + "files": [ + "Microsoft.CodeAnalysis.Workspaces.Common.1.0.0.0-beta2.nupkg", + "Microsoft.CodeAnalysis.Workspaces.Common.1.0.0.0-beta2.nupkg.sha512", + "Microsoft.CodeAnalysis.Workspaces.Common.nuspec", + "ThirdPartyNotices.rtf", + "lib/net45/Microsoft.CodeAnalysis.Workspaces.Desktop.dll", + "lib/net45/Microsoft.CodeAnalysis.Workspaces.Desktop.xml", + "lib/net45/Microsoft.CodeAnalysis.Workspaces.dll", + "lib/net45/Microsoft.CodeAnalysis.Workspaces.xml", + "lib/portable-net45+win8/Microsoft.CodeAnalysis.Workspaces.dll", + "lib/portable-net45+win8/Microsoft.CodeAnalysis.Workspaces.xml" + ] + }, + "System.Collections/4.0.10-beta-23127": { "serviceable": true, - "sha512": "ux6ilcZZjV/Gp7JEZpe+2V1eTueq6NuoGRM3eZCFuPM25hLVVgCRuea6STW8hvqreIOE59irJk5/ovpA5xQipw==", + "sha512": "1XSlnhJpGCiRzmHn68jcX6yKPmJEdlUd1iE9KBTOR6posRM9xbFIgVMz8YxNSm76iFi5ukP8PVgs1ks0gWdkZQ==", "files": [ - "System.Collections.4.0.10.nupkg", - "System.Collections.4.0.10.nupkg.sha512", + "System.Collections.4.0.10-beta-23127.nupkg", + "System.Collections.4.0.10-beta-23127.nupkg.sha512", "System.Collections.nuspec", "lib/DNXCore50/System.Collections.dll", "lib/MonoAndroid10/_._", @@ -433,25 +666,47 @@ "runtimes/win8-aot/lib/netcore50/System.Collections.dll" ] }, - "System.ComponentModel/4.0.1-beta-23302": { + "System.Collections.Concurrent/4.0.10-beta-23127": { "serviceable": true, - "sha512": "Ju+nhdZ8gMwZAXRIr/ACoME9I9SpxeS+Xw4Bouok4xTvbbwkjlT55Mr9gybqcGMp4F/hzS55RnQDIiRN70fEdg==", + "sha512": "6ztGCgMpxYIVbHC0KYDDR2UdwzVXT7QB827EkPHntcRJKmcyEYbH3ZS3uWXOoLG8PBTSoJfVP/k2Wpf0CwcKvA==", "files": [ - "System.ComponentModel.4.0.1-beta-23302.nupkg", - "System.ComponentModel.4.0.1-beta-23302.nupkg.sha512", - "System.ComponentModel.nuspec", - "lib/dotnet/System.ComponentModel.dll", - "lib/net45/_._", - "lib/netcore50/System.ComponentModel.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "ref/dotnet/System.ComponentModel.dll", - "ref/net45/_._", - "ref/netcore50/System.ComponentModel.dll", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._" + "System.Collections.Concurrent.4.0.10-beta-23127.nupkg", + "System.Collections.Concurrent.4.0.10-beta-23127.nupkg.sha512", + "System.Collections.Concurrent.nuspec", + "lib/dotnet/System.Collections.Concurrent.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Collections.Concurrent.dll", + "ref/dotnet/System.Collections.Concurrent.xml", + "ref/dotnet/de/System.Collections.Concurrent.xml", + "ref/dotnet/es/System.Collections.Concurrent.xml", + "ref/dotnet/fr/System.Collections.Concurrent.xml", + "ref/dotnet/it/System.Collections.Concurrent.xml", + "ref/dotnet/ja/System.Collections.Concurrent.xml", + "ref/dotnet/ko/System.Collections.Concurrent.xml", + "ref/dotnet/ru/System.Collections.Concurrent.xml", + "ref/dotnet/zh-hans/System.Collections.Concurrent.xml", + "ref/dotnet/zh-hant/System.Collections.Concurrent.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._" + ] + }, + "System.Collections.Immutable/1.1.32-beta": { + "serviceable": true, + "sha512": "ckfFUM6keywtdZ+DT7/KWSmQ0YRLHu4OCnKKWbumvO8uDcKtCoxjLKcaWNzguGCSTy2r2Ap9gojazgCwMYw0bQ==", + "files": [ + "License-Stable.rtf", + "System.Collections.Immutable.1.1.32-beta.nupkg", + "System.Collections.Immutable.1.1.32-beta.nupkg.sha512", + "System.Collections.Immutable.nuspec", + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" ] }, "System.Console/4.0.0-beta-23302": { @@ -475,12 +730,12 @@ "ref/xamarinmac20/_._" ] }, - "System.Diagnostics.Debug/4.0.10": { + "System.Diagnostics.Debug/4.0.10-beta-23127": { "serviceable": true, - "sha512": "pi2KthuvI2LWV2c2V+fwReDsDiKpNl040h6DcwFOb59SafsPT/V1fCy0z66OKwysurJkBMmp5j5CBe3Um+ub0g==", + "sha512": "n1wYReuu+uj36Lyu8FGkxGBsuQH6o1wCRMMd0z1daTiDS38MFvq8zGJdY7zv/s9S5dHRLHpTJSMFL56ByU+Ujg==", "files": [ - "System.Diagnostics.Debug.4.0.10.nupkg", - "System.Diagnostics.Debug.4.0.10.nupkg.sha512", + "System.Diagnostics.Debug.4.0.10-beta-23127.nupkg", + "System.Diagnostics.Debug.4.0.10-beta-23127.nupkg.sha512", "System.Diagnostics.Debug.nuspec", "lib/DNXCore50/System.Diagnostics.Debug.dll", "lib/MonoAndroid10/_._", @@ -508,32 +763,78 @@ "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll" ] }, - "System.Diagnostics.Process/4.0.0-beta-23302": { + "System.Diagnostics.Tracing/4.0.20-beta-23127": { + "serviceable": true, + "sha512": "6F+pXNXx5JTRQqK6hlhfKpFc82g1CfFIQdrkyzMs5dFH0kGnRz5SBzoteg8V1BE2AoDLltuW8RGnwTXJYT3Whg==", + "files": [ + "System.Diagnostics.Tracing.4.0.20-beta-23127.nupkg", + "System.Diagnostics.Tracing.4.0.20-beta-23127.nupkg.sha512", + "System.Diagnostics.Tracing.nuspec", + "lib/DNXCore50/System.Diagnostics.Tracing.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Diagnostics.Tracing.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.Tracing.dll", + "ref/dotnet/System.Diagnostics.Tracing.xml", + "ref/dotnet/de/System.Diagnostics.Tracing.xml", + "ref/dotnet/es/System.Diagnostics.Tracing.xml", + "ref/dotnet/fr/System.Diagnostics.Tracing.xml", + "ref/dotnet/it/System.Diagnostics.Tracing.xml", + "ref/dotnet/ja/System.Diagnostics.Tracing.xml", + "ref/dotnet/ko/System.Diagnostics.Tracing.xml", + "ref/dotnet/ru/System.Diagnostics.Tracing.xml", + "ref/dotnet/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.Dynamic.Runtime/4.0.10-beta-23127": { "serviceable": true, - "sha512": "FtflxzCJUdgw+4suLaWz82EOLxVa7X6DWbY4eSRIomDlMwYrsof8Ewz81XhKMWY0EOY/5Nx+r/oPTbFUECAiUg==", + "sha512": "CdHP5xdcur8RBwv3Ywmq2MQypHpb4KbGaY1dD2DkNP7cm50tovA/p7oue96wKgm44IYsCJm6Es75ton15WdgwA==", "files": [ - "System.Diagnostics.Process.4.0.0-beta-23302.nupkg", - "System.Diagnostics.Process.4.0.0-beta-23302.nupkg.sha512", - "System.Diagnostics.Process.nuspec", - "lib/DNXCore50/System.Diagnostics.Process.dll", + "runtime.json", + "System.Dynamic.Runtime.4.0.10-beta-23127.nupkg", + "System.Dynamic.Runtime.4.0.10-beta-23127.nupkg.sha512", + "System.Dynamic.Runtime.nuspec", + "lib/DNXCore50/System.Dynamic.Runtime.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.Diagnostics.Process.dll", + "lib/net46/_._", + "lib/netcore50/System.Dynamic.Runtime.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet/System.Diagnostics.Process.dll", + "ref/dotnet/System.Dynamic.Runtime.dll", + "ref/dotnet/System.Dynamic.Runtime.xml", + "ref/dotnet/de/System.Dynamic.Runtime.xml", + "ref/dotnet/es/System.Dynamic.Runtime.xml", + "ref/dotnet/fr/System.Dynamic.Runtime.xml", + "ref/dotnet/it/System.Dynamic.Runtime.xml", + "ref/dotnet/ja/System.Dynamic.Runtime.xml", + "ref/dotnet/ko/System.Dynamic.Runtime.xml", + "ref/dotnet/ru/System.Dynamic.Runtime.xml", + "ref/dotnet/zh-hans/System.Dynamic.Runtime.xml", + "ref/dotnet/zh-hant/System.Dynamic.Runtime.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.Diagnostics.Process.dll", + "ref/net46/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._" + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Dynamic.Runtime.dll" ] }, - "System.Globalization/4.0.10": { - "sha512": "kzRtbbCNAxdafFBDogcM36ehA3th8c1PGiz8QRkZn8O5yMBorDHSK8/TGJPYOaCS5zdsGk0u9qXHnW91nqy7fw==", + "System.Globalization/4.0.10-beta-23127": { + "sha512": "DtN6tLsL7WD6s9PEsP/XQ8vkkmKOstNqfbvuoEikyKRlmNhFoXn2VfJgxoEj31W/oSCSqfpiVAR2cTs9ha/7lQ==", "files": [ - "System.Globalization.4.0.10.nupkg", - "System.Globalization.4.0.10.nupkg.sha512", + "System.Globalization.4.0.10-beta-23127.nupkg", + "System.Globalization.4.0.10-beta-23127.nupkg.sha512", "System.Globalization.nuspec", "lib/DNXCore50/System.Globalization.dll", "lib/MonoAndroid10/_._", @@ -561,44 +862,12 @@ "runtimes/win8-aot/lib/netcore50/System.Globalization.dll" ] }, - "System.Globalization.Calendars/4.0.0": { - "sha512": "cL6WrdGKnNBx9W/iTr+jbffsEO4RLjEtOYcpVSzPNDoli6X5Q6bAfWtJYbJNOPi8Q0fXgBEvKK1ncFL/3FTqlA==", - "files": [ - "System.Globalization.Calendars.4.0.0.nupkg", - "System.Globalization.Calendars.4.0.0.nupkg.sha512", - "System.Globalization.Calendars.nuspec", - "lib/DNXCore50/System.Globalization.Calendars.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Globalization.Calendars.dll", - "lib/netcore50/System.Globalization.Calendars.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.Globalization.Calendars.dll", - "ref/dotnet/System.Globalization.Calendars.xml", - "ref/dotnet/de/System.Globalization.Calendars.xml", - "ref/dotnet/es/System.Globalization.Calendars.xml", - "ref/dotnet/fr/System.Globalization.Calendars.xml", - "ref/dotnet/it/System.Globalization.Calendars.xml", - "ref/dotnet/ja/System.Globalization.Calendars.xml", - "ref/dotnet/ko/System.Globalization.Calendars.xml", - "ref/dotnet/ru/System.Globalization.Calendars.xml", - "ref/dotnet/zh-hans/System.Globalization.Calendars.xml", - "ref/dotnet/zh-hant/System.Globalization.Calendars.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Globalization.Calendars.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Globalization.Calendars.dll" - ] - }, - "System.IO/4.0.10": { + "System.IO/4.0.10-beta-23127": { "serviceable": true, - "sha512": "kghf1CeYT+W2lw8a50/GxFz5HR9t6RkL4BvjxtTp1NxtEFWywnMA9W8FH/KYXiDNThcw9u/GOViDON4iJFGXIQ==", + "sha512": "YOBBR0IcbiCRKyv+WDz1ofHSj8m+uGeBA3NJtZTcKMQxo3kJaB15+LIlh3qprRz3WxhQ08uPy7P/orbQ7vBHkQ==", "files": [ - "System.IO.4.0.10.nupkg", - "System.IO.4.0.10.nupkg.sha512", + "System.IO.4.0.10-beta-23127.nupkg", + "System.IO.4.0.10-beta-23127.nupkg.sha512", "System.IO.nuspec", "lib/DNXCore50/System.IO.dll", "lib/MonoAndroid10/_._", @@ -626,12 +895,12 @@ "runtimes/win8-aot/lib/netcore50/System.IO.dll" ] }, - "System.IO.FileSystem/4.0.0": { + "System.IO.FileSystem/4.0.0-beta-23127": { "serviceable": true, - "sha512": "eo05SPWfG+54UA0wxgRIYOuOslq+2QrJLXZaJDDsfLXG15OLguaItW39NYZTqUb4DeGOkU4R0wpOLOW4ynMUDQ==", + "sha512": "kqCi4we0nY7GWnW0qbjALOX7BPQNaOpsDNbBDDoX2YSp+cEbqWPpcutqHNLeD7YjsZ/ZgrDvNJpAi2eXYeCtRQ==", "files": [ - "System.IO.FileSystem.4.0.0.nupkg", - "System.IO.FileSystem.4.0.0.nupkg.sha512", + "System.IO.FileSystem.4.0.0-beta-23127.nupkg", + "System.IO.FileSystem.4.0.0-beta-23127.nupkg.sha512", "System.IO.FileSystem.nuspec", "lib/DNXCore50/System.IO.FileSystem.dll", "lib/MonoAndroid10/_._", @@ -658,12 +927,12 @@ "ref/xamarinmac20/_._" ] }, - "System.IO.FileSystem.Primitives/4.0.0": { + "System.IO.FileSystem.Primitives/4.0.0-beta-23127": { "serviceable": true, - "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==", + "sha512": "xyAAsqf/198kaCGfaL5KLnVCdkP877b2ohtQPVS5ilkhZ0pkjZ3Uy3fwGmGXVseBI9m8lpO1KDb3OG+cQRhRiw==", "files": [ - "System.IO.FileSystem.Primitives.4.0.0.nupkg", - "System.IO.FileSystem.Primitives.4.0.0.nupkg.sha512", + "System.IO.FileSystem.Primitives.4.0.0-beta-23127.nupkg", + "System.IO.FileSystem.Primitives.4.0.0-beta-23127.nupkg.sha512", "System.IO.FileSystem.Primitives.nuspec", "lib/dotnet/System.IO.FileSystem.Primitives.dll", "lib/MonoAndroid10/_._", @@ -689,12 +958,109 @@ "ref/xamarinmac20/_._" ] }, - "System.Private.Uri/4.0.0": { + "System.Linq/4.0.0-beta-23127": { + "serviceable": true, + "sha512": "pvB6d8TuwcsU20Im73SKprww15O6Nf48NPd80rmJHDJofRgpzMZ6M5VTBcMXBMlS8jXHpq0ORXOUQ8F+0OmVCg==", + "files": [ + "System.Linq.4.0.0-beta-23127.nupkg", + "System.Linq.4.0.0-beta-23127.nupkg.sha512", + "System.Linq.nuspec", + "lib/dotnet/System.Linq.dll", + "lib/net45/_._", + "lib/netcore50/System.Linq.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Linq.dll", + "ref/dotnet/System.Linq.xml", + "ref/dotnet/de/System.Linq.xml", + "ref/dotnet/es/System.Linq.xml", + "ref/dotnet/fr/System.Linq.xml", + "ref/dotnet/it/System.Linq.xml", + "ref/dotnet/ja/System.Linq.xml", + "ref/dotnet/ko/System.Linq.xml", + "ref/dotnet/ru/System.Linq.xml", + "ref/dotnet/zh-hans/System.Linq.xml", + "ref/dotnet/zh-hant/System.Linq.xml", + "ref/net45/_._", + "ref/netcore50/System.Linq.dll", + "ref/netcore50/System.Linq.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._" + ] + }, + "System.Linq.Expressions/4.0.10-beta-23127": { + "serviceable": true, + "sha512": "sTx6tiIJwc9gECz2gv9+2e7hFpRlX0GbRAPowFtD95dcWgm1MlYV+3WF70XismWnPN9k5/ZHTyz4RjEPFY+lBg==", + "files": [ + "runtime.json", + "System.Linq.Expressions.4.0.10-beta-23127.nupkg", + "System.Linq.Expressions.4.0.10-beta-23127.nupkg.sha512", + "System.Linq.Expressions.nuspec", + "lib/DNXCore50/System.Linq.Expressions.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Linq.Expressions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Linq.Expressions.dll", + "ref/dotnet/System.Linq.Expressions.xml", + "ref/dotnet/de/System.Linq.Expressions.xml", + "ref/dotnet/es/System.Linq.Expressions.xml", + "ref/dotnet/fr/System.Linq.Expressions.xml", + "ref/dotnet/it/System.Linq.Expressions.xml", + "ref/dotnet/ja/System.Linq.Expressions.xml", + "ref/dotnet/ko/System.Linq.Expressions.xml", + "ref/dotnet/ru/System.Linq.Expressions.xml", + "ref/dotnet/zh-hans/System.Linq.Expressions.xml", + "ref/dotnet/zh-hant/System.Linq.Expressions.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll" + ] + }, + "System.ObjectModel/4.0.10-beta-23127": { + "serviceable": true, + "sha512": "WddIdzpJxPz+UI3wlUPNpeZwMQEX6AxxnT/ycTmSdFVUazsb1sRxE92TeYMDKpIlEu6jRvuv8A36yGsQr5CEkQ==", + "files": [ + "System.ObjectModel.4.0.10-beta-23127.nupkg", + "System.ObjectModel.4.0.10-beta-23127.nupkg.sha512", + "System.ObjectModel.nuspec", + "lib/dotnet/System.ObjectModel.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.ObjectModel.dll", + "ref/dotnet/System.ObjectModel.xml", + "ref/dotnet/de/System.ObjectModel.xml", + "ref/dotnet/es/System.ObjectModel.xml", + "ref/dotnet/fr/System.ObjectModel.xml", + "ref/dotnet/it/System.ObjectModel.xml", + "ref/dotnet/ja/System.ObjectModel.xml", + "ref/dotnet/ko/System.ObjectModel.xml", + "ref/dotnet/ru/System.ObjectModel.xml", + "ref/dotnet/zh-hans/System.ObjectModel.xml", + "ref/dotnet/zh-hant/System.ObjectModel.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._" + ] + }, + "System.Private.Uri/4.0.0-beta-23127": { "serviceable": true, - "sha512": "CtuxaCKcRIvPcsqquVl3mPp79EDZPMr2UogfiFCxCs+t2z1VjbpQsKNs1GHZ8VQetqbk1mr0V1yAfMe6y8CHDA==", + "sha512": "KT9JGnTYRf51pwPluZtpewmdBPiROzemamLmpzgzl3Pu3Y0vmH2CBLZktngD4I4YPNFO6ieCupeM0X3R1u26kA==", "files": [ - "System.Private.Uri.4.0.0.nupkg", - "System.Private.Uri.4.0.0.nupkg.sha512", + "System.Private.Uri.4.0.0-beta-23127.nupkg", + "System.Private.Uri.4.0.0-beta-23127.nupkg.sha512", "System.Private.Uri.nuspec", "lib/DNXCore50/System.Private.Uri.dll", "lib/netcore50/System.Private.Uri.dll", @@ -703,11 +1069,11 @@ "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll" ] }, - "System.Reflection/4.0.10": { - "sha512": "WZ+4lEE4gqGx6mrqLhSiW4oi6QLPWwdNjzhhTONmhELOrW8Cw9phlO9tltgvRUuQUqYtBiliFwhO5S5fCJElVw==", + "System.Reflection/4.0.10-beta-23127": { + "sha512": "U7dLeaLgSqelu4hTebGB9L8vhIjvtuS5n4OuQmmyydHHM8/hoATIm6tdY49h9u0EMZEG1j5A4+DFHzjyz5bW4w==", "files": [ - "System.Reflection.4.0.10.nupkg", - "System.Reflection.4.0.10.nupkg.sha512", + "System.Reflection.4.0.10-beta-23127.nupkg", + "System.Reflection.4.0.10-beta-23127.nupkg.sha512", "System.Reflection.nuspec", "lib/DNXCore50/System.Reflection.dll", "lib/MonoAndroid10/_._", @@ -735,6 +1101,103 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.dll" ] }, + "System.Reflection.Emit/4.0.0-beta-23127": { + "sha512": "v4Fzkc1VvgjK5Y0zqY8a0vFLQvz9XbEDC7wrLi0YLEjgmnUw8gxsWFgFQnOABjUYc28ygwQjz1Zpl+sfnIHgFw==", + "files": [ + "System.Reflection.Emit.4.0.0-beta-23127.nupkg", + "System.Reflection.Emit.4.0.0-beta-23127.nupkg.sha512", + "System.Reflection.Emit.nuspec", + "lib/DNXCore50/System.Reflection.Emit.dll", + "lib/MonoAndroid10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.dll", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Reflection.Emit.dll", + "ref/dotnet/System.Reflection.Emit.xml", + "ref/dotnet/de/System.Reflection.Emit.xml", + "ref/dotnet/es/System.Reflection.Emit.xml", + "ref/dotnet/fr/System.Reflection.Emit.xml", + "ref/dotnet/it/System.Reflection.Emit.xml", + "ref/dotnet/ja/System.Reflection.Emit.xml", + "ref/dotnet/ko/System.Reflection.Emit.xml", + "ref/dotnet/ru/System.Reflection.Emit.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.xml", + "ref/MonoAndroid10/_._", + "ref/net45/_._", + "ref/xamarinmac20/_._" + ] + }, + "System.Reflection.Emit.ILGeneration/4.0.0-beta-23127": { + "sha512": "Z953hng7bseRmyedsWYyRMXm6VlKYaAizg/h1bN3Yol+dKcdU1PPNgtyM5lFf1poMQQWedqFrB6wP+PrV9MNFQ==", + "files": [ + "System.Reflection.Emit.ILGeneration.4.0.0-beta-23127.nupkg", + "System.Reflection.Emit.ILGeneration.4.0.0-beta-23127.nupkg.sha512", + "System.Reflection.Emit.ILGeneration.nuspec", + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", + "lib/wp80/_._", + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll", + "ref/dotnet/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/de/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/es/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/fr/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/it/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ja/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ko/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ru/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.ILGeneration.xml", + "ref/net45/_._", + "ref/wp80/_._" + ] + }, + "System.Reflection.Extensions/4.0.0-beta-23127": { + "serviceable": true, + "sha512": "aqLWJLH1vBW3M6QSEHXcPuhyIoN+uPVNbcB7D/RoAd5u3OzdaO2MtR98USrD7LIUKlKP8nujoHgvweX0m23Kgw==", + "files": [ + "System.Reflection.Extensions.4.0.0-beta-23127.nupkg", + "System.Reflection.Extensions.4.0.0-beta-23127.nupkg.sha512", + "System.Reflection.Extensions.nuspec", + "lib/DNXCore50/System.Reflection.Extensions.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Extensions.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Reflection.Extensions.dll", + "ref/dotnet/System.Reflection.Extensions.xml", + "ref/dotnet/de/System.Reflection.Extensions.xml", + "ref/dotnet/es/System.Reflection.Extensions.xml", + "ref/dotnet/fr/System.Reflection.Extensions.xml", + "ref/dotnet/it/System.Reflection.Extensions.xml", + "ref/dotnet/ja/System.Reflection.Extensions.xml", + "ref/dotnet/ko/System.Reflection.Extensions.xml", + "ref/dotnet/ru/System.Reflection.Extensions.xml", + "ref/dotnet/zh-hans/System.Reflection.Extensions.xml", + "ref/dotnet/zh-hant/System.Reflection.Extensions.xml", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Extensions.dll", + "ref/netcore50/System.Reflection.Extensions.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll" + ] + }, + "System.Reflection.Metadata/1.0.17-beta": { + "serviceable": true, + "sha512": "PyXG0gfs9gDDj4Km2PKadmPOMsH7IL+S4zckKMESdgv34f0I063VKi+RgmZ8f4wtgBVQTw8UrYE911lpePFAgA==", + "files": [ + "License-Stable.rtf", + "System.Reflection.Metadata.1.0.17-beta.nupkg", + "System.Reflection.Metadata.1.0.17-beta.nupkg.sha512", + "System.Reflection.Metadata.nuspec", + "lib/portable-net45+win8/System.Reflection.Metadata.dll", + "lib/portable-net45+win8/System.Reflection.Metadata.xml" + ] + }, "System.Reflection.Primitives/4.0.0": { "serviceable": true, "sha512": "n9S0XpKv2ruc17FSnaiX6nV47VfHTZ1wLjKZlAirUZCvDQCH71mVp+Ohabn0xXLh5pK2PKp45HCxkqu5Fxn/lA==", @@ -768,6 +1231,39 @@ "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll" ] }, + "System.Reflection.TypeExtensions/4.0.0-beta-23127": { + "serviceable": true, + "sha512": "vVc+uhYZh6k4+tDxl0QeP31dq3RUySaiDjSmQ2aOEnVfBs7xtbNaxXLXKd5BBAweNQIZBZ5L1Yv0wC2tCa17KQ==", + "files": [ + "System.Reflection.TypeExtensions.4.0.0-beta-23127.nupkg", + "System.Reflection.TypeExtensions.4.0.0-beta-23127.nupkg.sha512", + "System.Reflection.TypeExtensions.nuspec", + "lib/DNXCore50/System.Reflection.TypeExtensions.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Reflection.TypeExtensions.dll", + "lib/netcore50/System.Reflection.TypeExtensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Reflection.TypeExtensions.dll", + "ref/dotnet/System.Reflection.TypeExtensions.xml", + "ref/dotnet/de/System.Reflection.TypeExtensions.xml", + "ref/dotnet/es/System.Reflection.TypeExtensions.xml", + "ref/dotnet/fr/System.Reflection.TypeExtensions.xml", + "ref/dotnet/it/System.Reflection.TypeExtensions.xml", + "ref/dotnet/ja/System.Reflection.TypeExtensions.xml", + "ref/dotnet/ko/System.Reflection.TypeExtensions.xml", + "ref/dotnet/ru/System.Reflection.TypeExtensions.xml", + "ref/dotnet/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/dotnet/zh-hant/System.Reflection.TypeExtensions.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Reflection.TypeExtensions.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.dll" + ] + }, "System.Resources.ResourceManager/4.0.0": { "serviceable": true, "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", @@ -801,12 +1297,12 @@ "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, - "System.Runtime/4.0.20": { + "System.Runtime/4.0.20-beta-23127": { "serviceable": true, - "sha512": "X7N/9Bz7jVPorqdVFO86ns1sX6MlQM+WTxELtx+Z4VG45x9+LKmWH0GRqjgKprUnVuwmfB9EJ9DQng14Z7/zwg==", + "sha512": "naLsXkry4PBYCdXLOGx2r9TRuFWJpdZvV7W9rk4QRTPTS7H9911J09o8KXrhX+NW28YVsCgvcw8Wr0JsFEQdLQ==", "files": [ - "System.Runtime.4.0.20.nupkg", - "System.Runtime.4.0.20.nupkg.sha512", + "System.Runtime.4.0.20-beta-23127.nupkg", + "System.Runtime.4.0.20-beta-23127.nupkg.sha512", "System.Runtime.nuspec", "lib/DNXCore50/System.Runtime.dll", "lib/MonoAndroid10/_._", @@ -834,12 +1330,12 @@ "runtimes/win8-aot/lib/netcore50/System.Runtime.dll" ] }, - "System.Runtime.Extensions/4.0.10": { + "System.Runtime.Extensions/4.0.10-beta-23127": { "serviceable": true, - "sha512": "5dsEwf3Iml7d5OZeT20iyOjT+r+okWpN7xI2v+R4cgd3WSj4DeRPTvPFjDpacbVW4skCAZ8B9hxXJYgkCFKJ1A==", + "sha512": "YwtpybYxpRqjF+TnBzmNdgGq2jNtEO9MkxYSIMW36lV7F6qEph+nCcKDLsCslgSz7dn44eSCnnsgBQQsF85eQQ==", "files": [ - "System.Runtime.Extensions.4.0.10.nupkg", - "System.Runtime.Extensions.4.0.10.nupkg.sha512", + "System.Runtime.Extensions.4.0.10-beta-23127.nupkg", + "System.Runtime.Extensions.4.0.10-beta-23127.nupkg.sha512", "System.Runtime.Extensions.nuspec", "lib/DNXCore50/System.Runtime.Extensions.dll", "lib/MonoAndroid10/_._", @@ -867,12 +1363,12 @@ "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll" ] }, - "System.Runtime.Handles/4.0.0": { + "System.Runtime.Handles/4.0.0-beta-23127": { "serviceable": true, - "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", + "sha512": "q+CqdcecC00xfyVHTQhtned/RNzZhAtS/04uchISsl5ovKEAnnSRCOPOJJud/dl9iW12U+Lt8YlKub/LoxbZtQ==", "files": [ - "System.Runtime.Handles.4.0.0.nupkg", - "System.Runtime.Handles.4.0.0.nupkg.sha512", + "System.Runtime.Handles.4.0.0-beta-23127.nupkg", + "System.Runtime.Handles.4.0.0-beta-23127.nupkg.sha512", "System.Runtime.Handles.nuspec", "lib/DNXCore50/System.Runtime.Handles.dll", "lib/MonoAndroid10/_._", @@ -933,11 +1429,11 @@ "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll" ] }, - "System.Text.Encoding/4.0.10": { - "sha512": "fNlSFgy4OuDlJrP9SFFxMlaLazq6ipv15sU5TiEgg9UCVnA/OgoVUfymFp4AOk1jOkW5SVxWbeeIUptcM+m/Vw==", + "System.Text.Encoding/4.0.10-beta-23127": { + "sha512": "XUOP6mx45Fk4fUcinHnUdeXGzQaXGskTBvI4/v195wCyUhsHQXFvnVVDevMoFlrcjb7Lvm6UdIORmqA1y4onmg==", "files": [ - "System.Text.Encoding.4.0.10.nupkg", - "System.Text.Encoding.4.0.10.nupkg.sha512", + "System.Text.Encoding.4.0.10-beta-23127.nupkg", + "System.Text.Encoding.4.0.10-beta-23127.nupkg.sha512", "System.Text.Encoding.nuspec", "lib/DNXCore50/System.Text.Encoding.dll", "lib/MonoAndroid10/_._", @@ -997,18 +1493,19 @@ "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll" ] }, - "System.Threading/4.0.10": { - "serviceable": true, - "sha512": "0w6pRxIEE7wuiOJeKabkDgeIKmqf4ER1VNrs6qFwHnooEE78yHwi/bKkg5Jo8/pzGLm0xQJw0nEmPXt1QBAIUA==", + "System.Threading/4.0.0-beta-23127": { + "sha512": "SSZaF3U+EjcgXqifrYus6mcx2GYkIplUBngnNHqR9tISvhGTbd04j5VF+I7dAwmoRKtaKEHWKEvc+uT+PxK00A==", "files": [ - "System.Threading.4.0.10.nupkg", - "System.Threading.4.0.10.nupkg.sha512", + "License.rtf", + "System.Threading.4.0.0-beta-23127.nupkg", + "System.Threading.4.0.0-beta-23127.nupkg.sha512", "System.Threading.nuspec", - "lib/DNXCore50/System.Threading.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Threading.dll", + "lib/net45/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", "ref/dotnet/System.Threading.dll", @@ -1024,18 +1521,31 @@ "ref/dotnet/zh-hant/System.Threading.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/_._", + "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", + "ref/netcore50/de/System.Threading.xml", + "ref/netcore50/es/System.Threading.xml", + "ref/netcore50/fr/System.Threading.xml", + "ref/netcore50/it/System.Threading.xml", + "ref/netcore50/ja/System.Threading.xml", + "ref/netcore50/ko/System.Threading.xml", + "ref/netcore50/ru/System.Threading.xml", + "ref/netcore50/zh-hans/System.Threading.xml", + "ref/netcore50/zh-hant/System.Threading.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Threading.dll" + "ref/xamarinmac20/_._" ] }, - "System.Threading.Overlapped/4.0.0": { + "System.Threading.Overlapped/4.0.0-beta-23127": { "serviceable": true, - "sha512": "X5LuQFhM5FTqaez3eXKJ9CbfSGZ7wj6j4hSVtxct3zmwQXLqG95qoWdvILcgN7xtrDOBIFtpiyDg0vmoI0jE2A==", + "sha512": "Do4dCnys5YNKU9OSaCVIS3pM9Ke0O7x41b+Gbxs6sXJ4zEYg0zbc/hI9t5fdeXXGFqQ7C6uDilQhHAz5GePyJA==", "files": [ - "System.Threading.Overlapped.4.0.0.nupkg", - "System.Threading.Overlapped.4.0.0.nupkg.sha512", + "System.Threading.Overlapped.4.0.0-beta-23127.nupkg", + "System.Threading.Overlapped.4.0.0-beta-23127.nupkg.sha512", "System.Threading.Overlapped.nuspec", "lib/DNXCore50/System.Threading.Overlapped.dll", "lib/net46/System.Threading.Overlapped.dll", @@ -1054,12 +1564,12 @@ "ref/net46/System.Threading.Overlapped.dll" ] }, - "System.Threading.Tasks/4.0.10": { + "System.Threading.Tasks/4.0.10-beta-23127": { "serviceable": true, - "sha512": "NOwJGDfk79jR0bnzosbXLVD/PdI8KzBeESoa3CofEM5v9R5EBfcI0Jyf18stx+0IYV9okmDIDxVtxq9TbnR9bQ==", + "sha512": "5K6t1u3aT7Yh8PbqmXyTnjDo4OJWDCCqHmAccauJ35hnXthzgSBiMvVr2wxtAl7A8eK/lVcSPKJIheJ6MZnLcg==", "files": [ - "System.Threading.Tasks.4.0.10.nupkg", - "System.Threading.Tasks.4.0.10.nupkg.sha512", + "System.Threading.Tasks.4.0.10-beta-23127.nupkg", + "System.Threading.Tasks.4.0.10-beta-23127.nupkg.sha512", "System.Threading.Tasks.nuspec", "lib/DNXCore50/System.Threading.Tasks.dll", "lib/MonoAndroid10/_._", @@ -1087,25 +1597,34 @@ "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll" ] }, - "System.Threading.Thread/4.0.0-beta-23302": { + "System.Threading.Tasks.Parallel/4.0.0-beta-23127": { "serviceable": true, - "sha512": "0tn5ET6NNDVjJdpacPXM9lwa3tZeKiIYZHOZPtsbORXop84IN93KenlcqEdPizxPsnOAgauVIgeKftnvwcvlsQ==", + "sha512": "5g9d4gt4QnsE56fPfwROlfv3X6tQ1mmv0gQY5KWQIpGe2EWlaL/zt9QzOqmPnny+isEXs5EzVGuemTs3cwgnUA==", "files": [ - "System.Threading.Thread.4.0.0-beta-23302.nupkg", - "System.Threading.Thread.4.0.0-beta-23302.nupkg.sha512", - "System.Threading.Thread.nuspec", - "lib/DNXCore50/System.Threading.Thread.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Threading.Thread.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.Threading.Thread.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Threading.Thread.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._" + "System.Threading.Tasks.Parallel.4.0.0-beta-23127.nupkg", + "System.Threading.Tasks.Parallel.4.0.0-beta-23127.nupkg.sha512", + "System.Threading.Tasks.Parallel.nuspec", + "lib/dotnet/System.Threading.Tasks.Parallel.dll", + "lib/net45/_._", + "lib/netcore50/System.Threading.Tasks.Parallel.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Threading.Tasks.Parallel.dll", + "ref/dotnet/System.Threading.Tasks.Parallel.xml", + "ref/dotnet/de/System.Threading.Tasks.Parallel.xml", + "ref/dotnet/es/System.Threading.Tasks.Parallel.xml", + "ref/dotnet/fr/System.Threading.Tasks.Parallel.xml", + "ref/dotnet/it/System.Threading.Tasks.Parallel.xml", + "ref/dotnet/ja/System.Threading.Tasks.Parallel.xml", + "ref/dotnet/ko/System.Threading.Tasks.Parallel.xml", + "ref/dotnet/ru/System.Threading.Tasks.Parallel.xml", + "ref/dotnet/zh-hans/System.Threading.Tasks.Parallel.xml", + "ref/dotnet/zh-hant/System.Threading.Tasks.Parallel.xml", + "ref/net45/_._", + "ref/netcore50/System.Threading.Tasks.Parallel.dll", + "ref/netcore50/System.Threading.Tasks.Parallel.xml", + "ref/win8/_._", + "ref/wpa81/_._" ] }, "System.Threading.ThreadPool/4.0.10-beta-23302": { @@ -1132,23 +1651,31 @@ }, "projectFileDependencyGroups": { "": [ - "System.Diagnostics.Process >= 4.0.0-beta-23302", - "System.IO >= 4.0.10-beta-23302", - "System.IO.FileSystem >= 4.0.0-beta-23302", - "System.IO.FileSystem.Primitives >= 4.0.0-beta-23302", - "System.Runtime >= 4.0.20-beta-23302", - "System.Runtime.Extensions >= 4.0.10-beta-23302", - "System.Runtime.Handles >= 4.0.0-beta-23302", - "System.Threading >= 4.0.10-beta-23302", - "System.Globalization.Calendars >= 4.0.0-beta-23302", - "System.Globalization >= 4.0.10-beta-23302", - "System.Text.Encoding >= 4.0.10-beta-23302", - "System.Runtime.InteropServices >= 4.0.20-beta-23302", - "System.Collections >= 4.0.10-beta-23302", - "System.Console >= 4.0.0-beta-23302", - "System.Reflection >= 4.0.10-beta-23302", - "System.Reflection.Primitives >= 4.0.0-beta-23302", - "System.ComponentModel >= 4.0.1-beta-23302" + "System.Console >= 4.0.0-beta-*", + "System.Runtime >= 4.0.20-beta-*", + "System.Collections >= 4.0.10-beta-*", + "System.Collections.Concurrent >= 4.0.10-beta-*", + "System.IO >= 4.0.10-beta-*", + "System.IO.FileSystem >= 4.0.0-beta-*", + "System.IO.FileSystem.Primitives >= 4.0.0-beta-*", + "System.Text.Encoding >= 4.0.10-beta-*", + "System.Threading >= 4.0.0-beta-*", + "System.Threading.Tasks >= 4.0.10-beta-*", + "System.Runtime.Handles >= 4.0.0-beta-*", + "System.Threading.ThreadPool >= 4.0.10-beta-*", + "System.Threading.Overlapped >= 4.0.0-beta-*", + "System.Dynamic.Runtime >= 4.0.10-beta-*", + "System.Threading.Tasks.Parallel >= 4.0.0-beta-*", + "System.Runtime.Extensions >= 4.0.10-beta-*", + "Microsoft.CodeAnalysis >= 1.0.0.0-beta2", + "Microsoft.CodeAnalysis.Common >= 1.0.0.0-beta2", + "Microsoft.CodeAnalysis.CSharp >= 1.0.0.0-beta2", + "Microsoft.CodeAnalysis.CSharp.Workspaces >= 1.0.0.0-beta2", + "Microsoft.CodeAnalysis.VisualBasic >= 1.0.0.0-beta2", + "Microsoft.CodeAnalysis.VisualBasic.Workspaces >= 1.0.0.0-beta2", + "Microsoft.CodeAnalysis.Workspaces.Common >= 1.0.0.0-beta2", + "System.Collections.Immutable >= 1.1.32-beta", + "System.Reflection.Metadata >= 1.0.17-beta" ], "DNXCore,Version=v5.0": [] } |