File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22[Bb ]in /
33TestResults /
44.nuget /
5+ .vs /
56_ReSharper. * /
67packages /
78artifacts /
Original file line number Diff line number Diff line change 11{
22 "dependencies" : {
33
4+ },
5+ "commands" : {
6+ "ConsoleApp" : " ConsoleApp"
47 },
58 "frameworks" : {
69 "dnx451" : { },
Original file line number Diff line number Diff line change 1+ {
2+ "profiles" : {
3+ "IIS Express" : {
4+ "commandName" : " IISExpress" ,
5+ "launchBrowser" : true ,
6+ "environmentVariables" : {
7+ "ASPNET_ENV" : " Development"
8+ }
9+ },
10+ "kestrel" : {
11+ "commandName" : " kestrel" ,
12+ "launchBrowser" : true ,
13+ "launchUrl" : " http://localhost:5004"
14+ },
15+ "web" : {
16+ "commandName" : " web" ,
17+ "launchBrowser" : true ,
18+ "launchUrl" : " http://localhost:5001"
19+ }
20+ }
21+ }
Original file line number Diff line number Diff line change 1+ {
2+ "profiles" : {
3+ "IIS Express" : {
4+ "commandName" : " IISExpress" ,
5+ "launchBrowser" : true ,
6+ "environmentVariables" : {
7+ "ASPNET_ENV" : " Development"
8+ }
9+ },
10+ "kestrel" : {
11+ "commandName" : " kestrel" ,
12+ "launchBrowser" : true ,
13+ "launchUrl" : " http://localhost:5004"
14+ },
15+ "web" : {
16+ "commandName" : " web" ,
17+ "launchBrowser" : true ,
18+ "launchUrl" : " http://localhost:5001"
19+ }
20+ }
21+ }
You can’t perform that action at this time.
0 commit comments