Add framework assemblies required to run tests without src

This commit is contained in:
Pranav K 2016-07-05 12:01:37 -07:00
Родитель 0fa5bbb6c6
Коммит 6d81ba7656
2 изменённых файлов: 10 добавлений и 4 удалений

Просмотреть файл

@ -1,3 +0,0 @@
{
"projects": ["src"]
}

Просмотреть файл

@ -19,7 +19,16 @@
}
}
},
"net451": {}
"net451": {
"frameworkAssemblies": {
"System.Security": {
"type": "build"
},
"System.Xml": {
"type": "build"
}
}
}
},
"testRunner": "xunit"
}