Fix build break
This commit is contained in:
parent
b35922e373
commit
ac58e8433c
|
|
@ -16,7 +16,11 @@
|
||||||
"Microsoft.Dnx.Compilation.CSharp.Common": "1.0.0-*",
|
"Microsoft.Dnx.Compilation.CSharp.Common": "1.0.0-*",
|
||||||
"Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-*",
|
"Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-*",
|
||||||
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
|
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
|
||||||
"Microsoft.Extensions.PlatformAbstractions.Dnx": "1.0.0-*"
|
"Microsoft.Extensions.PlatformAbstractions.Dnx": "1.0.0-*",
|
||||||
|
"System.Collections": "4.0.11-*",
|
||||||
|
"System.IO": "4.1.0-*",
|
||||||
|
"System.Reflection": "4.1.0-*",
|
||||||
|
"System.Threading": "4.0.11-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {},
|
"net451": {},
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,11 @@
|
||||||
"Microsoft.Extensions.PropertyHelper.Sources": {
|
"Microsoft.Extensions.PropertyHelper.Sources": {
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"type": "build"
|
"type": "build"
|
||||||
}
|
},
|
||||||
|
"System.Collections": "4.0.11-*",
|
||||||
|
"System.IO": "4.1.0-*",
|
||||||
|
"System.Reflection": "4.1.0-*",
|
||||||
|
"System.Threading": "4.0.11-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {
|
"net451": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue