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

This commit is contained in:
Pranav K 2016-08-08 12:32:20 -07:00
parent c86bf2cda7
commit b5abd73e34
1 changed files with 2 additions and 3 deletions

View File

@ -6,7 +6,7 @@
"Microsoft.AspNetCore.Cors": "1.1.0-*", "Microsoft.AspNetCore.Cors": "1.1.0-*",
"Microsoft.AspNetCore.TestHost": "1.1.0-*", "Microsoft.AspNetCore.TestHost": "1.1.0-*",
"Microsoft.Extensions.Logging.Testing": "1.1.0-*", "Microsoft.Extensions.Logging.Testing": "1.1.0-*",
"Moq": "4.6.25-*", "Moq": "4.6.36-*",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
"testRunner": "xunit", "testRunner": "xunit",
@ -18,8 +18,7 @@
"type": "platform" "type": "platform"
}, },
"System.Diagnostics.TraceSource": "4.0.0-*" "System.Diagnostics.TraceSource": "4.0.0-*"
}, }
"imports": "dotnet5.4"
}, },
"net451": {} "net451": {}
} }