Updating partner package versions

This commit is contained in:
Pranav K 2016-09-28 11:50:57 -07:00
parent 3181c3f2e3
commit f1c53378c3
6 changed files with 9 additions and 9 deletions

View File

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

View File

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

View File

@ -22,6 +22,7 @@
"Microsoft.Extensions.Logging": "1.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
"Microsoft.Extensions.Logging.Debug": "1.1.0-*",
"NETStandard.Library": "1.6.1-*",
"xunit": "2.2.0-*"
},
"frameworks": {

View File

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

View File

@ -24,10 +24,9 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
},
"System.Net.Primitives": "4.0.11-*"
}
}
}
}

View File

@ -20,8 +20,7 @@
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": "1.0.0-*",
"System.Net.Primitives": "4.0.11-*"
"Microsoft.NETCore.App": "1.1.0-*"
}
},
"net451": {}