Workaround Microsoft.Extensions.testing.Abstractions project.json bug

This commit is contained in:
Krzysztof Wicher 2015-12-09 01:03:47 -08:00
parent aed194acda
commit 7fb0a92d5e

View file

@ -10,10 +10,7 @@
},
"dependencies": {
"Newtonsoft.Json": "7.0.1",
"Microsoft.DotNet.ProjectModel": {
"version": "1.0.0",
"type": "build"
},
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
"Microsoft.Extensions.Compilation.Abstractions": "1.0.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
"System.Runtime.Serialization.Primitives": "4.0.11-beta-*"