Add missing System.ComponentModel dependency.

This commit is contained in:
Chris R 2015-12-17 15:37:20 -08:00
parent 29e87e314a
commit 3809613618
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.ComponentModel": "4.0.1-*",
"System.Diagnostics.Debug": "4.0.11-*"
}
}