Updating partner package versions

This commit is contained in:
Pranav K 2016-09-28 11:52:06 -07:00
parent 4e10d19175
commit aec2a7c2d2
3 changed files with 10 additions and 9 deletions

View File

@ -1,4 +1,4 @@
{
{
"version": "1.1.0-*",
"dependencies": {
"Microsoft.AspNetCore.ResponseCaching": "0.1.0-*",
@ -14,7 +14,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
}
}

View File

@ -1,4 +1,4 @@
{
{
"version": "0.1.0-*",
"buildOptions": {
"warningsAsErrors": true,
@ -28,7 +28,8 @@
"Microsoft.Extensions.TaskCache.Sources": {
"version": "1.1.0-*",
"type": "build"
}
},
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {
"net451": {},

View File

@ -1,4 +1,4 @@
{
{
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
@ -13,7 +13,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
}
}