From e188c01a10862be76b27ca5059b1009f2d6c8097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Sun, 3 Apr 2016 20:51:10 +0200 Subject: [PATCH] Add System.ComponentModel to ensure Mvc.Server can be used as a standalone application --- samples/Mvc.Server/project.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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": {