move System.Reflection dependency to dnxcore50 in tests
This commit is contained in:
parent
6644b5beba
commit
f581863445
|
|
@ -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-*"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue