From 156558c5b265f0513055d433682d95c7c9237345 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Tue, 15 Mar 2016 18:16:29 +0100 Subject: [PATCH] React to naming changes in aspnet/Hosting https://github.com/aspnet/Hosting/commit/a31f840675d0cf1bd71105669d452c36027cd740 --- samples/Mvc.Client/Properties/launchSettings.json | 6 ++---- samples/Mvc.Server/Properties/launchSettings.json | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/samples/Mvc.Client/Properties/launchSettings.json b/samples/Mvc.Client/Properties/launchSettings.json index b2eae975..53029f9e 100644 --- a/samples/Mvc.Client/Properties/launchSettings.json +++ b/samples/Mvc.Client/Properties/launchSettings.json @@ -12,15 +12,13 @@ "commandName": "IISExpress", "launchBrowser": true, "environmentVariables": { - "ASPNET_ENV": "Development", - "Hosting:Environment": "Development" + "ASPNETCORE_ENVIRONMENT": "Development" } }, "web": { "commandName": "web", "environmentVariables": { - "ASPNET_ENV": "Development", - "Hosting:Environment": "Development" + "ASPNETCORE_ENVIRONMENT": "Development" } } } diff --git a/samples/Mvc.Server/Properties/launchSettings.json b/samples/Mvc.Server/Properties/launchSettings.json index 0659c45d..fd1157ab 100644 --- a/samples/Mvc.Server/Properties/launchSettings.json +++ b/samples/Mvc.Server/Properties/launchSettings.json @@ -12,15 +12,13 @@ "commandName": "IISExpress", "launchBrowser": true, "environmentVariables": { - "ASPNET_ENV": "Development", - "Hosting:Environment": "Development" + "ASPNETCORE_ENVIRONMENT": "Development" } }, "web": { "commandName": "web", "environmentVariables": { - "ASPNET_ENV": "Development", - "Hosting:Environment": "Development" + "ASPNETCORE_ENVIRONMENT": "Development" } } }