Enable some tests on CoreCLR.

This commit is contained in:
Cesar Blum Silveira 2015-10-16 11:15:34 -07:00
parent 79fe094add
commit 4165ee02c1
2 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,8 @@
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"frameworks": {
"dnx451": { }
"dnx451": { },
"dnxcore50": { }
},
"commands": {
"test": "xunit.runner.aspnet"

View File

@ -8,7 +8,8 @@
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"frameworks": {
"dnx451": { }
"dnx451": { },
"dnxcore50": { }
},
"commands": {
"test": "xunit.runner.aspnet"