From a0aa4d1c2938bd8fcc6694a7fc10dfd115b3b344 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Sun, 16 Apr 2023 15:19:13 -1000 Subject: [PATCH] Update index.md (#28994) --- aspnetcore/fundamentals/configuration/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aspnetcore/fundamentals/configuration/index.md b/aspnetcore/fundamentals/configuration/index.md index 51e3d3b5c2..9e498a1378 100644 --- a/aspnetcore/fundamentals/configuration/index.md +++ b/aspnetcore/fundamentals/configuration/index.md @@ -12,6 +12,8 @@ uid: fundamentals/configuration/index By [Rick Anderson](https://twitter.com/RickAndMSFT) and [Kirk Larkin](https://twitter.com/serpent5) +[!INCLUDE[](~/includes/not-latest-version.md)] + :::moniker range=">= aspnetcore-7.0" Application configuration in ASP.NET Core is performed using one or more [configuration providers](#cp). Configuration providers read configuration data from key-value pairs using a variety of configuration sources: