Commit 010eae66 authored by Nick Craver's avatar Nick Craver

DNX: Upgrade to stable packages (where they exist)

This also brings the failing test count down to 1: only
TestCustomParameters fails.
parent bbc3ab51
{
"version": "1.0.0-*",
"dependencies": {
"Dapper": "1.41-*"
"Dapper": "1.43-*"
},
"commands": {
"Dapper.DNX.Tests": "Dapper.DNX.Tests"
......@@ -12,7 +12,6 @@
"net45": {
"compilationOptions": { "define": [ "ASYNC" ], "warningsAsErrors": true },
"dependencies": {
"System.Threading.Thread": "4.0.0-beta-22816"
},
"frameworkAssemblies": {
"System.Data": "4.0.0.0",
......@@ -39,13 +38,13 @@
"compilationOptions": { "define": [ "ASYNC" ], "warningsAsErrors": true },
"dependencies": {
"System.Console": "4.0.0-beta-*",
"System.Reflection": "4.0.10-beta-*",
"System.Linq": "4.0.0-beta-*",
"System.Data.Common": "4.0.0-beta-*",
"System.Reflection": "4.0.10",
"System.Linq": "4.0.0",
"System.Data.Common": "4.0.0",
"System.Data.SqlClient": "4.0.0-beta-*",
"System.Threading": "4.0.10-beta-*",
"System.Threading": "4.0.10",
"System.Threading.Thread": "4.0.0-beta-*",
"System.Reflection.TypeExtensions": "4.0.0-beta-*"
"System.Reflection.TypeExtensions": "4.0.0"
}
}
}
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -5,7 +5,7 @@
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0",
"summary": "A high performance Micro-ORM",
"description": "A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..",
"version": "1.41-beta5",
"version": "1.43-beta1",
"compile": [ "../Dapper NET40/*.cs", "../Dapper NET45/*.cs" ],
"title": "Dapper dot net",
"tags": [ "orm", "sql", "micro-orm" ],
......@@ -38,21 +38,21 @@
"dnxcore50": {
"compilationOptions": { "define": [ "ASYNC"], "warningsAsErrors": true },
"dependencies": {
"System.Text.RegularExpressions": "4.0.10-beta-*",
"System.Collections": "4.0.10-beta-*",
"System.Collections.Concurrent": "4.0.10-beta-*",
"System.Linq": "4.0.0-beta-*",
"System.Threading": "4.0.10-beta-*",
"Microsoft.CSharp": "4.0.0-beta-*",
"System.Reflection": "4.0.10-beta-*",
"System.Reflection.Emit": "4.0.0-beta-*",
"System.Reflection.Emit.ILGeneration": "4.0.0-beta-*",
"System.Reflection.Emit.Lightweight": "4.0.0-beta-*",
"System.Reflection.TypeExtensions": "4.0.0-beta-*",
"System.Data.Common": "4.0.0-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*",
"System.Text.Encoding.CodePages": "4.0.0-beta-*",
"System.Globalization": "4.0.10-beta-*"
"System.Text.RegularExpressions": "4.0.10",
"System.Collections": "4.0.10",
"System.Collections.Concurrent": "4.0.10",
"System.Linq": "4.0.0",
"System.Threading": "4.0.10",
"Microsoft.CSharp": "4.0.0",
"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.TypeExtensions": "4.0.0",
"System.Data.Common": "4.0.0",
"System.Runtime.Extensions": "4.0.10",
"System.Text.Encoding.CodePages": "4.0.0",
"System.Globalization": "4.0.10"
}
}
}
......
......@@ -2,107 +2,28 @@
"locked": false,
"version": 1,
"targets": {
".NETFramework,Version=v4.5": {
"Dapper/1.41-beta5": {
"dependencies": {
"System.Runtime": "4.0.20-beta-22816"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core",
"System.Data"
],
"compile": {
"lib/net45/Dapper.dll": {}
},
"runtime": {
"lib/net45/Dapper.dll": {}
}
}
},
".NETFramework,Version=v4.0": {
"Dapper/1.41-beta5": {
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core",
"System.Data"
],
"compile": {
"lib/net40/Dapper.dll": {}
},
"runtime": {
"lib/net40/Dapper.dll": {}
}
}
},
"DNX,Version=v4.5.1": {
"Dapper/1.41-beta5": {
"dependencies": {
"System.Runtime": "4.0.20-beta-22816"
},
"frameworkAssemblies": [
"Microsoft.CSharp",
"mscorlib",
"System",
"System.Core",
"System.Data"
],
"compile": {
"lib/dnx451/Dapper.dll": {}
},
"runtime": {
"lib/dnx451/Dapper.dll": {}
}
}
},
".NETFramework,Version=v4.5": {},
".NETFramework,Version=v4.0": {},
"DNX,Version=v4.5.1": {},
"DNXCore,Version=v5.0": {
"Dapper/1.41-beta5": {
"Microsoft.CSharp/4.0.0": {
"dependencies": {
"Microsoft.CSharp": "4.0.0-beta-22816",
"System.Collections": "4.0.10-beta-22816",
"System.Collections.Concurrent": "4.0.10-beta-22816",
"System.Data.Common": "4.0.0-beta-22816",
"System.Globalization": "4.0.10-beta-22816",
"System.Linq": "4.0.0-beta-22816",
"System.Reflection": "4.0.10-beta-22816",
"System.Reflection.Emit": "4.0.0-beta-22816",
"System.Reflection.Emit.ILGeneration": "4.0.0-beta-22816",
"System.Reflection.Emit.Lightweight": "4.0.0-beta-22816",
"System.Reflection.TypeExtensions": "4.0.0-beta-22816",
"System.Runtime.Extensions": "4.0.10-beta-22816",
"System.Text.Encoding.CodePages": "4.0.0-beta-22816",
"System.Text.RegularExpressions": "4.0.10-beta-22816",
"System.Threading": "4.0.10-beta-22816"
},
"compile": {
"lib/dnxcore50/Dapper.dll": {}
},
"runtime": {
"lib/dnxcore50/Dapper.dll": {}
}
},
"Microsoft.CSharp/4.0.0-beta-23029": {
"dependencies": {
"System.Collections": "4.0.10-beta-23029",
"System.Diagnostics.Debug": "4.0.10-beta-23029",
"System.Dynamic.Runtime": "4.0.0-beta-23029",
"System.Globalization": "4.0.10-beta-23029",
"System.Linq": "4.0.0-beta-23029",
"System.Linq.Expressions": "4.0.0-beta-23029",
"System.ObjectModel": "4.0.10-beta-23029",
"System.Reflection": "4.0.10-beta-23029",
"System.Reflection.Extensions": "4.0.0-beta-23029",
"System.Reflection.Primitives": "4.0.0-beta-23029",
"System.Reflection.TypeExtensions": "4.0.0-beta-23029",
"System.Resources.ResourceManager": "4.0.0-beta-23029",
"System.Runtime": "4.0.20-beta-23029",
"System.Runtime.Extensions": "4.0.10-beta-23029",
"System.Runtime.InteropServices": "4.0.20-beta-23029",
"System.Threading": "4.0.0-beta-23029"
"System.Collections": "4.0.10",
"System.Diagnostics.Debug": "4.0.10",
"System.Dynamic.Runtime": "4.0.0",
"System.Globalization": "4.0.10",
"System.Linq": "4.0.0",
"System.Linq.Expressions": "4.0.0",
"System.ObjectModel": "4.0.10",
"System.Reflection": "4.0.10",
"System.Reflection.Extensions": "4.0.0",
"System.Reflection.Primitives": "4.0.0",
"System.Reflection.TypeExtensions": "4.0.0",
"System.Resources.ResourceManager": "4.0.0",
"System.Runtime": "4.0.20",
"System.Runtime.Extensions": "4.0.10",
"System.Runtime.InteropServices": "4.0.20",
"System.Threading": "4.0.10"
},
"compile": {
"ref/dotnet/Microsoft.CSharp.dll": {}
......@@ -111,9 +32,9 @@
"lib/dotnet/Microsoft.CSharp.dll": {}
}
},
"System.Collections/4.0.10-beta-23029": {
"System.Collections/4.0.10": {
"dependencies": {
"System.Runtime": "4.0.20-beta-23029"
"System.Runtime": "4.0.20"
},
"compile": {
"ref/dotnet/System.Collections.dll": {}
......@@ -122,17 +43,17 @@
"lib/DNXCore50/System.Collections.dll": {}
}
},
"System.Collections.Concurrent/4.0.10-beta-23029": {
"System.Collections.Concurrent/4.0.10": {
"dependencies": {
"System.Collections": "4.0.10-beta-23029",
"System.Diagnostics.Debug": "4.0.10-beta-23029",
"System.Diagnostics.Tracing": "4.0.20-beta-23029",
"System.Globalization": "4.0.10-beta-23029",
"System.Resources.ResourceManager": "4.0.0-beta-23029",
"System.Runtime": "4.0.20-beta-23029",
"System.Runtime.Extensions": "4.0.10-beta-23029",
"System.Threading": "4.0.10-beta-23029",
"System.Threading.Tasks": "4.0.10-beta-23029"
"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/dotnet/System.Collections.Concurrent.dll": {}
......@@ -141,14 +62,14 @@
"lib/dotnet/System.Collections.Concurrent.dll": {}
}
},
"System.Collections.NonGeneric/4.0.0-beta-23029": {
"System.Collections.NonGeneric/4.0.0": {
"dependencies": {
"System.Diagnostics.Debug": "4.0.10-beta-23029",
"System.Globalization": "4.0.10-beta-23029",
"System.Resources.ResourceManager": "4.0.0-beta-23029",
"System.Runtime": "4.0.20-beta-23029",
"System.Runtime.Extensions": "4.0.10-beta-23029",
"System.Threading": "4.0.10-beta-23029"
"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": {}
......@@ -157,17 +78,17 @@
"lib/dotnet/System.Collections.NonGeneric.dll": {}
}
},
"System.Data.Common/4.0.0-beta-23029": {
"System.Data.Common/4.0.0": {
"dependencies": {
"System.Collections": "4.0.0-beta-23029",
"System.Collections.NonGeneric": "4.0.0-beta-23029",
"System.Globalization": "4.0.0-beta-23029",
"System.IO": "4.0.0-beta-23029",
"System.Resources.ResourceManager": "4.0.0-beta-23029",
"System.Runtime": "4.0.0-beta-23029",
"System.Runtime.Extensions": "4.0.0-beta-23029",
"System.Text.RegularExpressions": "4.0.0-beta-23029",
"System.Threading.Tasks": "4.0.0-beta-23029"
"System.Collections": "4.0.10",
"System.Collections.NonGeneric": "4.0.0",
"System.Globalization": "4.0.10",
"System.IO": "4.0.0",
"System.Resources.ResourceManager": "4.0.0",
"System.Runtime": "4.0.20",
"System.Runtime.Extensions": "4.0.10",
"System.Text.RegularExpressions": "4.0.0",
"System.Threading.Tasks": "4.0.0"
},
"compile": {
"ref/dotnet/System.Data.Common.dll": {}
......@@ -176,9 +97,9 @@
"lib/dotnet/System.Data.Common.dll": {}
}
},
"System.Diagnostics.Debug/4.0.10-beta-23029": {
"System.Diagnostics.Debug/4.0.10": {
"dependencies": {
"System.Runtime": "4.0.0-beta-23029"
"System.Runtime": "4.0.0"
},
"compile": {
"ref/dotnet/System.Diagnostics.Debug.dll": {}
......@@ -187,9 +108,9 @@
"lib/DNXCore50/System.Diagnostics.Debug.dll": {}
}
},
"System.Diagnostics.Tracing/4.0.20-beta-23029": {
"System.Diagnostics.Tracing/4.0.20": {
"dependencies": {
"System.Runtime": "4.0.0-beta-23029"
"System.Runtime": "4.0.0"
},
"compile": {
"ref/dotnet/System.Diagnostics.Tracing.dll": {}
......@@ -198,20 +119,20 @@
"lib/DNXCore50/System.Diagnostics.Tracing.dll": {}
}
},
"System.Dynamic.Runtime/4.0.0-beta-23029": {
"System.Dynamic.Runtime/4.0.0": {
"dependencies": {
"System.Linq.Expressions": "4.0.0-beta-23029",
"System.ObjectModel": "4.0.0-beta-23029",
"System.Reflection": "4.0.0-beta-23029",
"System.Runtime": "4.0.0-beta-23029"
"System.Linq.Expressions": "4.0.0",
"System.ObjectModel": "4.0.0",
"System.Reflection": "4.0.0",
"System.Runtime": "4.0.0"
},
"compile": {
"ref/dotnet/System.Dynamic.Runtime.dll": {}
}
},
"System.Globalization/4.0.10-beta-23029": {
"System.Globalization/4.0.10": {
"dependencies": {
"System.Runtime": "4.0.0-beta-23029"
"System.Runtime": "4.0.0"
},
"compile": {
"ref/dotnet/System.Globalization.dll": {}
......@@ -220,11 +141,11 @@
"lib/DNXCore50/System.Globalization.dll": {}
}
},
"System.IO/4.0.10-beta-23029": {
"System.IO/4.0.10": {
"dependencies": {
"System.Runtime": "4.0.20-beta-23029",
"System.Text.Encoding": "4.0.0-beta-23029",
"System.Threading.Tasks": "4.0.0-beta-23029"
"System.Runtime": "4.0.20",
"System.Text.Encoding": "4.0.0",
"System.Threading.Tasks": "4.0.0"
},
"compile": {
"ref/dotnet/System.IO.dll": {}
......@@ -233,13 +154,13 @@
"lib/DNXCore50/System.IO.dll": {}
}
},
"System.Linq/4.0.0-beta-23029": {
"System.Linq/4.0.0": {
"dependencies": {
"System.Collections": "4.0.10-beta-23029",
"System.Diagnostics.Debug": "4.0.10-beta-23029",
"System.Resources.ResourceManager": "4.0.0-beta-23029",
"System.Runtime": "4.0.20-beta-23029",
"System.Runtime.Extensions": "4.0.10-beta-23029"
"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/dotnet/System.Linq.dll": {}
......@@ -248,22 +169,22 @@
"lib/dotnet/System.Linq.dll": {}
}
},
"System.Linq.Expressions/4.0.0-beta-23029": {
"System.Linq.Expressions/4.0.0": {
"dependencies": {
"System.Reflection": "4.0.0-beta-23029",
"System.Runtime": "4.0.0-beta-23029"
"System.Reflection": "4.0.0",
"System.Runtime": "4.0.0"
},
"compile": {
"ref/dotnet/System.Linq.Expressions.dll": {}
}
},
"System.ObjectModel/4.0.10-beta-23029": {
"System.ObjectModel/4.0.10": {
"dependencies": {
"System.Collections": "4.0.10-beta-23029",
"System.Diagnostics.Debug": "4.0.10-beta-23029",
"System.Resources.ResourceManager": "4.0.0-beta-23029",
"System.Runtime": "4.0.20-beta-23029",
"System.Threading": "4.0.10-beta-23029"
"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": {}
......@@ -272,16 +193,19 @@
"lib/dotnet/System.ObjectModel.dll": {}
}
},
"System.Private.Uri/4.0.0-beta-23029": {
"System.Private.Uri/4.0.0": {
"compile": {
"ref/dnxcore50/_._": {}
},
"runtime": {
"lib/DNXCore50/System.Private.Uri.dll": {}
}
},
"System.Reflection/4.0.10-beta-23029": {
"System.Reflection/4.0.10": {
"dependencies": {
"System.IO": "4.0.0-beta-23029",
"System.Reflection.Primitives": "4.0.0-beta-23029",
"System.Runtime": "4.0.20-beta-23029"
"System.IO": "4.0.0",
"System.Reflection.Primitives": "4.0.0",
"System.Runtime": "4.0.20"
},
"compile": {
"ref/dotnet/System.Reflection.dll": {}
......@@ -290,13 +214,13 @@
"lib/DNXCore50/System.Reflection.dll": {}
}
},
"System.Reflection.Emit/4.0.0-beta-23029": {
"System.Reflection.Emit/4.0.0": {
"dependencies": {
"System.IO": "4.0.0-beta-23029",
"System.Reflection": "4.0.0-beta-23029",
"System.Reflection.Emit.ILGeneration": "4.0.0-beta-23029",
"System.Reflection.Primitives": "4.0.0-beta-23029",
"System.Runtime": "4.0.0-beta-23029"
"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": {}
......@@ -305,11 +229,11 @@
"lib/DNXCore50/System.Reflection.Emit.dll": {}
}
},
"System.Reflection.Emit.ILGeneration/4.0.0-beta-23029": {
"System.Reflection.Emit.ILGeneration/4.0.0": {
"dependencies": {
"System.Reflection": "4.0.0-beta-23029",
"System.Reflection.Primitives": "4.0.0-beta-23029",
"System.Runtime": "4.0.0-beta-23029"
"System.Reflection": "4.0.0",
"System.Reflection.Primitives": "4.0.0",
"System.Runtime": "4.0.0"
},
"compile": {
"ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {}
......@@ -318,12 +242,12 @@
"lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {}
}
},
"System.Reflection.Emit.Lightweight/4.0.0-beta-23029": {
"System.Reflection.Emit.Lightweight/4.0.0": {
"dependencies": {
"System.Reflection": "4.0.0-beta-23029",
"System.Reflection.Emit.ILGeneration": "4.0.0-beta-23029",
"System.Reflection.Primitives": "4.0.0-beta-23029",
"System.Runtime": "4.0.0-beta-23029"
"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": {}
......@@ -332,10 +256,10 @@
"lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {}
}
},
"System.Reflection.Extensions/4.0.0-beta-23029": {
"System.Reflection.Extensions/4.0.0": {
"dependencies": {
"System.Reflection": "4.0.0-beta-23029",
"System.Runtime": "4.0.0-beta-23029"
"System.Reflection": "4.0.0",
"System.Runtime": "4.0.0"
},
"compile": {
"ref/dotnet/System.Reflection.Extensions.dll": {}
......@@ -344,9 +268,9 @@
"lib/DNXCore50/System.Reflection.Extensions.dll": {}
}
},
"System.Reflection.Primitives/4.0.0-beta-23029": {
"System.Reflection.Primitives/4.0.0": {
"dependencies": {
"System.Runtime": "4.0.0-beta-23029"
"System.Runtime": "4.0.0"
},
"compile": {
"ref/dotnet/System.Reflection.Primitives.dll": {}
......@@ -355,10 +279,10 @@
"lib/DNXCore50/System.Reflection.Primitives.dll": {}
}
},
"System.Reflection.TypeExtensions/4.0.0-beta-23029": {
"System.Reflection.TypeExtensions/4.0.0": {
"dependencies": {
"System.Reflection": "4.0.0-beta-23029",
"System.Runtime": "4.0.0-beta-23029"
"System.Reflection": "4.0.0",
"System.Runtime": "4.0.0"
},
"compile": {
"ref/dotnet/System.Reflection.TypeExtensions.dll": {}
......@@ -367,11 +291,11 @@
"lib/DNXCore50/System.Reflection.TypeExtensions.dll": {}
}
},
"System.Resources.ResourceManager/4.0.0-beta-23029": {
"System.Resources.ResourceManager/4.0.0": {
"dependencies": {
"System.Globalization": "4.0.0-beta-23029",
"System.Reflection": "4.0.0-beta-23029",
"System.Runtime": "4.0.0-beta-23029"
"System.Globalization": "4.0.0",
"System.Reflection": "4.0.0",
"System.Runtime": "4.0.0"
},
"compile": {
"ref/dotnet/System.Resources.ResourceManager.dll": {}
......@@ -380,9 +304,9 @@
"lib/DNXCore50/System.Resources.ResourceManager.dll": {}
}
},
"System.Runtime/4.0.20-beta-23029": {
"System.Runtime/4.0.20": {
"dependencies": {
"System.Private.Uri": "4.0.0-beta-23029"
"System.Private.Uri": "4.0.0"
},
"compile": {
"ref/dotnet/System.Runtime.dll": {}
......@@ -391,9 +315,9 @@
"lib/DNXCore50/System.Runtime.dll": {}
}
},
"System.Runtime.Extensions/4.0.10-beta-23029": {
"System.Runtime.Extensions/4.0.10": {
"dependencies": {
"System.Runtime": "4.0.20-beta-23029"
"System.Runtime": "4.0.20"
},
"compile": {
"ref/dotnet/System.Runtime.Extensions.dll": {}
......@@ -402,9 +326,9 @@
"lib/DNXCore50/System.Runtime.Extensions.dll": {}
}
},
"System.Runtime.Handles/4.0.0-beta-23029": {
"System.Runtime.Handles/4.0.0": {
"dependencies": {
"System.Runtime": "4.0.0-beta-23029"
"System.Runtime": "4.0.0"
},
"compile": {
"ref/dotnet/System.Runtime.Handles.dll": {}
......@@ -413,12 +337,12 @@
"lib/DNXCore50/System.Runtime.Handles.dll": {}
}
},
"System.Runtime.InteropServices/4.0.20-beta-23029": {
"System.Runtime.InteropServices/4.0.20": {
"dependencies": {
"System.Reflection": "4.0.0-beta-23029",
"System.Reflection.Primitives": "4.0.0-beta-23029",
"System.Runtime": "4.0.0-beta-23029",
"System.Runtime.Handles": "4.0.0-beta-23029"
"System.Reflection": "4.0.0",
"System.Reflection.Primitives": "4.0.0",
"System.Runtime": "4.0.0",
"System.Runtime.Handles": "4.0.0"
},
"compile": {
"ref/dotnet/System.Runtime.InteropServices.dll": {}
......@@ -427,9 +351,9 @@
"lib/DNXCore50/System.Runtime.InteropServices.dll": {}
}
},
"System.Text.Encoding/4.0.10-beta-23029": {
"System.Text.Encoding/4.0.10": {
"dependencies": {
"System.Runtime": "4.0.0-beta-23029"
"System.Runtime": "4.0.0"
},
"compile": {
"ref/dotnet/System.Text.Encoding.dll": {}
......@@ -438,19 +362,19 @@
"lib/DNXCore50/System.Text.Encoding.dll": {}
}
},
"System.Text.Encoding.CodePages/4.0.0-beta-23029": {
"System.Text.Encoding.CodePages/4.0.0": {
"dependencies": {
"System.Collections": "4.0.10-beta-23029",
"System.Globalization": "4.0.10-beta-23029",
"System.IO": "4.0.10-beta-23029",
"System.Reflection": "4.0.10-beta-23029",
"System.Resources.ResourceManager": "4.0.0-beta-23029",
"System.Runtime": "4.0.20-beta-23029",
"System.Runtime.Extensions": "4.0.10-beta-23029",
"System.Runtime.Handles": "4.0.0-beta-23029",
"System.Runtime.InteropServices": "4.0.20-beta-23029",
"System.Text.Encoding": "4.0.10-beta-23029",
"System.Threading": "4.0.10-beta-23029"
"System.Collections": "4.0.10",
"System.Globalization": "4.0.10",
"System.IO": "4.0.10",
"System.Reflection": "4.0.10",
"System.Resources.ResourceManager": "4.0.0",
"System.Runtime": "4.0.20",
"System.Runtime.Extensions": "4.0.10",
"System.Runtime.Handles": "4.0.0",
"System.Runtime.InteropServices": "4.0.20",
"System.Text.Encoding": "4.0.10",
"System.Threading": "4.0.10"
},
"compile": {
"ref/dotnet/System.Text.Encoding.CodePages.dll": {}
......@@ -459,14 +383,14 @@
"lib/dotnet/System.Text.Encoding.CodePages.dll": {}
}
},
"System.Text.RegularExpressions/4.0.10-beta-23029": {
"System.Text.RegularExpressions/4.0.10": {
"dependencies": {
"System.Collections": "4.0.10-beta-23029",
"System.Globalization": "4.0.10-beta-23029",
"System.Resources.ResourceManager": "4.0.0-beta-23029",
"System.Runtime": "4.0.20-beta-23029",
"System.Runtime.Extensions": "4.0.10-beta-23029",
"System.Threading": "4.0.10-beta-23029"
"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/dotnet/System.Text.RegularExpressions.dll": {}
......@@ -475,10 +399,10 @@
"lib/dotnet/System.Text.RegularExpressions.dll": {}
}
},
"System.Threading/4.0.10-beta-23029": {
"System.Threading/4.0.10": {
"dependencies": {
"System.Runtime": "4.0.0-beta-23029",
"System.Threading.Tasks": "4.0.0-beta-23029"
"System.Runtime": "4.0.0",
"System.Threading.Tasks": "4.0.0"
},
"compile": {
"ref/dotnet/System.Threading.dll": {}
......@@ -487,9 +411,9 @@
"lib/DNXCore50/System.Threading.dll": {}
}
},
"System.Threading.Tasks/4.0.10-beta-23029": {
"System.Threading.Tasks/4.0.10": {
"dependencies": {
"System.Runtime": "4.0.0-beta-23029"
"System.Runtime": "4.0.0"
},
"compile": {
"ref/dotnet/System.Threading.Tasks.dll": {}
......@@ -501,34 +425,22 @@
}
},
"libraries": {
"Dapper/1.41-beta5": {
"sha512": "gsQlnM5+53kQdsQ7TXIAr2kz9aFaI0fh8nLtki3l+dvxclSR0+nqHEEY4gFeE3xW6mZ0tcfliD/R6NManLRmFA==",
"files": [
"Dapper.1.41-beta5.nupkg",
"Dapper.1.41-beta5.nupkg.sha512",
"Dapper.nuspec",
"lib/dnx451/Dapper.dll",
"lib/dnx451/Dapper.xml",
"lib/dnxcore50/Dapper.dll",
"lib/dnxcore50/Dapper.xml",
"lib/net40/Dapper.dll",
"lib/net40/Dapper.xml",
"lib/net45/Dapper.dll",
"lib/net45/Dapper.xml"
]
},
"Microsoft.CSharp/4.0.0-beta-23029": {
"Microsoft.CSharp/4.0.0": {
"serviceable": true,
"sha512": "ZWkJZ1W7kyOqAcTheMmvhKgq1ogXsqUWqcZmb9jCb8wxJxAHmv+M52G+PaHXiEuTq77KSrxb6otjwalPvwo5hw==",
"sha512": "oWqeKUxHXdK6dL2CFjgMcaBISbkk+AqEg+yvJHE4DElNzS4QaTsCflgkkqZwVlWby1Dg9zo9n+iCAMFefFdJ/A==",
"files": [
"lib/dotnet/Microsoft.CSharp.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net45/_._",
"lib/netcore50/Microsoft.CSharp.dll",
"lib/win8/_._",
"lib/wp80/_._",
"lib/wpa81/_._",
"Microsoft.CSharp.4.0.0-beta-23029.nupkg",
"Microsoft.CSharp.4.0.0-beta-23029.nupkg.sha512",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"Microsoft.CSharp.4.0.0.nupkg",
"Microsoft.CSharp.4.0.0.nupkg.sha512",
"Microsoft.CSharp.nuspec",
"ref/dotnet/de/Microsoft.CSharp.xml",
"ref/dotnet/es/Microsoft.CSharp.xml",
......@@ -541,21 +453,29 @@
"ref/dotnet/ru/Microsoft.CSharp.xml",
"ref/dotnet/zh-hans/Microsoft.CSharp.xml",
"ref/dotnet/zh-hant/Microsoft.CSharp.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/netcore50/Microsoft.CSharp.dll",
"ref/netcore50/Microsoft.CSharp.xml",
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._"
"ref/wpa81/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._"
]
},
"System.Collections/4.0.10-beta-23029": {
"System.Collections/4.0.10": {
"serviceable": true,
"sha512": "Eil0naQzFdVMm7wPFXlXCyvgLe5B8rUx3YrZH2R1aXL8sPl7KCqZhtUwY30EUxYZr0kNkOeDn4keSnr4151aVg==",
"sha512": "ux6ilcZZjV/Gp7JEZpe+2V1eTueq6NuoGRM3eZCFuPM25hLVVgCRuea6STW8hvqreIOE59irJk5/ovpA5xQipw==",
"files": [
"lib/DNXCore50/System.Collections.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/_._",
"lib/netcore50/System.Collections.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"ref/dotnet/de/System.Collections.xml",
"ref/dotnet/es/System.Collections.xml",
"ref/dotnet/fr/System.Collections.xml",
......@@ -567,19 +487,27 @@
"ref/dotnet/System.Collections.xml",
"ref/dotnet/zh-hans/System.Collections.xml",
"ref/dotnet/zh-hant/System.Collections.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"runtimes/win8-aot/lib/netcore50/System.Collections.dll",
"System.Collections.4.0.10-beta-23029.nupkg",
"System.Collections.4.0.10-beta-23029.nupkg.sha512",
"System.Collections.4.0.10.nupkg",
"System.Collections.4.0.10.nupkg.sha512",
"System.Collections.nuspec"
]
},
"System.Collections.Concurrent/4.0.10-beta-23029": {
"System.Collections.Concurrent/4.0.10": {
"serviceable": true,
"sha512": "YddOMBgmqqm00O8J5AszvUoQ1momBr5R/rnOUGQrlYKlh6FJscgDzQacHpjYNGfm+o6AEFbcYbh6FnC1g0cewg==",
"sha512": "ZtMEqOPAjAIqR8fqom9AOKRaB94a+emO2O8uOP6vyJoNswSPrbiwN7iH53rrVpvjMVx0wr4/OMpI7486uGZjbw==",
"files": [
"lib/dotnet/System.Collections.Concurrent.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/_._",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"ref/dotnet/de/System.Collections.Concurrent.xml",
"ref/dotnet/es/System.Collections.Concurrent.xml",
"ref/dotnet/fr/System.Collections.Concurrent.xml",
......@@ -591,18 +519,26 @@
"ref/dotnet/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/_._",
"System.Collections.Concurrent.4.0.10-beta-23029.nupkg",
"System.Collections.Concurrent.4.0.10-beta-23029.nupkg.sha512",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"System.Collections.Concurrent.4.0.10.nupkg",
"System.Collections.Concurrent.4.0.10.nupkg.sha512",
"System.Collections.Concurrent.nuspec"
]
},
"System.Collections.NonGeneric/4.0.0-beta-23029": {
"System.Collections.NonGeneric/4.0.0": {
"serviceable": true,
"sha512": "GFcChXb4svYlw1UA0qqE9Ps9Ooh7wYs60Dy1ywNfQSewz5WiZHl+TRc3VhbbP4iwobX676g0PmgltT69FGvQxw==",
"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",
......@@ -614,18 +550,26 @@
"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",
"System.Collections.NonGeneric.4.0.0-beta-23029.nupkg",
"System.Collections.NonGeneric.4.0.0-beta-23029.nupkg.sha512",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"System.Collections.NonGeneric.4.0.0.nupkg",
"System.Collections.NonGeneric.4.0.0.nupkg.sha512",
"System.Collections.NonGeneric.nuspec"
]
},
"System.Data.Common/4.0.0-beta-23029": {
"System.Data.Common/4.0.0": {
"serviceable": true,
"sha512": "EhhTwre9T9TgkzpcLFgLNU/IyHcTLetPP43fQvQNfe3XXfOAA6M/B8HrKlSvMbg8S/4Sr43060SNyFWMFsaoeA==",
"sha512": "SA7IdoTWiImVr0exDM68r0mKmR4f/qFGxZUrJQKu4YS7F+3afWzSOCezHxWdevQ0ONi4WRQsOiv+Zf9p8H0Feg==",
"files": [
"lib/dotnet/System.Data.Common.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/System.Data.Common.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"ref/dotnet/de/System.Data.Common.xml",
"ref/dotnet/es/System.Data.Common.xml",
"ref/dotnet/fr/System.Data.Common.xml",
......@@ -637,19 +581,27 @@
"ref/dotnet/System.Data.Common.xml",
"ref/dotnet/zh-hans/System.Data.Common.xml",
"ref/dotnet/zh-hant/System.Data.Common.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/System.Data.Common.dll",
"System.Data.Common.4.0.0-beta-23029.nupkg",
"System.Data.Common.4.0.0-beta-23029.nupkg.sha512",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"System.Data.Common.4.0.0.nupkg",
"System.Data.Common.4.0.0.nupkg.sha512",
"System.Data.Common.nuspec"
]
},
"System.Diagnostics.Debug/4.0.10-beta-23029": {
"System.Diagnostics.Debug/4.0.10": {
"serviceable": true,
"sha512": "8ZyfPVeZI3H9YUneQlbP6AyW99EKt+2L8IRznmlW9KiZEdjtkqOadq9FDdPuanyenkbS8L5eCtTeoStCqhIS0w==",
"sha512": "pi2KthuvI2LWV2c2V+fwReDsDiKpNl040h6DcwFOb59SafsPT/V1fCy0z66OKwysurJkBMmp5j5CBe3Um+ub0g==",
"files": [
"lib/DNXCore50/System.Diagnostics.Debug.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/_._",
"lib/netcore50/System.Diagnostics.Debug.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"ref/dotnet/de/System.Diagnostics.Debug.xml",
"ref/dotnet/es/System.Diagnostics.Debug.xml",
"ref/dotnet/fr/System.Diagnostics.Debug.xml",
......@@ -661,20 +613,28 @@
"ref/dotnet/System.Diagnostics.Debug.xml",
"ref/dotnet/zh-hans/System.Diagnostics.Debug.xml",
"ref/dotnet/zh-hant/System.Diagnostics.Debug.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll",
"System.Diagnostics.Debug.4.0.10-beta-23029.nupkg",
"System.Diagnostics.Debug.4.0.10-beta-23029.nupkg.sha512",
"System.Diagnostics.Debug.4.0.10.nupkg",
"System.Diagnostics.Debug.4.0.10.nupkg.sha512",
"System.Diagnostics.Debug.nuspec"
]
},
"System.Diagnostics.Tracing/4.0.20-beta-23029": {
"System.Diagnostics.Tracing/4.0.20": {
"serviceable": true,
"sha512": "iqQjVsfBtGi/qI1VXbLsCNs3xtNT+VBqDrhcb2IVcCeIRZyYlK1zBqr2FttlbihCckj1kEPtMsenHS7o5wkcOw==",
"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",
......@@ -686,20 +646,28 @@
"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-beta-23029.nupkg",
"System.Diagnostics.Tracing.4.0.20-beta-23029.nupkg.sha512",
"System.Diagnostics.Tracing.4.0.20.nupkg",
"System.Diagnostics.Tracing.4.0.20.nupkg.sha512",
"System.Diagnostics.Tracing.nuspec"
]
},
"System.Dynamic.Runtime/4.0.0-beta-23029": {
"sha512": "sCahFFgNTRAE/st4lqLZlaeoFq2r6Wy5dR68KqH92h9CqWdfFFtv/VTLdLn1e1ZAX5pAFeaRbl/d2/U3cuNBpg==",
"System.Dynamic.Runtime/4.0.0": {
"sha512": "33os71rQUCLjM5pbhQqCopq9/YcqBHPBQ8WylrzNk3oJmfAR0SFwzZIKJRN2JcrkBYdzC/NtWrYVU8oroyZieA==",
"files": [
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net45/_._",
"lib/win8/_._",
"lib/wp80/_._",
"lib/wpa81/_._",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"License.rtf",
"ref/dotnet/de/System.Dynamic.Runtime.xml",
"ref/dotnet/es/System.Dynamic.Runtime.xml",
......@@ -712,6 +680,8 @@
"ref/dotnet/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/net45/_._",
"ref/netcore50/de/System.Dynamic.Runtime.xml",
"ref/netcore50/es/System.Dynamic.Runtime.xml",
......@@ -727,17 +697,23 @@
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._",
"System.Dynamic.Runtime.4.0.0-beta-23029.nupkg",
"System.Dynamic.Runtime.4.0.0-beta-23029.nupkg.sha512",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"System.Dynamic.Runtime.4.0.0.nupkg",
"System.Dynamic.Runtime.4.0.0.nupkg.sha512",
"System.Dynamic.Runtime.nuspec"
]
},
"System.Globalization/4.0.10-beta-23029": {
"sha512": "JpRvwrHTIe+pnqKTly145pIoKgc5ld+fC1bJZFLdgF4vQzYzwBfUlxwJvZOwq1dJg8iNPx1hBuoegEc+4/7JYQ==",
"System.Globalization/4.0.10": {
"sha512": "kzRtbbCNAxdafFBDogcM36ehA3th8c1PGiz8QRkZn8O5yMBorDHSK8/TGJPYOaCS5zdsGk0u9qXHnW91nqy7fw==",
"files": [
"lib/DNXCore50/System.Globalization.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/_._",
"lib/netcore50/System.Globalization.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"ref/dotnet/de/System.Globalization.xml",
"ref/dotnet/es/System.Globalization.xml",
"ref/dotnet/fr/System.Globalization.xml",
......@@ -749,20 +725,28 @@
"ref/dotnet/System.Globalization.xml",
"ref/dotnet/zh-hans/System.Globalization.xml",
"ref/dotnet/zh-hant/System.Globalization.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"runtimes/win8-aot/lib/netcore50/System.Globalization.dll",
"System.Globalization.4.0.10-beta-23029.nupkg",
"System.Globalization.4.0.10-beta-23029.nupkg.sha512",
"System.Globalization.4.0.10.nupkg",
"System.Globalization.4.0.10.nupkg.sha512",
"System.Globalization.nuspec"
]
},
"System.IO/4.0.10-beta-23029": {
"System.IO/4.0.10": {
"serviceable": true,
"sha512": "Bcatm8sbtmCXWn8Wj/Ul7onB3ed/rrGSqDNHgjCTQP8u7C3NqQE4KsERI4G7L1Wabb2Vy9AETSCelFo4DYKrkA==",
"sha512": "kghf1CeYT+W2lw8a50/GxFz5HR9t6RkL4BvjxtTp1NxtEFWywnMA9W8FH/KYXiDNThcw9u/GOViDON4iJFGXIQ==",
"files": [
"lib/DNXCore50/System.IO.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/_._",
"lib/netcore50/System.IO.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"ref/dotnet/de/System.IO.xml",
"ref/dotnet/es/System.IO.xml",
"ref/dotnet/fr/System.IO.xml",
......@@ -774,16 +758,20 @@
"ref/dotnet/System.IO.xml",
"ref/dotnet/zh-hans/System.IO.xml",
"ref/dotnet/zh-hant/System.IO.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"runtimes/win8-aot/lib/netcore50/System.IO.dll",
"System.IO.4.0.10-beta-23029.nupkg",
"System.IO.4.0.10-beta-23029.nupkg.sha512",
"System.IO.4.0.10.nupkg",
"System.IO.4.0.10.nupkg.sha512",
"System.IO.nuspec"
]
},
"System.Linq/4.0.0-beta-23029": {
"System.Linq/4.0.0": {
"serviceable": true,
"sha512": "AINqxAET631i/d13NFYTIc4Ro1AKykMuLfOZep6mDy0qInYOwvfzY/hVbHUYFwCXW4dvOt2dIRfz+kV2i+r79w==",
"sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==",
"files": [
"lib/dotnet/System.Linq.dll",
"lib/net45/_._",
......@@ -808,18 +796,22 @@
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._",
"System.Linq.4.0.0-beta-23029.nupkg",
"System.Linq.4.0.0-beta-23029.nupkg.sha512",
"System.Linq.4.0.0.nupkg",
"System.Linq.4.0.0.nupkg.sha512",
"System.Linq.nuspec"
]
},
"System.Linq.Expressions/4.0.0-beta-23029": {
"sha512": "+za1QCR4G9DdgfzHSazfdCFs3ALw0hUVMSnpC7SvqiBHwfux24swQpX7FRvJiXytLYxCc2S6p2l/XgkEpRCVGQ==",
"System.Linq.Expressions/4.0.0": {
"sha512": "wlfVllrKi+evu4Hi8yoJP1dSOVXbvsy7Hs1+oz4Cykfdf6MQTPlD3LI4WKWhprn8FpU5MS3spPSbcMX5sAoJSw==",
"files": [
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net45/_._",
"lib/win8/_._",
"lib/wp80/_._",
"lib/wpa81/_._",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"License.rtf",
"ref/dotnet/de/System.Linq.Expressions.xml",
"ref/dotnet/es/System.Linq.Expressions.xml",
......@@ -832,6 +824,8 @@
"ref/dotnet/System.Linq.Expressions.xml",
"ref/dotnet/zh-hans/System.Linq.Expressions.xml",
"ref/dotnet/zh-hant/System.Linq.Expressions.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/netcore50/de/System.Linq.Expressions.xml",
"ref/netcore50/es/System.Linq.Expressions.xml",
......@@ -847,17 +841,23 @@
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._",
"System.Linq.Expressions.4.0.0-beta-23029.nupkg",
"System.Linq.Expressions.4.0.0-beta-23029.nupkg.sha512",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"System.Linq.Expressions.4.0.0.nupkg",
"System.Linq.Expressions.4.0.0.nupkg.sha512",
"System.Linq.Expressions.nuspec"
]
},
"System.ObjectModel/4.0.10-beta-23029": {
"System.ObjectModel/4.0.10": {
"serviceable": true,
"sha512": "Ph4gkTCFewR/CGFcH7yR90xCLC1gEDB0gN1PwJpjMYgqXsIvcn6BcU53iSKIPD+DvFnBWMo+4CoMyUnrClZ9Lg==",
"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",
......@@ -869,32 +869,40 @@
"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/_._",
"System.ObjectModel.4.0.10-beta-23029.nupkg",
"System.ObjectModel.4.0.10-beta-23029.nupkg.sha512",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"System.ObjectModel.4.0.10.nupkg",
"System.ObjectModel.4.0.10.nupkg.sha512",
"System.ObjectModel.nuspec"
]
},
"System.Private.Uri/4.0.0-beta-23029": {
"System.Private.Uri/4.0.0": {
"serviceable": true,
"sha512": "Om+atGLJWZrZ9gJusneIF28pD8fAqwdMd5kxFoYT5fBJDpKMMLNe5TMoe/LIoRxI7QBeXiyhGM48AIj/4AcR8A==",
"sha512": "CtuxaCKcRIvPcsqquVl3mPp79EDZPMr2UogfiFCxCs+t2z1VjbpQsKNs1GHZ8VQetqbk1mr0V1yAfMe6y8CHDA==",
"files": [
"lib/DNXCore50/System.Private.Uri.dll",
"lib/netcore50/System.Private.Uri.dll",
"ref/dnxcore50/_._",
"ref/netcore50/_._",
"runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll",
"System.Private.Uri.4.0.0-beta-23029.nupkg",
"System.Private.Uri.4.0.0-beta-23029.nupkg.sha512",
"System.Private.Uri.4.0.0.nupkg",
"System.Private.Uri.4.0.0.nupkg.sha512",
"System.Private.Uri.nuspec"
]
},
"System.Reflection/4.0.10-beta-23029": {
"sha512": "euY4LRBGqC5xXil65zSyqMTxyRQD2HRMFYLi/UkixfsuAFAuLwNDVBJoqVdYn34N/SVYBGER3NNOry0u+Fl2dw==",
"System.Reflection/4.0.10": {
"sha512": "WZ+4lEE4gqGx6mrqLhSiW4oi6QLPWwdNjzhhTONmhELOrW8Cw9phlO9tltgvRUuQUqYtBiliFwhO5S5fCJElVw==",
"files": [
"lib/DNXCore50/System.Reflection.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/_._",
"lib/netcore50/System.Reflection.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"ref/dotnet/de/System.Reflection.xml",
"ref/dotnet/es/System.Reflection.xml",
"ref/dotnet/fr/System.Reflection.xml",
......@@ -906,19 +914,25 @@
"ref/dotnet/System.Reflection.xml",
"ref/dotnet/zh-hans/System.Reflection.xml",
"ref/dotnet/zh-hant/System.Reflection.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"runtimes/win8-aot/lib/netcore50/System.Reflection.dll",
"System.Reflection.4.0.10-beta-23029.nupkg",
"System.Reflection.4.0.10-beta-23029.nupkg.sha512",
"System.Reflection.4.0.10.nupkg",
"System.Reflection.4.0.10.nupkg.sha512",
"System.Reflection.nuspec"
]
},
"System.Reflection.Emit/4.0.0-beta-23029": {
"sha512": "1Z79YQyAYWzTRa9Y4mx7c1S2+xaC9B+bXToIC25aY4TMBD9dya/9+c2mQHbpuzvKtHNxWLt3uKHyk47yEO4p2g==",
"System.Reflection.Emit/4.0.0": {
"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",
......@@ -930,14 +944,16 @@
"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/_._",
"System.Reflection.Emit.4.0.0-beta-23029.nupkg",
"System.Reflection.Emit.4.0.0-beta-23029.nupkg.sha512",
"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-beta-23029": {
"sha512": "LiIGPPvKaW4hB7LTFlNScw6zsFx+LlNvHVO82mhZkTUKvoouAMaI30kFiuNGT80Of9s5gFqSMnDm167Nazt5vg==",
"System.Reflection.Emit.ILGeneration/4.0.0": {
"sha512": "02okuusJ0GZiHZSD2IOLIN41GIn6qOr7i5+86C98BPuhlwWqVABwebiGNvhDiXP1f9a6CxEigC7foQD42klcDg==",
"files": [
"lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll",
"lib/net45/_._",
......@@ -956,13 +972,13 @@
"ref/dotnet/zh-hant/System.Reflection.Emit.ILGeneration.xml",
"ref/net45/_._",
"ref/wp80/_._",
"System.Reflection.Emit.ILGeneration.4.0.0-beta-23029.nupkg",
"System.Reflection.Emit.ILGeneration.4.0.0-beta-23029.nupkg.sha512",
"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-beta-23029": {
"sha512": "8fDLdYxOHdPnz6TYZiVdG4wGvqtbR8MSrQTtu4QV4AuknGBj7T5zxDdxGbZC6BuQaEhA1I1yYEtqArX7uRMqiQ==",
"System.Reflection.Emit.Lightweight/4.0.0": {
"sha512": "DJZhHiOdkN08xJgsJfDjkuOreLLmMcU8qkEEqEHqyhkPUZMMQs0lE8R+6+68BAFWgcdzxtNu0YmIOtEug8j00w==",
"files": [
"lib/DNXCore50/System.Reflection.Emit.Lightweight.dll",
"lib/net45/_._",
......@@ -981,14 +997,14 @@
"ref/dotnet/zh-hant/System.Reflection.Emit.Lightweight.xml",
"ref/net45/_._",
"ref/wp80/_._",
"System.Reflection.Emit.Lightweight.4.0.0-beta-23029.nupkg",
"System.Reflection.Emit.Lightweight.4.0.0-beta-23029.nupkg.sha512",
"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.0-beta-23029": {
"System.Reflection.Extensions/4.0.0": {
"serviceable": true,
"sha512": "ZynaEgnxZBYo4jyaYvi2FaWfjhlPZsJaqYd8Pq6fY33b6G5hF04APh62AXEPLDMNjJuB2TG0JoFtar8yVMk5CA==",
"sha512": "dbYaZWCyFAu1TGYUqR2n+Q+1casSHPR2vVW0WVNkXpZbrd2BXcZ7cpvpu9C98CTHtNmyfMWCLpCclDqly23t6A==",
"files": [
"lib/DNXCore50/System.Reflection.Extensions.dll",
"lib/net45/_._",
......@@ -1014,14 +1030,14 @@
"ref/wp80/_._",
"ref/wpa81/_._",
"runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll",
"System.Reflection.Extensions.4.0.0-beta-23029.nupkg",
"System.Reflection.Extensions.4.0.0-beta-23029.nupkg.sha512",
"System.Reflection.Extensions.4.0.0.nupkg",
"System.Reflection.Extensions.4.0.0.nupkg.sha512",
"System.Reflection.Extensions.nuspec"
]
},
"System.Reflection.Primitives/4.0.0-beta-23029": {
"System.Reflection.Primitives/4.0.0": {
"serviceable": true,
"sha512": "7Iarpz4F8KYCTw3/BmOQjEtb3njPuYHa0pov9zQ812IN5a8lvAA5tXFwFV/KfWsaGzTAkVUsrbQDX6Z1VQ8qgg==",
"sha512": "n9S0XpKv2ruc17FSnaiX6nV47VfHTZ1wLjKZlAirUZCvDQCH71mVp+Ohabn0xXLh5pK2PKp45HCxkqu5Fxn/lA==",
"files": [
"lib/DNXCore50/System.Reflection.Primitives.dll",
"lib/net45/_._",
......@@ -1047,18 +1063,22 @@
"ref/wp80/_._",
"ref/wpa81/_._",
"runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll",
"System.Reflection.Primitives.4.0.0-beta-23029.nupkg",
"System.Reflection.Primitives.4.0.0-beta-23029.nupkg.sha512",
"System.Reflection.Primitives.4.0.0.nupkg",
"System.Reflection.Primitives.4.0.0.nupkg.sha512",
"System.Reflection.Primitives.nuspec"
]
},
"System.Reflection.TypeExtensions/4.0.0-beta-23029": {
"System.Reflection.TypeExtensions/4.0.0": {
"serviceable": true,
"sha512": "94VSaIxA6dQ0aWthm2MhmD5xqcXMFdPMNPhpjHjfoXk6z87vhVK9rJxdv3NIWpi1z4zm0Y//YLFAI5+ly3Ul+Q==",
"sha512": "YRM/msNAM86hdxPyXcuZSzmTO0RQFh7YMEPBLTY8cqXvFPYIx2x99bOyPkuU81wRYQem1c1HTkImQ2DjbOBfew==",
"files": [
"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/de/System.Reflection.TypeExtensions.xml",
"ref/dotnet/es/System.Reflection.TypeExtensions.xml",
"ref/dotnet/fr/System.Reflection.TypeExtensions.xml",
......@@ -1070,16 +1090,20 @@
"ref/dotnet/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.Reflection.TypeExtensions.4.0.0-beta-23029.nupkg",
"System.Reflection.TypeExtensions.4.0.0-beta-23029.nupkg.sha512",
"System.Reflection.TypeExtensions.4.0.0.nupkg",
"System.Reflection.TypeExtensions.4.0.0.nupkg.sha512",
"System.Reflection.TypeExtensions.nuspec"
]
},
"System.Resources.ResourceManager/4.0.0-beta-23029": {
"System.Resources.ResourceManager/4.0.0": {
"serviceable": true,
"sha512": "T089yOaSgIA5yyl/z8fFjFCoOajL9eDeVTpjqNBhzrpLiBRqEZzAM4Atz8XgQR0IH3DPX/eYUvRxMScnpexLmg==",
"sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==",
"files": [
"lib/DNXCore50/System.Resources.ResourceManager.dll",
"lib/net45/_._",
......@@ -1105,18 +1129,22 @@
"ref/wp80/_._",
"ref/wpa81/_._",
"runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll",
"System.Resources.ResourceManager.4.0.0-beta-23029.nupkg",
"System.Resources.ResourceManager.4.0.0-beta-23029.nupkg.sha512",
"System.Resources.ResourceManager.4.0.0.nupkg",
"System.Resources.ResourceManager.4.0.0.nupkg.sha512",
"System.Resources.ResourceManager.nuspec"
]
},
"System.Runtime/4.0.20-beta-23029": {
"System.Runtime/4.0.20": {
"serviceable": true,
"sha512": "UJ09bmWG8UlXR6VLHCwC0V9sjuCNxRLKHMrkc06asFsXMU2EroTTylkh/keUl634CozR5pjbAf4hcGLQwLyDfw==",
"sha512": "X7N/9Bz7jVPorqdVFO86ns1sX6MlQM+WTxELtx+Z4VG45x9+LKmWH0GRqjgKprUnVuwmfB9EJ9DQng14Z7/zwg==",
"files": [
"lib/DNXCore50/System.Runtime.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/_._",
"lib/netcore50/System.Runtime.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"ref/dotnet/de/System.Runtime.xml",
"ref/dotnet/es/System.Runtime.xml",
"ref/dotnet/fr/System.Runtime.xml",
......@@ -1128,20 +1156,28 @@
"ref/dotnet/System.Runtime.xml",
"ref/dotnet/zh-hans/System.Runtime.xml",
"ref/dotnet/zh-hant/System.Runtime.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"runtimes/win8-aot/lib/netcore50/System.Runtime.dll",
"System.Runtime.4.0.20-beta-23029.nupkg",
"System.Runtime.4.0.20-beta-23029.nupkg.sha512",
"System.Runtime.4.0.20.nupkg",
"System.Runtime.4.0.20.nupkg.sha512",
"System.Runtime.nuspec"
]
},
"System.Runtime.Extensions/4.0.10-beta-23029": {
"System.Runtime.Extensions/4.0.10": {
"serviceable": true,
"sha512": "Q0RCNJ34t64Ej0d1NTv2C6hiMffYzoBRIGX16Mfp+DBOUth0Omjz7EKTqlXk+Wepx3E48/IUuwmlPiz60xsWew==",
"sha512": "5dsEwf3Iml7d5OZeT20iyOjT+r+okWpN7xI2v+R4cgd3WSj4DeRPTvPFjDpacbVW4skCAZ8B9hxXJYgkCFKJ1A==",
"files": [
"lib/DNXCore50/System.Runtime.Extensions.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/_._",
"lib/netcore50/System.Runtime.Extensions.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"ref/dotnet/de/System.Runtime.Extensions.xml",
"ref/dotnet/es/System.Runtime.Extensions.xml",
"ref/dotnet/fr/System.Runtime.Extensions.xml",
......@@ -1153,20 +1189,28 @@
"ref/dotnet/System.Runtime.Extensions.xml",
"ref/dotnet/zh-hans/System.Runtime.Extensions.xml",
"ref/dotnet/zh-hant/System.Runtime.Extensions.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll",
"System.Runtime.Extensions.4.0.10-beta-23029.nupkg",
"System.Runtime.Extensions.4.0.10-beta-23029.nupkg.sha512",
"System.Runtime.Extensions.4.0.10.nupkg",
"System.Runtime.Extensions.4.0.10.nupkg.sha512",
"System.Runtime.Extensions.nuspec"
]
},
"System.Runtime.Handles/4.0.0-beta-23029": {
"System.Runtime.Handles/4.0.0": {
"serviceable": true,
"sha512": "Q2Afsxvtj2uDPrkgGCA+jIgfDlGRe1R1TbCZf7CgGXYxFxgJeb8u00m48D+gRYzCYGdTWQlqGRAj0cXz6WMjIw==",
"sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==",
"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",
......@@ -1178,20 +1222,28 @@
"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-beta-23029.nupkg",
"System.Runtime.Handles.4.0.0-beta-23029.nupkg.sha512",
"System.Runtime.Handles.4.0.0.nupkg",
"System.Runtime.Handles.4.0.0.nupkg.sha512",
"System.Runtime.Handles.nuspec"
]
},
"System.Runtime.InteropServices/4.0.20-beta-23029": {
"System.Runtime.InteropServices/4.0.20": {
"serviceable": true,
"sha512": "j8O7CRH6BRtELmiVf2f6nr8L1Ye/LqwQtQ7EfTp66UWjh+0nhAXRpTktqRRnwonMkdWpftxgZ1/8YphA9rs2PQ==",
"sha512": "ZgDyBYfEnjWoz/viS6VOswA6XOkDSH2DzgbpczbW50RywhnCgTl+w3JEvtAiOGyIh8cyx1NJq80jsNBSUr8Pig==",
"files": [
"lib/DNXCore50/System.Runtime.InteropServices.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/_._",
"lib/netcore50/System.Runtime.InteropServices.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"ref/dotnet/de/System.Runtime.InteropServices.xml",
"ref/dotnet/es/System.Runtime.InteropServices.xml",
"ref/dotnet/fr/System.Runtime.InteropServices.xml",
......@@ -1203,19 +1255,27 @@
"ref/dotnet/System.Runtime.InteropServices.xml",
"ref/dotnet/zh-hans/System.Runtime.InteropServices.xml",
"ref/dotnet/zh-hant/System.Runtime.InteropServices.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll",
"System.Runtime.InteropServices.4.0.20-beta-23029.nupkg",
"System.Runtime.InteropServices.4.0.20-beta-23029.nupkg.sha512",
"System.Runtime.InteropServices.4.0.20.nupkg",
"System.Runtime.InteropServices.4.0.20.nupkg.sha512",
"System.Runtime.InteropServices.nuspec"
]
},
"System.Text.Encoding/4.0.10-beta-23029": {
"sha512": "00CKBKtnTiMkYe8WckOLpNod52LiYXlAZa2lJ8Bj7nZugREbujY2yrpE88bIkJiEpOYAvYFotLtN85CpP8h50w==",
"System.Text.Encoding/4.0.10": {
"sha512": "fNlSFgy4OuDlJrP9SFFxMlaLazq6ipv15sU5TiEgg9UCVnA/OgoVUfymFp4AOk1jOkW5SVxWbeeIUptcM+m/Vw==",
"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",
......@@ -1227,18 +1287,26 @@
"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-beta-23029.nupkg",
"System.Text.Encoding.4.0.10-beta-23029.nupkg.sha512",
"System.Text.Encoding.4.0.10.nupkg",
"System.Text.Encoding.4.0.10.nupkg.sha512",
"System.Text.Encoding.nuspec"
]
},
"System.Text.Encoding.CodePages/4.0.0-beta-23029": {
"System.Text.Encoding.CodePages/4.0.0": {
"serviceable": true,
"sha512": "B56k2A+HxB5529+kN7HJDxdo+2hTOTSBxzbjyX7kjgtz+oEVAPi9x+8c8c5rRxS8+tr8NU+6bzWbBjj1GEmKxA==",
"sha512": "ZHBTr1AXLjY9OuYR7pKx5xfN6QFye1kgd5QAbGrvfCOu7yxRnJs3VUaxERe1fOlnF0mi/xD/Dvb3T3x3HNuPWQ==",
"files": [
"lib/dotnet/System.Text.Encoding.CodePages.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"ref/dotnet/de/System.Text.Encoding.CodePages.xml",
"ref/dotnet/es/System.Text.Encoding.CodePages.xml",
"ref/dotnet/fr/System.Text.Encoding.CodePages.xml",
......@@ -1250,17 +1318,25 @@
"ref/dotnet/System.Text.Encoding.CodePages.xml",
"ref/dotnet/zh-hans/System.Text.Encoding.CodePages.xml",
"ref/dotnet/zh-hant/System.Text.Encoding.CodePages.xml",
"System.Text.Encoding.CodePages.4.0.0-beta-23029.nupkg",
"System.Text.Encoding.CodePages.4.0.0-beta-23029.nupkg.sha512",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"System.Text.Encoding.CodePages.4.0.0.nupkg",
"System.Text.Encoding.CodePages.4.0.0.nupkg.sha512",
"System.Text.Encoding.CodePages.nuspec"
]
},
"System.Text.RegularExpressions/4.0.10-beta-23029": {
"System.Text.RegularExpressions/4.0.10": {
"serviceable": true,
"sha512": "/isBwiNHSonUvKdbX3x765hUSsXCFDALKxik6WHl140tSp/yIpJLwSbl986KvHk2pzDCqHcltwHnlz4BVCdiDQ==",
"sha512": "0vDuHXJePpfMCecWBNOabOKCvzfTbFMNcGgklt3l5+RqHV5SzmF7RUVpuet8V0rJX30ROlL66xdehw2Rdsn2DA==",
"files": [
"lib/dotnet/System.Text.RegularExpressions.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/_._",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"ref/dotnet/de/System.Text.RegularExpressions.xml",
"ref/dotnet/es/System.Text.RegularExpressions.xml",
"ref/dotnet/fr/System.Text.RegularExpressions.xml",
......@@ -1272,19 +1348,27 @@
"ref/dotnet/System.Text.RegularExpressions.xml",
"ref/dotnet/zh-hans/System.Text.RegularExpressions.xml",
"ref/dotnet/zh-hant/System.Text.RegularExpressions.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"System.Text.RegularExpressions.4.0.10-beta-23029.nupkg",
"System.Text.RegularExpressions.4.0.10-beta-23029.nupkg.sha512",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"System.Text.RegularExpressions.4.0.10.nupkg",
"System.Text.RegularExpressions.4.0.10.nupkg.sha512",
"System.Text.RegularExpressions.nuspec"
]
},
"System.Threading/4.0.10-beta-23029": {
"System.Threading/4.0.10": {
"serviceable": true,
"sha512": "5/D7m6GOkJyvSezIVTrIZ/Y+aP98TyCRwNzkTikev0UI779HUCxUfj3xALEUQ37k1mHTcbq5Ep4rfI8Gk9igIg==",
"sha512": "0w6pRxIEE7wuiOJeKabkDgeIKmqf4ER1VNrs6qFwHnooEE78yHwi/bKkg5Jo8/pzGLm0xQJw0nEmPXt1QBAIUA==",
"files": [
"lib/DNXCore50/System.Threading.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/_._",
"lib/netcore50/System.Threading.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"ref/dotnet/de/System.Threading.xml",
"ref/dotnet/es/System.Threading.xml",
"ref/dotnet/fr/System.Threading.xml",
......@@ -1296,20 +1380,28 @@
"ref/dotnet/System.Threading.xml",
"ref/dotnet/zh-hans/System.Threading.xml",
"ref/dotnet/zh-hant/System.Threading.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"runtimes/win8-aot/lib/netcore50/System.Threading.dll",
"System.Threading.4.0.10-beta-23029.nupkg",
"System.Threading.4.0.10-beta-23029.nupkg.sha512",
"System.Threading.4.0.10.nupkg",
"System.Threading.4.0.10.nupkg.sha512",
"System.Threading.nuspec"
]
},
"System.Threading.Tasks/4.0.10-beta-23029": {
"System.Threading.Tasks/4.0.10": {
"serviceable": true,
"sha512": "hkQ+vycXx9DS9JWuS/UHsob0flA3b8tba2bBUZLo640dwc2gSKeeliJ21kFQWdJfU+5X5+4IatPFcGs9yumNeQ==",
"sha512": "NOwJGDfk79jR0bnzosbXLVD/PdI8KzBeESoa3CofEM5v9R5EBfcI0Jyf18stx+0IYV9okmDIDxVtxq9TbnR9bQ==",
"files": [
"lib/DNXCore50/System.Threading.Tasks.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/_._",
"lib/netcore50/System.Threading.Tasks.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"ref/dotnet/de/System.Threading.Tasks.xml",
"ref/dotnet/es/System.Threading.Tasks.xml",
"ref/dotnet/fr/System.Threading.Tasks.xml",
......@@ -1321,10 +1413,14 @@
"ref/dotnet/System.Threading.Tasks.xml",
"ref/dotnet/zh-hans/System.Threading.Tasks.xml",
"ref/dotnet/zh-hant/System.Threading.Tasks.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll",
"System.Threading.Tasks.4.0.10-beta-23029.nupkg",
"System.Threading.Tasks.4.0.10-beta-23029.nupkg.sha512",
"System.Threading.Tasks.4.0.10.nupkg",
"System.Threading.Tasks.4.0.10.nupkg.sha512",
"System.Threading.Tasks.nuspec"
]
}
......@@ -1341,21 +1437,21 @@
"fx/System.Data >= 4.0.0.0"
],
"DNXCore,Version=v5.0": [
"System.Text.RegularExpressions >= 4.0.10-beta-*",
"System.Collections >= 4.0.10-beta-*",
"System.Collections.Concurrent >= 4.0.10-beta-*",
"System.Linq >= 4.0.0-beta-*",
"System.Threading >= 4.0.10-beta-*",
"Microsoft.CSharp >= 4.0.0-beta-*",
"System.Reflection >= 4.0.10-beta-*",
"System.Reflection.Emit >= 4.0.0-beta-*",
"System.Reflection.Emit.ILGeneration >= 4.0.0-beta-*",
"System.Reflection.Emit.Lightweight >= 4.0.0-beta-*",
"System.Reflection.TypeExtensions >= 4.0.0-beta-*",
"System.Data.Common >= 4.0.0-beta-*",
"System.Runtime.Extensions >= 4.0.10-beta-*",
"System.Text.Encoding.CodePages >= 4.0.0-beta-*",
"System.Globalization >= 4.0.10-beta-*"
"System.Text.RegularExpressions >= 4.0.10",
"System.Collections >= 4.0.10",
"System.Collections.Concurrent >= 4.0.10",
"System.Linq >= 4.0.0",
"System.Threading >= 4.0.10",
"Microsoft.CSharp >= 4.0.0",
"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.TypeExtensions >= 4.0.0",
"System.Data.Common >= 4.0.0",
"System.Runtime.Extensions >= 4.0.10",
"System.Text.Encoding.CodePages >= 4.0.0",
"System.Globalization >= 4.0.10"
]
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment