From b3b0dd35041850921fb0812f3cb411337b138a21 Mon Sep 17 00:00:00 2001 From: alfonso Date: Thu, 11 Jul 2024 12:32:37 -0500 Subject: [PATCH] + setup changin http port for development environment --- .vscode/launch.json | 2 +- Properties/launchSettings.json | 2 +- obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index fff059a..33ae275 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -18,7 +18,7 @@ "serverReadyAction": { "action": "openExternally", "pattern": "\\bNow listening on:\\s+https?://\\S+", - "uriFormat": "https://localhost:5050/swagger/index.html" + "uriFormat": "https://localhost:5041/swagger/index.html" }, "env": { "ASPNETCORE_ENVIRONMENT": "Development" diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json index a74113c..35e0323 100644 --- a/Properties/launchSettings.json +++ b/Properties/launchSettings.json @@ -14,7 +14,7 @@ "dotnetRunMessages": true, "launchBrowser": true, "launchUrl": "swagger", - "applicationUrl": "https://localhost:5050;http://localhost:5001", + "applicationUrl": "https://localhost:5041;http://localhost:5040", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } diff --git a/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs index 36203c7..ed92695 100644 --- a/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ b/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs @@ -1,4 +1,4 @@ // using System; using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]