Added wwwroot folder to WelcomePageSample
This commit is contained in:
parent
12e78455d4
commit
5ffac92a1d
|
|
@ -12,6 +12,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<SchemaVersion>2.0</SchemaVersion>
|
<SchemaVersion>2.0</SchemaVersion>
|
||||||
|
<DevelopmentServerPort>36451</DevelopmentServerPort>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition="'$(VSToolsPath)' != ''" />
|
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition="'$(VSToolsPath)' != ''" />
|
||||||
</Project>
|
</Project>
|
||||||
|
|
@ -1,12 +1,13 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"webroot": "wwwroot",
|
||||||
"Microsoft.AspNet.Diagnostics": "",
|
"dependencies": {
|
||||||
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
|
"Microsoft.AspNet.Diagnostics": "",
|
||||||
"Microsoft.AspNet.Server.IIS": "1.0.0-*"
|
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
|
||||||
},
|
"Microsoft.AspNet.Server.IIS": "1.0.0-*"
|
||||||
"commands": { "web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001" },
|
},
|
||||||
"frameworks": {
|
"commands": { "web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001" },
|
||||||
"dnx451": { },
|
"frameworks": {
|
||||||
"dnxcore50": {}
|
"dnx451": { },
|
||||||
}
|
"dnxcore50": { }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
Sample demonstrating WelcomePage middleware.
|
||||||
Loading…
Reference in New Issue