Enable Microsoft.AspNet.Session.Tests on CoreCLR.

This commit is contained in:
Cesar Blum Silveira 2015-10-16 11:35:58 -07:00
parent f9155d17aa
commit 551d559ada
1 changed files with 2 additions and 1 deletions

View File

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