Updating to Moq \ Castle.Core that does not require imports

This commit is contained in:
Pranav K 2016-08-08 12:28:30 -07:00
parent ac8f751771
commit d2b5144132
2 changed files with 4 additions and 6 deletions

View File

@ -13,7 +13,7 @@
"Microsoft.EntityFrameworkCore.InMemory": "1.1.0-*",
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"Moq": "4.6.25-*",
"Moq": "4.6.36-*",
"xunit": "2.2.0-*"
},
"testRunner": "xunit",
@ -25,8 +25,7 @@
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.0.0-*"
},
"imports": "dotnet5.4"
}
},
"net451": {}
}

View File

@ -23,7 +23,7 @@
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
"Microsoft.Extensions.DiagnosticAdapter": "1.1.0-*",
"Microsoft.Extensions.FileProviders.Embedded": "1.1.0-*",
"Moq": "4.6.25-*",
"Moq": "4.6.36-*",
"xunit": "2.2.0-*"
},
"frameworks": {
@ -34,8 +34,7 @@
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.0.0-*"
},
"imports":"dotnet5.4"
}
},
"net451": {}
},