Welcome to mirror list, hosted at ThFree Co, Russian Federation.

project.json « HelloMvc « samples - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 113405c293f055a2aa861fc5d7e5d26314f38aa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "dependencies": {
        "Kestrel": "1.0.0-alpha4",
        "Microsoft.AspNet.Diagnostics": "1.0.0-alpha4",
        "Microsoft.AspNet.Hosting": "1.0.0-alpha4",
        "Microsoft.AspNet.Mvc": "6.0.0-alpha4",
        "Microsoft.AspNet.Server.WebListener": "1.0.0-alpha4"
    },
    "commands": {
        "web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --server.urls http://localhost:5001",
        "kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5004"
    },
    "frameworks": { 
         "aspnet50": { }, 
         "aspnetcore50": { } 
    }
}