Fixing port number to 5001 as social logins need this port number to work

Minor formatting in json.
This commit is contained in:
Praburaj 2014-11-19 16:23:02 -08:00
parent f72b23c871
commit 12858aef79
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<DevelopmentServerPort>62634</DevelopmentServerPort>
<DevelopmentServerPort>5001</DevelopmentServerPort>
</PropertyGroup>
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.Props" Condition="'$(VSToolsPath)' != ''" />
<PropertyGroup Label="Globals">

View File

@ -5,7 +5,7 @@
"description": "Music store application on K",
"version": "1.0.0-*",
"compilationOptions": { "warningsAsErrors": true, "define": [ "DEMO", "TESTING" ] },
"packExclude": "*.cmd",
"packExclude": "*.cmd",
"webroot": "wwwroot",
"dependencies": {
"Kestrel": "1.0.0-*",