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

This commit is contained in:
Pranav K 2016-08-08 12:35:41 -07:00
parent eb17453322
commit 8691686dd8
3 changed files with 6 additions and 9 deletions

View File

@ -4,7 +4,7 @@
"Microsoft.AspNetCore.Cryptography.Internal": "1.1.0-*",
"Microsoft.AspNetCore.DataProtection.Abstractions": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"Moq": "4.6.25-*",
"Moq": "4.6.36-*",
"xunit": "2.2.0-*"
},
"frameworks": {
@ -15,8 +15,7 @@
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.0.0-*"
},
"imports": "dotnet5.4"
}
},
"net451": {}
},

View File

@ -8,7 +8,7 @@
"version": "1.0.0-*"
},
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"Moq": "4.6.25-*",
"Moq": "4.6.36-*",
"xunit": "2.2.0-*"
},
"frameworks": {
@ -19,8 +19,7 @@
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.0.0-*"
},
"imports": "dotnet5.4"
}
},
"net451": {}
},

View File

@ -9,7 +9,7 @@
},
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
"Moq": "4.6.25-*",
"Moq": "4.6.36-*",
"xunit": "2.2.0-*"
},
"frameworks": {
@ -20,8 +20,7 @@
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.0.0-*"
},
"imports": "dotnet5.4"
}
},
"net451": {}
},