[quick fix] Allow `TestCommon` project to build successfully
- otherwise may fail in VS or when using `BuildV2` from the command line
This commit is contained in:
parent
90777c903d
commit
0476d53f1d
|
|
@ -3,6 +3,10 @@
|
||||||
"shared": "**/*.cs",
|
"shared": "**/*.cs",
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"dnx451": {},
|
"dnx451": {},
|
||||||
"dnxcore50": {}
|
"dnxcore50": {
|
||||||
|
"dependencies": {
|
||||||
|
"System.Runtime": "4.0.21-beta-*"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue