Fix core build issue

This commit is contained in:
Hao Kung 2015-09-17 15:51:36 -07:00
parent 5cc1fea400
commit af14c99b46
1 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,6 @@
"test": "xunit.runner.aspnet" "test": "xunit.runner.aspnet"
}, },
"frameworks": { "frameworks": {
"dnx451": { }, "dnx451": { }
"dnxcore50": { }
} }
} }