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

This commit is contained in:
Pranav K 2016-08-08 12:25:00 -07:00
parent 88de3d5070
commit e1b2ee6627
3 changed files with 6 additions and 9 deletions

View File

@ -7,7 +7,7 @@
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Routing.Abstractions": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"Moq": "4.6.25-*",
"Moq": "4.6.36-*",
"xunit": "2.2.0-*"
},
"frameworks": {
@ -18,8 +18,7 @@
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.0.0-*"
},
"imports": "dotnet5.4"
}
},
"net451": {}
},

View File

@ -7,7 +7,7 @@
"Microsoft.AspNetCore.Routing": "1.1.0-*",
"Microsoft.AspNetCore.TestHost": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"Moq": "4.6.25-*",
"Moq": "4.6.36-*",
"RoutingSample.Web": "1.0.0-*",
"xunit": "2.2.0-*"
},
@ -19,8 +19,7 @@
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.0.0-*"
},
"imports": "dotnet5.4"
}
},
"net451": {}
},

View File

@ -11,7 +11,7 @@
"Microsoft.Extensions.Logging": "1.1.0-*",
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
"Microsoft.Extensions.WebEncoders": "1.1.0-*",
"Moq": "4.6.25-*",
"Moq": "4.6.36-*",
"xunit": "2.2.0-*"
},
"frameworks": {
@ -22,8 +22,7 @@
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.0.0-*"
},
"imports": "dotnet5.4"
}
},
"net451": {}
},