From 2351e296c78517195f6274e39febd5ceea1a55ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Thu, 18 Feb 2016 20:19:27 +0100 Subject: [PATCH] Remove unnecessary hosting.json files --- samples/Mvc.Client/Startup.cs | 1 - samples/Mvc.Client/hosting.json | 3 --- samples/Mvc.Server/hosting.json | 3 --- 3 files changed, 7 deletions(-) delete mode 100644 samples/Mvc.Client/hosting.json delete mode 100644 samples/Mvc.Server/hosting.json diff --git a/samples/Mvc.Client/Startup.cs b/samples/Mvc.Client/Startup.cs index 43b86dcd..555da251 100644 --- a/samples/Mvc.Client/Startup.cs +++ b/samples/Mvc.Client/Startup.cs @@ -74,7 +74,6 @@ namespace Mvc.Client { Scope = { "email", "roles" } }); - app.UseMvc(); } } diff --git a/samples/Mvc.Client/hosting.json b/samples/Mvc.Client/hosting.json deleted file mode 100644 index be5815af..00000000 --- a/samples/Mvc.Client/hosting.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "server": "Microsoft.AspNetCore.Server.Kestrel" -} \ No newline at end of file diff --git a/samples/Mvc.Server/hosting.json b/samples/Mvc.Server/hosting.json deleted file mode 100644 index be5815af..00000000 --- a/samples/Mvc.Server/hosting.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "server": "Microsoft.AspNetCore.Server.Kestrel" -} \ No newline at end of file