Moving shared files to Shared folder

Razor Pages now supports /Pages/Shared for shared files.
This commit is contained in:
Steve Smith
2018-05-29 13:40:46 -04:00
parent 2ab390fa6d
commit 8c11da75ae
6 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
"windowsAuthentication": false, "windowsAuthentication": false,
"anonymousAuthentication": true, "anonymousAuthentication": true,
"iisExpress": { "iisExpress": {
"applicationUrl": "http://localhost:28655/", "applicationUrl": "http://localhost:5107/",
"sslPort": 44305 "sslPort": 44305
} }
}, },
@@ -21,7 +21,7 @@
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
}, },
"applicationUrl": "http://localhost:28656/" "applicationUrl": "http://localhost:5107/"
}, },
"Docker": { "Docker": {
"commandName": "Docker", "commandName": "Docker",