diff --git a/aspnetcore/fundamentals/environments.md b/aspnetcore/fundamentals/environments.md index e9e4fe352a..0d427631b5 100644 --- a/aspnetcore/fundamentals/environments.md +++ b/aspnetcore/fundamentals/environments.md @@ -5,7 +5,7 @@ description: Learn how to control app behavior across multiple environments in A monikerRange: '>= aspnetcore-2.1' ms.author: riande ms.custom: mvc -ms.date: 03/30/2019 +ms.date: 04/10/2019 uid: fundamentals/environments --- # Use multiple environments in ASP.NET Core @@ -228,7 +228,7 @@ When the `ASPNETCORE_ENVIRONMENT` environment variable is set globally, it takes **web.config** -To set the `ASPNETCORE_ENVIRONMENT` environment variable with *web.config*, see the *Setting environment variables* section of . When the `ASPNETCORE_ENVIRONMENT` environment variable is set with *web.config*, its value overrides a setting at the system level. +To set the `ASPNETCORE_ENVIRONMENT` environment variable with *web.config*, see the *Setting environment variables* section of . ::: moniker range=">= aspnetcore-2.2"