Updating to Moq \ Castle.Core that does not require imports

This commit is contained in:
Pranav K 2016-08-08 11:59:09 -07:00
parent 904427b33d
commit f0f3832c14
2 changed files with 4 additions and 6 deletions

View File

@ -13,7 +13,7 @@
}, },
"Microsoft.AspNetCore.Testing": "1.1.0-*", "Microsoft.AspNetCore.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-*"
}, },
"testRunner": "xunit", "testRunner": "xunit",
@ -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": {
"frameworkAssemblies": { "frameworkAssemblies": {

View File

@ -9,7 +9,7 @@
}, },
"Microsoft.AspNetCore.Testing": "1.1.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-*",
"Newtonsoft.Json": "9.0.1", "Newtonsoft.Json": "9.0.1",
"Moq": "4.6.25-*", "Moq": "4.6.36-*",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
"testRunner": "xunit", "testRunner": "xunit",
@ -21,8 +21,7 @@
"type": "platform" "type": "platform"
}, },
"System.Diagnostics.TraceSource": "4.0.0-*" "System.Diagnostics.TraceSource": "4.0.0-*"
}, }
"imports": "dotnet5.4"
}, },
"net451": { "net451": {
"frameworkAssemblies": { "frameworkAssemblies": {