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