Enable Microsoft.AspNet.TestHost.Tests on CoreCLR.

This commit is contained in:
Cesar Blum Silveira 2015-10-16 11:33:26 -07:00
parent 5f4f6194b8
commit f0438d69eb
1 changed files with 2 additions and 1 deletions

View File

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