Remove extra dependencies that produce build warnings

This commit is contained in:
Pranav K 2016-03-09 12:47:39 -08:00
parent 6d3bd33c64
commit 78e53a22dd
2 changed files with 4 additions and 16 deletions

View File

@ -16,11 +16,7 @@
"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-*",
"System.Collections": "4.0.11-*",
"System.IO": "4.1.0-*",
"System.Reflection": "4.1.0-*",
"System.Threading": "4.0.11-*"
"Microsoft.Extensions.PlatformAbstractions.Dnx": "1.0.0-*"
},
"frameworks": {
"net451": {},

View File

@ -29,19 +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": {
"frameworkAssemblies": {
"System.Collections": "",
"System.IO": "",
"System.Runtime": "",
"System.Text.Encoding": "",
"System.Threading.Tasks": ""
}
},
@ -52,8 +44,8 @@
],
"dependencies": {
"System.Text.Encoding": "4.0.11-*",
"System.Runtime.Loader": "4.0.0-*",
"System.Threading.Tasks.Parallel": "4.0.1-*"
"System.Threading.Tasks.Parallel": "4.0.1-*",
"System.Runtime.Loader": "4.0.0-*"
}
}
},