Skip to content

Commit

Permalink
Cherry pick branch 'genexuslabs:LoggingAPIImpl_Update' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
sjuarezgx authored and genexusbot committed Sep 26, 2023
1 parent b90a4b9 commit 9b78625
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dotnet/src/dotnetcore/GxNetCoreStartup/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ private static void LocatePhysicalLocalPath()
if (startup == Startup.LocalPath && !File.Exists(Path.Combine(startup, Startup.APP_SETTINGS)) && File.Exists(Path.Combine(startupParent, Startup.APP_SETTINGS)))
Startup.LocalPath = startupParent;
}

}

public static class GXHandlerExtensions
Expand Down

0 comments on commit 9b78625

Please sign in to comment.