Downgrade Microsoft.Extensions.DependencyModel to 1.1.0
This commit is contained in:
parent
b82969a557
commit
5deda80e5a
|
|
@ -36,7 +36,7 @@
|
||||||
"version": "1.2.0-*",
|
"version": "1.2.0-*",
|
||||||
"type": "build"
|
"type": "build"
|
||||||
},
|
},
|
||||||
"Microsoft.Extensions.DependencyModel": "1.2.0-*",
|
"Microsoft.Extensions.DependencyModel": "1.1.0",
|
||||||
"Microsoft.Extensions.FileProviders.Abstractions": "1.2.0-*",
|
"Microsoft.Extensions.FileProviders.Abstractions": "1.2.0-*",
|
||||||
"Microsoft.Extensions.HashCodeCombiner.Sources": {
|
"Microsoft.Extensions.HashCodeCombiner.Sources": {
|
||||||
"type": "build",
|
"type": "build",
|
||||||
|
|
@ -64,4 +64,4 @@
|
||||||
"net451": {},
|
"net451": {},
|
||||||
"netstandard1.6": {}
|
"netstandard1.6": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue