Browse Source

Remove unnecessary webroot declarations in project.json

pull/41/head
Kévin Chalet 10 years ago
parent
commit
785396f812
  1. 2
      samples/Mvc.Client/project.json
  2. 2
      samples/Mvc.Server/project.json

2
samples/Mvc.Client/project.json

@ -1,6 +1,4 @@
{
"webroot": "wwwroot",
"dependencies": {
"Microsoft.AspNet.Mvc": "6.0.0-*",
"Microsoft.AspNet.Authentication.Cookies": "1.0.0-*",

2
samples/Mvc.Server/project.json

@ -1,6 +1,4 @@
{
"webroot": "wwwroot",
"dependencies": {
"AspNet.Security.OAuth.Introspection": "1.0.0-*",
"AspNet.Security.OAuth.Validation": "1.0.0-*",

Loading…
Cancel
Save