Browse Source

Add System.ComponentModel to ensure Mvc.Server can be used as a standalone application

pull/88/head
Kévin Chalet 10 years ago
parent
commit
e188c01a10
  1. 6
      samples/Mvc.Server/project.json

6
samples/Mvc.Server/project.json

@ -19,7 +19,11 @@
},
"frameworks": {
"net451": { },
"net451": {
"frameworkAssemblies": {
"System.ComponentModel": { "type": "build" }
}
},
"netstandardapp1.5": {
"dependencies": {

Loading…
Cancel
Save