Browse Source

Remove unnecessary hosting.json files

pull/63/head
Kévin Chalet 10 years ago
parent
commit
2351e296c7
  1. 1
      samples/Mvc.Client/Startup.cs
  2. 3
      samples/Mvc.Client/hosting.json
  3. 3
      samples/Mvc.Server/hosting.json

1
samples/Mvc.Client/Startup.cs

@ -74,7 +74,6 @@ namespace Mvc.Client {
Scope = { "email", "roles" }
});
app.UseMvc();
}
}

3
samples/Mvc.Client/hosting.json

@ -1,3 +0,0 @@
{
"server": "Microsoft.AspNetCore.Server.Kestrel"
}

3
samples/Mvc.Server/hosting.json

@ -1,3 +0,0 @@
{
"server": "Microsoft.AspNetCore.Server.Kestrel"
}
Loading…
Cancel
Save