Updating partner package versions

This commit is contained in:
Pranav K 2016-09-28 11:52:24 -07:00
parent 6cf94c0949
commit 4875019cb0
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -10,7 +10,7 @@
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
"Microsoft.Net.Http.Headers": "1.1.0-*",
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
}
},

View File

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