Fix the test projects that can't build without src because the framework assemblies are not transitively referenced when referencing packages

This commit is contained in:
Victor Hurdugaci 2016-03-17 09:15:15 -07:00
parent 0f6fb8277c
commit 37dde59569
1 changed files with 5 additions and 2 deletions

View File

@ -28,8 +28,11 @@
}, },
"net451": { "net451": {
"frameworkAssemblies": { "frameworkAssemblies": {
"System.Runtime": "", "System.Runtime": { "type": "build" },
"System.Threading.Tasks": "" "System.IO": { "type": "build" },
"System.Threading.Tasks": "",
"System.Xml": "4.0.0.0",
"System.Xml.Linq": "4.0.0.0"
}, },
"dependencies": { "dependencies": {
"Moq": "4.2.1312.1622", "Moq": "4.2.1312.1622",