From fd64d9d2fa31eaba7cc0d01aad6aafb1195ed1e9 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Wed, 7 Feb 2024 15:49:44 -1000 Subject: [PATCH] Update environments.md Fixes #31734 --- aspnetcore/fundamentals/environments.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/aspnetcore/fundamentals/environments.md b/aspnetcore/fundamentals/environments.md index 2af1a7daaa..c8495a2a81 100644 --- a/aspnetcore/fundamentals/environments.md +++ b/aspnetcore/fundamentals/environments.md @@ -277,8 +277,6 @@ To set the environment in code, use . - ## Configuration by environment To load configuration by environment, see .