From ce187a0e550d5e771baefedfb71fa5c0466db755 Mon Sep 17 00:00:00 2001 From: John Luo Date: Sun, 7 Feb 2016 23:04:35 -0800 Subject: [PATCH] Adding required configuration files --- samples/IdentitySample.Mvc/project.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/IdentitySample.Mvc/project.json b/samples/IdentitySample.Mvc/project.json index e336772ba7..625f7a564a 100644 --- a/samples/IdentitySample.Mvc/project.json +++ b/samples/IdentitySample.Mvc/project.json @@ -51,5 +51,6 @@ "gulp clean", "gulp min" ] - } + }, + "content": ["appsettings.json"] } \ No newline at end of file