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

This commit is contained in:
Pranav K 2016-08-08 12:22:35 -07:00
parent 0de846182b
commit b086b5b165
2 changed files with 4 additions and 6 deletions

View File

@ -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": {

View File

@ -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": {