diff --git a/src/GenericMvc.Test.Library/project.json b/src/GenericMvc.Test.Library/project.json index 04e1140..5fbe0e5 100644 --- a/src/GenericMvc.Test.Library/project.json +++ b/src/GenericMvc.Test.Library/project.json @@ -9,9 +9,9 @@ "dependencies": { "xunit": "2.1.0", "NETStandard.Library": "1.6.1", - "Microsoft.AspNetCore.TestHost": "1.0.1", - "Microsoft.EntityFrameworkCore.SqlServer": "1.0.2", - "Microsoft.EntityFrameworkCore.InMemory": "1.0.2", + "Microsoft.AspNetCore.TestHost": "1.1.0", + "Microsoft.EntityFrameworkCore.SqlServer": "1.1.0", + "Microsoft.EntityFrameworkCore.InMemory": "1.1.0", "GenFu": "1.2.1", "GenericMvc": { "target": "project" } }, diff --git a/src/GenericMvc.Test.Library/project.lock.json b/src/GenericMvc.Test.Library/project.lock.json index b159f64..8dc59fa 100644 --- a/src/GenericMvc.Test.Library/project.lock.json +++ b/src/GenericMvc.Test.Library/project.lock.json @@ -185,32 +185,31 @@ "lib/netstandard1.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll": {} } }, - "Microsoft.AspNetCore.Hosting/1.0.1": { - "type": "package", - "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.1", - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.0.1", - "Microsoft.AspNetCore.Http": "1.0.1", - "Microsoft.AspNetCore.Http.Extensions": "1.0.1", - "Microsoft.Extensions.Configuration": "1.0.1", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.1", - "Microsoft.Extensions.DependencyInjection": "1.0.1", - "Microsoft.Extensions.FileProviders.Physical": "1.0.1", - "Microsoft.Extensions.Logging": "1.0.1", - "Microsoft.Extensions.Options": "1.0.1", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0", - "System.Console": "4.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Diagnostics.StackTrace": "4.0.1", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Metadata": "1.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0" + "Microsoft.AspNetCore.Hosting/1.1.0": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0", + "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.1.0", + "Microsoft.AspNetCore.Http": "1.1.0", + "Microsoft.AspNetCore.Http.Extensions": "1.1.0", + "Microsoft.Extensions.Configuration": "1.1.0", + "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0", + "Microsoft.Extensions.DependencyInjection": "1.1.0", + "Microsoft.Extensions.FileProviders.Physical": "1.1.0", + "Microsoft.Extensions.Logging": "1.1.0", + "Microsoft.Extensions.Options": "1.1.0", + "Microsoft.Extensions.PlatformAbstractions": "1.1.0", + "NETStandard.Library": "1.6.1", + "System.Diagnostics.DiagnosticSource": "4.3.0", + "System.Diagnostics.StackTrace": "4.3.0", + "System.Reflection.Metadata": "1.4.1", + "System.Runtime.Loader": "4.3.0" }, "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Hosting.dll": {} + "lib/netstandard1.5/Microsoft.AspNetCore.Hosting.dll": {} }, "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Hosting.dll": {} + "lib/netstandard1.5/Microsoft.AspNetCore.Hosting.dll": {} } }, "Microsoft.AspNetCore.Hosting.Abstractions/1.1.0": { @@ -681,12 +680,12 @@ "lib/netstandard1.3/Microsoft.AspNetCore.StaticFiles.dll": {} } }, - "Microsoft.AspNetCore.TestHost/1.0.1": { + "Microsoft.AspNetCore.TestHost/1.1.0": { "type": "package", "dependencies": { - "Microsoft.AspNetCore.Hosting": "1.0.1", - "System.Diagnostics.Contracts": "4.0.1", - "System.Net.Http": "4.1.1" + "Microsoft.AspNetCore.Hosting": "1.1.0", + "NETStandard.Library": "1.6.1", + "System.Diagnostics.Contracts": "4.3.0" }, "compile": { "lib/netstandard1.3/Microsoft.AspNetCore.TestHost.dll": {} @@ -842,10 +841,11 @@ "lib/netstandard1.3/Microsoft.EntityFrameworkCore.dll": {} } }, - "Microsoft.EntityFrameworkCore.InMemory/1.0.2": { + "Microsoft.EntityFrameworkCore.InMemory/1.1.0": { "type": "package", "dependencies": { - "Microsoft.EntityFrameworkCore": "1.0.2" + "Microsoft.EntityFrameworkCore": "1.1.0", + "NETStandard.Library": "1.6.1" }, "compile": { "lib/netstandard1.3/Microsoft.EntityFrameworkCore.InMemory.dll": {} @@ -870,12 +870,13 @@ "lib/netstandard1.3/Microsoft.EntityFrameworkCore.Relational.dll": {} } }, - "Microsoft.EntityFrameworkCore.SqlServer/1.0.2": { + "Microsoft.EntityFrameworkCore.SqlServer/1.1.0": { "type": "package", "dependencies": { - "Microsoft.EntityFrameworkCore.Relational": "1.0.2", - "System.Data.SqlClient": "4.1.0", - "System.Threading.Thread": "4.0.0" + "Microsoft.EntityFrameworkCore.Relational": "1.1.0", + "NETStandard.Library": "1.6.1", + "System.Data.SqlClient": "4.3.0", + "System.Threading.Thread": "4.3.0" }, "compile": { "lib/netstandard1.3/Microsoft.EntityFrameworkCore.SqlServer.dll": {} @@ -912,17 +913,11 @@ "lib/netstandard1.3/Microsoft.Extensions.Caching.Memory.dll": {} } }, - "Microsoft.Extensions.Configuration/1.0.1": { + "Microsoft.Extensions.Configuration/1.1.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Threading": "4.0.11" + "Microsoft.Extensions.Configuration.Abstractions": "1.1.0", + "NETStandard.Library": "1.6.1" }, "compile": { "lib/netstandard1.1/Microsoft.Extensions.Configuration.dll": {} @@ -944,10 +939,11 @@ "lib/netstandard1.0/Microsoft.Extensions.Configuration.Abstractions.dll": {} } }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/1.0.1": { + "Microsoft.Extensions.Configuration.EnvironmentVariables/1.1.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.1" + "Microsoft.Extensions.Configuration": "1.1.0", + "NETStandard.Library": "1.6.1" }, "compile": { "lib/netstandard1.3/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} @@ -1454,11 +1450,11 @@ "lib/netstandard1.0/_._": {} } }, - "runtime.native.System.Data.SqlClient.sni/4.0.0": { + "runtime.native.System.Data.SqlClient.sni/4.3.0": { "type": "package", "dependencies": { - "runtime.win7-x64.runtime.native.System.Data.SqlClient.sni": "4.0.1", - "runtime.win7-x86.runtime.native.System.Data.SqlClient.sni": "4.0.1" + "runtime.win7-x64.runtime.native.System.Data.SqlClient.sni": "4.3.0", + "runtime.win7-x86.runtime.native.System.Data.SqlClient.sni": "4.3.0" } }, "runtime.native.System.IO.Compression/4.3.0": { @@ -1487,24 +1483,11 @@ "lib/netstandard1.0/_._": {} } }, - "runtime.native.System.Net.Security/4.0.1": { + "runtime.native.System.Net.Security/4.3.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "runtime.native.System.Security.Cryptography/4.0.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" }, "compile": { "lib/netstandard1.0/_._": {} @@ -1618,7 +1601,7 @@ } } }, - "runtime.win7-x64.runtime.native.System.Data.SqlClient.sni/4.0.1": { + "runtime.win7-x64.runtime.native.System.Data.SqlClient.sni/4.3.0": { "type": "package", "runtimeTargets": { "runtimes/win7-x64/native/sni.dll": { @@ -1627,7 +1610,7 @@ } } }, - "runtime.win7-x86.runtime.native.System.Data.SqlClient.sni/4.0.1": { + "runtime.win7-x86.runtime.native.System.Data.SqlClient.sni/4.3.0": { "type": "package", "runtimeTargets": { "runtimes/win7-x86/native/sni.dll": { @@ -1859,46 +1842,46 @@ "lib/netstandard1.2/System.Data.Common.dll": {} } }, - "System.Data.SqlClient/4.1.0": { + "System.Data.SqlClient/4.3.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.Win32.Primitives": "4.0.1", - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Data.Common": "4.1.0", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.IO.Pipes": "4.0.0", - "System.Linq": "4.1.0", - "System.Net.NameResolution": "4.0.0", - "System.Net.Primitives": "4.0.11", - "System.Net.Security": "4.0.0", - "System.Net.Sockets": "4.1.0", - "System.Reflection": "4.1.0", - "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.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Security.Principal": "4.0.1", - "System.Security.Principal.Windows": "4.0.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.CodePages": "4.0.1", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Text.RegularExpressions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Thread": "4.0.0", - "System.Threading.ThreadPool": "4.0.10", - "System.Threading.Timer": "4.0.1", - "System.Xml.ReaderWriter": "4.0.11", - "runtime.native.System.Data.SqlClient.sni": "4.0.0" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.Win32.Primitives": "4.3.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Data.Common": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Pipes": "4.3.0", + "System.Linq": "4.3.0", + "System.Net.NameResolution": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Net.Security": "4.3.0", + "System.Net.Sockets": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Security.Principal": "4.3.0", + "System.Security.Principal.Windows": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.CodePages": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Thread": "4.3.0", + "System.Threading.ThreadPool": "4.3.0", + "System.Threading.Timer": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0", + "runtime.native.System.Data.SqlClient.sni": "4.3.0" }, "compile": { "ref/netstandard1.3/System.Data.SqlClient.dll": {} @@ -1983,15 +1966,13 @@ } } }, - "System.Diagnostics.StackTrace/4.0.1": { + "System.Diagnostics.StackTrace/4.3.0": { "type": "package", "dependencies": { - "System.Collections.Immutable": "1.2.0", - "System.IO.FileSystem": "4.0.1", - "System.Reflection": "4.1.0", - "System.Reflection.Metadata": "1.3.0", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0" + "System.IO.FileSystem": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Metadata": "1.4.1", + "System.Runtime": "4.3.0" }, "compile": { "ref/netstandard1.3/System.Diagnostics.StackTrace.dll": {} @@ -2260,27 +2241,28 @@ } } }, - "System.IO.Pipes/4.0.0": { + "System.IO.Pipes/4.3.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Diagnostics.Debug": "4.0.11", - "System.IO": "4.1.0", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Net.Primitives": "4.0.11", - "System.Net.Sockets": "4.1.0", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Principal": "4.0.1", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Overlapped": "4.0.1", - "System.Threading.Tasks": "4.0.11", - "runtime.native.System": "4.0.0" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Buffers": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Net.Sockets": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Principal": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System": "4.3.0" }, "compile": { "ref/netstandard1.3/_._": {} @@ -2406,23 +2388,23 @@ } } }, - "System.Net.NameResolution/4.0.0": { + "System.Net.NameResolution/4.3.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.Net.Primitives": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Principal.Windows": "4.0.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "runtime.native.System": "4.0.0" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Principal.Windows": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System": "4.3.0" }, "compile": { "ref/netstandard1.3/_._": {} @@ -2453,37 +2435,37 @@ "lib/portable-net45+win8+wp8+wpa81/_._": {} } }, - "System.Net.Security/4.0.0": { + "System.Net.Security/4.3.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.Win32.Primitives": "4.0.1", - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.Globalization.Extensions": "4.0.1", - "System.IO": "4.1.0", - "System.Net.Primitives": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Claims": "4.0.1", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.OpenSsl": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Security.Principal": "4.0.1", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.ThreadPool": "4.0.10", - "runtime.native.System": "4.0.0", - "runtime.native.System.Net.Security": "4.0.1", - "runtime.native.System.Security.Cryptography": "4.0.0" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.Win32.Primitives": "4.3.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Extensions": "4.3.0", + "System.IO": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Claims": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.OpenSsl": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Security.Principal": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.ThreadPool": "4.3.0", + "runtime.native.System": "4.3.0", + "runtime.native.System.Net.Security": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { "ref/netstandard1.3/_._": {} @@ -2678,24 +2660,25 @@ "lib/portable-net45+win8+wp8+wpa81/_._": {} } }, - "System.Reflection.Metadata/1.3.0": { + "System.Reflection.Metadata/1.4.1": { "type": "package", "dependencies": { - "System.Collections": "4.0.11", - "System.Collections.Immutable": "1.2.0", - "System.Diagnostics.Debug": "4.0.11", - "System.IO": "4.1.0", - "System.Linq": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Threading": "4.0.11" + "System.Collections": "4.3.0", + "System.Collections.Immutable": "1.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.Linq": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { "lib/netstandard1.1/System.Reflection.Metadata.dll": {} @@ -3205,21 +3188,21 @@ "lib/portable-net45+win8+wp8+wpa81/_._": {} } }, - "System.Text.Encoding.CodePages/4.0.1": { + "System.Text.Encoding.CodePages/4.3.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { "ref/netstandard1.3/_._": {} @@ -3379,11 +3362,11 @@ "lib/netstandard1.3/System.Threading.Thread.dll": {} } }, - "System.Threading.ThreadPool/4.0.10": { + "System.Threading.ThreadPool/4.3.0": { "type": "package", "dependencies": { - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1" + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" }, "compile": { "ref/netstandard1.3/_._": {} @@ -3821,17 +3804,19 @@ "lib/netstandard1.0/Microsoft.AspNetCore.Diagnostics.Abstractions.xml" ] }, - "Microsoft.AspNetCore.Hosting/1.0.1": { - "sha512": "3UjJET8rxukeYj3KdExMdGyaDobCQqSpVdnAm48x7OZidznKLIClzkkSno1IiHhrSlQ79lLsLPlRNThw8V35Wg==", + "Microsoft.AspNetCore.Hosting/1.1.0": { + "sha512": "yNiCwtCi1mYfTjLyHWQt4A3QRd84ok8XxuTP4wSnr6aT3bIzI7upstGe7diaEDirmku10qnISC/8CsMTG4xd4w==", "type": "package", - "path": "Microsoft.AspNetCore.Hosting/1.0.1", + "path": "Microsoft.AspNetCore.Hosting/1.1.0", "files": [ - "Microsoft.AspNetCore.Hosting.1.0.1.nupkg.sha512", + "Microsoft.AspNetCore.Hosting.1.1.0.nupkg.sha512", "Microsoft.AspNetCore.Hosting.nuspec", "lib/net451/Microsoft.AspNetCore.Hosting.dll", "lib/net451/Microsoft.AspNetCore.Hosting.xml", "lib/netstandard1.3/Microsoft.AspNetCore.Hosting.dll", - "lib/netstandard1.3/Microsoft.AspNetCore.Hosting.xml" + "lib/netstandard1.3/Microsoft.AspNetCore.Hosting.xml", + "lib/netstandard1.5/Microsoft.AspNetCore.Hosting.dll", + "lib/netstandard1.5/Microsoft.AspNetCore.Hosting.xml" ] }, "Microsoft.AspNetCore.Hosting.Abstractions/1.1.0": { @@ -4209,12 +4194,12 @@ "lib/netstandard1.3/Microsoft.AspNetCore.StaticFiles.xml" ] }, - "Microsoft.AspNetCore.TestHost/1.0.1": { - "sha512": "ah57WZXG4QysLZcM83rQoipJrocIXhyKVxjVu+kE4BJiZQftU13FZDOd/0feh3pPLBUE4ecLBHvhaFLAabGcKQ==", + "Microsoft.AspNetCore.TestHost/1.1.0": { + "sha512": "0q+jjIMwgs3hcZWI95Y3YUfL4P/MZYltC59vGQbO78ozwthNvanDBBCvaM/awJ8PVL4CWiSmo8BOgL0HskE57A==", "type": "package", - "path": "Microsoft.AspNetCore.TestHost/1.0.1", + "path": "Microsoft.AspNetCore.TestHost/1.1.0", "files": [ - "Microsoft.AspNetCore.TestHost.1.0.1.nupkg.sha512", + "Microsoft.AspNetCore.TestHost.1.1.0.nupkg.sha512", "Microsoft.AspNetCore.TestHost.nuspec", "lib/net451/Microsoft.AspNetCore.TestHost.dll", "lib/net451/Microsoft.AspNetCore.TestHost.xml", @@ -4364,12 +4349,12 @@ "lib/netstandard1.3/Microsoft.EntityFrameworkCore.xml" ] }, - "Microsoft.EntityFrameworkCore.InMemory/1.0.2": { - "sha512": "bkbvsCQm1X0J1eRhBvdc4I6peyzm5TP6wlPBYsjJKypZZCWWGIY3pwaftrpUhSJkoMW1FiUEYDT5SND9QqQlYw==", + "Microsoft.EntityFrameworkCore.InMemory/1.1.0": { + "sha512": "b7rNBaQ2DhJkcElVxC1bwQNO21zD9K16YaNOjdH+TBWf7xkN8TPYbCPU1hL3IlnrBz3p5XKZSoDs9W1T64oALQ==", "type": "package", - "path": "Microsoft.EntityFrameworkCore.InMemory/1.0.2", + "path": "Microsoft.EntityFrameworkCore.InMemory/1.1.0", "files": [ - "Microsoft.EntityFrameworkCore.InMemory.1.0.2.nupkg.sha512", + "Microsoft.EntityFrameworkCore.InMemory.1.1.0.nupkg.sha512", "Microsoft.EntityFrameworkCore.InMemory.nuspec", "lib/net451/Microsoft.EntityFrameworkCore.InMemory.dll", "lib/net451/Microsoft.EntityFrameworkCore.InMemory.xml", @@ -4390,12 +4375,12 @@ "lib/netstandard1.3/Microsoft.EntityFrameworkCore.Relational.xml" ] }, - "Microsoft.EntityFrameworkCore.SqlServer/1.0.2": { - "sha512": "QpbVSUxlbvvSib0VwvGtbqLIeJtqkYfVFmyFWRk2tFSiiWiILsTyi7JLVcneOovEVmUKBMkYYQs1vNg7j174WQ==", + "Microsoft.EntityFrameworkCore.SqlServer/1.1.0": { + "sha512": "3Cg6izj0vvFBG4qenxeUMmFvhdW6bUBH9OqqK1s+f7IvEpgRuxz5vb1e5H15PodzxUziXOLG6je69JMC0Axuig==", "type": "package", - "path": "Microsoft.EntityFrameworkCore.SqlServer/1.0.2", + "path": "Microsoft.EntityFrameworkCore.SqlServer/1.1.0", "files": [ - "Microsoft.EntityFrameworkCore.SqlServer.1.0.2.nupkg.sha512", + "Microsoft.EntityFrameworkCore.SqlServer.1.1.0.nupkg.sha512", "Microsoft.EntityFrameworkCore.SqlServer.nuspec", "lib/net451/Microsoft.EntityFrameworkCore.SqlServer.dll", "lib/net451/Microsoft.EntityFrameworkCore.SqlServer.xml", @@ -4427,12 +4412,12 @@ "lib/netstandard1.3/Microsoft.Extensions.Caching.Memory.xml" ] }, - "Microsoft.Extensions.Configuration/1.0.1": { - "sha512": "OPWuG1J9E2ebfqPs62X1yhdetFtL1/DLLXayjh0vjVTZi7iB3W4oRT+YnnNew7ff8Rpoy5c9cJ11ani+7wE2Zg==", + "Microsoft.Extensions.Configuration/1.1.0": { + "sha512": "iqp8UepCsS902j0kPO/d7hrd9PSyK7l84UFlpqdV8QY+/pMUY5k8wlAIuN6mWdW97HI8a8BJyvjhJbJps2GwZw==", "type": "package", - "path": "Microsoft.Extensions.Configuration/1.0.1", + "path": "Microsoft.Extensions.Configuration/1.1.0", "files": [ - "Microsoft.Extensions.Configuration.1.0.1.nupkg.sha512", + "Microsoft.Extensions.Configuration.1.1.0.nupkg.sha512", "Microsoft.Extensions.Configuration.nuspec", "lib/netstandard1.1/Microsoft.Extensions.Configuration.dll", "lib/netstandard1.1/Microsoft.Extensions.Configuration.xml" @@ -4449,12 +4434,12 @@ "lib/netstandard1.0/Microsoft.Extensions.Configuration.Abstractions.xml" ] }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/1.0.1": { - "sha512": "A2vX7CruTBfpWbKl+egMxwnWmcUUqG8FzLbor+RLYFDNLK3J8DUKQDqwwkYyEY40pknrqYeEXEILAHFaFmn6nQ==", + "Microsoft.Extensions.Configuration.EnvironmentVariables/1.1.0": { + "sha512": "7AWmPQoX4Kx0Kf4VAig5yKbCziHjO6F2povXeToOaWuZnKahi5qXCG7wrWtATFrheOQLfkrqxxLyarTP3J1mnA==", "type": "package", - "path": "Microsoft.Extensions.Configuration.EnvironmentVariables/1.0.1", + "path": "Microsoft.Extensions.Configuration.EnvironmentVariables/1.1.0", "files": [ - "Microsoft.Extensions.Configuration.EnvironmentVariables.1.0.1.nupkg.sha512", + "Microsoft.Extensions.Configuration.EnvironmentVariables.1.1.0.nupkg.sha512", "Microsoft.Extensions.Configuration.EnvironmentVariables.nuspec", "lib/net451/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", "lib/net451/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", @@ -4912,14 +4897,14 @@ "runtime.native.System.nuspec" ] }, - "runtime.native.System.Data.SqlClient.sni/4.0.0": { - "sha512": "DcMVtYwugo1LOc9MVchInxlLNoFe/+21MsEQU9yIZX561chzxDlFDWowWF+Kc262PyD3eLkDab1JyJrs73Qtkg==", + "runtime.native.System.Data.SqlClient.sni/4.3.0": { + "sha512": "rX1bLxiHjj+ivd4bL9RwCvKM7agWHceLrAFsPQryTX0ZZ1J7x6vSz779YgMih0S4yD/GTvr7+dajBVutzJVvBg==", "type": "package", - "path": "runtime.native.System.Data.SqlClient.sni/4.0.0", + "path": "runtime.native.System.Data.SqlClient.sni/4.3.0", "files": [ "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "runtime.native.System.Data.SqlClient.sni.4.0.0.nupkg.sha512", + "runtime.native.System.Data.SqlClient.sni.4.3.0.nupkg.sha512", "runtime.native.System.Data.SqlClient.sni.nuspec" ] }, @@ -4947,30 +4932,18 @@ "runtime.native.System.Net.Http.nuspec" ] }, - "runtime.native.System.Net.Security/4.0.1": { - "sha512": "UxaxmpoReAQo8eXH0FdWsf4bpOopJQz4I0z35IvxuTzcD4OLFbjAndcY+Y9c834vukL+yMItClcRE3bpVmJVAA==", + "runtime.native.System.Net.Security/4.3.0": { + "sha512": "M2nN92ePS8BgQ2oi6Jj3PlTUzadYSIWLdZrHY1n1ZcW9o4wAQQ6W+aQ2lfq1ysZQfVCgDwY58alUdowrzezztg==", "type": "package", - "path": "runtime.native.System.Net.Security/4.0.1", + "path": "runtime.native.System.Net.Security/4.3.0", "files": [ "ThirdPartyNotices.txt", "dotnet_library_license.txt", "lib/netstandard1.0/_._", - "runtime.native.System.Net.Security.4.0.1.nupkg.sha512", + "runtime.native.System.Net.Security.4.3.0.nupkg.sha512", "runtime.native.System.Net.Security.nuspec" ] }, - "runtime.native.System.Security.Cryptography/4.0.0": { - "sha512": "2CQK0jmO6Eu7ZeMgD+LOFbNJSXHFVQbCJJkEyEwowh1SCgYnrn9W9RykMfpeeVGw7h4IBvYikzpGUlmZTUafJw==", - "type": "package", - "path": "runtime.native.System.Security.Cryptography/4.0.0", - "files": [ - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "runtime.native.System.Security.Cryptography.4.0.0.nupkg.sha512", - "runtime.native.System.Security.Cryptography.nuspec" - ] - }, "runtime.native.System.Security.Cryptography.Apple/4.3.0": { "sha512": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", "type": "package", @@ -5091,26 +5064,28 @@ "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so" ] }, - "runtime.win7-x64.runtime.native.System.Data.SqlClient.sni/4.0.1": { - "sha512": "My20HZqJbDS4rWmdOcJ3TPf9iX6M/sTF2nBSUHBvfWp1iNip3eMS+K65oQgsLRxX6h21ic3YED06c2ye2sL7FQ==", + "runtime.win7-x64.runtime.native.System.Data.SqlClient.sni/4.3.0": { + "sha512": "j42JRgYOMi6B86attv8F3eDBISh+kzoKxLsu0zaq1ioY+je64chWd8fybvk9yPzayO3Dh1czhmf5B7rbafLRQA==", "type": "package", - "path": "runtime.win7-x64.runtime.native.System.Data.SqlClient.sni/4.0.1", + "path": "runtime.win7-x64.runtime.native.System.Data.SqlClient.sni/4.3.0", "files": [ + "OpenCoreFxSyncInfo.txt", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "runtime.win7-x64.runtime.native.System.Data.SqlClient.sni.4.0.1.nupkg.sha512", + "runtime.win7-x64.runtime.native.System.Data.SqlClient.sni.4.3.0.nupkg.sha512", "runtime.win7-x64.runtime.native.System.Data.SqlClient.sni.nuspec", "runtimes/win7-x64/native/sni.dll" ] }, - "runtime.win7-x86.runtime.native.System.Data.SqlClient.sni/4.0.1": { - "sha512": "ykiYCf/0hIc0xm+g6bVX8nw9St5Ool+r4US+B+56Lv/GFnDG5G9BK4n7WkrwEpuWV3XjMn38oHgHOnNMzBVNKA==", + "runtime.win7-x86.runtime.native.System.Data.SqlClient.sni/4.3.0": { + "sha512": "4cXRTIcttvIreAoqK/5hzTtzepeggac+m5A0rzH+9zLtnFh2J0rLuGeJR4KjNLyKqPzO0kjqrs5lkRJEKX8HAA==", "type": "package", - "path": "runtime.win7-x86.runtime.native.System.Data.SqlClient.sni/4.0.1", + "path": "runtime.win7-x86.runtime.native.System.Data.SqlClient.sni/4.3.0", "files": [ + "OpenCoreFxSyncInfo.txt", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "runtime.win7-x86.runtime.native.System.Data.SqlClient.sni.4.0.1.nupkg.sha512", + "runtime.win7-x86.runtime.native.System.Data.SqlClient.sni.4.3.0.nupkg.sha512", "runtime.win7-x86.runtime.native.System.Data.SqlClient.sni.nuspec", "runtimes/win7-x86/native/sni.dll" ] @@ -5709,12 +5684,12 @@ "ref/xamarinwatchos10/_._" ] }, - "System.Data.SqlClient/4.1.0": { - "sha512": "yqMZgzzKHdG84QmA/PPZUORaoisfvztvFqyPs7dPafJhNxlS7STf9OMCFrP/tITQCqImkm1+X4d2oiWOT2oTKg==", + "System.Data.SqlClient/4.3.0": { + "sha512": "XmWg+/uUcME++m/vsRzxq1fo0GvlYzFfZM5fCqIIDT+O7AwDdpfd1LkRXmcxeTJQTCgx5AN3Y3t5qSz5XxQLVw==", "type": "package", - "path": "System.Data.SqlClient/4.1.0", + "path": "System.Data.SqlClient/4.3.0", "files": [ - "System.Data.SqlClient.4.1.0.nupkg.sha512", + "System.Data.SqlClient.4.3.0.nupkg.sha512", "System.Data.SqlClient.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -5945,12 +5920,12 @@ "runtimes/win/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll" ] }, - "System.Diagnostics.StackTrace/4.0.1": { - "sha512": "aJaZPE0xBr5hzGAlTO03ZYtK6LppeEhX9xNaclWp+yl/2dmEKefc1gFfAsfwsEqiEsSxWvO5zTFK08uSQGJotQ==", + "System.Diagnostics.StackTrace/4.3.0": { + "sha512": "BiHg0vgtd35/DM9jvtaC1eKRpWZxr0gcQd643ABG7GnvSlf5pOkY2uyd42mMOJoOmKvnpNj0F4tuoS1pacTwYw==", "type": "package", - "path": "System.Diagnostics.StackTrace/4.0.1", + "path": "System.Diagnostics.StackTrace/4.3.0", "files": [ - "System.Diagnostics.StackTrace.4.0.1.nupkg.sha512", + "System.Diagnostics.StackTrace.4.3.0.nupkg.sha512", "System.Diagnostics.StackTrace.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -6647,12 +6622,12 @@ "runtimes/win7/lib/netcore50/_._" ] }, - "System.IO.Pipes/4.0.0": { - "sha512": "L9QVhk8hIEix5KNA0kW58Ha+Y1dNGqqqIhAaJkhcGCWeQzUmN0njzI7SG/XAazpMecboOdFFlH3pH/qbwXLJAg==", + "System.IO.Pipes/4.3.0": { + "sha512": "wpGJuACA6r8+KRckXoI6ghGTwgPRiICI6T7kgHI/m7S5eMqV/8jH37fzAUhTwIe9RwlH/j1sWwm2Q2zyXwZGHw==", "type": "package", - "path": "System.IO.Pipes/4.0.0", + "path": "System.IO.Pipes/4.3.0", "files": [ - "System.IO.Pipes.4.0.0.nupkg.sha512", + "System.IO.Pipes.4.3.0.nupkg.sha512", "System.IO.Pipes.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -6964,12 +6939,12 @@ "runtimes/win/lib/netstandard1.3/System.Net.Http.dll" ] }, - "System.Net.NameResolution/4.0.0": { - "sha512": "JdqRdM1Qym3YehqdKIi5LHrpypP4JMfxKQSNCJ2z4WawkG0il+N3XfNeJOxll2XrTnG7WgYYPoeiu/KOwg0DQw==", + "System.Net.NameResolution/4.3.0": { + "sha512": "AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==", "type": "package", - "path": "System.Net.NameResolution/4.0.0", + "path": "System.Net.NameResolution/4.3.0", "files": [ - "System.Net.NameResolution.4.0.0.nupkg.sha512", + "System.Net.NameResolution.4.3.0.nupkg.sha512", "System.Net.NameResolution.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -7081,12 +7056,12 @@ "ref/xamarinwatchos10/_._" ] }, - "System.Net.Security/4.0.0": { - "sha512": "OdA7BsSeTufWL/pwGSKv89qDi3lGNSRt/iu02jj25J3VhzY90dh2sHvcnxCOUhTQzdFpGUZ3E+rkGCN5yBB/6g==", + "System.Net.Security/4.3.0": { + "sha512": "IgJKNfALqw7JRWp5LMQ5SWHNKvXVz094U6wNE3c1i8bOkMQvgBL+MMQuNt3xl9Qg9iWpj3lFxPZEY6XHmROjMQ==", "type": "package", - "path": "System.Net.Security/4.0.0", + "path": "System.Net.Security/4.3.0", "files": [ - "System.Net.Security.4.0.0.nupkg.sha512", + "System.Net.Security.4.3.0.nupkg.sha512", "System.Net.Security.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -7609,12 +7584,12 @@ "ref/xamarinwatchos10/_._" ] }, - "System.Reflection.Metadata/1.3.0": { - "sha512": "jMSCxA4LSyKBGRDm/WtfkO03FkcgRzHxwvQRib1bm2GZ8ifKM1MX1al6breGCEQK280mdl9uQS7JNPXRYk90jw==", + "System.Reflection.Metadata/1.4.1": { + "sha512": "tc2ZyJgweHCLci5oQGuhQn9TD0Ii9DReXkHtZm3aAGp8xe40rpRjiTbMXOtZU+fr0BOQ46goE9+qIqRGjR9wGg==", "type": "package", - "path": "System.Reflection.Metadata/1.3.0", + "path": "System.Reflection.Metadata/1.4.1", "files": [ - "System.Reflection.Metadata.1.3.0.nupkg.sha512", + "System.Reflection.Metadata.1.4.1.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -8759,12 +8734,12 @@ "ref/xamarinwatchos10/_._" ] }, - "System.Text.Encoding.CodePages/4.0.1": { - "sha512": "h4z6rrA/hxWf4655D18IIZ0eaLRa3tQC/j+e26W+VinIHY0l07iEXaAvO0YSYq3MvCjMYy8Zs5AdC1sxNQOB7Q==", + "System.Text.Encoding.CodePages/4.3.0": { + "sha512": "IRiEFUa5b/Gs5Egg8oqBVoywhtOeaO2KOx3j0RfcYY/raxqBuEK7NXRDgOwtYM8qbi+7S4RPXUbNt+ZxyY0/NQ==", "type": "package", - "path": "System.Text.Encoding.CodePages/4.0.1", + "path": "System.Text.Encoding.CodePages/4.3.0", "files": [ - "System.Text.Encoding.CodePages.4.0.1.nupkg.sha512", + "System.Text.Encoding.CodePages.4.3.0.nupkg.sha512", "System.Text.Encoding.CodePages.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -9228,12 +9203,12 @@ "ref/xamarinwatchos10/_._" ] }, - "System.Threading.ThreadPool/4.0.10": { - "sha512": "nDhwGOvFMDv2RxY7njny+H+JyzDgxiXe7C7DB3/1TnhHbBUzd8XUfXX3wvK30ftWaOnbzjvzMOvsgbxq3uADKw==", + "System.Threading.ThreadPool/4.3.0": { + "sha512": "k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==", "type": "package", - "path": "System.Threading.ThreadPool/4.0.10", + "path": "System.Threading.ThreadPool/4.3.0", "files": [ - "System.Threading.ThreadPool.4.0.10.nupkg.sha512", + "System.Threading.ThreadPool.4.3.0.nupkg.sha512", "System.Threading.ThreadPool.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -9763,9 +9738,9 @@ "": [ "GenFu >= 1.2.1", "GenericMvc", - "Microsoft.AspNetCore.TestHost >= 1.0.1", - "Microsoft.EntityFrameworkCore.InMemory >= 1.0.2", - "Microsoft.EntityFrameworkCore.SqlServer >= 1.0.2", + "Microsoft.AspNetCore.TestHost >= 1.1.0", + "Microsoft.EntityFrameworkCore.InMemory >= 1.1.0", + "Microsoft.EntityFrameworkCore.SqlServer >= 1.1.0", "NETStandard.Library >= 1.6.1", "xunit >= 2.1.0" ], diff --git a/test/GenericMvc.Tests/project.json b/test/GenericMvc.Tests/project.json index 6d1c41d..7199762 100644 --- a/test/GenericMvc.Tests/project.json +++ b/test/GenericMvc.Tests/project.json @@ -11,8 +11,8 @@ "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-rc2-build10025", "NETStandard.Library": "1.6.1", - "Microsoft.EntityFrameworkCore.SqlServer": "1.0.2", - "Microsoft.EntityFrameworkCore.InMemory": "1.0.2", + "Microsoft.EntityFrameworkCore.SqlServer": "1.1.0", + "Microsoft.EntityFrameworkCore.InMemory": "1.1.0", "GenFu": "1.2.1", "Microsoft.DotNet.InternalAbstractions": "1.*", "GenericMvc": { "target": "project" }, @@ -24,7 +24,7 @@ "dependencies": { "Microsoft.NETCore.App": { "type": "platform", - "version": "1.0.0" + "version": "1.1.0" } }, "imports": [ diff --git a/test/GenericMvc.Tests/project.lock.json b/test/GenericMvc.Tests/project.lock.json index b8ab3c3..7d17572 100644 --- a/test/GenericMvc.Tests/project.lock.json +++ b/test/GenericMvc.Tests/project.lock.json @@ -47,7 +47,7 @@ "lib/netstandard1.3/GenFu.dll": {} } }, - "Libuv/1.9.0": { + "Libuv/1.9.1": { "type": "package", "dependencies": { "Microsoft.NETCore.Platforms": "1.0.1" @@ -239,32 +239,31 @@ "lib/netstandard1.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll": {} } }, - "Microsoft.AspNetCore.Hosting/1.0.1": { + "Microsoft.AspNetCore.Hosting/1.1.0": { "type": "package", "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.1", - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.0.1", - "Microsoft.AspNetCore.Http": "1.0.1", - "Microsoft.AspNetCore.Http.Extensions": "1.0.1", - "Microsoft.Extensions.Configuration": "1.0.1", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.1", - "Microsoft.Extensions.DependencyInjection": "1.0.1", - "Microsoft.Extensions.FileProviders.Physical": "1.0.1", - "Microsoft.Extensions.Logging": "1.0.1", - "Microsoft.Extensions.Options": "1.0.1", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0", - "System.Console": "4.0.0", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Diagnostics.StackTrace": "4.0.1", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Metadata": "1.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0" + "Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0", + "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.1.0", + "Microsoft.AspNetCore.Http": "1.1.0", + "Microsoft.AspNetCore.Http.Extensions": "1.1.0", + "Microsoft.Extensions.Configuration": "1.1.0", + "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0", + "Microsoft.Extensions.DependencyInjection": "1.1.0", + "Microsoft.Extensions.FileProviders.Physical": "1.1.0", + "Microsoft.Extensions.Logging": "1.1.0", + "Microsoft.Extensions.Options": "1.1.0", + "Microsoft.Extensions.PlatformAbstractions": "1.1.0", + "NETStandard.Library": "1.6.1", + "System.Diagnostics.DiagnosticSource": "4.3.0", + "System.Diagnostics.StackTrace": "4.3.0", + "System.Reflection.Metadata": "1.4.1", + "System.Runtime.Loader": "4.3.0" }, "compile": { - "lib/netstandard1.3/Microsoft.AspNetCore.Hosting.dll": {} + "lib/netstandard1.5/Microsoft.AspNetCore.Hosting.dll": {} }, "runtime": { - "lib/netstandard1.3/Microsoft.AspNetCore.Hosting.dll": {} + "lib/netstandard1.5/Microsoft.AspNetCore.Hosting.dll": {} } }, "Microsoft.AspNetCore.Hosting.Abstractions/1.1.0": { @@ -735,12 +734,12 @@ "lib/netstandard1.3/Microsoft.AspNetCore.StaticFiles.dll": {} } }, - "Microsoft.AspNetCore.TestHost/1.0.1": { + "Microsoft.AspNetCore.TestHost/1.1.0": { "type": "package", "dependencies": { - "Microsoft.AspNetCore.Hosting": "1.0.1", - "System.Diagnostics.Contracts": "4.0.1", - "System.Net.Http": "4.1.1" + "Microsoft.AspNetCore.Hosting": "1.1.0", + "NETStandard.Library": "1.6.1", + "System.Diagnostics.Contracts": "4.3.0" }, "compile": { "lib/netstandard1.3/Microsoft.AspNetCore.TestHost.dll": {} @@ -988,10 +987,11 @@ "lib/netstandard1.3/Microsoft.EntityFrameworkCore.dll": {} } }, - "Microsoft.EntityFrameworkCore.InMemory/1.0.2": { + "Microsoft.EntityFrameworkCore.InMemory/1.1.0": { "type": "package", "dependencies": { - "Microsoft.EntityFrameworkCore": "1.0.2" + "Microsoft.EntityFrameworkCore": "1.1.0", + "NETStandard.Library": "1.6.1" }, "compile": { "lib/netstandard1.3/Microsoft.EntityFrameworkCore.InMemory.dll": {} @@ -1016,12 +1016,13 @@ "lib/netstandard1.3/Microsoft.EntityFrameworkCore.Relational.dll": {} } }, - "Microsoft.EntityFrameworkCore.SqlServer/1.0.2": { + "Microsoft.EntityFrameworkCore.SqlServer/1.1.0": { "type": "package", "dependencies": { - "Microsoft.EntityFrameworkCore.Relational": "1.0.2", - "System.Data.SqlClient": "4.1.0", - "System.Threading.Thread": "4.0.0" + "Microsoft.EntityFrameworkCore.Relational": "1.1.0", + "NETStandard.Library": "1.6.1", + "System.Data.SqlClient": "4.3.0", + "System.Threading.Thread": "4.3.0" }, "compile": { "lib/netstandard1.3/Microsoft.EntityFrameworkCore.SqlServer.dll": {} @@ -1058,17 +1059,11 @@ "lib/netstandard1.3/Microsoft.Extensions.Caching.Memory.dll": {} } }, - "Microsoft.Extensions.Configuration/1.0.1": { + "Microsoft.Extensions.Configuration/1.1.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "1.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Threading": "4.0.11" + "Microsoft.Extensions.Configuration.Abstractions": "1.1.0", + "NETStandard.Library": "1.6.1" }, "compile": { "lib/netstandard1.1/Microsoft.Extensions.Configuration.dll": {} @@ -1090,10 +1085,11 @@ "lib/netstandard1.0/Microsoft.Extensions.Configuration.Abstractions.dll": {} } }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/1.0.1": { + "Microsoft.Extensions.Configuration.EnvironmentVariables/1.1.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "1.0.1" + "Microsoft.Extensions.Configuration": "1.1.0", + "NETStandard.Library": "1.6.1" }, "compile": { "lib/netstandard1.3/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} @@ -1405,15 +1401,15 @@ "lib/netstandard1.1/Microsoft.Net.Http.Headers.dll": {} } }, - "Microsoft.NETCore.App/1.0.0": { + "Microsoft.NETCore.App/1.1.0": { "type": "package", "dependencies": { - "Libuv": "1.9.0", + "Libuv": "1.9.1", "Microsoft.CSharp": "4.0.1", "Microsoft.CodeAnalysis.CSharp": "1.3.0", "Microsoft.CodeAnalysis.VisualBasic": "1.3.0", "Microsoft.NETCore.DotNetHostPolicy": "1.0.1", - "Microsoft.NETCore.Runtime.CoreCLR": "1.0.2", + "Microsoft.NETCore.Runtime.CoreCLR": "1.0.4", "Microsoft.VisualBasic": "10.0.1", "NETStandard.Library": "1.6.0", "System.Buffers": "4.0.0", @@ -1472,7 +1468,7 @@ "Microsoft.NETCore.DotNetHost": "1.0.1" } }, - "Microsoft.NETCore.Jit/1.0.2": { + "Microsoft.NETCore.Jit/1.0.4": { "type": "package" }, "Microsoft.NETCore.Platforms/1.1.0": { @@ -1484,10 +1480,10 @@ "lib/netstandard1.0/_._": {} } }, - "Microsoft.NETCore.Runtime.CoreCLR/1.0.2": { + "Microsoft.NETCore.Runtime.CoreCLR/1.0.4": { "type": "package", "dependencies": { - "Microsoft.NETCore.Jit": "1.0.2", + "Microsoft.NETCore.Jit": "1.0.4", "Microsoft.NETCore.Windows.ApiSets": "1.0.1" } }, @@ -1823,11 +1819,11 @@ "lib/netstandard1.0/_._": {} } }, - "runtime.native.System.Data.SqlClient.sni/4.0.0": { + "runtime.native.System.Data.SqlClient.sni/4.3.0": { "type": "package", "dependencies": { - "runtime.win7-x64.runtime.native.System.Data.SqlClient.sni": "4.0.1", - "runtime.win7-x86.runtime.native.System.Data.SqlClient.sni": "4.0.1" + "runtime.win7-x64.runtime.native.System.Data.SqlClient.sni": "4.3.0", + "runtime.win7-x86.runtime.native.System.Data.SqlClient.sni": "4.3.0" } }, "runtime.native.System.IO.Compression/4.3.0": { @@ -1856,24 +1852,11 @@ "lib/netstandard1.0/_._": {} } }, - "runtime.native.System.Net.Security/4.0.1": { + "runtime.native.System.Net.Security/4.3.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "runtime.native.System.Security.Cryptography/4.0.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.NETCore.Targets": "1.0.1" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" }, "compile": { "lib/netstandard1.0/_._": {} @@ -1987,7 +1970,7 @@ } } }, - "runtime.win7-x64.runtime.native.System.Data.SqlClient.sni/4.0.1": { + "runtime.win7-x64.runtime.native.System.Data.SqlClient.sni/4.3.0": { "type": "package", "runtimeTargets": { "runtimes/win7-x64/native/sni.dll": { @@ -1996,7 +1979,7 @@ } } }, - "runtime.win7-x86.runtime.native.System.Data.SqlClient.sni/4.0.1": { + "runtime.win7-x86.runtime.native.System.Data.SqlClient.sni/4.3.0": { "type": "package", "runtimeTargets": { "runtimes/win7-x86/native/sni.dll": { @@ -2228,46 +2211,46 @@ "lib/netstandard1.2/System.Data.Common.dll": {} } }, - "System.Data.SqlClient/4.1.0": { + "System.Data.SqlClient/4.3.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.Win32.Primitives": "4.0.1", - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Data.Common": "4.1.0", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.DiagnosticSource": "4.0.0", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.IO.Pipes": "4.0.0", - "System.Linq": "4.1.0", - "System.Net.NameResolution": "4.0.0", - "System.Net.Primitives": "4.0.11", - "System.Net.Security": "4.0.0", - "System.Net.Sockets": "4.1.0", - "System.Reflection": "4.1.0", - "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.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Security.Principal": "4.0.1", - "System.Security.Principal.Windows": "4.0.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.CodePages": "4.0.1", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Text.RegularExpressions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Thread": "4.0.0", - "System.Threading.ThreadPool": "4.0.10", - "System.Threading.Timer": "4.0.1", - "System.Xml.ReaderWriter": "4.0.11", - "runtime.native.System.Data.SqlClient.sni": "4.0.0" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.Win32.Primitives": "4.3.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Data.Common": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Pipes": "4.3.0", + "System.Linq": "4.3.0", + "System.Net.NameResolution": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Net.Security": "4.3.0", + "System.Net.Sockets": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Security.Principal": "4.3.0", + "System.Security.Principal.Windows": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.CodePages": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Thread": "4.3.0", + "System.Threading.ThreadPool": "4.3.0", + "System.Threading.Timer": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0", + "runtime.native.System.Data.SqlClient.sni": "4.3.0" }, "compile": { "ref/netstandard1.3/System.Data.SqlClient.dll": {} @@ -2395,15 +2378,13 @@ } } }, - "System.Diagnostics.StackTrace/4.0.1": { + "System.Diagnostics.StackTrace/4.3.0": { "type": "package", "dependencies": { - "System.Collections.Immutable": "1.2.0", - "System.IO.FileSystem": "4.0.1", - "System.Reflection": "4.1.0", - "System.Reflection.Metadata": "1.3.0", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0" + "System.IO.FileSystem": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Metadata": "1.4.1", + "System.Runtime": "4.3.0" }, "compile": { "ref/netstandard1.3/System.Diagnostics.StackTrace.dll": {} @@ -2703,27 +2684,28 @@ } } }, - "System.IO.Pipes/4.0.0": { + "System.IO.Pipes/4.3.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Diagnostics.Debug": "4.0.11", - "System.IO": "4.1.0", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Net.Primitives": "4.0.11", - "System.Net.Sockets": "4.1.0", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Principal": "4.0.1", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Overlapped": "4.0.1", - "System.Threading.Tasks": "4.0.11", - "runtime.native.System": "4.0.0" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Buffers": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Net.Sockets": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Principal": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System": "4.3.0" }, "compile": { "ref/netstandard1.3/_._": {} @@ -2888,23 +2870,23 @@ } } }, - "System.Net.NameResolution/4.0.0": { + "System.Net.NameResolution/4.3.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.Net.Primitives": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Principal.Windows": "4.0.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "runtime.native.System": "4.0.0" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Principal.Windows": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System": "4.3.0" }, "compile": { "ref/netstandard1.3/System.Net.NameResolution.dll": {} @@ -2969,37 +2951,37 @@ } } }, - "System.Net.Security/4.0.0": { + "System.Net.Security/4.3.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.Win32.Primitives": "4.0.1", - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.Globalization.Extensions": "4.0.1", - "System.IO": "4.1.0", - "System.Net.Primitives": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Claims": "4.0.1", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.Encoding": "4.0.0", - "System.Security.Cryptography.OpenSsl": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Security.Principal": "4.0.1", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.ThreadPool": "4.0.10", - "runtime.native.System": "4.0.0", - "runtime.native.System.Net.Security": "4.0.1", - "runtime.native.System.Security.Cryptography": "4.0.0" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.Win32.Primitives": "4.3.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Extensions": "4.3.0", + "System.IO": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Claims": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.OpenSsl": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Security.Principal": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.ThreadPool": "4.3.0", + "runtime.native.System": "4.3.0", + "runtime.native.System.Net.Security": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { "ref/netstandard1.3/System.Net.Security.dll": {} @@ -3247,24 +3229,25 @@ "lib/portable-net45+win8+wp8+wpa81/_._": {} } }, - "System.Reflection.Metadata/1.3.0": { + "System.Reflection.Metadata/1.4.1": { "type": "package", "dependencies": { - "System.Collections": "4.0.11", - "System.Collections.Immutable": "1.2.0", - "System.Diagnostics.Debug": "4.0.11", - "System.IO": "4.1.0", - "System.Linq": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Threading": "4.0.11" + "System.Collections": "4.3.0", + "System.Collections.Immutable": "1.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.Linq": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { "lib/netstandard1.1/System.Reflection.Metadata.dll": {} @@ -3774,21 +3757,21 @@ "lib/portable-net45+win8+wp8+wpa81/_._": {} } }, - "System.Text.Encoding.CodePages/4.0.1": { + "System.Text.Encoding.CodePages/4.3.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11" + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0" }, "compile": { "ref/netstandard1.3/_._": {} @@ -3970,11 +3953,11 @@ "lib/netstandard1.3/System.Threading.Thread.dll": {} } }, - "System.Threading.ThreadPool/4.0.10": { + "System.Threading.ThreadPool/4.3.0": { "type": "package", "dependencies": { - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1" + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" }, "compile": { "ref/netstandard1.3/System.Threading.ThreadPool.dll": {} @@ -4310,9 +4293,9 @@ "dependencies": { "GenFu": "1.2.1", "GenericMvc": "1.0.0", - "Microsoft.AspNetCore.TestHost": "1.0.1", - "Microsoft.EntityFrameworkCore.InMemory": "1.0.2", - "Microsoft.EntityFrameworkCore.SqlServer": "1.0.2", + "Microsoft.AspNetCore.TestHost": "1.1.0", + "Microsoft.EntityFrameworkCore.InMemory": "1.1.0", + "Microsoft.EntityFrameworkCore.SqlServer": "1.1.0", "NETStandard.Library": "1.6.1", "xunit": "2.1.0" }, @@ -4367,12 +4350,12 @@ "lib/netstandard1.3/GenFu.dll" ] }, - "Libuv/1.9.0": { - "sha512": "DQphbbFAs0GynNjGOXXUS2HktvPOSJ2mxeIHr/GXL4/05sH6nxgRz6U2wqyV4+tbEBwBPa4zljGQ1ZzCSaJ28w==", + "Libuv/1.9.1": { + "sha512": "uqX2Frwf9PW8MaY7PRNY6HM5BpW1D8oj1EdqzrmbEFD5nH63Yat3aEjN/tws6Tw6Fk7LwmLBvtUh32tTeTaHiA==", "type": "package", - "path": "Libuv/1.9.0", + "path": "Libuv/1.9.1", "files": [ - "Libuv.1.9.0.nupkg.sha512", + "Libuv.1.9.1.nupkg.sha512", "Libuv.nuspec", "License.txt", "runtimes/debian-x64/native/libuv.so", @@ -4513,17 +4496,19 @@ "lib/netstandard1.0/Microsoft.AspNetCore.Diagnostics.Abstractions.xml" ] }, - "Microsoft.AspNetCore.Hosting/1.0.1": { - "sha512": "3UjJET8rxukeYj3KdExMdGyaDobCQqSpVdnAm48x7OZidznKLIClzkkSno1IiHhrSlQ79lLsLPlRNThw8V35Wg==", + "Microsoft.AspNetCore.Hosting/1.1.0": { + "sha512": "yNiCwtCi1mYfTjLyHWQt4A3QRd84ok8XxuTP4wSnr6aT3bIzI7upstGe7diaEDirmku10qnISC/8CsMTG4xd4w==", "type": "package", - "path": "Microsoft.AspNetCore.Hosting/1.0.1", + "path": "Microsoft.AspNetCore.Hosting/1.1.0", "files": [ - "Microsoft.AspNetCore.Hosting.1.0.1.nupkg.sha512", + "Microsoft.AspNetCore.Hosting.1.1.0.nupkg.sha512", "Microsoft.AspNetCore.Hosting.nuspec", "lib/net451/Microsoft.AspNetCore.Hosting.dll", "lib/net451/Microsoft.AspNetCore.Hosting.xml", "lib/netstandard1.3/Microsoft.AspNetCore.Hosting.dll", - "lib/netstandard1.3/Microsoft.AspNetCore.Hosting.xml" + "lib/netstandard1.3/Microsoft.AspNetCore.Hosting.xml", + "lib/netstandard1.5/Microsoft.AspNetCore.Hosting.dll", + "lib/netstandard1.5/Microsoft.AspNetCore.Hosting.xml" ] }, "Microsoft.AspNetCore.Hosting.Abstractions/1.1.0": { @@ -4901,12 +4886,12 @@ "lib/netstandard1.3/Microsoft.AspNetCore.StaticFiles.xml" ] }, - "Microsoft.AspNetCore.TestHost/1.0.1": { - "sha512": "ah57WZXG4QysLZcM83rQoipJrocIXhyKVxjVu+kE4BJiZQftU13FZDOd/0feh3pPLBUE4ecLBHvhaFLAabGcKQ==", + "Microsoft.AspNetCore.TestHost/1.1.0": { + "sha512": "0q+jjIMwgs3hcZWI95Y3YUfL4P/MZYltC59vGQbO78ozwthNvanDBBCvaM/awJ8PVL4CWiSmo8BOgL0HskE57A==", "type": "package", - "path": "Microsoft.AspNetCore.TestHost/1.0.1", + "path": "Microsoft.AspNetCore.TestHost/1.1.0", "files": [ - "Microsoft.AspNetCore.TestHost.1.0.1.nupkg.sha512", + "Microsoft.AspNetCore.TestHost.1.1.0.nupkg.sha512", "Microsoft.AspNetCore.TestHost.nuspec", "lib/net451/Microsoft.AspNetCore.TestHost.dll", "lib/net451/Microsoft.AspNetCore.TestHost.xml", @@ -5123,12 +5108,12 @@ "lib/netstandard1.3/Microsoft.EntityFrameworkCore.xml" ] }, - "Microsoft.EntityFrameworkCore.InMemory/1.0.2": { - "sha512": "bkbvsCQm1X0J1eRhBvdc4I6peyzm5TP6wlPBYsjJKypZZCWWGIY3pwaftrpUhSJkoMW1FiUEYDT5SND9QqQlYw==", + "Microsoft.EntityFrameworkCore.InMemory/1.1.0": { + "sha512": "b7rNBaQ2DhJkcElVxC1bwQNO21zD9K16YaNOjdH+TBWf7xkN8TPYbCPU1hL3IlnrBz3p5XKZSoDs9W1T64oALQ==", "type": "package", - "path": "Microsoft.EntityFrameworkCore.InMemory/1.0.2", + "path": "Microsoft.EntityFrameworkCore.InMemory/1.1.0", "files": [ - "Microsoft.EntityFrameworkCore.InMemory.1.0.2.nupkg.sha512", + "Microsoft.EntityFrameworkCore.InMemory.1.1.0.nupkg.sha512", "Microsoft.EntityFrameworkCore.InMemory.nuspec", "lib/net451/Microsoft.EntityFrameworkCore.InMemory.dll", "lib/net451/Microsoft.EntityFrameworkCore.InMemory.xml", @@ -5149,12 +5134,12 @@ "lib/netstandard1.3/Microsoft.EntityFrameworkCore.Relational.xml" ] }, - "Microsoft.EntityFrameworkCore.SqlServer/1.0.2": { - "sha512": "QpbVSUxlbvvSib0VwvGtbqLIeJtqkYfVFmyFWRk2tFSiiWiILsTyi7JLVcneOovEVmUKBMkYYQs1vNg7j174WQ==", + "Microsoft.EntityFrameworkCore.SqlServer/1.1.0": { + "sha512": "3Cg6izj0vvFBG4qenxeUMmFvhdW6bUBH9OqqK1s+f7IvEpgRuxz5vb1e5H15PodzxUziXOLG6je69JMC0Axuig==", "type": "package", - "path": "Microsoft.EntityFrameworkCore.SqlServer/1.0.2", + "path": "Microsoft.EntityFrameworkCore.SqlServer/1.1.0", "files": [ - "Microsoft.EntityFrameworkCore.SqlServer.1.0.2.nupkg.sha512", + "Microsoft.EntityFrameworkCore.SqlServer.1.1.0.nupkg.sha512", "Microsoft.EntityFrameworkCore.SqlServer.nuspec", "lib/net451/Microsoft.EntityFrameworkCore.SqlServer.dll", "lib/net451/Microsoft.EntityFrameworkCore.SqlServer.xml", @@ -5186,12 +5171,12 @@ "lib/netstandard1.3/Microsoft.Extensions.Caching.Memory.xml" ] }, - "Microsoft.Extensions.Configuration/1.0.1": { - "sha512": "OPWuG1J9E2ebfqPs62X1yhdetFtL1/DLLXayjh0vjVTZi7iB3W4oRT+YnnNew7ff8Rpoy5c9cJ11ani+7wE2Zg==", + "Microsoft.Extensions.Configuration/1.1.0": { + "sha512": "iqp8UepCsS902j0kPO/d7hrd9PSyK7l84UFlpqdV8QY+/pMUY5k8wlAIuN6mWdW97HI8a8BJyvjhJbJps2GwZw==", "type": "package", - "path": "Microsoft.Extensions.Configuration/1.0.1", + "path": "Microsoft.Extensions.Configuration/1.1.0", "files": [ - "Microsoft.Extensions.Configuration.1.0.1.nupkg.sha512", + "Microsoft.Extensions.Configuration.1.1.0.nupkg.sha512", "Microsoft.Extensions.Configuration.nuspec", "lib/netstandard1.1/Microsoft.Extensions.Configuration.dll", "lib/netstandard1.1/Microsoft.Extensions.Configuration.xml" @@ -5208,12 +5193,12 @@ "lib/netstandard1.0/Microsoft.Extensions.Configuration.Abstractions.xml" ] }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/1.0.1": { - "sha512": "A2vX7CruTBfpWbKl+egMxwnWmcUUqG8FzLbor+RLYFDNLK3J8DUKQDqwwkYyEY40pknrqYeEXEILAHFaFmn6nQ==", + "Microsoft.Extensions.Configuration.EnvironmentVariables/1.1.0": { + "sha512": "7AWmPQoX4Kx0Kf4VAig5yKbCziHjO6F2povXeToOaWuZnKahi5qXCG7wrWtATFrheOQLfkrqxxLyarTP3J1mnA==", "type": "package", - "path": "Microsoft.Extensions.Configuration.EnvironmentVariables/1.0.1", + "path": "Microsoft.Extensions.Configuration.EnvironmentVariables/1.1.0", "files": [ - "Microsoft.Extensions.Configuration.EnvironmentVariables.1.0.1.nupkg.sha512", + "Microsoft.Extensions.Configuration.EnvironmentVariables.1.1.0.nupkg.sha512", "Microsoft.Extensions.Configuration.EnvironmentVariables.nuspec", "lib/net451/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", "lib/net451/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", @@ -5482,12 +5467,12 @@ "lib/netstandard1.1/Microsoft.Net.Http.Headers.xml" ] }, - "Microsoft.NETCore.App/1.0.0": { - "sha512": "zG1d2imq5XHb7SJMG0tv395+fq0fyXw47yywiNTKJZi1yBFBkwv0XObMpXHTDrcqV23YGP0WOp7gVGyszOPo1g==", + "Microsoft.NETCore.App/1.1.0": { + "sha512": "DFec+OUojDVocn1GxAL9uJg4qwsgkvKiQpv6BKd9ljGezvc9p6GpFv51IIakiujkVW/wBtQ0xlfjVSgS1UG/uw==", "type": "package", - "path": "Microsoft.NETCore.App/1.0.0", + "path": "Microsoft.NETCore.App/1.1.0", "files": [ - "Microsoft.NETCore.App.1.0.0.nupkg.sha512", + "Microsoft.NETCore.App.1.1.0.nupkg.sha512", "Microsoft.NETCore.App.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -5530,12 +5515,12 @@ "runtime.json" ] }, - "Microsoft.NETCore.Jit/1.0.2": { - "sha512": "Ok2vWofa6X8WD9vc4pfLHwvJz1/B6t3gOAoZcjrjrQf7lQOlNIuZIZtLn3wnWX28DuQGpPJkRlBxFj7Z5txNqw==", + "Microsoft.NETCore.Jit/1.0.4": { + "sha512": "s336ryZlopR+pQ4VfKlILX1LxiQzpCPnmiGot0p5aFPeCjwmKtHC88MI8jXdvdGPySON9i1bPUKJP8jiiPIAjA==", "type": "package", - "path": "Microsoft.NETCore.Jit/1.0.2", + "path": "Microsoft.NETCore.Jit/1.0.4", "files": [ - "Microsoft.NETCore.Jit.1.0.2.nupkg.sha512", + "Microsoft.NETCore.Jit.1.0.4.nupkg.sha512", "Microsoft.NETCore.Jit.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -5555,12 +5540,12 @@ "runtime.json" ] }, - "Microsoft.NETCore.Runtime.CoreCLR/1.0.2": { - "sha512": "A0x1xtTjYJWZr2DRzgfCOXgB0JkQg8twnmtTJ79wFje+IihlLbXtx6Z2AxyVokBM5ruwTedR6YdCmHk39QJdtQ==", + "Microsoft.NETCore.Runtime.CoreCLR/1.0.4": { + "sha512": "NTd+F7MQJi5wFh6Hq3uVH0L3om+pVcfF+bpw0hSd+Ka92QSZ4IfDJw/IWqTQ9jUtLyWYR4XR+52HD5HW+a+zoQ==", "type": "package", - "path": "Microsoft.NETCore.Runtime.CoreCLR/1.0.2", + "path": "Microsoft.NETCore.Runtime.CoreCLR/1.0.4", "files": [ - "Microsoft.NETCore.Runtime.CoreCLR.1.0.2.nupkg.sha512", + "Microsoft.NETCore.Runtime.CoreCLR.1.0.4.nupkg.sha512", "Microsoft.NETCore.Runtime.CoreCLR.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -5902,14 +5887,14 @@ "runtime.native.System.nuspec" ] }, - "runtime.native.System.Data.SqlClient.sni/4.0.0": { - "sha512": "DcMVtYwugo1LOc9MVchInxlLNoFe/+21MsEQU9yIZX561chzxDlFDWowWF+Kc262PyD3eLkDab1JyJrs73Qtkg==", + "runtime.native.System.Data.SqlClient.sni/4.3.0": { + "sha512": "rX1bLxiHjj+ivd4bL9RwCvKM7agWHceLrAFsPQryTX0ZZ1J7x6vSz779YgMih0S4yD/GTvr7+dajBVutzJVvBg==", "type": "package", - "path": "runtime.native.System.Data.SqlClient.sni/4.0.0", + "path": "runtime.native.System.Data.SqlClient.sni/4.3.0", "files": [ "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "runtime.native.System.Data.SqlClient.sni.4.0.0.nupkg.sha512", + "runtime.native.System.Data.SqlClient.sni.4.3.0.nupkg.sha512", "runtime.native.System.Data.SqlClient.sni.nuspec" ] }, @@ -5937,30 +5922,18 @@ "runtime.native.System.Net.Http.nuspec" ] }, - "runtime.native.System.Net.Security/4.0.1": { - "sha512": "UxaxmpoReAQo8eXH0FdWsf4bpOopJQz4I0z35IvxuTzcD4OLFbjAndcY+Y9c834vukL+yMItClcRE3bpVmJVAA==", + "runtime.native.System.Net.Security/4.3.0": { + "sha512": "M2nN92ePS8BgQ2oi6Jj3PlTUzadYSIWLdZrHY1n1ZcW9o4wAQQ6W+aQ2lfq1ysZQfVCgDwY58alUdowrzezztg==", "type": "package", - "path": "runtime.native.System.Net.Security/4.0.1", + "path": "runtime.native.System.Net.Security/4.3.0", "files": [ "ThirdPartyNotices.txt", "dotnet_library_license.txt", "lib/netstandard1.0/_._", - "runtime.native.System.Net.Security.4.0.1.nupkg.sha512", + "runtime.native.System.Net.Security.4.3.0.nupkg.sha512", "runtime.native.System.Net.Security.nuspec" ] }, - "runtime.native.System.Security.Cryptography/4.0.0": { - "sha512": "2CQK0jmO6Eu7ZeMgD+LOFbNJSXHFVQbCJJkEyEwowh1SCgYnrn9W9RykMfpeeVGw7h4IBvYikzpGUlmZTUafJw==", - "type": "package", - "path": "runtime.native.System.Security.Cryptography/4.0.0", - "files": [ - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "runtime.native.System.Security.Cryptography.4.0.0.nupkg.sha512", - "runtime.native.System.Security.Cryptography.nuspec" - ] - }, "runtime.native.System.Security.Cryptography.Apple/4.3.0": { "sha512": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", "type": "package", @@ -6081,26 +6054,28 @@ "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so" ] }, - "runtime.win7-x64.runtime.native.System.Data.SqlClient.sni/4.0.1": { - "sha512": "My20HZqJbDS4rWmdOcJ3TPf9iX6M/sTF2nBSUHBvfWp1iNip3eMS+K65oQgsLRxX6h21ic3YED06c2ye2sL7FQ==", + "runtime.win7-x64.runtime.native.System.Data.SqlClient.sni/4.3.0": { + "sha512": "j42JRgYOMi6B86attv8F3eDBISh+kzoKxLsu0zaq1ioY+je64chWd8fybvk9yPzayO3Dh1czhmf5B7rbafLRQA==", "type": "package", - "path": "runtime.win7-x64.runtime.native.System.Data.SqlClient.sni/4.0.1", + "path": "runtime.win7-x64.runtime.native.System.Data.SqlClient.sni/4.3.0", "files": [ + "OpenCoreFxSyncInfo.txt", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "runtime.win7-x64.runtime.native.System.Data.SqlClient.sni.4.0.1.nupkg.sha512", + "runtime.win7-x64.runtime.native.System.Data.SqlClient.sni.4.3.0.nupkg.sha512", "runtime.win7-x64.runtime.native.System.Data.SqlClient.sni.nuspec", "runtimes/win7-x64/native/sni.dll" ] }, - "runtime.win7-x86.runtime.native.System.Data.SqlClient.sni/4.0.1": { - "sha512": "ykiYCf/0hIc0xm+g6bVX8nw9St5Ool+r4US+B+56Lv/GFnDG5G9BK4n7WkrwEpuWV3XjMn38oHgHOnNMzBVNKA==", + "runtime.win7-x86.runtime.native.System.Data.SqlClient.sni/4.3.0": { + "sha512": "4cXRTIcttvIreAoqK/5hzTtzepeggac+m5A0rzH+9zLtnFh2J0rLuGeJR4KjNLyKqPzO0kjqrs5lkRJEKX8HAA==", "type": "package", - "path": "runtime.win7-x86.runtime.native.System.Data.SqlClient.sni/4.0.1", + "path": "runtime.win7-x86.runtime.native.System.Data.SqlClient.sni/4.3.0", "files": [ + "OpenCoreFxSyncInfo.txt", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "runtime.win7-x86.runtime.native.System.Data.SqlClient.sni.4.0.1.nupkg.sha512", + "runtime.win7-x86.runtime.native.System.Data.SqlClient.sni.4.3.0.nupkg.sha512", "runtime.win7-x86.runtime.native.System.Data.SqlClient.sni.nuspec", "runtimes/win7-x86/native/sni.dll" ] @@ -6699,12 +6674,12 @@ "ref/xamarinwatchos10/_._" ] }, - "System.Data.SqlClient/4.1.0": { - "sha512": "yqMZgzzKHdG84QmA/PPZUORaoisfvztvFqyPs7dPafJhNxlS7STf9OMCFrP/tITQCqImkm1+X4d2oiWOT2oTKg==", + "System.Data.SqlClient/4.3.0": { + "sha512": "XmWg+/uUcME++m/vsRzxq1fo0GvlYzFfZM5fCqIIDT+O7AwDdpfd1LkRXmcxeTJQTCgx5AN3Y3t5qSz5XxQLVw==", "type": "package", - "path": "System.Data.SqlClient/4.1.0", + "path": "System.Data.SqlClient/4.3.0", "files": [ - "System.Data.SqlClient.4.1.0.nupkg.sha512", + "System.Data.SqlClient.4.3.0.nupkg.sha512", "System.Data.SqlClient.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -6990,12 +6965,12 @@ "runtimes/win7/lib/netcore50/_._" ] }, - "System.Diagnostics.StackTrace/4.0.1": { - "sha512": "aJaZPE0xBr5hzGAlTO03ZYtK6LppeEhX9xNaclWp+yl/2dmEKefc1gFfAsfwsEqiEsSxWvO5zTFK08uSQGJotQ==", + "System.Diagnostics.StackTrace/4.3.0": { + "sha512": "BiHg0vgtd35/DM9jvtaC1eKRpWZxr0gcQd643ABG7GnvSlf5pOkY2uyd42mMOJoOmKvnpNj0F4tuoS1pacTwYw==", "type": "package", - "path": "System.Diagnostics.StackTrace/4.0.1", + "path": "System.Diagnostics.StackTrace/4.3.0", "files": [ - "System.Diagnostics.StackTrace.4.0.1.nupkg.sha512", + "System.Diagnostics.StackTrace.4.3.0.nupkg.sha512", "System.Diagnostics.StackTrace.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -7733,12 +7708,12 @@ "runtimes/win/lib/netstandard1.3/System.IO.MemoryMappedFiles.dll" ] }, - "System.IO.Pipes/4.0.0": { - "sha512": "L9QVhk8hIEix5KNA0kW58Ha+Y1dNGqqqIhAaJkhcGCWeQzUmN0njzI7SG/XAazpMecboOdFFlH3pH/qbwXLJAg==", + "System.IO.Pipes/4.3.0": { + "sha512": "wpGJuACA6r8+KRckXoI6ghGTwgPRiICI6T7kgHI/m7S5eMqV/8jH37fzAUhTwIe9RwlH/j1sWwm2Q2zyXwZGHw==", "type": "package", - "path": "System.IO.Pipes/4.0.0", + "path": "System.IO.Pipes/4.3.0", "files": [ - "System.IO.Pipes.4.0.0.nupkg.sha512", + "System.IO.Pipes.4.3.0.nupkg.sha512", "System.IO.Pipes.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -8142,12 +8117,12 @@ "runtimes/win/lib/netstandard1.3/System.Net.Http.dll" ] }, - "System.Net.NameResolution/4.0.0": { - "sha512": "JdqRdM1Qym3YehqdKIi5LHrpypP4JMfxKQSNCJ2z4WawkG0il+N3XfNeJOxll2XrTnG7WgYYPoeiu/KOwg0DQw==", + "System.Net.NameResolution/4.3.0": { + "sha512": "AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==", "type": "package", - "path": "System.Net.NameResolution/4.0.0", + "path": "System.Net.NameResolution/4.3.0", "files": [ - "System.Net.NameResolution.4.0.0.nupkg.sha512", + "System.Net.NameResolution.4.3.0.nupkg.sha512", "System.Net.NameResolution.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -8340,12 +8315,12 @@ "runtimes/win/lib/netstandard1.3/System.Net.Requests.dll" ] }, - "System.Net.Security/4.0.0": { - "sha512": "OdA7BsSeTufWL/pwGSKv89qDi3lGNSRt/iu02jj25J3VhzY90dh2sHvcnxCOUhTQzdFpGUZ3E+rkGCN5yBB/6g==", + "System.Net.Security/4.3.0": { + "sha512": "IgJKNfALqw7JRWp5LMQ5SWHNKvXVz094U6wNE3c1i8bOkMQvgBL+MMQuNt3xl9Qg9iWpj3lFxPZEY6XHmROjMQ==", "type": "package", - "path": "System.Net.Security/4.0.0", + "path": "System.Net.Security/4.3.0", "files": [ - "System.Net.Security.4.0.0.nupkg.sha512", + "System.Net.Security.4.3.0.nupkg.sha512", "System.Net.Security.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -8974,12 +8949,12 @@ "ref/xamarinwatchos10/_._" ] }, - "System.Reflection.Metadata/1.3.0": { - "sha512": "jMSCxA4LSyKBGRDm/WtfkO03FkcgRzHxwvQRib1bm2GZ8ifKM1MX1al6breGCEQK280mdl9uQS7JNPXRYk90jw==", + "System.Reflection.Metadata/1.4.1": { + "sha512": "tc2ZyJgweHCLci5oQGuhQn9TD0Ii9DReXkHtZm3aAGp8xe40rpRjiTbMXOtZU+fr0BOQ46goE9+qIqRGjR9wGg==", "type": "package", - "path": "System.Reflection.Metadata/1.3.0", + "path": "System.Reflection.Metadata/1.4.1", "files": [ - "System.Reflection.Metadata.1.3.0.nupkg.sha512", + "System.Reflection.Metadata.1.4.1.nupkg.sha512", "System.Reflection.Metadata.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -10124,12 +10099,12 @@ "ref/xamarinwatchos10/_._" ] }, - "System.Text.Encoding.CodePages/4.0.1": { - "sha512": "h4z6rrA/hxWf4655D18IIZ0eaLRa3tQC/j+e26W+VinIHY0l07iEXaAvO0YSYq3MvCjMYy8Zs5AdC1sxNQOB7Q==", + "System.Text.Encoding.CodePages/4.3.0": { + "sha512": "IRiEFUa5b/Gs5Egg8oqBVoywhtOeaO2KOx3j0RfcYY/raxqBuEK7NXRDgOwtYM8qbi+7S4RPXUbNt+ZxyY0/NQ==", "type": "package", - "path": "System.Text.Encoding.CodePages/4.0.1", + "path": "System.Text.Encoding.CodePages/4.3.0", "files": [ - "System.Text.Encoding.CodePages.4.0.1.nupkg.sha512", + "System.Text.Encoding.CodePages.4.3.0.nupkg.sha512", "System.Text.Encoding.CodePages.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -10608,12 +10583,12 @@ "ref/xamarinwatchos10/_._" ] }, - "System.Threading.ThreadPool/4.0.10": { - "sha512": "nDhwGOvFMDv2RxY7njny+H+JyzDgxiXe7C7DB3/1TnhHbBUzd8XUfXX3wvK30ftWaOnbzjvzMOvsgbxq3uADKw==", + "System.Threading.ThreadPool/4.3.0": { + "sha512": "k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==", "type": "package", - "path": "System.Threading.ThreadPool/4.0.10", + "path": "System.Threading.ThreadPool/4.3.0", "files": [ - "System.Threading.ThreadPool.4.0.10.nupkg.sha512", + "System.Threading.ThreadPool.4.3.0.nupkg.sha512", "System.Threading.ThreadPool.nuspec", "ThirdPartyNotices.txt", "dotnet_library_license.txt", @@ -11184,14 +11159,14 @@ "GenericMvc", "GenericMvc.Test.Library", "Microsoft.DotNet.InternalAbstractions >= 1.*", - "Microsoft.EntityFrameworkCore.InMemory >= 1.0.2", - "Microsoft.EntityFrameworkCore.SqlServer >= 1.0.2", + "Microsoft.EntityFrameworkCore.InMemory >= 1.1.0", + "Microsoft.EntityFrameworkCore.SqlServer >= 1.1.0", "NETStandard.Library >= 1.6.1", "dotnet-test-xunit >= 1.0.0-rc2-build10025", "xunit >= 2.1.0" ], ".NETCoreApp,Version=v1.0": [ - "Microsoft.NETCore.App >= 1.0.0" + "Microsoft.NETCore.App >= 1.1.0" ] }, "tools": {},