Updating to Moq \ Castle.Core that does not require imports
This commit is contained in:
parent
ac8f751771
commit
d2b5144132
|
|
@ -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": {}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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": {}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue