Updating partner package versions

This commit is contained in:
Pranav K 2016-09-28 11:51:09 -07:00
parent a2439105ae
commit 91497621c9
7 changed files with 23 additions and 41 deletions

View File

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

View File

@ -13,10 +13,9 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
},
"System.Console": "4.0.0-*"
}
}
}
},

View File

@ -24,13 +24,14 @@
"Microsoft.Extensions.TaskCache.Sources": {
"version": "1.1.0-*",
"type": "build"
}
},
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {
"net451": {},
"netstandard1.3": {
"dependencies": {
"System.Net.Security": "4.0.0-*"
"System.Net.Security": "4.3.0-*"
}
}
}

View File

@ -12,17 +12,17 @@
]
},
"dependencies": {
"System.Buffers": "4.0.0-*",
"System.Numerics.Vectors": "4.1.1-*",
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-*",
"System.Threading.Tasks.Extensions": "4.0.0-*",
"Libuv": "1.9.0-*",
"Microsoft.AspNetCore.Hosting": "1.1.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
"Microsoft.Extensions.TaskCache.Sources": {
"version": "1.1.0-*",
"type": "build"
}
},
"NETStandard.Library": "1.6.1-*",
"System.Buffers": "4.3.0-*",
"System.Numerics.Vectors": "4.3.0-*",
"System.Threading.Tasks.Extensions": "4.3.0-*"
},
"frameworks": {
"net451": {
@ -37,20 +37,8 @@
},
"netstandard1.3": {
"dependencies": {
"System.Collections": "4.0.11-*",
"System.Diagnostics.Debug": "4.0.11-*",
"System.Globalization": "4.0.11-*",
"System.IO": "4.1.0-*",
"System.Linq": "4.1.0-*",
"System.Net.Primitives": "4.0.11-*",
"System.Runtime.Extensions": "4.1.0-*",
"System.Runtime.InteropServices": "4.1.0-*",
"System.Text.Encoding": "4.0.11-*",
"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.Threading.Thread": "4.3.0-*",
"System.Threading.ThreadPool": "4.3.0-*"
}
}
},

View File

@ -15,13 +15,12 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
},
"System.Net.Http": "4.1.0-*",
"System.Net.Http.WinHttpHandler": "4.0.0-*",
"System.Net.NetworkInformation": "4.1.0-*",
"System.Runtime.Serialization.Primitives": "4.1.1-*"
"System.Net.Http.WinHttpHandler": "4.3.0-*",
"System.Net.NetworkInformation": "4.3.0-*",
"System.Runtime.Serialization.Primitives": "4.3.0-*"
}
},
"net451": {

View File

@ -12,16 +12,11 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.0.0-*",
"System.Globalization.Extensions": "4.0.1-*",
"System.IO": "4.1.0-*",
"System.Net.Http": "4.1.0-*",
"System.Net.Http.WinHttpHandler": "4.0.0-*",
"System.Net.Sockets": "4.1.0-*",
"System.Runtime.Handles": "4.0.1-*"
"System.Diagnostics.TraceSource": "4.3.0-*",
"System.Net.Http.WinHttpHandler": "4.3.0-*"
}
},
"net451": {

View File

@ -4,14 +4,14 @@
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.AspNetCore.Http.Features": "1.1.0-*",
"Microsoft.AspNetCore.Hosting": "1.1.0-*"
"Microsoft.AspNetCore.Hosting": "1.1.0-*",
"Microsoft.AspNetCore.Http.Features": "1.1.0-*"
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
}
}