From fad7e123e02bd012e307e7a5cb7c6f6a6451750d Mon Sep 17 00:00:00 2001 From: zzzprojects Date: Sun, 3 Jul 2016 11:14:41 -0400 Subject: [PATCH] Update EF+ Core RC2 to RTM Update EF+ Core RC2 to RTM --- .../Properties/AssemblyInfo.cs | 4 +- .../project.json | 17 +- .../project.lock.json | 1374 +++++++++-------- 3 files changed, 776 insertions(+), 619 deletions(-) diff --git a/src/Z.EntityFramework.Plus.EFCore/Properties/AssemblyInfo.cs b/src/Z.EntityFramework.Plus.EFCore/Properties/AssemblyInfo.cs index 9d9950f1..c20f93c4 100644 --- a/src/Z.EntityFramework.Plus.EFCore/Properties/AssemblyInfo.cs +++ b/src/Z.EntityFramework.Plus.EFCore/Properties/AssemblyInfo.cs @@ -18,5 +18,5 @@ [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] [assembly: Guid("c41195f5-937e-4f2b-9f36-20650a804caa")] -[assembly: AssemblyVersion("1.2.3")] -[assembly: AssemblyFileVersion("1.2.3")] \ No newline at end of file +[assembly: AssemblyVersion("1.3.0")] +[assembly: AssemblyFileVersion("1.3.0")] \ No newline at end of file diff --git a/src/Z.EntityFramework.Plus.EFCore/project.json b/src/Z.EntityFramework.Plus.EFCore/project.json index b6609a13..4bb6b709 100644 --- a/src/Z.EntityFramework.Plus.EFCore/project.json +++ b/src/Z.EntityFramework.Plus.EFCore/project.json @@ -1,5 +1,5 @@ { - "version": "1.2.3-*", + "version": "1.3.0", "description": "Description: EF Bulk Operations & Utilities | Bulk Insert, Update, Delete, Merge from database.", "authors": [ "ZZZ Projects Inc." ], "packOptions": { @@ -10,7 +10,10 @@ "define": [ "EFCORE", "NET45", "FULL" ] }, "dependencies": { - "Microsoft.EntityFrameworkCore.Relational": "1.0.0-rc2-final" + "Microsoft.EntityFrameworkCore.Relational": "1.0.0", + "Microsoft.NETCore.Platforms": "1.0.1", + "System.Dynamic.Runtime": "4.0.11", + "System.Reflection.Emit": "4.0.1" }, "frameworks": { "net451": { @@ -25,15 +28,7 @@ "imports": [ "dnxcore50", "portable-net45+win8" - ], - "dependencies": { - "Microsoft.NETCore.Platforms": { - "type": "build", - "version": "1.0.1-*" - }, - "System.Dynamic.Runtime": "4.0.11-rc2-24027", - "System.Reflection.Emit": "4.0.1-rc2-24027" - } + ] } } } diff --git a/src/Z.EntityFramework.Plus.EFCore/project.lock.json b/src/Z.EntityFramework.Plus.EFCore/project.lock.json index cac9f109..57e57bd0 100644 --- a/src/Z.EntityFramework.Plus.EFCore/project.lock.json +++ b/src/Z.EntityFramework.Plus.EFCore/project.lock.json @@ -3,27 +3,15 @@ "version": 2, "targets": { ".NETFramework,Version=v4.5.1": { - "Ix-Async/1.2.5": { - "type": "package", - "frameworkAssemblies": [ - "System", - "System.Core" - ], - "compile": { - "lib/net45/System.Interactive.Async.dll": {} - }, - "runtime": { - "lib/net45/System.Interactive.Async.dll": {} - } - }, - "Microsoft.EntityFrameworkCore/1.0.0-rc2-final": { + "Microsoft.EntityFrameworkCore/1.0.0": { "type": "package", "dependencies": { - "Ix-Async": "1.2.5", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging": "1.0.0-rc2-final", - "Remotion.Linq": "2.0.2" + "Microsoft.Extensions.Caching.Memory": "1.0.0", + "Microsoft.Extensions.DependencyInjection": "1.0.0", + "Microsoft.Extensions.Logging": "1.0.0", + "Remotion.Linq": "2.1.1", + "System.Collections.Immutable": "1.2.0", + "System.Interactive.Async": "3.0.0" }, "frameworkAssemblies": [ "System.ComponentModel.DataAnnotations" @@ -35,11 +23,11 @@ "lib/net451/Microsoft.EntityFrameworkCore.dll": {} } }, - "Microsoft.EntityFrameworkCore.Relational/1.0.0-rc2-final": { + "Microsoft.EntityFrameworkCore.Relational/1.0.0": { "type": "package", "dependencies": { - "Microsoft.EntityFrameworkCore": "1.0.0-rc2-final", - "System.Diagnostics.DiagnosticSource": "4.0.0-rc2-24027" + "Microsoft.EntityFrameworkCore": "1.0.0", + "System.Diagnostics.DiagnosticSource": "4.0.0" }, "frameworkAssemblies": [ "System.Data", @@ -52,13 +40,13 @@ "lib/net451/Microsoft.EntityFrameworkCore.Relational.dll": {} } }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0-rc2-final": { + "Microsoft.Extensions.Caching.Abstractions/1.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc2-final", - "System.Collections": "4.0.11-rc2-24027", - "System.Threading": "4.0.11-rc2-24027", - "System.Threading.Tasks": "4.0.11-rc2-24027" + "Microsoft.Extensions.Primitives": "1.0.0", + "System.Collections": "4.0.11", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11" }, "compile": { "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll": {} @@ -67,12 +55,12 @@ "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll": {} } }, - "Microsoft.Extensions.Caching.Memory/1.0.0-rc2-final": { + "Microsoft.Extensions.Caching.Memory/1.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final" + "Microsoft.Extensions.Caching.Abstractions": "1.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", + "Microsoft.Extensions.Options": "1.0.0" }, "compile": { "lib/net451/Microsoft.Extensions.Caching.Memory.dll": {} @@ -81,15 +69,15 @@ "lib/net451/Microsoft.Extensions.Caching.Memory.dll": {} } }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-final": { + "Microsoft.Extensions.DependencyInjection/1.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "System.Collections": "4.0.11-rc2-24027", - "System.Collections.Concurrent": "4.0.12-rc2-24027", - "System.Runtime.Extensions": "4.1.0-rc2-24027", - "System.Threading": "4.0.11-rc2-24027", - "System.Threading.Tasks": "4.0.11-rc2-24027" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", + "System.Collections": "4.0.11", + "System.Collections.Concurrent": "4.0.12", + "System.Runtime.Extensions": "4.1.0", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11" }, "compile": { "lib/netstandard1.1/Microsoft.Extensions.DependencyInjection.dll": {} @@ -98,16 +86,16 @@ "lib/netstandard1.1/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-final": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0": { "type": "package", "dependencies": { - "System.ComponentModel": "4.0.1-rc2-24027", - "System.Diagnostics.Debug": "4.0.11-rc2-24027", - "System.Globalization": "4.0.11-rc2-24027", - "System.Linq": "4.1.0-rc2-24027", - "System.Linq.Expressions": "4.0.11-rc2-24027", - "System.Reflection": "4.1.0-rc2-24027", - "System.Resources.ResourceManager": "4.0.1-rc2-24027" + "System.ComponentModel": "4.0.1", + "System.Diagnostics.Debug": "4.0.11", + "System.Globalization": "4.0.11", + "System.Linq": "4.1.0", + "System.Linq.Expressions": "4.1.0", + "System.Reflection": "4.1.0", + "System.Resources.ResourceManager": "4.0.1" }, "compile": { "lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} @@ -116,12 +104,12 @@ "lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} } }, - "Microsoft.Extensions.Logging/1.0.0-rc2-final": { + "Microsoft.Extensions.Logging/1.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "System.Threading": "4.0.11-rc2-24027" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", + "Microsoft.Extensions.Logging.Abstractions": "1.0.0", + "System.Threading": "4.0.11" }, "compile": { "lib/netstandard1.1/Microsoft.Extensions.Logging.dll": {} @@ -130,17 +118,18 @@ "lib/netstandard1.1/Microsoft.Extensions.Logging.dll": {} } }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0-rc2-final": { + "Microsoft.Extensions.Logging.Abstractions/1.0.0": { "type": "package", "dependencies": { - "System.Collections": "4.0.11-rc2-24027", - "System.Collections.Concurrent": "4.0.12-rc2-24027", - "System.Globalization": "4.0.11-rc2-24027", - "System.Linq": "4.1.0-rc2-24027", - "System.Reflection": "4.1.0-rc2-24027", - "System.Resources.ResourceManager": "4.0.1-rc2-24027", - "System.Runtime.Extensions": "4.1.0-rc2-24027", - "System.Runtime.InteropServices": "4.1.0-rc2-24027" + "System.Collections": "4.0.11", + "System.Collections.Concurrent": "4.0.12", + "System.Diagnostics.Debug": "4.0.11", + "System.Globalization": "4.0.11", + "System.Linq": "4.1.0", + "System.Reflection": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime.Extensions": "4.1.0", + "System.Runtime.InteropServices": "4.1.0" }, "compile": { "lib/netstandard1.1/Microsoft.Extensions.Logging.Abstractions.dll": {} @@ -149,20 +138,20 @@ "lib/netstandard1.1/Microsoft.Extensions.Logging.Abstractions.dll": {} } }, - "Microsoft.Extensions.Options/1.0.0-rc2-final": { + "Microsoft.Extensions.Options/1.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Primitives": "1.0.0-rc2-final", - "System.ComponentModel": "4.0.1-rc2-24027", - "System.Diagnostics.Debug": "4.0.11-rc2-24027", - "System.Globalization": "4.0.11-rc2-24027", - "System.Linq": "4.1.0-rc2-24027", - "System.Linq.Expressions": "4.0.11-rc2-24027", - "System.Reflection": "4.1.0-rc2-24027", - "System.Resources.ResourceManager": "4.0.1-rc2-24027", - "System.Runtime.Extensions": "4.1.0-rc2-24027", - "System.Threading": "4.0.11-rc2-24027" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", + "Microsoft.Extensions.Primitives": "1.0.0", + "System.ComponentModel": "4.0.1", + "System.Diagnostics.Debug": "4.0.11", + "System.Globalization": "4.0.11", + "System.Linq": "4.1.0", + "System.Linq.Expressions": "4.1.0", + "System.Reflection": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime.Extensions": "4.1.0", + "System.Threading": "4.0.11" }, "compile": { "lib/netstandard1.0/Microsoft.Extensions.Options.dll": {} @@ -171,11 +160,11 @@ "lib/netstandard1.0/Microsoft.Extensions.Options.dll": {} } }, - "Microsoft.Extensions.Primitives/1.0.0-rc2-final": { + "Microsoft.Extensions.Primitives/1.0.0": { "type": "package", "dependencies": { - "System.Resources.ResourceManager": "4.0.1-rc2-24027", - "System.Runtime": "4.1.0-rc2-24027" + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0" }, "compile": { "lib/netstandard1.0/Microsoft.Extensions.Primitives.dll": {} @@ -184,8 +173,30 @@ "lib/netstandard1.0/Microsoft.Extensions.Primitives.dll": {} } }, - "Remotion.Linq/2.0.2": { + "Microsoft.NETCore.Platforms/1.0.1": { "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Remotion.Linq/2.1.1": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.Linq": "4.1.0", + "System.Linq.Expressions": "4.1.0", + "System.Linq.Queryable": "4.0.1", + "System.ObjectModel": "4.0.12", + "System.Reflection": "4.1.0", + "System.Reflection.Extensions": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Threading": "4.0.11" + }, "compile": { "lib/net45/Remotion.Linq.dll": {} }, @@ -193,8 +204,12 @@ "lib/net45/Remotion.Linq.dll": {} } }, - "System.Collections/4.0.11-rc2-24027": { + "System.Collections/4.0.11": { "type": "package", + "frameworkAssemblies": [ + "System", + "System.Core" + ], "compile": { "ref/net45/_._": {} }, @@ -202,8 +217,11 @@ "lib/net45/_._": {} } }, - "System.Collections.Concurrent/4.0.12-rc2-24027": { + "System.Collections.Concurrent/4.0.12": { "type": "package", + "frameworkAssemblies": [ + "System" + ], "compile": { "ref/net45/_._": {} }, @@ -211,8 +229,20 @@ "lib/net45/_._": {} } }, - "System.ComponentModel/4.0.1-rc2-24027": { + "System.Collections.Immutable/1.2.0": { + "type": "package", + "compile": { + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} + }, + "runtime": { + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {} + } + }, + "System.ComponentModel/4.0.1": { "type": "package", + "frameworkAssemblies": [ + "System" + ], "compile": { "ref/net45/_._": {} }, @@ -220,8 +250,11 @@ "lib/net45/_._": {} } }, - "System.Diagnostics.Debug/4.0.11-rc2-24027": { + "System.Diagnostics.Debug/4.0.11": { "type": "package", + "frameworkAssemblies": [ + "System" + ], "compile": { "ref/net45/_._": {} }, @@ -229,7 +262,7 @@ "lib/net45/_._": {} } }, - "System.Diagnostics.DiagnosticSource/4.0.0-rc2-24027": { + "System.Diagnostics.DiagnosticSource/4.0.0": { "type": "package", "compile": { "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll": {} @@ -238,7 +271,19 @@ "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll": {} } }, - "System.Globalization/4.0.11-rc2-24027": { + "System.Dynamic.Runtime/4.0.11": { + "type": "package", + "frameworkAssemblies": [ + "System.Core" + ], + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Globalization/4.0.11": { "type": "package", "compile": { "ref/net45/_._": {} @@ -247,8 +292,24 @@ "lib/net45/_._": {} } }, - "System.Linq/4.1.0-rc2-24027": { + "System.Interactive.Async/3.0.0": { "type": "package", + "frameworkAssemblies": [ + "System", + "System.Core" + ], + "compile": { + "lib/net45/System.Interactive.Async.dll": {} + }, + "runtime": { + "lib/net45/System.Interactive.Async.dll": {} + } + }, + "System.Linq/4.1.0": { + "type": "package", + "frameworkAssemblies": [ + "System.Core" + ], "compile": { "ref/net45/_._": {} }, @@ -256,8 +317,11 @@ "lib/net45/_._": {} } }, - "System.Linq.Expressions/4.0.11-rc2-24027": { + "System.Linq.Expressions/4.1.0": { "type": "package", + "frameworkAssemblies": [ + "System.Core" + ], "compile": { "ref/net45/_._": {} }, @@ -265,8 +329,11 @@ "lib/net45/_._": {} } }, - "System.Reflection/4.1.0-rc2-24027": { + "System.Linq.Queryable/4.0.1": { "type": "package", + "frameworkAssemblies": [ + "System.Core" + ], "compile": { "ref/net45/_._": {} }, @@ -274,8 +341,11 @@ "lib/net45/_._": {} } }, - "System.Resources.ResourceManager/4.0.1-rc2-24027": { + "System.ObjectModel/4.0.12": { "type": "package", + "frameworkAssemblies": [ + "System" + ], "compile": { "ref/net45/_._": {} }, @@ -283,7 +353,7 @@ "lib/net45/_._": {} } }, - "System.Runtime/4.1.0-rc2-24027": { + "System.Reflection/4.1.0": { "type": "package", "compile": { "ref/net45/_._": {} @@ -292,7 +362,7 @@ "lib/net45/_._": {} } }, - "System.Runtime.Extensions/4.1.0-rc2-24027": { + "System.Reflection.Emit/4.0.1": { "type": "package", "compile": { "ref/net45/_._": {} @@ -301,7 +371,7 @@ "lib/net45/_._": {} } }, - "System.Runtime.InteropServices/4.1.0-rc2-24027": { + "System.Reflection.Extensions/4.0.1": { "type": "package", "compile": { "ref/net45/_._": {} @@ -310,7 +380,7 @@ "lib/net45/_._": {} } }, - "System.Threading/4.0.11-rc2-24027": { + "System.Resources.ResourceManager/4.0.1": { "type": "package", "compile": { "ref/net45/_._": {} @@ -319,45 +389,91 @@ "lib/net45/_._": {} } }, - "System.Threading.Tasks/4.0.11-rc2-24027": { + "System.Runtime/4.1.0": { "type": "package", + "frameworkAssemblies": [ + "System", + "System.ComponentModel.Composition", + "System.Core" + ], "compile": { "ref/net45/_._": {} }, "runtime": { "lib/net45/_._": {} } - } - }, - ".NETStandard,Version=v1.3": { - "Ix-Async/1.2.5": { + }, + "System.Runtime.Extensions/4.1.0": { + "type": "package", + "frameworkAssemblies": [ + "System" + ], + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Runtime.InteropServices/4.1.0": { + "type": "package", + "frameworkAssemblies": [ + "System", + "System.Core" + ], + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Threading/4.0.11": { "type": "package", + "frameworkAssemblies": [ + "System", + "System.Core" + ], "compile": { - "lib/portable-windows8+net45+wp8/System.Interactive.Async.dll": {} + "ref/net45/_._": {} }, "runtime": { - "lib/portable-windows8+net45+wp8/System.Interactive.Async.dll": {} + "lib/net45/_._": {} } }, - "Microsoft.CSharp/4.0.1-rc2-24027": { + "System.Threading.Tasks/4.0.11": { + "type": "package", + "frameworkAssemblies": [ + "System.Core" + ], + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + } + }, + ".NETStandard,Version=v1.3": { + "Microsoft.CSharp/4.0.1": { "type": "package", "dependencies": { - "System.Collections": "4.0.11-rc2-24027", - "System.Diagnostics.Debug": "4.0.11-rc2-24027", - "System.Dynamic.Runtime": "4.0.11-rc2-24027", - "System.Globalization": "4.0.11-rc2-24027", - "System.Linq": "4.1.0-rc2-24027", - "System.Linq.Expressions": "4.0.11-rc2-24027", - "System.ObjectModel": "4.0.12-rc2-24027", - "System.Reflection": "4.1.0-rc2-24027", - "System.Reflection.Extensions": "4.0.1-rc2-24027", - "System.Reflection.Primitives": "4.0.1-rc2-24027", - "System.Reflection.TypeExtensions": "4.1.0-rc2-24027", - "System.Resources.ResourceManager": "4.0.1-rc2-24027", - "System.Runtime": "4.1.0-rc2-24027", - "System.Runtime.Extensions": "4.1.0-rc2-24027", - "System.Runtime.InteropServices": "4.1.0-rc2-24027", - "System.Threading": "4.0.11-rc2-24027" + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.Dynamic.Runtime": "4.0.11", + "System.Globalization": "4.0.11", + "System.Linq": "4.1.0", + "System.Linq.Expressions": "4.1.0", + "System.ObjectModel": "4.0.12", + "System.Reflection": "4.1.0", + "System.Reflection.Extensions": "4.0.1", + "System.Reflection.Primitives": "4.0.1", + "System.Reflection.TypeExtensions": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Runtime.InteropServices": "4.1.0", + "System.Threading": "4.0.11" }, "compile": { "ref/netstandard1.0/Microsoft.CSharp.dll": {} @@ -366,20 +482,21 @@ "lib/netstandard1.3/Microsoft.CSharp.dll": {} } }, - "Microsoft.EntityFrameworkCore/1.0.0-rc2-final": { + "Microsoft.EntityFrameworkCore/1.0.0": { "type": "package", "dependencies": { - "Ix-Async": "1.2.5", - "Microsoft.Extensions.Caching.Memory": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging": "1.0.0-rc2-final", - "Remotion.Linq": "2.0.2", - "System.Collections.Concurrent": "4.0.12-rc2-24027", - "System.ComponentModel.Annotations": "4.1.0-rc2-24027", - "System.Linq.Queryable": "4.0.1-rc2-24027", - "System.ObjectModel": "4.0.12-rc2-24027", - "System.Reflection.Extensions": "4.0.1-rc2-24027", - "System.Reflection.TypeExtensions": "4.1.0-rc2-24027" + "Microsoft.Extensions.Caching.Memory": "1.0.0", + "Microsoft.Extensions.DependencyInjection": "1.0.0", + "Microsoft.Extensions.Logging": "1.0.0", + "Remotion.Linq": "2.1.1", + "System.Collections.Concurrent": "4.0.12", + "System.Collections.Immutable": "1.2.0", + "System.ComponentModel.Annotations": "4.1.0", + "System.Interactive.Async": "3.0.0", + "System.Linq.Queryable": "4.0.1", + "System.ObjectModel": "4.0.12", + "System.Reflection.Extensions": "4.0.1", + "System.Reflection.TypeExtensions": "4.1.0" }, "compile": { "lib/netstandard1.3/Microsoft.EntityFrameworkCore.dll": {} @@ -388,14 +505,14 @@ "lib/netstandard1.3/Microsoft.EntityFrameworkCore.dll": {} } }, - "Microsoft.EntityFrameworkCore.Relational/1.0.0-rc2-final": { + "Microsoft.EntityFrameworkCore.Relational/1.0.0": { "type": "package", "dependencies": { - "Microsoft.CSharp": "4.0.1-rc2-24027", - "Microsoft.EntityFrameworkCore": "1.0.0-rc2-final", - "System.Data.Common": "4.0.1-rc2-24027", - "System.Diagnostics.DiagnosticSource": "4.0.0-rc2-24027", - "System.Text.RegularExpressions": "4.0.12-rc2-24027" + "Microsoft.CSharp": "4.0.1", + "Microsoft.EntityFrameworkCore": "1.0.0", + "System.Data.Common": "4.1.0", + "System.Diagnostics.DiagnosticSource": "4.0.0", + "System.Text.RegularExpressions": "4.1.0" }, "compile": { "lib/netstandard1.3/Microsoft.EntityFrameworkCore.Relational.dll": {} @@ -404,13 +521,13 @@ "lib/netstandard1.3/Microsoft.EntityFrameworkCore.Relational.dll": {} } }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0-rc2-final": { + "Microsoft.Extensions.Caching.Abstractions/1.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.0-rc2-final", - "System.Collections": "4.0.11-rc2-24027", - "System.Threading": "4.0.11-rc2-24027", - "System.Threading.Tasks": "4.0.11-rc2-24027" + "Microsoft.Extensions.Primitives": "1.0.0", + "System.Collections": "4.0.11", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11" }, "compile": { "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll": {} @@ -419,14 +536,14 @@ "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll": {} } }, - "Microsoft.Extensions.Caching.Memory/1.0.0-rc2-final": { + "Microsoft.Extensions.Caching.Memory/1.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Options": "1.0.0-rc2-final", - "System.Linq": "4.1.0-rc2-24027", - "System.Threading": "4.0.11-rc2-24027" + "Microsoft.Extensions.Caching.Abstractions": "1.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", + "Microsoft.Extensions.Options": "1.0.0", + "System.Linq": "4.1.0", + "System.Threading": "4.0.11" }, "compile": { "lib/netstandard1.3/Microsoft.Extensions.Caching.Memory.dll": {} @@ -435,15 +552,15 @@ "lib/netstandard1.3/Microsoft.Extensions.Caching.Memory.dll": {} } }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-final": { + "Microsoft.Extensions.DependencyInjection/1.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "System.Collections": "4.0.11-rc2-24027", - "System.Collections.Concurrent": "4.0.12-rc2-24027", - "System.Runtime.Extensions": "4.1.0-rc2-24027", - "System.Threading": "4.0.11-rc2-24027", - "System.Threading.Tasks": "4.0.11-rc2-24027" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", + "System.Collections": "4.0.11", + "System.Collections.Concurrent": "4.0.12", + "System.Runtime.Extensions": "4.1.0", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11" }, "compile": { "lib/netstandard1.1/Microsoft.Extensions.DependencyInjection.dll": {} @@ -452,16 +569,16 @@ "lib/netstandard1.1/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-final": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0": { "type": "package", "dependencies": { - "System.ComponentModel": "4.0.1-rc2-24027", - "System.Diagnostics.Debug": "4.0.11-rc2-24027", - "System.Globalization": "4.0.11-rc2-24027", - "System.Linq": "4.1.0-rc2-24027", - "System.Linq.Expressions": "4.0.11-rc2-24027", - "System.Reflection": "4.1.0-rc2-24027", - "System.Resources.ResourceManager": "4.0.1-rc2-24027" + "System.ComponentModel": "4.0.1", + "System.Diagnostics.Debug": "4.0.11", + "System.Globalization": "4.0.11", + "System.Linq": "4.1.0", + "System.Linq.Expressions": "4.1.0", + "System.Reflection": "4.1.0", + "System.Resources.ResourceManager": "4.0.1" }, "compile": { "lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} @@ -470,12 +587,12 @@ "lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} } }, - "Microsoft.Extensions.Logging/1.0.0-rc2-final": { + "Microsoft.Extensions.Logging/1.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final", - "System.Threading": "4.0.11-rc2-24027" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", + "Microsoft.Extensions.Logging.Abstractions": "1.0.0", + "System.Threading": "4.0.11" }, "compile": { "lib/netstandard1.1/Microsoft.Extensions.Logging.dll": {} @@ -484,17 +601,18 @@ "lib/netstandard1.1/Microsoft.Extensions.Logging.dll": {} } }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0-rc2-final": { + "Microsoft.Extensions.Logging.Abstractions/1.0.0": { "type": "package", "dependencies": { - "System.Collections": "4.0.11-rc2-24027", - "System.Collections.Concurrent": "4.0.12-rc2-24027", - "System.Globalization": "4.0.11-rc2-24027", - "System.Linq": "4.1.0-rc2-24027", - "System.Reflection": "4.1.0-rc2-24027", - "System.Resources.ResourceManager": "4.0.1-rc2-24027", - "System.Runtime.Extensions": "4.1.0-rc2-24027", - "System.Runtime.InteropServices": "4.1.0-rc2-24027" + "System.Collections": "4.0.11", + "System.Collections.Concurrent": "4.0.12", + "System.Diagnostics.Debug": "4.0.11", + "System.Globalization": "4.0.11", + "System.Linq": "4.1.0", + "System.Reflection": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime.Extensions": "4.1.0", + "System.Runtime.InteropServices": "4.1.0" }, "compile": { "lib/netstandard1.1/Microsoft.Extensions.Logging.Abstractions.dll": {} @@ -503,20 +621,20 @@ "lib/netstandard1.1/Microsoft.Extensions.Logging.Abstractions.dll": {} } }, - "Microsoft.Extensions.Options/1.0.0-rc2-final": { + "Microsoft.Extensions.Options/1.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-final", - "Microsoft.Extensions.Primitives": "1.0.0-rc2-final", - "System.ComponentModel": "4.0.1-rc2-24027", - "System.Diagnostics.Debug": "4.0.11-rc2-24027", - "System.Globalization": "4.0.11-rc2-24027", - "System.Linq": "4.1.0-rc2-24027", - "System.Linq.Expressions": "4.0.11-rc2-24027", - "System.Reflection": "4.1.0-rc2-24027", - "System.Resources.ResourceManager": "4.0.1-rc2-24027", - "System.Runtime.Extensions": "4.1.0-rc2-24027", - "System.Threading": "4.0.11-rc2-24027" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", + "Microsoft.Extensions.Primitives": "1.0.0", + "System.ComponentModel": "4.0.1", + "System.Diagnostics.Debug": "4.0.11", + "System.Globalization": "4.0.11", + "System.Linq": "4.1.0", + "System.Linq.Expressions": "4.1.0", + "System.Reflection": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime.Extensions": "4.1.0", + "System.Threading": "4.0.11" }, "compile": { "lib/netstandard1.0/Microsoft.Extensions.Options.dll": {} @@ -525,11 +643,11 @@ "lib/netstandard1.0/Microsoft.Extensions.Options.dll": {} } }, - "Microsoft.Extensions.Primitives/1.0.0-rc2-final": { + "Microsoft.Extensions.Primitives/1.0.0": { "type": "package", "dependencies": { - "System.Resources.ResourceManager": "4.0.1-rc2-24027", - "System.Runtime": "4.1.0-rc2-24027" + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0" }, "compile": { "lib/netstandard1.0/Microsoft.Extensions.Primitives.dll": {} @@ -538,28 +656,52 @@ "lib/netstandard1.0/Microsoft.Extensions.Primitives.dll": {} } }, - "Microsoft.NETCore.Platforms/1.0.1-rc2-24027": { + "Microsoft.NETCore.Platforms/1.0.1": { "type": "package", - "dependencies": { - "Microsoft.NETCore.Targets": "1.0.1-rc2-24027" + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} } }, - "Microsoft.NETCore.Targets/1.0.1-rc2-24027": { - "type": "package" + "Microsoft.NETCore.Targets/1.0.1": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } }, - "Remotion.Linq/2.0.2": { + "Remotion.Linq/2.1.1": { "type": "package", + "dependencies": { + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.Linq": "4.1.0", + "System.Linq.Expressions": "4.1.0", + "System.Linq.Queryable": "4.0.1", + "System.ObjectModel": "4.0.12", + "System.Reflection": "4.1.0", + "System.Reflection.Extensions": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Threading": "4.0.11" + }, "compile": { - "lib/portable-net45+win+wpa81+wp80/Remotion.Linq.dll": {} + "lib/netstandard1.0/Remotion.Linq.dll": {} }, "runtime": { - "lib/portable-net45+win+wpa81+wp80/Remotion.Linq.dll": {} + "lib/netstandard1.0/Remotion.Linq.dll": {} } }, - "System.Collections/4.0.11-rc2-24027": { + "System.Collections/4.0.11": { "type": "package", "dependencies": { - "System.Runtime": "4.1.0-rc2-24027" + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Runtime": "4.1.0" }, "compile": { "ref/netstandard1.3/System.Collections.dll": {} @@ -568,19 +710,19 @@ "lib/portable-net45+win8+wp8+wpa81/_._": {} } }, - "System.Collections.Concurrent/4.0.12-rc2-24027": { + "System.Collections.Concurrent/4.0.12": { "type": "package", "dependencies": { - "System.Collections": "4.0.11-rc2-24027", - "System.Diagnostics.Debug": "4.0.11-rc2-24027", - "System.Diagnostics.Tracing": "4.1.0-rc2-24027", - "System.Globalization": "4.0.11-rc2-24027", - "System.Reflection": "4.1.0-rc2-24027", - "System.Resources.ResourceManager": "4.0.1-rc2-24027", - "System.Runtime": "4.1.0-rc2-24027", - "System.Runtime.Extensions": "4.1.0-rc2-24027", - "System.Threading": "4.0.11-rc2-24027", - "System.Threading.Tasks": "4.0.11-rc2-24027" + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.Diagnostics.Tracing": "4.1.0", + "System.Globalization": "4.0.11", + "System.Reflection": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11" }, "compile": { "ref/netstandard1.3/System.Collections.Concurrent.dll": {} @@ -589,10 +731,29 @@ "lib/netstandard1.3/System.Collections.Concurrent.dll": {} } }, - "System.ComponentModel/4.0.1-rc2-24027": { + "System.Collections.Immutable/1.2.0": { "type": "package", "dependencies": { - "System.Runtime": "4.1.0-rc2-24027" + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.Globalization": "4.0.11", + "System.Linq": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Threading": "4.0.11" + }, + "compile": { + "lib/netstandard1.0/System.Collections.Immutable.dll": {} + }, + "runtime": { + "lib/netstandard1.0/System.Collections.Immutable.dll": {} + } + }, + "System.ComponentModel/4.0.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.1.0" }, "compile": { "ref/netstandard1.0/System.ComponentModel.dll": {} @@ -601,11 +762,11 @@ "lib/netstandard1.3/System.ComponentModel.dll": {} } }, - "System.ComponentModel.Annotations/4.1.0-rc2-24027": { + "System.ComponentModel.Annotations/4.1.0": { "type": "package", "dependencies": { - "System.ComponentModel": "4.0.1-rc2-24027", - "System.Runtime": "4.1.0-rc2-24027" + "System.ComponentModel": "4.0.1", + "System.Runtime": "4.1.0" }, "compile": { "ref/netstandard1.3/System.ComponentModel.Annotations.dll": {} @@ -614,29 +775,31 @@ "lib/netstandard1.4/System.ComponentModel.Annotations.dll": {} } }, - "System.Data.Common/4.0.1-rc2-24027": { + "System.Data.Common/4.1.0": { "type": "package", "dependencies": { - "System.Collections": "4.0.11-rc2-24027", - "System.Globalization": "4.0.11-rc2-24027", - "System.IO": "4.1.0-rc2-24027", - "System.Resources.ResourceManager": "4.0.1-rc2-24027", - "System.Runtime": "4.1.0-rc2-24027", - "System.Runtime.Extensions": "4.1.0-rc2-24027", - "System.Text.RegularExpressions": "4.0.12-rc2-24027", - "System.Threading.Tasks": "4.0.11-rc2-24027" + "System.Collections": "4.0.11", + "System.Globalization": "4.0.11", + "System.IO": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Text.RegularExpressions": "4.1.0", + "System.Threading.Tasks": "4.0.11" }, "compile": { - "ref/netstandard1.0/System.Data.Common.dll": {} + "ref/netstandard1.2/System.Data.Common.dll": {} }, "runtime": { - "lib/netstandard1.0/System.Data.Common.dll": {} + "lib/netstandard1.2/System.Data.Common.dll": {} } }, - "System.Diagnostics.Debug/4.0.11-rc2-24027": { + "System.Diagnostics.Debug/4.0.11": { "type": "package", "dependencies": { - "System.Runtime": "4.1.0-rc2-24027" + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Runtime": "4.1.0" }, "compile": { "ref/netstandard1.3/System.Diagnostics.Debug.dll": {} @@ -645,14 +808,14 @@ "lib/portable-net45+win8+wp8+wpa81/_._": {} } }, - "System.Diagnostics.DiagnosticSource/4.0.0-rc2-24027": { + "System.Diagnostics.DiagnosticSource/4.0.0": { "type": "package", "dependencies": { - "System.Collections": "4.0.11-rc2-24027", - "System.Diagnostics.Tracing": "4.1.0-rc2-24027", - "System.Reflection": "4.1.0-rc2-24027", - "System.Runtime": "4.1.0-rc2-24027", - "System.Threading": "4.0.11-rc2-24027" + "System.Collections": "4.0.11", + "System.Diagnostics.Tracing": "4.1.0", + "System.Reflection": "4.1.0", + "System.Runtime": "4.1.0", + "System.Threading": "4.0.11" }, "compile": { "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {} @@ -661,10 +824,12 @@ "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {} } }, - "System.Diagnostics.Tracing/4.1.0-rc2-24027": { + "System.Diagnostics.Tracing/4.1.0": { "type": "package", "dependencies": { - "System.Runtime": "4.1.0-rc2-24027" + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Runtime": "4.1.0" }, "compile": { "ref/netstandard1.3/System.Diagnostics.Tracing.dll": {} @@ -673,24 +838,24 @@ "lib/portable-net45+win8+wpa81/_._": {} } }, - "System.Dynamic.Runtime/4.0.11-rc2-24027": { + "System.Dynamic.Runtime/4.0.11": { "type": "package", "dependencies": { - "System.Collections": "4.0.11-rc2-24027", - "System.Diagnostics.Debug": "4.0.11-rc2-24027", - "System.Globalization": "4.0.11-rc2-24027", - "System.Linq": "4.1.0-rc2-24027", - "System.Linq.Expressions": "4.0.11-rc2-24027", - "System.ObjectModel": "4.0.12-rc2-24027", - "System.Reflection": "4.1.0-rc2-24027", - "System.Reflection.Emit": "4.0.1-rc2-24027", - "System.Reflection.Emit.ILGeneration": "4.0.1-rc2-24027", - "System.Reflection.Primitives": "4.0.1-rc2-24027", - "System.Reflection.TypeExtensions": "4.1.0-rc2-24027", - "System.Resources.ResourceManager": "4.0.1-rc2-24027", - "System.Runtime": "4.1.0-rc2-24027", - "System.Runtime.Extensions": "4.1.0-rc2-24027", - "System.Threading": "4.0.11-rc2-24027" + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.Globalization": "4.0.11", + "System.Linq": "4.1.0", + "System.Linq.Expressions": "4.1.0", + "System.ObjectModel": "4.0.12", + "System.Reflection": "4.1.0", + "System.Reflection.Emit": "4.0.1", + "System.Reflection.Emit.ILGeneration": "4.0.1", + "System.Reflection.Primitives": "4.0.1", + "System.Reflection.TypeExtensions": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Threading": "4.0.11" }, "compile": { "ref/netstandard1.3/System.Dynamic.Runtime.dll": {} @@ -699,10 +864,12 @@ "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} } }, - "System.Globalization/4.0.11-rc2-24027": { + "System.Globalization/4.0.11": { "type": "package", "dependencies": { - "System.Runtime": "4.1.0-rc2-24027" + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Runtime": "4.1.0" }, "compile": { "ref/netstandard1.3/System.Globalization.dll": {} @@ -711,12 +878,33 @@ "lib/portable-net45+win8+wp8+wpa81/_._": {} } }, - "System.IO/4.1.0-rc2-24027": { + "System.Interactive.Async/3.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.Linq": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11" + }, + "compile": { + "lib/netstandard1.0/System.Interactive.Async.dll": {} + }, + "runtime": { + "lib/netstandard1.0/System.Interactive.Async.dll": {} + } + }, + "System.IO/4.1.0": { "type": "package", "dependencies": { - "System.Runtime": "4.1.0-rc2-24027", - "System.Text.Encoding": "4.0.11-rc2-24027", - "System.Threading.Tasks": "4.0.11-rc2-24027" + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Runtime": "4.1.0", + "System.Text.Encoding": "4.0.11", + "System.Threading.Tasks": "4.0.11" }, "compile": { "ref/netstandard1.3/System.IO.dll": {} @@ -725,58 +913,43 @@ "lib/portable-net45+win8+wp8+wpa81/_._": {} } }, - "System.Linq/4.1.0-rc2-24027": { + "System.Linq/4.1.0": { "type": "package", "dependencies": { - "System.Collections": "4.0.11-rc2-24027", - "System.Runtime": "4.1.0-rc2-24027" + "System.Collections": "4.0.11", + "System.Runtime": "4.1.0" }, "compile": { "ref/netstandard1.0/System.Linq.dll": {} }, "runtime": { - "lib/netstandard1.5/System.Linq.dll": {} + "lib/portable-net45+win8+wp8+wpa81/_._": {} } }, - "System.Linq.Expressions/4.0.11-rc2-24027": { + "System.Linq.Expressions/4.1.0": { "type": "package", "dependencies": { - "System.Collections": "4.0.11-rc2-24027", - "System.Diagnostics.Debug": "4.0.11-rc2-24027", - "System.Globalization": "4.0.11-rc2-24027", - "System.IO": "4.1.0-rc2-24027", - "System.Linq": "4.1.0-rc2-24027", - "System.ObjectModel": "4.0.12-rc2-24027", - "System.Reflection": "4.1.0-rc2-24027", - "System.Reflection.Emit": "4.0.1-rc2-24027", - "System.Reflection.Emit.ILGeneration": "4.0.1-rc2-24027", - "System.Reflection.Emit.Lightweight": "4.0.1-rc2-24027", - "System.Reflection.Extensions": "4.0.1-rc2-24027", - "System.Reflection.Primitives": "4.0.1-rc2-24027", - "System.Reflection.TypeExtensions": "4.1.0-rc2-24027", - "System.Resources.ResourceManager": "4.0.1-rc2-24027", - "System.Runtime": "4.1.0-rc2-24027", - "System.Runtime.Extensions": "4.1.0-rc2-24027", - "System.Threading": "4.0.11-rc2-24027" + "System.Reflection": "4.1.0", + "System.Runtime": "4.1.0" }, "compile": { "ref/netstandard1.3/System.Linq.Expressions.dll": {} }, "runtime": { - "lib/netstandard1.3/System.Linq.Expressions.dll": {} + "lib/portable-net45+win8+wp8+wpa81/_._": {} } }, - "System.Linq.Queryable/4.0.1-rc2-24027": { + "System.Linq.Queryable/4.0.1": { "type": "package", "dependencies": { - "System.Collections": "4.0.11-rc2-24027", - "System.Diagnostics.Debug": "4.0.11-rc2-24027", - "System.Linq": "4.1.0-rc2-24027", - "System.Linq.Expressions": "4.0.11-rc2-24027", - "System.Reflection": "4.1.0-rc2-24027", - "System.Reflection.Extensions": "4.0.1-rc2-24027", - "System.Resources.ResourceManager": "4.0.1-rc2-24027", - "System.Runtime": "4.1.0-rc2-24027" + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.Linq": "4.1.0", + "System.Linq.Expressions": "4.1.0", + "System.Reflection": "4.1.0", + "System.Reflection.Extensions": "4.0.1", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0" }, "compile": { "ref/netstandard1.0/System.Linq.Queryable.dll": {} @@ -785,14 +958,14 @@ "lib/netstandard1.3/System.Linq.Queryable.dll": {} } }, - "System.ObjectModel/4.0.12-rc2-24027": { + "System.ObjectModel/4.0.12": { "type": "package", "dependencies": { - "System.Collections": "4.0.11-rc2-24027", - "System.Diagnostics.Debug": "4.0.11-rc2-24027", - "System.Resources.ResourceManager": "4.0.1-rc2-24027", - "System.Runtime": "4.1.0-rc2-24027", - "System.Threading": "4.0.11-rc2-24027" + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Threading": "4.0.11" }, "compile": { "ref/netstandard1.3/System.ObjectModel.dll": {} @@ -801,12 +974,14 @@ "lib/netstandard1.3/System.ObjectModel.dll": {} } }, - "System.Reflection/4.1.0-rc2-24027": { + "System.Reflection/4.1.0": { "type": "package", "dependencies": { - "System.IO": "4.1.0-rc2-24027", - "System.Reflection.Primitives": "4.0.1-rc2-24027", - "System.Runtime": "4.1.0-rc2-24027" + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.IO": "4.1.0", + "System.Reflection.Primitives": "4.0.1", + "System.Runtime": "4.1.0" }, "compile": { "ref/netstandard1.3/System.Reflection.dll": {} @@ -815,14 +990,14 @@ "lib/portable-net45+win8+wp8+wpa81/_._": {} } }, - "System.Reflection.Emit/4.0.1-rc2-24027": { + "System.Reflection.Emit/4.0.1": { "type": "package", "dependencies": { - "System.IO": "4.1.0-rc2-24027", - "System.Reflection": "4.1.0-rc2-24027", - "System.Reflection.Emit.ILGeneration": "4.0.1-rc2-24027", - "System.Reflection.Primitives": "4.0.1-rc2-24027", - "System.Runtime": "4.1.0-rc2-24027" + "System.IO": "4.1.0", + "System.Reflection": "4.1.0", + "System.Reflection.Emit.ILGeneration": "4.0.1", + "System.Reflection.Primitives": "4.0.1", + "System.Runtime": "4.1.0" }, "compile": { "ref/netstandard1.1/System.Reflection.Emit.dll": {} @@ -831,12 +1006,12 @@ "lib/netstandard1.3/System.Reflection.Emit.dll": {} } }, - "System.Reflection.Emit.ILGeneration/4.0.1-rc2-24027": { + "System.Reflection.Emit.ILGeneration/4.0.1": { "type": "package", "dependencies": { - "System.Reflection": "4.1.0-rc2-24027", - "System.Reflection.Primitives": "4.0.1-rc2-24027", - "System.Runtime": "4.1.0-rc2-24027" + "System.Reflection": "4.1.0", + "System.Reflection.Primitives": "4.0.1", + "System.Runtime": "4.1.0" }, "compile": { "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll": {} @@ -845,26 +1020,13 @@ "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {} } }, - "System.Reflection.Emit.Lightweight/4.0.1-rc2-24027": { - "type": "package", - "dependencies": { - "System.Reflection": "4.1.0-rc2-24027", - "System.Reflection.Emit.ILGeneration": "4.0.1-rc2-24027", - "System.Reflection.Primitives": "4.0.1-rc2-24027", - "System.Runtime": "4.1.0-rc2-24027" - }, - "compile": { - "ref/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {} - } - }, - "System.Reflection.Extensions/4.0.1-rc2-24027": { + "System.Reflection.Extensions/4.0.1": { "type": "package", "dependencies": { - "System.Reflection": "4.1.0-rc2-24027", - "System.Runtime": "4.1.0-rc2-24027" + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Reflection": "4.1.0", + "System.Runtime": "4.1.0" }, "compile": { "ref/netstandard1.0/System.Reflection.Extensions.dll": {} @@ -873,10 +1035,12 @@ "lib/portable-net45+win8+wp8+wpa81/_._": {} } }, - "System.Reflection.Primitives/4.0.1-rc2-24027": { + "System.Reflection.Primitives/4.0.1": { "type": "package", "dependencies": { - "System.Runtime": "4.1.0-rc2-24027" + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Runtime": "4.1.0" }, "compile": { "ref/netstandard1.0/System.Reflection.Primitives.dll": {} @@ -885,11 +1049,11 @@ "lib/portable-net45+win8+wp8+wpa81/_._": {} } }, - "System.Reflection.TypeExtensions/4.1.0-rc2-24027": { + "System.Reflection.TypeExtensions/4.1.0": { "type": "package", "dependencies": { - "System.Reflection": "4.1.0-rc2-24027", - "System.Runtime": "4.1.0-rc2-24027" + "System.Reflection": "4.1.0", + "System.Runtime": "4.1.0" }, "compile": { "ref/netstandard1.3/System.Reflection.TypeExtensions.dll": {} @@ -898,12 +1062,14 @@ "lib/netstandard1.5/System.Reflection.TypeExtensions.dll": {} } }, - "System.Resources.ResourceManager/4.0.1-rc2-24027": { + "System.Resources.ResourceManager/4.0.1": { "type": "package", "dependencies": { - "System.Globalization": "4.0.11-rc2-24027", - "System.Reflection": "4.1.0-rc2-24027", - "System.Runtime": "4.1.0-rc2-24027" + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Globalization": "4.0.11", + "System.Reflection": "4.1.0", + "System.Runtime": "4.1.0" }, "compile": { "ref/netstandard1.0/System.Resources.ResourceManager.dll": {} @@ -912,8 +1078,12 @@ "lib/portable-net45+win8+wp8+wpa81/_._": {} } }, - "System.Runtime/4.1.0-rc2-24027": { + "System.Runtime/4.1.0": { "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1" + }, "compile": { "ref/netstandard1.3/System.Runtime.dll": {} }, @@ -921,10 +1091,12 @@ "lib/portable-net45+win8+wp80+wpa81/_._": {} } }, - "System.Runtime.Extensions/4.1.0-rc2-24027": { + "System.Runtime.Extensions/4.1.0": { "type": "package", "dependencies": { - "System.Runtime": "4.1.0-rc2-24027" + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Runtime": "4.1.0" }, "compile": { "ref/netstandard1.3/System.Runtime.Extensions.dll": {} @@ -933,22 +1105,26 @@ "lib/portable-net45+win8+wp8+wpa81/_._": {} } }, - "System.Runtime.Handles/4.0.1-rc2-24027": { + "System.Runtime.Handles/4.0.1": { "type": "package", "dependencies": { - "System.Runtime": "4.1.0-rc2-24027" + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Runtime": "4.1.0" }, "compile": { "ref/netstandard1.3/System.Runtime.Handles.dll": {} } }, - "System.Runtime.InteropServices/4.1.0-rc2-24027": { + "System.Runtime.InteropServices/4.1.0": { "type": "package", "dependencies": { - "System.Reflection": "4.1.0-rc2-24027", - "System.Reflection.Primitives": "4.0.1-rc2-24027", - "System.Runtime": "4.1.0-rc2-24027", - "System.Runtime.Handles": "4.0.1-rc2-24027" + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Reflection": "4.1.0", + "System.Reflection.Primitives": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Handles": "4.0.1" }, "compile": { "ref/netstandard1.3/System.Runtime.InteropServices.dll": {} @@ -957,10 +1133,12 @@ "lib/portable-net45+win8+wpa81/_._": {} } }, - "System.Text.Encoding/4.0.11-rc2-24027": { + "System.Text.Encoding/4.0.11": { "type": "package", "dependencies": { - "System.Runtime": "4.1.0-rc2-24027" + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Runtime": "4.1.0" }, "compile": { "ref/netstandard1.3/System.Text.Encoding.dll": {} @@ -969,28 +1147,23 @@ "lib/portable-net45+win8+wp8+wpa81/_._": {} } }, - "System.Text.RegularExpressions/4.0.12-rc2-24027": { + "System.Text.RegularExpressions/4.1.0": { "type": "package", "dependencies": { - "System.Collections": "4.0.11-rc2-24027", - "System.Globalization": "4.0.11-rc2-24027", - "System.Resources.ResourceManager": "4.0.1-rc2-24027", - "System.Runtime": "4.1.0-rc2-24027", - "System.Runtime.Extensions": "4.1.0-rc2-24027", - "System.Threading": "4.0.11-rc2-24027" + "System.Runtime": "4.1.0" }, "compile": { "ref/netstandard1.3/System.Text.RegularExpressions.dll": {} }, "runtime": { - "lib/netstandard1.3/System.Text.RegularExpressions.dll": {} + "lib/portable-net45+win8+wp8+wpa81/_._": {} } }, - "System.Threading/4.0.11-rc2-24027": { + "System.Threading/4.0.11": { "type": "package", "dependencies": { - "System.Runtime": "4.1.0-rc2-24027", - "System.Threading.Tasks": "4.0.11-rc2-24027" + "System.Runtime": "4.1.0", + "System.Threading.Tasks": "4.0.11" }, "compile": { "ref/netstandard1.3/System.Threading.dll": {} @@ -999,10 +1172,12 @@ "lib/netstandard1.3/System.Threading.dll": {} } }, - "System.Threading.Tasks/4.0.11-rc2-24027": { + "System.Threading.Tasks/4.0.11": { "type": "package", "dependencies": { - "System.Runtime": "4.1.0-rc2-24027" + "Microsoft.NETCore.Platforms": "1.0.1", + "Microsoft.NETCore.Targets": "1.0.1", + "System.Runtime": "4.1.0" }, "compile": { "ref/netstandard1.3/System.Threading.Tasks.dll": {} @@ -1014,26 +1189,11 @@ } }, "libraries": { - "Ix-Async/1.2.5": { - "sha512": "8EXO8q7cpDUH9G2q+UOPOO/6uZ9aN7mx/4xjFIfkp+qLWVJiYuglkRhjY8Ggs2CucXzHR8GHnovJKB5yQoYaJg==", + "Microsoft.CSharp/4.0.1": { + "sha512": "17h8b5mXa87XYKrrVqdgZ38JefSUqLChUQpXgSnpzsM0nDOhE40FTeNWOJ/YmySGV6tG6T8+hjz6vxbknHJr6A==", "type": "package", "files": [ - "Ix-Async.1.2.5.nupkg", - "Ix-Async.1.2.5.nupkg.sha512", - "Ix-Async.nuspec", - "lib/net40/System.Interactive.Async.XML", - "lib/net40/System.Interactive.Async.dll", - "lib/net45/System.Interactive.Async.XML", - "lib/net45/System.Interactive.Async.dll", - "lib/portable-windows8+net45+wp8/System.Interactive.Async.XML", - "lib/portable-windows8+net45+wp8/System.Interactive.Async.dll" - ] - }, - "Microsoft.CSharp/4.0.1-rc2-24027": { - "sha512": "P6MB1bNnyy4PizG4ewY0z2FP7R2kI3g/nB5qTF3rh75JXPekaJiDFPd+34uymg/5xtjllwCyM2RtVxaOhnRAPA==", - "type": "package", - "files": [ - "Microsoft.CSharp.4.0.1-rc2-24027.nupkg.sha512", + "Microsoft.CSharp.4.0.1.nupkg.sha512", "Microsoft.CSharp.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -1085,161 +1245,141 @@ "ref/xamarinwatchos10/_._" ] }, - "Microsoft.EntityFrameworkCore/1.0.0-rc2-final": { - "sha512": "i9HsjubXO6JGGGIkLe/qle2TRD+78oraaVXVQ+koGDSmdhEb/hg71jmOvZQXKqZ3bakx2eG+6U4s2CcEfbPtGw==", + "Microsoft.EntityFrameworkCore/1.0.0": { + "sha512": "Vqg/v0cXRQZQH0gY3VHHqt0Bt5WZEkDReVpI1sNYKHVbVtnMYFKPp5SiNygosUJYrJk1rSGb8UVkplDNNUkEgg==", "type": "package", "files": [ - "Microsoft.EntityFrameworkCore.1.0.0-rc2-final.nupkg.sha512", + "Microsoft.EntityFrameworkCore.1.0.0.nupkg.sha512", "Microsoft.EntityFrameworkCore.nuspec", "lib/net451/Microsoft.EntityFrameworkCore.dll", "lib/net451/Microsoft.EntityFrameworkCore.xml", - "lib/netcore50/Microsoft.EntityFrameworkCore.dll", - "lib/netcore50/Microsoft.EntityFrameworkCore.xml", "lib/netstandard1.3/Microsoft.EntityFrameworkCore.dll", "lib/netstandard1.3/Microsoft.EntityFrameworkCore.xml" ] }, - "Microsoft.EntityFrameworkCore.Relational/1.0.0-rc2-final": { - "sha512": "YLsLZbwnlQGgTfk6OQE7hYwTCT9/4cg2D+k/ilguxizKVU9u3v4TOQW8daQcN8nas/TNoQxOyzVXYD897Y5Myw==", + "Microsoft.EntityFrameworkCore.Relational/1.0.0": { + "sha512": "LGBab+7o0eq4C3YtvkAxK8W7Ia57eO0Ue0viQgt0STptQ2bUpLzV7q5LfbNl475rt6yTWa/vDQlYVaI64fwqdw==", "type": "package", "files": [ - "Microsoft.EntityFrameworkCore.Relational.1.0.0-rc2-final.nupkg", - "Microsoft.EntityFrameworkCore.Relational.1.0.0-rc2-final.nupkg.sha512", + "Microsoft.EntityFrameworkCore.Relational.1.0.0.nupkg.sha512", "Microsoft.EntityFrameworkCore.Relational.nuspec", "lib/net451/Microsoft.EntityFrameworkCore.Relational.dll", "lib/net451/Microsoft.EntityFrameworkCore.Relational.xml", - "lib/netcore50/Microsoft.EntityFrameworkCore.Relational.dll", - "lib/netcore50/Microsoft.EntityFrameworkCore.Relational.xml", "lib/netstandard1.3/Microsoft.EntityFrameworkCore.Relational.dll", "lib/netstandard1.3/Microsoft.EntityFrameworkCore.Relational.xml" ] }, - "Microsoft.Extensions.Caching.Abstractions/1.0.0-rc2-final": { - "sha512": "Seu7cdYLYDFjYGd9KgzbAa5G6Xkzw6f6mSJjWemal1qNL505ktHMSbve6IPGScipL578rPwPTVqrTWWKIvmvLg==", + "Microsoft.Extensions.Caching.Abstractions/1.0.0": { + "sha512": "IxlFDVOchL6tdR05bk7EiJvMtvZrVkZXBhkbXqc3GxOHOrHFGcN+92WoWFPeBpdpy8ot/Px5ZdXzt7k+2n1Bdg==", "type": "package", "files": [ - "Microsoft.Extensions.Caching.Abstractions.1.0.0-rc2-final.nupkg.sha512", + "Microsoft.Extensions.Caching.Abstractions.1.0.0.nupkg.sha512", "Microsoft.Extensions.Caching.Abstractions.nuspec", - "lib/netcore50/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/netcore50/Microsoft.Extensions.Caching.Abstractions.xml", "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.dll", "lib/netstandard1.0/Microsoft.Extensions.Caching.Abstractions.xml" ] }, - "Microsoft.Extensions.Caching.Memory/1.0.0-rc2-final": { - "sha512": "G6KkTMUiChu9RaURYmNbkKc/cIvhj38jfVzoVtoSR0Aw2KzRCtJiW80xrLaNEgzl2Eu6BipCCy9DVNa7cFZhLQ==", + "Microsoft.Extensions.Caching.Memory/1.0.0": { + "sha512": "6+7zTufCnZ+tfrUo7RbIRR3LB0BxwOwxfXuo0IbLyIvgoToGpWuz5wYEDfCYNOvpig9tY8FA0I1uRHYmITMXMQ==", "type": "package", "files": [ - "Microsoft.Extensions.Caching.Memory.1.0.0-rc2-final.nupkg.sha512", + "Microsoft.Extensions.Caching.Memory.1.0.0.nupkg.sha512", "Microsoft.Extensions.Caching.Memory.nuspec", "lib/net451/Microsoft.Extensions.Caching.Memory.dll", "lib/net451/Microsoft.Extensions.Caching.Memory.xml", - "lib/netcore50/Microsoft.Extensions.Caching.Memory.dll", - "lib/netcore50/Microsoft.Extensions.Caching.Memory.xml", "lib/netstandard1.3/Microsoft.Extensions.Caching.Memory.dll", "lib/netstandard1.3/Microsoft.Extensions.Caching.Memory.xml" ] }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-final": { - "sha512": "TreRt5BDwivHosFbDpfaJ9CArhyZUHWzv9dlqZx2e0+PSbZznXRBg0QWteh+Y5gEPmJy6hANuz4ZeVK52nLKXA==", + "Microsoft.Extensions.DependencyInjection/1.0.0": { + "sha512": "zdtkiZNV6LB8xtpmfyUjP/9N9ZCL/ydQ+0bfjun38fbrk+MDEm9M2yeLzRdq+OIt5xExw/KU04wFaVwJ1bhQPg==", "type": "package", "files": [ - "Microsoft.Extensions.DependencyInjection.1.0.0-rc2-final.nupkg.sha512", + "Microsoft.Extensions.DependencyInjection.1.0.0.nupkg.sha512", "Microsoft.Extensions.DependencyInjection.nuspec", - "lib/netcore50/Microsoft.Extensions.DependencyInjection.dll", - "lib/netcore50/Microsoft.Extensions.DependencyInjection.xml", "lib/netstandard1.1/Microsoft.Extensions.DependencyInjection.dll", "lib/netstandard1.1/Microsoft.Extensions.DependencyInjection.xml" ] }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-final": { - "sha512": "KRvRif+xioZSjml/O/Y6W/fksieNZ/hp+Bf/4Nau85gQleG8UJl+etaJXj18SWu8bQ3ApD4ikzq6qKXLlO8AMg==", + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0": { + "sha512": "+XwaNo3o9RhLQhUnnOBCaukeRi1X9yYc0Fzye9RlErSflKZdw0VgHtn6rvKo0FTionsW0x8QVULhKH+nkqVjQA==", "type": "package", "files": [ - "Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0-rc2-final.nupkg.sha512", + "Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0.nupkg.sha512", "Microsoft.Extensions.DependencyInjection.Abstractions.nuspec", - "lib/netcore50/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/netcore50/Microsoft.Extensions.DependencyInjection.Abstractions.xml", "lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", "lib/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml" ] }, - "Microsoft.Extensions.Logging/1.0.0-rc2-final": { - "sha512": "M9lTQcaxlV2RAlyzar4s+AsTtS3KzQy78TfQImdl7s1foCMwjDerF3tYtHa4HupWAfOYUPId0b/fXNVfIZwqxw==", + "Microsoft.Extensions.Logging/1.0.0": { + "sha512": "0mDuASVrd/nMeBYIJSK+9lT3TSmWxUXP/ipVB1pF1ApMN5fqGCckPTNwmOfT4Z9wPkXGnhbwFTGrxZvbzTWxOg==", "type": "package", "files": [ - "Microsoft.Extensions.Logging.1.0.0-rc2-final.nupkg.sha512", + "Microsoft.Extensions.Logging.1.0.0.nupkg.sha512", "Microsoft.Extensions.Logging.nuspec", - "lib/netcore50/Microsoft.Extensions.Logging.dll", - "lib/netcore50/Microsoft.Extensions.Logging.xml", "lib/netstandard1.1/Microsoft.Extensions.Logging.dll", "lib/netstandard1.1/Microsoft.Extensions.Logging.xml" ] }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0-rc2-final": { - "sha512": "cuBUcNmHGLqG7zT4ZpGY21w0/zQNJzfw6tz3eIEU2PNLBeA0EfV2b9LHfgrIFhn74+xmgoKhwo/0Th3d28Cubw==", + "Microsoft.Extensions.Logging.Abstractions/1.0.0": { + "sha512": "wHT6oY50q36mAXBRKtFaB7u07WxKC5u2M8fi3PqHOOnHyUo9gD0u1TlCNR8UObHQxKMYwqlgI8TLcErpt29n8A==", "type": "package", "files": [ - "Microsoft.Extensions.Logging.Abstractions.1.0.0-rc2-final.nupkg.sha512", + "Microsoft.Extensions.Logging.Abstractions.1.0.0.nupkg.sha512", "Microsoft.Extensions.Logging.Abstractions.nuspec", - "lib/netcore50/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/netcore50/Microsoft.Extensions.Logging.Abstractions.xml", "lib/netstandard1.1/Microsoft.Extensions.Logging.Abstractions.dll", "lib/netstandard1.1/Microsoft.Extensions.Logging.Abstractions.xml" ] }, - "Microsoft.Extensions.Options/1.0.0-rc2-final": { - "sha512": "Sj7WVNsiMbULRas/DGKsZ3u6GA29AFAWGZwitVFQgIf/ppzM8VfnFyCRkSnwMA0gTD4u09scnQkKyl6Yi8kNuQ==", + "Microsoft.Extensions.Options/1.0.0": { + "sha512": "SdP3yPKF++JTkoa91pBDiE70uQkR/gdXWzOnMPbSj+eOqY1vgY+b8RVl+gh7TrJ2wlCK2QqnQtvCQlPPZRK36w==", "type": "package", "files": [ - "Microsoft.Extensions.Options.1.0.0-rc2-final.nupkg.sha512", + "Microsoft.Extensions.Options.1.0.0.nupkg.sha512", "Microsoft.Extensions.Options.nuspec", - "lib/netcore50/Microsoft.Extensions.Options.dll", - "lib/netcore50/Microsoft.Extensions.Options.xml", "lib/netstandard1.0/Microsoft.Extensions.Options.dll", "lib/netstandard1.0/Microsoft.Extensions.Options.xml" ] }, - "Microsoft.Extensions.Primitives/1.0.0-rc2-final": { - "sha512": "5lXETW9MI0CIOOCtgeJcrX3jODcFkX04tr+K/MB+cRspPvYD3URbf4MRIwWgI5r7cu+8+efPxEH0tG1g8ldhQA==", + "Microsoft.Extensions.Primitives/1.0.0": { + "sha512": "3q2vzfKEDjL6JFkRpk5SFA3zarYsO6+ZYgoucNImrUMzDn0mFbEOL5p9oPoWiypwypbJVVjWTf557bXZ0YFLig==", "type": "package", "files": [ - "Microsoft.Extensions.Primitives.1.0.0-rc2-final.nupkg.sha512", + "Microsoft.Extensions.Primitives.1.0.0.nupkg.sha512", "Microsoft.Extensions.Primitives.nuspec", - "lib/netcore50/Microsoft.Extensions.Primitives.dll", - "lib/netcore50/Microsoft.Extensions.Primitives.xml", "lib/netstandard1.0/Microsoft.Extensions.Primitives.dll", "lib/netstandard1.0/Microsoft.Extensions.Primitives.xml" ] }, - "Microsoft.NETCore.Platforms/1.0.1-rc2-24027": { - "sha512": "BIZpJMovdHgUbCrZR9suwwLpZMNehIkaFKiIb9X5+wPjXNHMSQ91ETSASAnEXERyU7+ptJAfJGqgr3Y9ly98MQ==", + "Microsoft.NETCore.Platforms/1.0.1": { + "sha512": "2G6OjjJzwBfNOO8myRV/nFrbTw5iA+DEm0N+qUqhrOmaVtn4pC77h38I1jsXGw5VH55+dPfQsqHD0We9sCl9FQ==", "type": "package", "files": [ - "Microsoft.NETCore.Platforms.1.0.1-rc2-24027.nupkg.sha512", + "Microsoft.NETCore.Platforms.1.0.1.nupkg.sha512", "Microsoft.NETCore.Platforms.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", + "lib/netstandard1.0/_._", "runtime.json" ] }, - "Microsoft.NETCore.Targets/1.0.1-rc2-24027": { - "sha512": "pNy4HhkgeM1kE/IqtDQLfUcMpy3NB3B/p8J/71G9Wvu2p/ARRH2hjq1TkETiqQW7ER9aFUs86wmgHyk3dtDgVQ==", + "Microsoft.NETCore.Targets/1.0.1": { + "sha512": "rkn+fKobF/cbWfnnfBOQHKVKIOpxMZBvlSHkqDWgBpwGDcLRduvs3D9OLGeV6GWGvVwNlVi2CBbTjuPmtHvyNw==", "type": "package", "files": [ - "Microsoft.NETCore.Targets.1.0.1-rc2-24027.nupkg.sha512", + "Microsoft.NETCore.Targets.1.0.1.nupkg.sha512", "Microsoft.NETCore.Targets.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", + "lib/netstandard1.0/_._", "runtime.json" ] }, - "Remotion.Linq/2.0.2": { - "sha512": "q3+x6KOsT2no9gB85hCTCY60hoez6G7/YugdZbJUZwoWdQlOhxLcJw+cdOUrhoL5Ondz0Aa8mupfH7hjzG8FxQ==", + "Remotion.Linq/2.1.1": { + "sha512": "IJn0BqkvwEDpP+2qjvci7n4/a9f7DhKESLWb2/uG4xQh3rTkGTBUz69bI4IivCoKkTFAqjXxYDZw2K/npohjsw==", "type": "package", "files": [ - "Remotion.Linq.2.0.2.nupkg", - "Remotion.Linq.2.0.2.nupkg.sha512", + "Remotion.Linq.2.1.1.nupkg.sha512", "Remotion.Linq.nuspec", "lib/net35/Remotion.Linq.XML", "lib/net35/Remotion.Linq.dll", @@ -1247,15 +1387,17 @@ "lib/net40/Remotion.Linq.dll", "lib/net45/Remotion.Linq.XML", "lib/net45/Remotion.Linq.dll", + "lib/netstandard1.0/Remotion.Linq.dll", + "lib/netstandard1.0/Remotion.Linq.xml", "lib/portable-net45+win+wpa81+wp80/Remotion.Linq.dll", "lib/portable-net45+win+wpa81+wp80/Remotion.Linq.xml" ] }, - "System.Collections/4.0.11-rc2-24027": { - "sha512": "wi4oT2B06Ev7vDPeJki7HVJ3qPYJIilzf+p81JuNaBD9L2wi9Y2L5BsQ6ToncW+lYZafuMea/hiK1xX1Ge1VWQ==", + "System.Collections/4.0.11": { + "sha512": "YUJGz6eFKqS0V//mLt25vFGrrCvOnsXjlvFQs+KimpwNxug9x0Pzy4PlFMU3Q2IzqAa9G2L4LsK3+9vCBK7oTg==", "type": "package", "files": [ - "System.Collections.4.0.11-rc2-24027.nupkg.sha512", + "System.Collections.4.0.11.nupkg.sha512", "System.Collections.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -1316,11 +1458,11 @@ "ref/xamarinwatchos10/_._" ] }, - "System.Collections.Concurrent/4.0.12-rc2-24027": { - "sha512": "0XN+QpKMG5xHRZ50hV6Yn1ojqAhZ2CL8q4vT316ipEB3yEb/ROMjC18Html5QreF12ZS6Le1AWtIB1Qgi2FzvA==", + "System.Collections.Concurrent/4.0.12": { + "sha512": "2gBcbb3drMLgxlI0fBfxMA31ec6AEyYCHygGse4vxceJan8mRIWeKJ24BFzN7+bi/NFTgdIgufzb94LWO5EERQ==", "type": "package", "files": [ - "System.Collections.Concurrent.4.0.12-rc2-24027.nupkg.sha512", + "System.Collections.Concurrent.4.0.12.nupkg.sha512", "System.Collections.Concurrent.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -1381,11 +1523,25 @@ "ref/xamarinwatchos10/_._" ] }, - "System.ComponentModel/4.0.1-rc2-24027": { - "sha512": "6ne+Yk/6J59NZ19jiKjxwRPS2VIofrps2xkGDxMpyiHzEk4xpIY0kzt0ZABvTpdOYpvOw7bz2Ls2/X0QiuSjQg==", + "System.Collections.Immutable/1.2.0": { + "sha512": "Cma8cBW6di16ZLibL8LYQ+cLjGzoKxpOTu/faZfDcx94ZjAGq6Nv5RO7+T1YZXqEXTZP9rt1wLVEONVpURtUqw==", "type": "package", "files": [ - "System.ComponentModel.4.0.1-rc2-24027.nupkg.sha512", + "System.Collections.Immutable.1.2.0.nupkg.sha512", + "System.Collections.Immutable.nuspec", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/System.Collections.Immutable.dll", + "lib/netstandard1.0/System.Collections.Immutable.xml", + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml" + ] + }, + "System.ComponentModel/4.0.1": { + "sha512": "oBZFnm7seFiVfugsIyOvQCWobNZs7FzqDV/B7tx20Ep/l3UUFCPDkdTnCNaJZTU27zjeODmy2C/cP60u3D4c9w==", + "type": "package", + "files": [ + "System.ComponentModel.4.0.1.nupkg.sha512", "System.ComponentModel.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -1437,11 +1593,11 @@ "ref/xamarinwatchos10/_._" ] }, - "System.ComponentModel.Annotations/4.1.0-rc2-24027": { - "sha512": "BRJ7eUoaukLaxXlaVIOr7SKXQoF6ie54eCTTiWwp8NdIWirlOfPUQUFANPjcosDvKcUQLXksCiH8Wkj7ApRkQw==", + "System.ComponentModel.Annotations/4.1.0": { + "sha512": "rhnz80h8NnHJzoi0nbQJLRR2cJznyqG168q1bgoSpe5qpaME2SguXzuEzpY68nFCi2kBgHpbU4bRN2cP3unYRA==", "type": "package", "files": [ - "System.ComponentModel.Annotations.4.1.0-rc2-24027.nupkg.sha512", + "System.ComponentModel.Annotations.4.1.0.nupkg.sha512", "System.ComponentModel.Annotations.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -1513,59 +1669,59 @@ "ref/xamarinwatchos10/_._" ] }, - "System.Data.Common/4.0.1-rc2-24027": { - "sha512": "lRXa2KTxiXF9LYhisFYWqokvtkV662ROEVJbtRG4owk/7PRvyV92gZLaDykYuNxtnscesaVIWDRWkfFfaxXmqA==", + "System.Data.Common/4.1.0": { + "sha512": "epU8jeTe7aE7RqGHq9rZ8b0Q4Ah7DgubzHQblgZMSqgW1saW868WmooSyC5ywf8upLBkcVLDu93W9GPWUYsU2Q==", "type": "package", "files": [ - "System.Data.Common.4.0.1-rc2-24027.nupkg.sha512", + "System.Data.Common.4.1.0.nupkg.sha512", "System.Data.Common.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net45/System.Data.Common.dll", - "lib/netstandard1.0/System.Data.Common.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Data.Common.dll", + "lib/net451/System.Data.Common.dll", + "lib/netstandard1.2/System.Data.Common.dll", + "lib/portable-net451+win8+wp8+wpa81/System.Data.Common.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", "lib/xamarintvos10/_._", "lib/xamarinwatchos10/_._", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net45/System.Data.Common.dll", - "ref/netstandard1.0/System.Data.Common.dll", - "ref/netstandard1.0/System.Data.Common.xml", - "ref/netstandard1.0/de/System.Data.Common.xml", - "ref/netstandard1.0/es/System.Data.Common.xml", - "ref/netstandard1.0/fr/System.Data.Common.xml", - "ref/netstandard1.0/it/System.Data.Common.xml", - "ref/netstandard1.0/ja/System.Data.Common.xml", - "ref/netstandard1.0/ko/System.Data.Common.xml", - "ref/netstandard1.0/ru/System.Data.Common.xml", - "ref/netstandard1.0/zh-hans/System.Data.Common.xml", - "ref/netstandard1.0/zh-hant/System.Data.Common.xml", - "ref/portable-net45+win8+wp8+wpa81/System.Data.Common.dll", - "ref/portable-net45+win8+wp8+wpa81/System.Data.Common.xml", - "ref/portable-net45+win8+wp8+wpa81/de/System.Data.Common.xml", - "ref/portable-net45+win8+wp8+wpa81/es/System.Data.Common.xml", - "ref/portable-net45+win8+wp8+wpa81/fr/System.Data.Common.xml", - "ref/portable-net45+win8+wp8+wpa81/it/System.Data.Common.xml", - "ref/portable-net45+win8+wp8+wpa81/ja/System.Data.Common.xml", - "ref/portable-net45+win8+wp8+wpa81/ko/System.Data.Common.xml", - "ref/portable-net45+win8+wp8+wpa81/ru/System.Data.Common.xml", - "ref/portable-net45+win8+wp8+wpa81/zh-hans/System.Data.Common.xml", - "ref/portable-net45+win8+wp8+wpa81/zh-hant/System.Data.Common.xml", + "ref/net451/System.Data.Common.dll", + "ref/netstandard1.2/System.Data.Common.dll", + "ref/netstandard1.2/System.Data.Common.xml", + "ref/netstandard1.2/de/System.Data.Common.xml", + "ref/netstandard1.2/es/System.Data.Common.xml", + "ref/netstandard1.2/fr/System.Data.Common.xml", + "ref/netstandard1.2/it/System.Data.Common.xml", + "ref/netstandard1.2/ja/System.Data.Common.xml", + "ref/netstandard1.2/ko/System.Data.Common.xml", + "ref/netstandard1.2/ru/System.Data.Common.xml", + "ref/netstandard1.2/zh-hans/System.Data.Common.xml", + "ref/netstandard1.2/zh-hant/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/System.Data.Common.dll", + "ref/portable-net451+win8+wp8+wpa81/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/de/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/es/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/fr/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/it/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/ja/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/ko/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/ru/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/zh-hans/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/zh-hant/System.Data.Common.xml", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", "ref/xamarinwatchos10/_._" ] }, - "System.Diagnostics.Debug/4.0.11-rc2-24027": { - "sha512": "k0ckwL97zqxiSjRpgmkjUoP51LvEzMshynNuNOyUsKLQTHVieTsrg2YiBnou0AsDnDk/maCmuPJvoJR0qIcOuQ==", + "System.Diagnostics.Debug/4.0.11": { + "sha512": "w5U95fVKHY4G8ASs/K5iK3J5LY+/dLFd4vKejsnI/ZhBsWS9hQakfx3Zr7lRWKg4tAw9r4iktyvsTagWkqYCiw==", "type": "package", "files": [ - "System.Diagnostics.Debug.4.0.11-rc2-24027.nupkg.sha512", + "System.Diagnostics.Debug.4.0.11.nupkg.sha512", "System.Diagnostics.Debug.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -1626,12 +1782,11 @@ "ref/xamarinwatchos10/_._" ] }, - "System.Diagnostics.DiagnosticSource/4.0.0-rc2-24027": { - "sha512": "NPjXdTV6+9D0ZaHUn5JI0lxusxZAKOuHIVPmMXV+L4Ypm/nFaH+gDMn0o6ZNb9B3l46DfdxyrZYc0E2AfEHQrA==", + "System.Diagnostics.DiagnosticSource/4.0.0": { + "sha512": "YKglnq4BMTJxfcr6nuT08g+yJ0UxdePIHxosiLuljuHIUR6t4KhFsyaHOaOc1Ofqp0PUvJ0EmcgiEz6T7vEx3w==", "type": "package", "files": [ - "System.Diagnostics.DiagnosticSource.4.0.0-rc2-24027.nupkg", - "System.Diagnostics.DiagnosticSource.4.0.0-rc2-24027.nupkg.sha512", + "System.Diagnostics.DiagnosticSource.4.0.0.nupkg.sha512", "System.Diagnostics.DiagnosticSource.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -1645,11 +1800,11 @@ "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml" ] }, - "System.Diagnostics.Tracing/4.1.0-rc2-24027": { - "sha512": "ZRR3q7pPGqKc5rcHAhNP9bTjtIILmZu82E86n+mDyMYx+KEpuYpj8P+kQMWeLKYK1U4gxftqyidwm6+j0b+YoQ==", + "System.Diagnostics.Tracing/4.1.0": { + "sha512": "vDN1PoMZCkkdNjvZLql592oYJZgS7URcJzJ7bxeBgGtx5UtR5leNm49VmfHGqIffX4FKacHbI3H6UyNSHQknBg==", "type": "package", "files": [ - "System.Diagnostics.Tracing.4.1.0-rc2-24027.nupkg.sha512", + "System.Diagnostics.Tracing.4.1.0.nupkg.sha512", "System.Diagnostics.Tracing.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -1732,11 +1887,11 @@ "ref/xamarinwatchos10/_._" ] }, - "System.Dynamic.Runtime/4.0.11-rc2-24027": { - "sha512": "ZbyJQ3UQSGiB5aotbYN3otZ7vrwimkG6dAN4YYAwH3YvP9X1zF5GHeHuSqX1uDq0hGX+vngi8s1oUKgWHAYYrQ==", + "System.Dynamic.Runtime/4.0.11": { + "sha512": "db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==", "type": "package", "files": [ - "System.Dynamic.Runtime.4.0.11-rc2-24027.nupkg.sha512", + "System.Dynamic.Runtime.4.0.11.nupkg.sha512", "System.Dynamic.Runtime.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -1800,11 +1955,11 @@ "runtimes/aot/lib/netcore50/System.Dynamic.Runtime.dll" ] }, - "System.Globalization/4.0.11-rc2-24027": { - "sha512": "RDterYo6tAE2YslHrhvAdrAkTdhGkml7tg5JGX/XwgN2GGkB3NkiqigBSaUEV4S2ftCzCFDIhCxqQy57lAsEIA==", + "System.Globalization/4.0.11": { + "sha512": "B95h0YLEL2oSnwF/XjqSWKnwKOy/01VWkNlsCeMTFJLLabflpGV26nK164eRs5GiaRSBGpOxQ3pKoSnnyZN5pg==", "type": "package", "files": [ - "System.Globalization.4.0.11-rc2-24027.nupkg.sha512", + "System.Globalization.4.0.11.nupkg.sha512", "System.Globalization.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -1865,11 +2020,23 @@ "ref/xamarinwatchos10/_._" ] }, - "System.IO/4.1.0-rc2-24027": { - "sha512": "VQRYN33mwALJ1UWfxxMqXzKCYUDNMUeU6j8YCxVcLCBx3Oa/l7i15NQv/OAebfOVSmBa3LmBTRP4rQqChrCbFg==", + "System.Interactive.Async/3.0.0": { + "sha512": "UEM+WmG1Oq0bNbPx/E1jaIQ83QOrPfVDUyuYBtG6D6DpB77ytv9flPterMujumpHuoRjSc0ilSB8w41fQc05dw==", + "type": "package", + "files": [ + "System.Interactive.Async.3.0.0.nupkg.sha512", + "System.Interactive.Async.nuspec", + "lib/net45/System.Interactive.Async.dll", + "lib/net45/System.Interactive.Async.xml", + "lib/netstandard1.0/System.Interactive.Async.dll", + "lib/netstandard1.0/System.Interactive.Async.xml" + ] + }, + "System.IO/4.1.0": { + "sha512": "3KlTJceQc3gnGIaHZ7UBZO26SHL1SHE4ddrmiwumFnId+CEHP+O8r386tZKaE6zlk5/mF8vifMBzHj9SaXN+mQ==", "type": "package", "files": [ - "System.IO.4.1.0-rc2-24027.nupkg.sha512", + "System.IO.4.1.0.nupkg.sha512", "System.IO.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -1943,20 +2110,20 @@ "ref/xamarinwatchos10/_._" ] }, - "System.Linq/4.1.0-rc2-24027": { - "sha512": "uf9wbc/YWrM4xa6g0T8n1XpY/zRcTHSPw+sCwkdrL2aJbYyLFKs1Yeg8M0zjMX4SwmiNeDiZR2gkAHAPsIfKCg==", + "System.Linq/4.1.0": { + "sha512": "bQ0iYFOQI0nuTnt+NQADns6ucV4DUvMdwN6CbkB1yj8i7arTGiTN5eok1kQwdnnNWSDZfIUySQY+J3d5KjWn0g==", "type": "package", "files": [ - "System.Linq.4.1.0-rc2-24027.nupkg.sha512", + "System.Linq.4.1.0.nupkg.sha512", "System.Linq.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", - "lib/net462/System.Linq.dll", + "lib/net463/System.Linq.dll", "lib/netcore50/System.Linq.dll", - "lib/netstandard1.5/System.Linq.dll", + "lib/netstandard1.6/System.Linq.dll", "lib/portable-net45+win8+wp8+wpa81/_._", "lib/win8/_._", "lib/wp80/_._", @@ -1968,7 +2135,7 @@ "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net45/_._", - "ref/net462/System.Linq.dll", + "ref/net463/System.Linq.dll", "ref/netcore50/System.Linq.dll", "ref/netcore50/System.Linq.xml", "ref/netcore50/de/System.Linq.xml", @@ -1991,17 +2158,17 @@ "ref/netstandard1.0/ru/System.Linq.xml", "ref/netstandard1.0/zh-hans/System.Linq.xml", "ref/netstandard1.0/zh-hant/System.Linq.xml", - "ref/netstandard1.5/System.Linq.dll", - "ref/netstandard1.5/System.Linq.xml", - "ref/netstandard1.5/de/System.Linq.xml", - "ref/netstandard1.5/es/System.Linq.xml", - "ref/netstandard1.5/fr/System.Linq.xml", - "ref/netstandard1.5/it/System.Linq.xml", - "ref/netstandard1.5/ja/System.Linq.xml", - "ref/netstandard1.5/ko/System.Linq.xml", - "ref/netstandard1.5/ru/System.Linq.xml", - "ref/netstandard1.5/zh-hans/System.Linq.xml", - "ref/netstandard1.5/zh-hant/System.Linq.xml", + "ref/netstandard1.6/System.Linq.dll", + "ref/netstandard1.6/System.Linq.xml", + "ref/netstandard1.6/de/System.Linq.xml", + "ref/netstandard1.6/es/System.Linq.xml", + "ref/netstandard1.6/fr/System.Linq.xml", + "ref/netstandard1.6/it/System.Linq.xml", + "ref/netstandard1.6/ja/System.Linq.xml", + "ref/netstandard1.6/ko/System.Linq.xml", + "ref/netstandard1.6/ru/System.Linq.xml", + "ref/netstandard1.6/zh-hans/System.Linq.xml", + "ref/netstandard1.6/zh-hant/System.Linq.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -2012,19 +2179,20 @@ "ref/xamarinwatchos10/_._" ] }, - "System.Linq.Expressions/4.0.11-rc2-24027": { - "sha512": "CfLNPBWzWdqfRGkdIXNWQ+2zSyaegOL4MAQSry0k6t8CQnPwJLywZLIZAV+cU47gi/7C2eM2I63r2eBZNJDovw==", + "System.Linq.Expressions/4.1.0": { + "sha512": "I+y02iqkgmCAyfbqOmSDOgqdZQ5tTj80Akm5BPSS8EeB0VGWdy6X1KCoYe8Pk6pwDoAKZUOdLVxnTJcExiv5zw==", "type": "package", "files": [ - "System.Linq.Expressions.4.0.11-rc2-24027.nupkg.sha512", + "System.Linq.Expressions.4.1.0.nupkg.sha512", "System.Linq.Expressions.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", + "lib/net463/System.Linq.Expressions.dll", "lib/netcore50/System.Linq.Expressions.dll", - "lib/netstandard1.3/System.Linq.Expressions.dll", + "lib/netstandard1.6/System.Linq.Expressions.dll", "lib/portable-net45+win8+wp8+wpa81/_._", "lib/win8/_._", "lib/wp80/_._", @@ -2036,6 +2204,7 @@ "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/net463/System.Linq.Expressions.dll", "ref/netcore50/System.Linq.Expressions.dll", "ref/netcore50/System.Linq.Expressions.xml", "ref/netcore50/de/System.Linq.Expressions.xml", @@ -2069,6 +2238,17 @@ "ref/netstandard1.3/ru/System.Linq.Expressions.xml", "ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml", "ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml", + "ref/netstandard1.6/System.Linq.Expressions.dll", + "ref/netstandard1.6/System.Linq.Expressions.xml", + "ref/netstandard1.6/de/System.Linq.Expressions.xml", + "ref/netstandard1.6/es/System.Linq.Expressions.xml", + "ref/netstandard1.6/fr/System.Linq.Expressions.xml", + "ref/netstandard1.6/it/System.Linq.Expressions.xml", + "ref/netstandard1.6/ja/System.Linq.Expressions.xml", + "ref/netstandard1.6/ko/System.Linq.Expressions.xml", + "ref/netstandard1.6/ru/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -2080,11 +2260,11 @@ "runtimes/aot/lib/netcore50/System.Linq.Expressions.dll" ] }, - "System.Linq.Queryable/4.0.1-rc2-24027": { - "sha512": "4D7vMlUik6PWAYE4j89AMRsc8CJERoRC4M7dBPQSwogd+fCblUMehDwBjRXI4lSEwgK2fhbkv46jJu6RlA20QA==", + "System.Linq.Queryable/4.0.1": { + "sha512": "Yn/WfYe9RoRfmSLvUt2JerP0BTGGykCZkQPgojaxgzF2N0oPo+/AhB8TXOpdCcNlrG3VRtsamtK2uzsp3cqRVw==", "type": "package", "files": [ - "System.Linq.Queryable.4.0.1-rc2-24027.nupkg.sha512", + "System.Linq.Queryable.4.0.1.nupkg.sha512", "System.Linq.Queryable.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -2136,11 +2316,11 @@ "ref/xamarinwatchos10/_._" ] }, - "System.ObjectModel/4.0.12-rc2-24027": { - "sha512": "8wgKzGVl3RlTMBYsWCjOizWpzH8mm7i0pv2vHwXbpV/rGptDDKzXHyTmdqFdBAfrnsnicwh79hNTc5zzKWKK1A==", + "System.ObjectModel/4.0.12": { + "sha512": "tAgJM1xt3ytyMoW4qn4wIqgJYm7L7TShRZG4+Q4Qsi2PCcj96pXN7nRywS9KkB3p/xDUjc2HSwP9SROyPYDYKQ==", "type": "package", "files": [ - "System.ObjectModel.4.0.12-rc2-24027.nupkg.sha512", + "System.ObjectModel.4.0.12.nupkg.sha512", "System.ObjectModel.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -2203,11 +2383,11 @@ "ref/xamarinwatchos10/_._" ] }, - "System.Reflection/4.1.0-rc2-24027": { - "sha512": "RMJrRP3I71J5PLfsX2reWDPltwJs/pJ+CbIqa2ccDVop2WlBq6CuV7FOo7l77nuYFKODI6kpATLXZKiq8V8aEQ==", + "System.Reflection/4.1.0": { + "sha512": "JCKANJ0TI7kzoQzuwB/OoJANy1Lg338B6+JVacPl4TpUwi3cReg3nMLplMq2uqYfHFQpKIlHAUVAJlImZz/4ng==", "type": "package", "files": [ - "System.Reflection.4.1.0-rc2-24027.nupkg.sha512", + "System.Reflection.4.1.0.nupkg.sha512", "System.Reflection.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -2281,11 +2461,11 @@ "ref/xamarinwatchos10/_._" ] }, - "System.Reflection.Emit/4.0.1-rc2-24027": { - "sha512": "C4kvi/Lpj5vgUtCygP0bbBnlYyuDZEU2ofdgGXa8AgV3FkmwNEqJ7zm3OhMFe/kMKRgEkJXkioFdkLHrJJLDTQ==", + "System.Reflection.Emit/4.0.1": { + "sha512": "P2wqAj72fFjpP6wb9nSfDqNBMab+2ovzSDzUZK7MVIm54tBJEPr9jWfSjjoTpPwj1LeKcmX3vr0ttyjSSFM47g==", "type": "package", "files": [ - "System.Reflection.Emit.4.0.1-rc2-24027.nupkg.sha512", + "System.Reflection.Emit.4.0.1.nupkg.sha512", "System.Reflection.Emit.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -2310,11 +2490,11 @@ "ref/xamarinmac20/_._" ] }, - "System.Reflection.Emit.ILGeneration/4.0.1-rc2-24027": { - "sha512": "s7puteOinRV3+sGWDLeuUbSSxwZHqHhXpLwoTlS4L0x7d58j868LbKPSPJVZAs6a/dGkyo02WHVDcEtCBjn8VQ==", + "System.Reflection.Emit.ILGeneration/4.0.1": { + "sha512": "Ov6dU8Bu15Bc7zuqttgHF12J5lwSWyTf1S+FJouUXVMSqImLZzYaQ+vRr1rQ0OZ0HqsrwWl4dsKHELckQkVpgA==", "type": "package", "files": [ - "System.Reflection.Emit.ILGeneration.4.0.1-rc2-24027.nupkg.sha512", + "System.Reflection.Emit.ILGeneration.4.0.1.nupkg.sha512", "System.Reflection.Emit.ILGeneration.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -2340,41 +2520,11 @@ "runtimes/aot/lib/netcore50/_._" ] }, - "System.Reflection.Emit.Lightweight/4.0.1-rc2-24027": { - "sha512": "kDuurD3Z1bYJrW0VqBEoHWLUCWYtto/SF/dajEj8sXftap3zkqBF+3IMb8l4EfRuzytlS2TlmFxiApbB9C8JEA==", - "type": "package", - "files": [ - "System.Reflection.Emit.Lightweight.4.0.1-rc2-24027.nupkg.sha512", - "System.Reflection.Emit.Lightweight.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Emit.Lightweight.dll", - "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll", - "lib/portable-net45+wp8/_._", - "lib/wp80/_._", - "ref/net45/_._", - "ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll", - "ref/netstandard1.0/System.Reflection.Emit.Lightweight.xml", - "ref/netstandard1.0/de/System.Reflection.Emit.Lightweight.xml", - "ref/netstandard1.0/es/System.Reflection.Emit.Lightweight.xml", - "ref/netstandard1.0/fr/System.Reflection.Emit.Lightweight.xml", - "ref/netstandard1.0/it/System.Reflection.Emit.Lightweight.xml", - "ref/netstandard1.0/ja/System.Reflection.Emit.Lightweight.xml", - "ref/netstandard1.0/ko/System.Reflection.Emit.Lightweight.xml", - "ref/netstandard1.0/ru/System.Reflection.Emit.Lightweight.xml", - "ref/netstandard1.0/zh-hans/System.Reflection.Emit.Lightweight.xml", - "ref/netstandard1.0/zh-hant/System.Reflection.Emit.Lightweight.xml", - "ref/portable-net45+wp8/_._", - "ref/wp80/_._", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "System.Reflection.Extensions/4.0.1-rc2-24027": { - "sha512": "5N1tt+n0OHyaZ3Wb73FIfNsRrkFDW1I2fuAzojudgcZ0XcAHqLE0Wb9/JQ2eG6Lp89l2qntx4HvXcIDjVwvYuw==", + "System.Reflection.Extensions/4.0.1": { + "sha512": "GYrtRsZcMuHF3sbmRHfMYpvxZoIN2bQGrYGerUiWLEkqdEUQZhH3TRSaC/oI4wO0II1RKBPlpIa1TOMxIcOOzQ==", "type": "package", "files": [ - "System.Reflection.Extensions.4.0.1-rc2-24027.nupkg.sha512", + "System.Reflection.Extensions.4.0.1.nupkg.sha512", "System.Reflection.Extensions.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -2424,11 +2574,11 @@ "ref/xamarinwatchos10/_._" ] }, - "System.Reflection.Primitives/4.0.1-rc2-24027": { - "sha512": "/FgLaA5DnqSVZVm5+eqhSjezjBCRo7+W5LzUsa3nQul6hHbMGkB2uuN8Tt6UfpLzKZ5QimefeDKkLYmChBnskQ==", + "System.Reflection.Primitives/4.0.1": { + "sha512": "4inTox4wTBaDhB7V3mPvp9XlCbeGYWVEM9/fXALd52vNEAVisc1BoVWQPuUuD0Ga//dNbA/WeMy9u9mzLxGTHQ==", "type": "package", "files": [ - "System.Reflection.Primitives.4.0.1-rc2-24027.nupkg.sha512", + "System.Reflection.Primitives.4.0.1.nupkg.sha512", "System.Reflection.Primitives.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -2478,11 +2628,11 @@ "ref/xamarinwatchos10/_._" ] }, - "System.Reflection.TypeExtensions/4.1.0-rc2-24027": { - "sha512": "1t2V/qaXZjJ2krlf97bGEcqiNjriHZQv5mx3Mez2PJ2+gqJbu0vPWCSNTN8Y+miCuRm+Pwx0ZFAoCQHkij2xcQ==", + "System.Reflection.TypeExtensions/4.1.0": { + "sha512": "tsQ/ptQ3H5FYfON8lL4MxRk/8kFyE0A+tGPXmVP967cT/gzLHYxIejIYSxp4JmIeFHVP78g/F2FE1mUUTbDtrg==", "type": "package", "files": [ - "System.Reflection.TypeExtensions.4.1.0-rc2-24027.nupkg.sha512", + "System.Reflection.TypeExtensions.4.1.0.nupkg.sha512", "System.Reflection.TypeExtensions.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -2529,11 +2679,11 @@ "runtimes/aot/lib/netcore50/System.Reflection.TypeExtensions.dll" ] }, - "System.Resources.ResourceManager/4.0.1-rc2-24027": { - "sha512": "WFDuYprqRWAVcQzArAqgabw9bbGPBaogBG17sGtZ5Iyb7ddOcIs89QYdcxdatPkSYOFNWydwSY2fyOjhIKMIcA==", + "System.Resources.ResourceManager/4.0.1": { + "sha512": "TxwVeUNoTgUOdQ09gfTjvW411MF+w9MBYL7AtNVc+HtBCFlutPLhUCdZjNkjbhj3bNQWMdHboF0KIWEOjJssbA==", "type": "package", "files": [ - "System.Resources.ResourceManager.4.0.1-rc2-24027.nupkg.sha512", + "System.Resources.ResourceManager.4.0.1.nupkg.sha512", "System.Resources.ResourceManager.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -2583,11 +2733,11 @@ "ref/xamarinwatchos10/_._" ] }, - "System.Runtime/4.1.0-rc2-24027": { - "sha512": "sDyyCeXycMSiNP4z1wyeyXlZSb26/OXIAwqnDsOAjw9PL3r8OgDRJgt4SH6Qid5z6E5IEGTKwjBjrHJGoa8bag==", + "System.Runtime/4.1.0": { + "sha512": "v6c/4Yaa9uWsq+JMhnOFewrYkgdNHNG2eMKuNqRn8P733rNXeRCGvV5FkkjBXn2dbVkPXOsO0xjsEeM1q2zC0g==", "type": "package", "files": [ - "System.Runtime.4.1.0-rc2-24027.nupkg.sha512", + "System.Runtime.4.1.0.nupkg.sha512", "System.Runtime.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -2672,11 +2822,11 @@ "ref/xamarinwatchos10/_._" ] }, - "System.Runtime.Extensions/4.1.0-rc2-24027": { - "sha512": "rHmAgtQY8XlVd4tB/5ta8IzxAL9gpUlkTYQgUXDjdHux2MFmDSJv4vgm/atmwbKZcd0TnzjD2SYpnkWSqDWgFg==", + "System.Runtime.Extensions/4.1.0": { + "sha512": "CUOHjTT/vgP0qGW22U4/hDlOqXmcPq5YicBaXdUR2UiUoLwBT+olO6we4DVbq57jeX5uXH2uerVZhf0qGj+sVQ==", "type": "package", "files": [ - "System.Runtime.Extensions.4.1.0-rc2-24027.nupkg.sha512", + "System.Runtime.Extensions.4.1.0.nupkg.sha512", "System.Runtime.Extensions.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -2750,11 +2900,11 @@ "ref/xamarinwatchos10/_._" ] }, - "System.Runtime.Handles/4.0.1-rc2-24027": { - "sha512": "zAfnDT+YDOnVK2ZSoE+70LU94207gz0AO1B+ELtfsZB6a35yVFBo9XTE/nK9QwsZxnknPIqoQ1CJz434TC5PFA==", + "System.Runtime.Handles/4.0.1": { + "sha512": "nCJvEKguXEvk2ymk1gqj625vVnlK3/xdGzx0vOKicQkoquaTBJTP13AIYkocSUwHCLNBwUbXTqTWGDxBTWpt7g==", "type": "package", "files": [ - "System.Runtime.Handles.4.0.1-rc2-24027.nupkg.sha512", + "System.Runtime.Handles.4.0.1.nupkg.sha512", "System.Runtime.Handles.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -2785,11 +2935,11 @@ "ref/xamarinwatchos10/_._" ] }, - "System.Runtime.InteropServices/4.1.0-rc2-24027": { - "sha512": "HMTGM3YyFBqDSP4STwC2YC51PInAQNMRj4V3rodwhaeAl+DnRKYqRFnd3eO2l99JqrcBIgg48SFGU9zglQC38w==", + "System.Runtime.InteropServices/4.1.0": { + "sha512": "16eu3kjHS633yYdkjwShDHZLRNMKVi/s0bY8ODiqJ2RfMhDMAwxZaUaWVnZ2P71kr/or+X9o/xFWtNqz8ivieQ==", "type": "package", "files": [ - "System.Runtime.InteropServices.4.1.0-rc2-24027.nupkg.sha512", + "System.Runtime.InteropServices.4.1.0.nupkg.sha512", "System.Runtime.InteropServices.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -2872,11 +3022,11 @@ "ref/xamarinwatchos10/_._" ] }, - "System.Text.Encoding/4.0.11-rc2-24027": { - "sha512": "WyhCB3a669kXgMXEBx+T0G+bulfT0xzhYqZvuIGm22qIFlS85z11df279viqqjkwv2PDQvLjE2YKhRqkvdEd3g==", + "System.Text.Encoding/4.0.11": { + "sha512": "U3gGeMlDZXxCEiY4DwVLSacg+DFWCvoiX+JThA/rvw37Sqrku7sEFeVBBBMBnfB6FeZHsyDx85HlKL19x0HtZA==", "type": "package", "files": [ - "System.Text.Encoding.4.0.11-rc2-24027.nupkg.sha512", + "System.Text.Encoding.4.0.11.nupkg.sha512", "System.Text.Encoding.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -2937,19 +3087,20 @@ "ref/xamarinwatchos10/_._" ] }, - "System.Text.RegularExpressions/4.0.12-rc2-24027": { - "sha512": "Hot88dwmUASuTWne7upZ1yfnXxZ9tGhRJNtlD9+s3QOqSLPy1a8fGlFIaxBVgAk7kKTb/3Eg4j+1QG6TGXDeDQ==", + "System.Text.RegularExpressions/4.1.0": { + "sha512": "i88YCXpRTjCnoSQZtdlHkAOx4KNNik4hMy83n0+Ftlb7jvV6ZiZWMpnEZHhjBp6hQVh8gWd/iKNPzlPF7iyA2g==", "type": "package", "files": [ - "System.Text.RegularExpressions.4.0.12-rc2-24027.nupkg.sha512", + "System.Text.RegularExpressions.4.1.0.nupkg.sha512", "System.Text.RegularExpressions.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", + "lib/net463/System.Text.RegularExpressions.dll", "lib/netcore50/System.Text.RegularExpressions.dll", - "lib/netstandard1.3/System.Text.RegularExpressions.dll", + "lib/netstandard1.6/System.Text.RegularExpressions.dll", "lib/portable-net45+win8+wp8+wpa81/_._", "lib/win8/_._", "lib/wp80/_._", @@ -2961,6 +3112,7 @@ "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net45/_._", + "ref/net463/System.Text.RegularExpressions.dll", "ref/netcore50/System.Text.RegularExpressions.dll", "ref/netcore50/System.Text.RegularExpressions.xml", "ref/netcore50/de/System.Text.RegularExpressions.xml", @@ -2994,6 +3146,17 @@ "ref/netstandard1.3/ru/System.Text.RegularExpressions.xml", "ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml", "ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/System.Text.RegularExpressions.dll", + "ref/netstandard1.6/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml", "ref/portable-net45+win8+wp8+wpa81/_._", "ref/win8/_._", "ref/wp80/_._", @@ -3004,11 +3167,11 @@ "ref/xamarinwatchos10/_._" ] }, - "System.Threading/4.0.11-rc2-24027": { - "sha512": "JdVfUj82+pkIGfpUeb28HdwxoUMR7lTL5LT2iX9gyKtIo4yv2VirGPFVvohdlN9t9My+dIlYb9W4z1YlZV/RIA==", + "System.Threading/4.0.11": { + "sha512": "N+3xqIcg3VDKyjwwCGaZ9HawG9aC6cSDI+s7ROma310GQo8vilFZa86hqKppwTHleR/G0sfOzhvgnUxWCR/DrQ==", "type": "package", "files": [ - "System.Threading.4.0.11-rc2-24027.nupkg.sha512", + "System.Threading.4.0.11.nupkg.sha512", "System.Threading.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -3072,11 +3235,11 @@ "runtimes/aot/lib/netcore50/System.Threading.dll" ] }, - "System.Threading.Tasks/4.0.11-rc2-24027": { - "sha512": "BULvVgPxKNzMgAZpaRHREYhbGFTDbwG84mR61gGcajhLo6nn7XS9E1Lzixiv3gANtT7HROH7h3LeMPMRsEvEPQ==", + "System.Threading.Tasks/4.0.11": { + "sha512": "k1S4Gc6IGwtHGT8188RSeGaX86Qw/wnrgNLshJvsdNUOPP9etMmo8S07c+UlOAx4K/xLuN9ivA1bD0LVurtIxQ==", "type": "package", "files": [ - "System.Threading.Tasks.4.0.11-rc2-24027.nupkg.sha512", + "System.Threading.Tasks.4.0.11.nupkg.sha512", "System.Threading.Tasks.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -3140,17 +3303,16 @@ }, "projectFileDependencyGroups": { "": [ - "Microsoft.EntityFrameworkCore.Relational >= 1.0.0-rc2-final" + "Microsoft.EntityFrameworkCore.Relational >= 1.0.0", + "Microsoft.NETCore.Platforms >= 1.0.1", + "System.Dynamic.Runtime >= 4.0.11", + "System.Reflection.Emit >= 4.0.1" ], ".NETFramework,Version=v4.5.1": [ "System.ComponentModel.DataAnnotations", "System.Runtime" ], - ".NETStandard,Version=v1.3": [ - "Microsoft.NETCore.Platforms >= 1.0.1-*", - "System.Dynamic.Runtime >= 4.0.11-rc2-24027", - "System.Reflection.Emit >= 4.0.1-rc2-24027" - ] + ".NETStandard,Version=v1.3": [] }, "tools": {}, "projectFileToolGroups": {}