move System.Reflection dependency to dnxcore50 in tests

This commit is contained in:
anurse 2015-06-12 23:43:46 -07:00
parent 6644b5beba
commit f581863445
1 changed files with 6 additions and 3 deletions

View File

@ -2,8 +2,7 @@
"dependencies": { "dependencies": {
"xunit": "2.1.0-*", "xunit": "2.1.0-*",
"xunit.runner.dnx": "2.1.0-*", "xunit.runner.dnx": "2.1.0-*",
"Microsoft.Framework.Localization": "1.0.0-*", "Microsoft.Framework.Localization": "1.0.0-*"
"System.Reflection": "4.0.10-beta-*"
}, },
"commands": { "commands": {
@ -12,6 +11,10 @@
"frameworks": { "frameworks": {
"dnx451": { }, "dnx451": { },
"dnxcore50": { } "dnxcore50": {
"dependencies": {
"System.Reflection": "4.0.10-beta-*"
}
}
} }
} }