From 38c28864b1ae948c0a258290c092dce94a948575 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 27 Oct 2020 18:46:34 +0800 Subject: build(front): Upgrade packages. --- Timeline/Properties/launchSettings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Timeline/Properties') diff --git a/Timeline/Properties/launchSettings.json b/Timeline/Properties/launchSettings.json index 73897158..de8186db 100644 --- a/Timeline/Properties/launchSettings.json +++ b/Timeline/Properties/launchSettings.json @@ -1,6 +1,6 @@ { "profiles": { - "Timeline": { + "Development": { "commandName": "Project", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", @@ -8,7 +8,7 @@ "ASPNETCORE_WORKDIR": "D:\\timeline-development" } }, - "Timeline-MockFrontEnd": { + "Development-Mock": { "commandName": "Project", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", @@ -16,7 +16,7 @@ "ASPNETCORE_WORKDIR": "D:\\timeline-development" } }, - "Timeline-Staging": { + "Staging": { "commandName": "Project", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Staging", -- cgit v1.2.3