Fix build break

This commit is contained in:
Pranav K 2016-03-03 06:39:15 -08:00
parent fbb628298c
commit cedef4dcba
1 changed files with 5 additions and 1 deletions

View File

@ -14,7 +14,11 @@
"Microsoft.Extensions.Options": "1.0.0-*"
},
"frameworks": {
"net451": {},
"net451": {
"frameworkAssemblies": {
"System.Runtime": { "type": "build" }
}
},
"netstandard1.3": {
"dependencies": {
"System.Security.Claims": "4.0.1-*"