diff --git a/content/articles/dotnet/configuration-system.md b/content/articles/dotnet/configuration-system.md index 4205583..f7d70da 100644 --- a/content/articles/dotnet/configuration-system.md +++ b/content/articles/dotnet/configuration-system.md @@ -8,6 +8,9 @@ topics: The [.NET configuration system](https://learn.microsoft.com/en-us/dotnet/core/extensions/configuration) provides a standardized way of expressing and reading configuration values. +**NuGet Package:** [Microsoft.Extensions.Configuration](https://www.nuget.org/packages/Microsoft.Extensions.Configuration/) \ +**Source Code:** + ## Hierarchical Configuration Values **Hierarchical configuration values** are supported out-of-the-box. For example here the logging configuration: