Updating to Moq \ Castle.Core that does not require imports
This commit is contained in:
parent
88de3d5070
commit
e1b2ee6627
|
|
@ -7,7 +7,7 @@
|
||||||
"dotnet-test-xunit": "2.2.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.AspNetCore.Routing.Abstractions": "1.1.0-*",
|
"Microsoft.AspNetCore.Routing.Abstractions": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||||
"Moq": "4.6.25-*",
|
"Moq": "4.6.36-*",
|
||||||
"xunit": "2.2.0-*"
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
@ -18,8 +18,7 @@
|
||||||
"type": "platform"
|
"type": "platform"
|
||||||
},
|
},
|
||||||
"System.Diagnostics.TraceSource": "4.0.0-*"
|
"System.Diagnostics.TraceSource": "4.0.0-*"
|
||||||
},
|
}
|
||||||
"imports": "dotnet5.4"
|
|
||||||
},
|
},
|
||||||
"net451": {}
|
"net451": {}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
"Microsoft.AspNetCore.Routing": "1.1.0-*",
|
"Microsoft.AspNetCore.Routing": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.TestHost": "1.1.0-*",
|
"Microsoft.AspNetCore.TestHost": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||||
"Moq": "4.6.25-*",
|
"Moq": "4.6.36-*",
|
||||||
"RoutingSample.Web": "1.0.0-*",
|
"RoutingSample.Web": "1.0.0-*",
|
||||||
"xunit": "2.2.0-*"
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
|
|
@ -19,8 +19,7 @@
|
||||||
"type": "platform"
|
"type": "platform"
|
||||||
},
|
},
|
||||||
"System.Diagnostics.TraceSource": "4.0.0-*"
|
"System.Diagnostics.TraceSource": "4.0.0-*"
|
||||||
},
|
}
|
||||||
"imports": "dotnet5.4"
|
|
||||||
},
|
},
|
||||||
"net451": {}
|
"net451": {}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
"Microsoft.Extensions.Logging": "1.1.0-*",
|
"Microsoft.Extensions.Logging": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
|
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
|
||||||
"Microsoft.Extensions.WebEncoders": "1.1.0-*",
|
"Microsoft.Extensions.WebEncoders": "1.1.0-*",
|
||||||
"Moq": "4.6.25-*",
|
"Moq": "4.6.36-*",
|
||||||
"xunit": "2.2.0-*"
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
@ -22,8 +22,7 @@
|
||||||
"type": "platform"
|
"type": "platform"
|
||||||
},
|
},
|
||||||
"System.Diagnostics.TraceSource": "4.0.0-*"
|
"System.Diagnostics.TraceSource": "4.0.0-*"
|
||||||
},
|
}
|
||||||
"imports": "dotnet5.4"
|
|
||||||
},
|
},
|
||||||
"net451": {}
|
"net451": {}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue