Updating to 4.4 CoreFx packages

This commit is contained in:
Pranav K 2016-12-05 09:04:12 -08:00
parent 12ab74493d
commit 4b9276bac2
6 changed files with 8 additions and 8 deletions

View File

@ -3,6 +3,6 @@
"src" "src"
], ],
"sdk": { "sdk": {
"version": "1.0.0-preview2-1-003177" "version": "1.0.0-preview2-1-003180"
} }
} }

View File

@ -7,7 +7,7 @@
"Microsoft.AspNetCore.WebSockets": "1.0.0-*", "Microsoft.AspNetCore.WebSockets": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.2.0-*", "Microsoft.Extensions.Logging.Console": "1.2.0-*",
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.2.0-*",
"type": "platform" "type": "platform"
} }
}, },

View File

@ -22,7 +22,7 @@
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Http.Extensions": "1.2.0-*", "Microsoft.AspNetCore.Http.Extensions": "1.2.0-*",
"Microsoft.Extensions.Options": "1.2.0-*", "Microsoft.Extensions.Options": "1.2.0-*",
"NETStandard.Library": "1.6.1-*" "NETStandard.Library": "1.6.2-*"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},

View File

@ -10,7 +10,7 @@
"Microsoft.Extensions.Configuration.CommandLine": "1.2.0-*", "Microsoft.Extensions.Configuration.CommandLine": "1.2.0-*",
"Microsoft.Extensions.Logging.Console": "1.2.0-*", "Microsoft.Extensions.Logging.Console": "1.2.0-*",
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.2.0-*",
"type": "platform" "type": "platform"
} }
}, },

View File

@ -6,7 +6,7 @@
"Microsoft.Extensions.Logging": "1.2.0-*", "Microsoft.Extensions.Logging": "1.2.0-*",
"Microsoft.Extensions.Logging.Console": "1.2.0-*", "Microsoft.Extensions.Logging.Console": "1.2.0-*",
"Microsoft.Extensions.PlatformAbstractions": "1.2.0-*", "Microsoft.Extensions.PlatformAbstractions": "1.2.0-*",
"System.Diagnostics.FileVersionInfo": "4.3.0-*", "System.Diagnostics.FileVersionInfo": "4.4.0-*",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
"testRunner": "xunit", "testRunner": "xunit",
@ -14,7 +14,7 @@
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.2.0-*",
"type": "platform" "type": "platform"
} }
} }

View File

@ -12,10 +12,10 @@
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.2.0-*",
"type": "platform" "type": "platform"
}, },
"System.Net.WebSockets.Client": "4.3.0-*" "System.Net.WebSockets.Client": "4.4.0-*"
} }
} }
} }