Add missing framework assemblies
This commit is contained in:
parent
85b1ac37bf
commit
314bc21413
|
|
@ -20,7 +20,11 @@
|
|||
"dnx451": {
|
||||
"dependencies": {
|
||||
"xunit.runner.console": "2.1.0"
|
||||
}
|
||||
},
|
||||
"frameworkAssemblies": {
|
||||
"System.Runtime": "",
|
||||
"System.Threading.Tasks": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"testRunner": "xunit",
|
||||
|
|
|
|||
|
|
@ -18,7 +18,11 @@
|
|||
"dnx451": {
|
||||
"dependencies": {
|
||||
"xunit.runner.console": "2.1.0"
|
||||
}
|
||||
},
|
||||
"frameworkAssemblies": {
|
||||
"System.Runtime": "",
|
||||
"System.Threading.Tasks": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"testRunner": "xunit",
|
||||
|
|
|
|||
|
|
@ -19,7 +19,11 @@
|
|||
"dependencies": {
|
||||
"Moq": "4.2.1312.1622",
|
||||
"xunit.runner.console": "2.1.0"
|
||||
}
|
||||
},
|
||||
"frameworkAssemblies": {
|
||||
"System.Runtime": "",
|
||||
"System.Threading.Tasks": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"testRunner": "xunit",
|
||||
|
|
|
|||
|
|
@ -23,7 +23,11 @@
|
|||
"dependencies": {
|
||||
"Moq": "4.2.1312.1622",
|
||||
"xunit.runner.console": "2.1.0"
|
||||
}
|
||||
},
|
||||
"frameworkAssemblies": {
|
||||
"System.Runtime": "",
|
||||
"System.Threading.Tasks": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"testRunner": "xunit",
|
||||
|
|
|
|||
|
|
@ -23,7 +23,11 @@
|
|||
"dependencies": {
|
||||
"Moq": "4.2.1312.1622",
|
||||
"xunit.runner.console": "2.1.0"
|
||||
}
|
||||
},
|
||||
"frameworkAssemblies": {
|
||||
"System.Runtime": "",
|
||||
"System.Threading.Tasks": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"testRunner": "xunit",
|
||||
|
|
|
|||
Loading…
Reference in New Issue