From aa181edcf6e8309ff95aaed39011c3cadaa04d54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Tue, 12 Apr 2016 17:53:13 +0200 Subject: [PATCH] Update project.json to ensure config.json is correctly copied by dotnet publish --- samples/Mvc.Server/project.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/Mvc.Server/project.json b/samples/Mvc.Server/project.json index 0509657f..6f84a5eb 100644 --- a/samples/Mvc.Server/project.json +++ b/samples/Mvc.Server/project.json @@ -48,7 +48,8 @@ "content": [ "wwwroot", - "Views" + "Views", + "config.json" ], "exclude": [