Updating tests to use moq.netcore
This commit is contained in:
parent
80f1655478
commit
a45c08a4c4
|
|
@ -1,17 +1,23 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.Cors": "6.0.0-*",
|
"Microsoft.AspNet.Cors": "6.0.0-*",
|
||||||
"Microsoft.AspNet.TestHost": "1.0.0-*",
|
"Microsoft.AspNet.TestHost": "1.0.0-*",
|
||||||
|
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||||
|
},
|
||||||
|
"commands": {
|
||||||
|
"test": "xunit.runner.aspnet"
|
||||||
|
},
|
||||||
|
"frameworks": {
|
||||||
|
"dnx451": {
|
||||||
|
"dependencies": {
|
||||||
"Moq": "4.2.1312.1622",
|
"Moq": "4.2.1312.1622",
|
||||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
}
|
||||||
},
|
},
|
||||||
"commands": {
|
"dnxcore50": {
|
||||||
"test": "xunit.runner.aspnet"
|
"dependencies": {
|
||||||
},
|
"moq.netcore": "4.4.0-beta8"
|
||||||
"frameworks": {
|
}
|
||||||
"dnx451": {
|
|
||||||
"dependencies": {}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue