diff --git a/samples/Mvc.Client/project.json b/samples/Mvc.Client/project.json index 8473860b..4666a980 100644 --- a/samples/Mvc.Client/project.json +++ b/samples/Mvc.Client/project.json @@ -3,7 +3,15 @@ "debugType": "portable", "emitEntryPoint": true, "warningsAsErrors": true, - "preserveCompilationContext": true + "preserveCompilationContext": true, + + "copyToOutput": { + "include": [ + "wwwroot", + "Views", + "web.config" + ] + } }, "dependencies": { diff --git a/samples/Mvc.Server/project.json b/samples/Mvc.Server/project.json index c8a77aba..1cece8c5 100644 --- a/samples/Mvc.Server/project.json +++ b/samples/Mvc.Server/project.json @@ -3,7 +3,16 @@ "debugType": "portable", "emitEntryPoint": true, "warningsAsErrors": true, - "preserveCompilationContext": true + "preserveCompilationContext": true, + + "copyToOutput": { + "include": [ + "wwwroot", + "Views", + "config.json", + "web.config" + ] + } }, "dependencies": {