Add missing framework assemblies

This commit is contained in:
Brennan 2016-02-11 13:29:58 -08:00
parent 85b1ac37bf
commit 314bc21413
5 changed files with 25 additions and 5 deletions

View File

@ -20,7 +20,11 @@
"dnx451": {
"dependencies": {
"xunit.runner.console": "2.1.0"
}
},
"frameworkAssemblies": {
"System.Runtime": "",
"System.Threading.Tasks": ""
}
}
},
"testRunner": "xunit",

View File

@ -18,7 +18,11 @@
"dnx451": {
"dependencies": {
"xunit.runner.console": "2.1.0"
}
},
"frameworkAssemblies": {
"System.Runtime": "",
"System.Threading.Tasks": ""
}
}
},
"testRunner": "xunit",

View File

@ -19,7 +19,11 @@
"dependencies": {
"Moq": "4.2.1312.1622",
"xunit.runner.console": "2.1.0"
}
},
"frameworkAssemblies": {
"System.Runtime": "",
"System.Threading.Tasks": ""
}
}
},
"testRunner": "xunit",

View File

@ -23,7 +23,11 @@
"dependencies": {
"Moq": "4.2.1312.1622",
"xunit.runner.console": "2.1.0"
}
},
"frameworkAssemblies": {
"System.Runtime": "",
"System.Threading.Tasks": ""
}
}
},
"testRunner": "xunit",

View File

@ -23,7 +23,11 @@
"dependencies": {
"Moq": "4.2.1312.1622",
"xunit.runner.console": "2.1.0"
}
},
"frameworkAssemblies": {
"System.Runtime": "",
"System.Threading.Tasks": ""
}
}
},
"testRunner": "xunit",