Skip to content
This repository was archived by the owner on Nov 29, 2018. It is now read-only.

Commit f581863

Browse files
committed
move System.Reflection dependency to dnxcore50 in tests
1 parent 6644b5b commit f581863

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

test/Microsoft.Framework.Localization.Test/project.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"dependencies": {
33
"xunit": "2.1.0-*",
44
"xunit.runner.dnx": "2.1.0-*",
5-
"Microsoft.Framework.Localization": "1.0.0-*",
6-
"System.Reflection": "4.0.10-beta-*"
5+
"Microsoft.Framework.Localization": "1.0.0-*"
76
},
87

98
"commands": {
@@ -12,6 +11,10 @@
1211

1312
"frameworks": {
1413
"dnx451": { },
15-
"dnxcore50": { }
14+
"dnxcore50": {
15+
"dependencies": {
16+
"System.Reflection": "4.0.10-beta-*"
17+
}
18+
}
1619
}
1720
}

0 commit comments

Comments
 (0)