1 write to ApplicationUrl
dotnet (1)
Commands\Run\LaunchSettings\ProjectLaunchSettingsProvider.cs (1)
57config.ApplicationUrl = applicationUrlValue;
3 references to ApplicationUrl
dotnet (3)
Commands\Run\LaunchSettings\ProjectLaunchSettingsProvider.cs (1)
50else if (string.Equals(property.Name, nameof(ProjectLaunchSettingsModel.ApplicationUrl), StringComparison.OrdinalIgnoreCase))
Commands\Run\RunCommand.cs (2)
190if (!string.IsNullOrEmpty(launchSettings.ApplicationUrl)) 192targetCommand.EnvironmentVariable("ASPNETCORE_URLS", launchSettings.ApplicationUrl);