Updating to Moq \ Castle.Core that does not require imports
This commit is contained in:
parent
f2fa8b5660
commit
2f9bf9bb87
|
|
@ -5,7 +5,7 @@
|
||||||
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
|
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.1.0-*",
|
"Microsoft.AspNetCore.Server.Kestrel.Https": "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": {
|
||||||
|
|
@ -22,8 +22,7 @@
|
||||||
"System.Net.Http.WinHttpHandler": "4.0.0-*",
|
"System.Net.Http.WinHttpHandler": "4.0.0-*",
|
||||||
"System.Net.Sockets": "4.1.0-*",
|
"System.Net.Sockets": "4.1.0-*",
|
||||||
"System.Runtime.Handles": "4.0.1-*"
|
"System.Runtime.Handles": "4.0.1-*"
|
||||||
},
|
}
|
||||||
"imports": "dotnet5.4"
|
|
||||||
},
|
},
|
||||||
"net451": {
|
"net451": {
|
||||||
"frameworkAssemblies": {
|
"frameworkAssemblies": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue