From 51e74c2ebafb880b7c26675e0a0c70424a4066be Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 28 Dec 2015 09:54:41 -0800 Subject: [PATCH] Add hosting.json to MvcSandbox --- samples/MvcSandbox/hosting.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 samples/MvcSandbox/hosting.json diff --git a/samples/MvcSandbox/hosting.json b/samples/MvcSandbox/hosting.json new file mode 100644 index 0000000000..95505372fa --- /dev/null +++ b/samples/MvcSandbox/hosting.json @@ -0,0 +1,3 @@ +{ + "server": "Microsoft.AspNet.Server.Kestrel" +} \ No newline at end of file