Add framework assemblies required to run tests without src
This commit is contained in:
Родитель
0fa5bbb6c6
Коммит
6d81ba7656
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"projects": ["src"]
|
||||
}
|
|
@ -19,7 +19,16 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"net451": {}
|
||||
"net451": {
|
||||
"frameworkAssemblies": {
|
||||
"System.Security": {
|
||||
"type": "build"
|
||||
},
|
||||
"System.Xml": {
|
||||
"type": "build"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"testRunner": "xunit"
|
||||
}
|
Загрузка…
Ссылка в новой задаче