Browse Source

Update project.json to ensure config.json is correctly copied by dotnet publish

pull/88/head
Kévin Chalet 10 years ago
parent
commit
aa181edcf6
  1. 3
      samples/Mvc.Server/project.json

3
samples/Mvc.Server/project.json

@ -48,7 +48,8 @@
"content": [
"wwwroot",
"Views"
"Views",
"config.json"
],
"exclude": [

Loading…
Cancel
Save