Downgrade to 1.0.0 Microsoft.Extensions.DependencyModel

Work around for https://github.com/dotnet/core-setup/issues/423
This commit is contained in:
Pranav K 2016-10-05 19:12:13 -07:00
parent 41f00eea23
commit 45337c1fc2
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
"version": "1.1.0-*",
"type": "build"
},
"Microsoft.Extensions.DependencyModel": "1.1.0-*",
"Microsoft.Extensions.DependencyModel": "1.0.0",
"Microsoft.Extensions.FileProviders.Abstractions": "1.1.0-*",
"Microsoft.Extensions.HashCodeCombiner.Sources": {
"type": "build",