Add WebRoot node to project.json on MvcSample.Web
This commit is contained in:
parent
3eaa9d0b6d
commit
9a08e42612
|
|
@ -22,5 +22,6 @@
|
||||||
"aspnetcore50": {
|
"aspnetcore50": {
|
||||||
"dependencies": { }
|
"dependencies": { }
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"webroot": "wwwroot"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue