Fix PSReadLine for net451 build

Needed System.Windows.Forms
This commit is contained in:
Andrew Schwartzmeyer 2016-05-05 14:28:33 -07:00 committed by Andrew Schwartzmeyer
parent 5c0d17e3a2
commit 8435ed758c

View file

@ -19,6 +19,11 @@
"imports": [ "dnxcore50", "portable-net45+win8" ]
},
"net451": {
"frameworkAssemblies": {
"System.Windows.Forms": {
"type": "build"
}
}
}
}
}