Updating partner package versions

This commit is contained in:
Pranav K 2016-09-28 11:52:28 -07:00
parent e77d7801ad
commit 8f10080ad0
3 changed files with 6 additions and 10 deletions

View File

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

View File

@ -17,7 +17,8 @@
"Microsoft.AspNetCore.Http.Abstractions": "1.1.0-*",
"Microsoft.Extensions.Caching.Abstractions": "1.1.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
"Microsoft.Extensions.Options": "1.1.0-*"
"Microsoft.Extensions.Options": "1.1.0-*",
"NETStandard.Library": "1.6.1-*"
},
"buildOptions": {
"allowUnsafe": true,
@ -30,10 +31,6 @@
},
"frameworks": {
"net451": {},
"netstandard1.3": {
"dependencies": {
"System.Security.Cryptography.Algorithms": "4.2.0-*"
}
}
"netstandard1.3": {}
}
}

View File

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