Merge branch 'release' into dev

This commit is contained in:
Pranav K 2016-04-08 06:49:26 -07:00
commit 4fd9e2bd40
2 changed files with 4 additions and 12 deletions

View File

@ -22,11 +22,7 @@
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*"
},
"frameworks": {
"net451": { },
"netstandard1.3": {
"imports": [
"dotnet5.4"
]
}
"net451": {},
"netstandard1.3": {}
}
}

View File

@ -25,11 +25,7 @@
"Microsoft.Extensions.Options": "1.0.0-*"
},
"frameworks": {
"net451": { },
"netstandard1.3": {
"imports": [
"dotnet5.4"
]
}
"net451": {},
"netstandard1.3": {}
}
}