Updating to 4.4 CoreFx packages

This commit is contained in:
Pranav K 2016-12-05 09:02:57 -08:00
parent 461caa85f4
commit 5b8f7c2b2b
10 changed files with 23 additions and 23 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

@ -11,7 +11,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

@ -13,7 +13,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

@ -27,13 +27,13 @@
"version": "1.2.0-*", "version": "1.2.0-*",
"type": "build" "type": "build"
}, },
"NETStandard.Library": "1.6.1-*" "NETStandard.Library": "1.6.2-*"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netstandard1.3": { "netstandard1.3": {
"dependencies": { "dependencies": {
"System.Net.Security": "4.3.0-*" "System.Net.Security": "4.4.0-*"
} }
} }
} }

View File

@ -12,17 +12,17 @@
] ]
}, },
"dependencies": { "dependencies": {
"Libuv": "1.9.1", "Libuv": "1.10.0-*",
"Microsoft.AspNetCore.Hosting": "1.2.0-*", "Microsoft.AspNetCore.Hosting": "1.2.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.2.0-*", "Microsoft.Extensions.Logging.Abstractions": "1.2.0-*",
"Microsoft.Extensions.TaskCache.Sources": { "Microsoft.Extensions.TaskCache.Sources": {
"version": "1.2.0-*", "version": "1.2.0-*",
"type": "build" "type": "build"
}, },
"NETStandard.Library": "1.6.1-*", "NETStandard.Library": "1.6.2-*",
"System.Buffers": "4.3.0-*", "System.Buffers": "4.4.0-*",
"System.Numerics.Vectors": "4.3.0-*", "System.Numerics.Vectors": "4.4.0-*",
"System.Threading.Tasks.Extensions": "4.3.0-*" "System.Threading.Tasks.Extensions": "4.4.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { "net451": {
@ -37,8 +37,8 @@
}, },
"netstandard1.3": { "netstandard1.3": {
"dependencies": { "dependencies": {
"System.Threading.Thread": "4.3.0-*", "System.Threading.Thread": "4.4.0-*",
"System.Threading.ThreadPool": "4.3.0-*" "System.Threading.ThreadPool": "4.4.0-*"
} }
} }
}, },

View File

@ -19,12 +19,12 @@
"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.Http.WinHttpHandler": "4.3.0-*", "System.Net.Http.WinHttpHandler": "4.4.0-*",
"System.Net.NetworkInformation": "4.3.0-*", "System.Net.NetworkInformation": "4.4.0-*",
"System.Runtime.Serialization.Primitives": "4.3.0-*" "System.Runtime.Serialization.Primitives": "4.4.0-*"
}, },
"imports": "dnxcore50" "imports": "dnxcore50"
}, },

View File

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

View File

@ -1,4 +1,4 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"BenchmarkDotNet": "0.10.1", "BenchmarkDotNet": "0.10.1",
@ -9,7 +9,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

@ -16,11 +16,11 @@
"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.Diagnostics.TraceSource": "4.3.0-*", "System.Diagnostics.TraceSource": "4.4.0-*",
"System.Net.Http.WinHttpHandler": "4.3.0-*" "System.Net.Http.WinHttpHandler": "4.4.0-*"
}, },
"imports": "dnxcore50" "imports": "dnxcore50"
}, },

View File

@ -11,7 +11,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"
} }
} }