Fix build break

This commit is contained in:
Pranav K 2016-03-03 06:27:23 -08:00
parent b35922e373
commit ac58e8433c
2 changed files with 10 additions and 2 deletions

View File

@ -16,7 +16,11 @@
"Microsoft.Dnx.Compilation.CSharp.Common": "1.0.0-*",
"Microsoft.Dnx.Compilation.CSharp.Abstractions": "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": {
"net451": {},

View File

@ -29,7 +29,11 @@
"Microsoft.Extensions.PropertyHelper.Sources": {
"version": "1.0.0-*",
"type": "build"
}
},
"System.Collections": "4.0.11-*",
"System.IO": "4.1.0-*",
"System.Reflection": "4.1.0-*",
"System.Threading": "4.0.11-*"
},
"frameworks": {
"net451": {