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:
parent
0f6fb8277c
commit
37dde59569
|
|
@ -28,8 +28,11 @@
|
|||
},
|
||||
"net451": {
|
||||
"frameworkAssemblies": {
|
||||
"System.Runtime": "",
|
||||
"System.Threading.Tasks": ""
|
||||
"System.Runtime": { "type": "build" },
|
||||
"System.IO": { "type": "build" },
|
||||
"System.Threading.Tasks": "",
|
||||
"System.Xml": "4.0.0.0",
|
||||
"System.Xml.Linq": "4.0.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"Moq": "4.2.1312.1622",
|
||||
|
|
|
|||
Loading…
Reference in New Issue