Skip to content

Commit

Permalink
Moving shared files to Shared folder
Browse files Browse the repository at this point in the history
Razor Pages now supports /Pages/Shared for shared files.
  • Loading branch information
ardalis committed May 29, 2018
1 parent 2ab390f commit 8c11da7
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/WebRazorPages/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:28655/",
"applicationUrl": "http://localhost:5107/",
"sslPort": 44305
}
},
Expand All @@ -21,7 +21,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:28656/"
"applicationUrl": "http://localhost:5107/"
},
"Docker": {
"commandName": "Docker",
Expand Down

0 comments on commit 8c11da7

Please sign in to comment.