Dotnet run no longer shows port info, but backoffice works on port 5001

Previously, running dotnet run in my Umbraco project displayed the active port (e.g., “Now listening on: https://localhost:5001”).
Now it only shows warnings (like “: warning NU1902: Package ‘Umbraco.Cms’ 13.5.0 has a known moderate severity vulnerability, Umbraco Makes User Enumeration Feasible Based on Timing of Login Response · CVE-2025-46736 · GitHub Advisory Database · GitHub”).

The backoffice remains accessible at the port I configured in Program.cs (5001), but the lack of console output is confusing.

Environment:

  • Umbraco 13
  • .NET 7/8
  • Running via dotnet run (no Docker)

Has anyone encountered this?