Updating to Moq \ Castle.Core that does not require imports
This commit is contained in:
parent
47e8e49de8
commit
61fd6a5130
|
|
@ -14,7 +14,7 @@
|
||||||
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.1.0-*",
|
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||||
"Microsoft.EntityFrameworkCore.InMemory": "1.1.0-*",
|
"Microsoft.EntityFrameworkCore.InMemory": "1.1.0-*",
|
||||||
"Moq": "4.6.25-*",
|
"Moq": "4.6.36-*",
|
||||||
"xunit": "2.2.0-*"
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
@ -25,8 +25,7 @@
|
||||||
"type": "platform"
|
"type": "platform"
|
||||||
},
|
},
|
||||||
"System.Diagnostics.TraceSource": "4.0.0-*"
|
"System.Diagnostics.TraceSource": "4.0.0-*"
|
||||||
},
|
}
|
||||||
"imports": "dotnet5.4"
|
|
||||||
},
|
},
|
||||||
"net451": {}
|
"net451": {}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.1.0-*",
|
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "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-*",
|
||||||
"xunit": "2.2.0-*"
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
@ -38,8 +38,7 @@
|
||||||
"type": "platform"
|
"type": "platform"
|
||||||
},
|
},
|
||||||
"System.Diagnostics.TraceSource": "4.0.0-*"
|
"System.Diagnostics.TraceSource": "4.0.0-*"
|
||||||
},
|
}
|
||||||
"imports": "dotnet5.4"
|
|
||||||
},
|
},
|
||||||
"net451": {}
|
"net451": {}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
"Microsoft.AspNetCore.Identity": "1.1.0-*",
|
"Microsoft.AspNetCore.Identity": "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-*",
|
||||||
"xunit": "2.2.0-*"
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
@ -26,8 +26,7 @@
|
||||||
"type": "platform"
|
"type": "platform"
|
||||||
},
|
},
|
||||||
"System.Diagnostics.TraceSource": "4.0.0-*"
|
"System.Diagnostics.TraceSource": "4.0.0-*"
|
||||||
},
|
}
|
||||||
"imports": "dotnet5.4"
|
|
||||||
},
|
},
|
||||||
"net451": {}
|
"net451": {}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Configuration": "1.1.0-*",
|
"Microsoft.Extensions.Configuration": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0-*",
|
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0-*",
|
||||||
"Moq": "4.6.25-*",
|
"Moq": "4.6.36-*",
|
||||||
"xunit": "2.2.0-*"
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
@ -25,8 +25,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