Updating to Moq \ Castle.Core that does not require imports
This commit is contained in:
parent
0de846182b
commit
b086b5b165
|
|
@ -3,7 +3,7 @@
|
||||||
"dotnet-test-xunit": "2.2.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"AntiforgerySample": "1.1.0-*",
|
"AntiforgerySample": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.TestHost": "1.1.0-*",
|
"Microsoft.AspNetCore.TestHost": "1.1.0-*",
|
||||||
"Moq": "4.6.25-*",
|
"Moq": "4.6.36-*",
|
||||||
"xunit": "2.2.0-*"
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"testRunner": "xunit",
|
"testRunner": "xunit",
|
||||||
|
|
@ -15,8 +15,7 @@
|
||||||
"type": "platform"
|
"type": "platform"
|
||||||
},
|
},
|
||||||
"System.Net.Http": "4.1.0-*"
|
"System.Net.Http": "4.1.0-*"
|
||||||
},
|
}
|
||||||
"imports": "dotnet5.4"
|
|
||||||
},
|
},
|
||||||
"net451": {
|
"net451": {
|
||||||
"frameworkAssemblies": {
|
"frameworkAssemblies": {
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
|
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Logging": "1.1.0-*",
|
"Microsoft.Extensions.Logging": "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-*"
|
||||||
},
|
},
|
||||||
"testRunner": "xunit",
|
"testRunner": "xunit",
|
||||||
|
|
@ -23,8 +23,7 @@
|
||||||
"type": "platform"
|
"type": "platform"
|
||||||
},
|
},
|
||||||
"System.Diagnostics.TraceSource": "4.0.0-*"
|
"System.Diagnostics.TraceSource": "4.0.0-*"
|
||||||
},
|
}
|
||||||
"imports": "dotnet5.4"
|
|
||||||
},
|
},
|
||||||
"net451": {
|
"net451": {
|
||||||
"frameworkAssemblies": {
|
"frameworkAssemblies": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue