Updating partner package versions

This commit is contained in:
Pranav K 2016-09-28 11:50:38 -07:00
parent acc40bd449
commit 37b1fc039d
8 changed files with 21 additions and 28 deletions

View File

@ -20,12 +20,13 @@
] ]
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Http.Abstractions": "1.1.0-*",
"Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.1.0-*", "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.1.0-*",
"Microsoft.AspNetCore.Http.Abstractions": "1.1.0-*",
"Microsoft.Extensions.Configuration.Abstractions": "1.1.0-*", "Microsoft.Extensions.Configuration.Abstractions": "1.1.0-*",
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.1.0-*", "Microsoft.Extensions.DependencyInjection.Abstractions": "1.1.0-*",
"Microsoft.Extensions.FileProviders.Abstractions": "1.1.0-*", "Microsoft.Extensions.FileProviders.Abstractions": "1.1.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*" "Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
"NETStandard.Library": "1.6.1-*"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},

View File

@ -21,7 +21,8 @@
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Http.Features": "1.1.0-*", "Microsoft.AspNetCore.Http.Features": "1.1.0-*",
"Microsoft.Extensions.Configuration.Abstractions": "1.1.0-*" "Microsoft.Extensions.Configuration.Abstractions": "1.1.0-*",
"NETStandard.Library": "1.6.1-*"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},

View File

@ -20,7 +20,8 @@
"xmlDoc": true "xmlDoc": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Hosting": "1.1.0-*" "Microsoft.AspNetCore.Hosting": "1.1.0-*",
"NETStandard.Library": "1.6.1-*"
}, },
"frameworks": { "frameworks": {
"net451": { "net451": {

View File

@ -47,9 +47,9 @@
"version": "1.1.0-*", "version": "1.1.0-*",
"type": "build" "type": "build"
}, },
"System.Diagnostics.DiagnosticSource": "4.0.0-*", "NETStandard.Library": "1.6.1-*",
"System.Reflection.Metadata": "1.3.0-*", "System.Diagnostics.DiagnosticSource": "4.3.0-*",
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-*" "System.Reflection.Metadata": "1.4.1-*"
}, },
"frameworks": { "frameworks": {
"net451": { "net451": {
@ -67,9 +67,7 @@
}, },
"netstandard1.3": { "netstandard1.3": {
"dependencies": { "dependencies": {
"System.Console": "4.0.0-*", "System.Diagnostics.StackTrace": "4.3.0-*"
"System.Diagnostics.StackTrace": "4.0.1-*",
"System.Reflection.Extensions": "4.0.1-*"
} }
} }
}, },

View File

@ -26,12 +26,13 @@
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Testing": "1.1.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
"Microsoft.Extensions.FileProviders.Embedded": "1.1.0-*", "Microsoft.Extensions.FileProviders.Embedded": "1.1.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
"Microsoft.Extensions.Process.Sources": { "Microsoft.Extensions.Process.Sources": {
"type": "build", "type": "build",
"version": "1.1.0-*" "version": "1.1.0-*"
} },
"NETStandard.Library": "1.6.1-*"
}, },
"frameworks": { "frameworks": {
"net451": { "net451": {
@ -49,16 +50,8 @@
}, },
"netstandard1.3": { "netstandard1.3": {
"dependencies": { "dependencies": {
"System.Diagnostics.Process": "4.1.0-*", "System.Diagnostics.Process": "4.3.0-*",
"System.IO.FileSystem": "4.0.1-*", "System.Threading.Thread": "4.3.0-*"
"System.Net.Http": "4.1.0-*",
"System.Net.Primitives": "4.0.11-*",
"System.Net.Sockets": "4.1.0-*",
"System.Runtime.Extensions": "4.1.0-*",
"System.Text.RegularExpressions": "4.1.0-*",
"System.Threading": "4.0.11-*",
"System.Threading.Thread": "4.0.0-*",
"System.Xml.XDocument": "4.0.11-*"
}, },
"imports": [ "imports": [
"portable-net45+win8" "portable-net45+win8"

View File

@ -21,7 +21,8 @@
] ]
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Hosting": "1.1.0-*" "Microsoft.AspNetCore.Hosting": "1.1.0-*",
"NETStandard.Library": "1.6.1-*"
}, },
"frameworks": { "frameworks": {
"net451": { "net451": {
@ -31,8 +32,7 @@
}, },
"netstandard1.3": { "netstandard1.3": {
"dependencies": { "dependencies": {
"System.Diagnostics.Contracts": "4.0.1-*", "System.Diagnostics.Contracts": "4.3.0-*"
"System.Net.Http": "4.1.0-*"
} }
} }
} }

View File

@ -20,14 +20,13 @@
"Microsoft.AspNetCore.Testing": "1.1.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.Extensions.Options": "1.1.0-*", "Microsoft.Extensions.Options": "1.1.0-*",
"Microsoft.Extensions.PlatformAbstractions": "1.1.0-*", "Microsoft.Extensions.PlatformAbstractions": "1.1.0-*",
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-*",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.0-*", "version": "1.1.0-*",
"type": "platform" "type": "platform"
} }
} }

View File

@ -14,7 +14,7 @@
"netcoreapp1.0": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.0-*", "version": "1.1.0-*",
"type": "platform" "type": "platform"
} }
} }