Fixing port number to 5001 as social logins need this port number to work
Minor formatting in json.
This commit is contained in:
parent
f72b23c871
commit
12858aef79
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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-*",
|
||||
|
|
|
|||
Loading…
Reference in New Issue