Updated packages and fixed build errors and tests..now need to update nuspec

This commit is contained in:
tom.pallister
2017-01-11 17:23:34 +00:00
parent 536db48049
commit b2d33f0ec5
12 changed files with 271 additions and 242 deletions

View File

@ -1,22 +1,20 @@
{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true
},
{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.1"
},
"Ocelot": "1.0.0-*",
"BenchmarkDotNet": "0.9.9"
},
"frameworks": {
"netcoreapp1.4": {
"imports": [
]
}
"dependencies": {
"Ocelot": "1.0.0-*",
"BenchmarkDotNet": "0.10.1"
},
"runtimes": {
"win10-x64": {}
},
"frameworks": {
"netcoreapp1.4": {
"imports": [
]
}
}
}