Updating to 4.4 CoreFx packages

This commit is contained in:
Pranav K 2016-12-05 09:04:09 -08:00
parent 3489cf8c23
commit 42297c152b
9 changed files with 19 additions and 19 deletions

View File

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

View File

@ -13,7 +13,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
}
}

View File

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

View File

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

View File

@ -17,7 +17,7 @@
"Microsoft.Net.Http.Server": {
"target": "project"
},
"NETStandard.Library": "1.6.1-*"
"NETStandard.Library": "1.6.2-*"
},
"buildOptions": {
"allowUnsafe": true,
@ -32,7 +32,7 @@
"net451": {},
"netstandard1.3": {
"dependencies": {
"System.Security.Claims": "4.3.0-*"
"System.Security.Claims": "4.4.0-*"
}
}
}

View File

@ -10,7 +10,7 @@
"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "1.2.0-*",
"Microsoft.Extensions.Primitives": "1.2.0-*",
"NETStandard.Library": "1.6.1-*"
"NETStandard.Library": "1.6.2-*"
},
"buildOptions": {
"allowUnsafe": true,
@ -35,11 +35,11 @@
"type": "build",
"version": "1.2.0-*"
},
"System.Diagnostics.Contracts": "4.3.0-*",
"System.Net.WebSockets": "4.3.0-*",
"System.Security.Claims": "4.3.0-*",
"System.Security.Principal.Windows": "4.3.0-*",
"System.Threading.Overlapped": "4.3.0-*"
"System.Diagnostics.Contracts": "4.4.0-*",
"System.Net.WebSockets": "4.4.0-*",
"System.Security.Claims": "4.4.0-*",
"System.Security.Principal.Windows": "4.4.0-*",
"System.Threading.Overlapped": "4.4.0-*"
}
}
}

View File

@ -14,11 +14,11 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
},
"System.Net.Http.WinHttpHandler": "4.3.0-*",
"System.Net.WebSockets.Client": "4.3.0-*"
"System.Net.Http.WinHttpHandler": "4.4.0-*",
"System.Net.WebSockets.Client": "4.4.0-*"
}
},
"net451": {

View File

@ -18,11 +18,11 @@
"version": "1.2.0-*"
},
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
},
"System.Net.Http.WinHttpHandler": "4.3.0-*",
"System.Net.WebSockets.Client": "4.3.0-*"
"System.Net.Http.WinHttpHandler": "4.4.0-*",
"System.Net.WebSockets.Client": "4.4.0-*"
}
},
"net451": {

View File

@ -9,7 +9,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
}
}