Updating to 4.4 CoreFx packages

This commit is contained in:
Pranav K 2016-12-05 09:03:53 -08:00
parent 6f0a68b298
commit 13edf7a27b
4 changed files with 4 additions and 6 deletions

View File

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

View File

@ -34,7 +34,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
}
}
@ -44,10 +44,8 @@
"runtimes": {
"win7-x86": {},
"win7-x64": {},
"osx.10.10-x64": {},
"osx.10.11-x64": {},
"ubuntu.14.04-x64": {},
"ubuntu.14.10-x64": {},
"ubuntu.15.04-x64": {},

View File

@ -12,7 +12,7 @@
"Microsoft.Extensions.Logging.Console": "1.2.0-*",
"Microsoft.Net.Http.Headers": "1.2.0-*",
"Microsoft.NETCore.App": {
"version": "1.1.0-*"
"version": "1.2.0-*"
}
},
"buildOptions": {

View File

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