Add required dependency for running test site

This commit is contained in:
John Luo 2016-02-23 16:26:30 -08:00
parent 90087b0c39
commit 4ad6bbcdd3
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@
"frameworks": {
"dnx451": { },
"dnxcore50": {
"dependencies": {
"NETStandard.Library": "1.0.0-*"
},
"imports": "portable-net451+win8"
}
}