Fixed tests

This commit is contained in:
David Fowler 2016-03-25 09:32:26 -07:00
parent 808d91c0e4
commit 91ba4154c6
1 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,6 @@
"Microsoft.AspNetCore.WebUtilities": "1.0.0-*",
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.Net.Http.Headers": "1.0.0-*"
},
"compilationOptions": {
@ -22,7 +21,10 @@
"imports": [
"dnxcore50",
"portable-net451+win8"
]
],
"dependencies": {
"NETStandard.Library": "1.5.0-*"
}
}
}
}