Switching to using generations TFM

This commit is contained in:
Pranav K 2015-10-21 21:37:42 -07:00
parent 7cc3e11a9e
commit 39c355002b
3 changed files with 68 additions and 68 deletions

View File

@ -10,7 +10,7 @@
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-*"
},
"frameworks": {
"dnx451": {},
"dnxcore50": {}
"net451": {},
"dotnet5.4": {}
}
}

View File

@ -9,9 +9,8 @@
"Microsoft.AspNet.Http.Features": "1.0.0-*",
"Microsoft.Extensions.Configuration.Abstractions": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"net451": {},
"dotnet5.4": {}
}
}

View File

@ -35,7 +35,8 @@
"dnxcore50": {
"dependencies": {
"System.Console": "4.0.0-beta-*",
"System.Diagnostics.StackTrace": "4.0.1-beta-*"
"System.Diagnostics.StackTrace": "4.0.1-beta-*",
"System.Reflection.Extensions": "4.0.1-beta-*"
}
}
}