diff --git a/samples/Mvc.Server/project.json b/samples/Mvc.Server/project.json index 01186c1f..0509657f 100644 --- a/samples/Mvc.Server/project.json +++ b/samples/Mvc.Server/project.json @@ -19,7 +19,11 @@ }, "frameworks": { - "net451": { }, + "net451": { + "frameworkAssemblies": { + "System.ComponentModel": { "type": "build" } + } + }, "netstandardapp1.5": { "dependencies": {