Microsoft.Extensions.Configuration 3.1.9

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.Extensions.Configuration --version 3.1.9                
NuGet\Install-Package Microsoft.Extensions.Configuration -Version 3.1.9                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.9" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Extensions.Configuration --version 3.1.9                
#r "nuget: Microsoft.Extensions.Configuration, 3.1.9"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.Extensions.Configuration as a Cake Addin
#addin nuget:?package=Microsoft.Extensions.Configuration&version=3.1.9

// Install Microsoft.Extensions.Configuration as a Cake Tool
#tool nuget:?package=Microsoft.Extensions.Configuration&version=3.1.9                

Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5.6K)

Showing the top 5 NuGet packages that depend on Microsoft.Extensions.Configuration:

Package Downloads
Microsoft.Extensions.Configuration.FileExtensions

Provides a base class for file-based configuration providers used with Microsoft.Extensions.Configuration and extension methods for configuring them.

Microsoft.Extensions.Configuration.Json

JSON configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read your application's settings from a JSON file. You can use JsonConfigurationExtensions.AddJsonFile extension method on IConfigurationBuilder to add the JSON configuration provider to the configuration builder.

Microsoft.Extensions.Configuration.EnvironmentVariables

Environment variables configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read configuration parameters from environment variables. You can use EnvironmentVariablesExtensions.AddEnvironmentVariables extension method on IConfigurationBuilder to add the environment variables configuration provider to the configuration builder.

Microsoft.Extensions.Logging.Configuration

Configuration support for Microsoft.Extensions.Logging.

Microsoft.Extensions.Configuration.CommandLine

Command line configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read configuration parameters from the command line arguments of your application. You can use CommandLineConfigurationExtensions.AddCommandLine extension method on IConfigurationBuilder to add the command line configuration provider to the configuration builder.

GitHub repositories (521)

Showing the top 5 popular GitHub repositories that depend on Microsoft.Extensions.Configuration:

Repository Stars
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
dotnet/efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
App-vNext/Polly
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.
Version Downloads Last updated
9.0.0-preview.6.24327.7 13,423 7/9/2024
9.0.0-preview.5.24306.7 42,135 6/11/2024
9.0.0-preview.4.24266.19 41,736 5/21/2024
9.0.0-preview.3.24172.9 111,547 4/11/2024
9.0.0-preview.2.24128.5 57,539 3/12/2024
9.0.0-preview.1.24080.9 87,810 2/13/2024
8.0.0 74,514,916 11/14/2023
8.0.0-rc.2.23479.6 529,598 10/10/2023
8.0.0-rc.1.23419.4 354,504 9/12/2023
8.0.0-preview.7.23375.6 208,881 8/8/2023
8.0.0-preview.6.23329.7 159,500 7/11/2023
8.0.0-preview.5.23280.8 116,139 6/13/2023
8.0.0-preview.4.23259.5 250,279 5/16/2023
8.0.0-preview.3.23174.8 194,852 4/11/2023
8.0.0-preview.2.23128.3 196,795 3/14/2023
8.0.0-preview.1.23110.8 148,183 2/21/2023
7.0.0 126,976,544 11/7/2022
7.0.0-rc.2.22472.3 293,710 10/11/2022
7.0.0-rc.1.22426.10 242,166 9/14/2022
7.0.0-preview.7.22375.6 236,964 8/9/2022
7.0.0-preview.6.22324.4 130,813 7/12/2022
7.0.0-preview.5.22301.12 81,897 6/14/2022
7.0.0-preview.4.22229.4 197,770 5/10/2022
7.0.0-preview.3.22175.4 90,665 4/13/2022
7.0.0-preview.2.22152.2 104,508 3/14/2022
7.0.0-preview.1.22076.8 97,735 2/17/2022
6.0.1 103,819,369 3/8/2022
6.0.0 249,963,945 11/8/2021
6.0.0-rc.2.21480.5 609,016 10/12/2021
6.0.0-rc.1.21451.13 402,658 9/14/2021
6.0.0-preview.7.21377.19 238,777 8/10/2021
6.0.0-preview.6.21352.12 152,141 7/14/2021
6.0.0-preview.5.21301.5 108,754 6/15/2021
6.0.0-preview.4.21253.7 86,183 5/24/2021
6.0.0-preview.3.21201.4 250,559 4/8/2021
6.0.0-preview.2.21154.6 137,207 3/11/2021
6.0.0-preview.1.21102.12 179,337 2/12/2021
5.0.0 213,363,375 11/9/2020
5.0.0-rc.2.20475.5 287,612 10/13/2020
5.0.0-rc.1.20451.14 374,257 9/14/2020
5.0.0-preview.8.20407.11 325,286 8/25/2020
5.0.0-preview.7.20364.11 332,588 7/21/2020
5.0.0-preview.6.20305.6 82,313 6/25/2020
5.0.0-preview.5.20278.1 264,690 6/10/2020
5.0.0-preview.4.20251.6 143,909 5/18/2020
5.0.0-preview.3.20215.2 289,356 4/23/2020
5.0.0-preview.2.20160.3 310,847 4/2/2020
5.0.0-preview.1.20120.4 122,076 3/16/2020
3.1.32 8,720,582 12/13/2022
3.1.31 1,848,787 11/8/2022
3.1.30 2,528,586 10/11/2022
3.1.29 2,019,664 9/13/2022
3.1.28 2,273,455 8/9/2022
3.1.27 1,855,025 7/12/2022
3.1.26 1,648,305 6/14/2022
3.1.25 2,768,042 5/10/2022
3.1.24 9,005,689 4/11/2022
3.1.23 4,341,282 3/8/2022
3.1.22 17,992,447 12/14/2021
3.1.21 9,140,194 11/7/2021
3.1.20 4,884,432 10/11/2021
3.1.19 5,427,580 9/14/2021
3.1.18 37,563,634 8/10/2021
3.1.17 6,771,189 7/13/2021
3.1.16 10,444,193 6/8/2021
3.1.15 8,562,926 5/11/2021
3.1.14 15,905,436 4/6/2021
3.1.13 15,128,716 3/9/2021
3.1.12 11,682,747 2/9/2021
3.1.11 13,467,351 1/12/2021
3.1.10 27,102,366 11/9/2020
3.1.9 67,727,546 10/13/2020
3.1.8 64,262,368 9/8/2020
3.1.7 34,959,623 8/11/2020
3.1.6 39,946,843 7/14/2020
3.1.5 42,673,138 6/9/2020
3.1.4 42,708,800 5/12/2020
3.1.3 85,339,783 3/24/2020
3.1.2 74,606,336 2/18/2020
3.1.1 42,291,463 1/14/2020
3.1.0 223,434,011 12/3/2019
3.1.0-preview3.19553.2 230,942 11/13/2019
3.1.0-preview2.19525.4 82,715 11/1/2019
3.1.0-preview1.19506.1 1,144,177 10/15/2019
3.0.3 57,856,144 2/18/2020
3.0.2 1,095,850 1/14/2020
3.0.1 6,881,308 11/18/2019
3.0.0 87,344,191 9/23/2019
3.0.0-rc1.19456.10 100,897 9/16/2019
3.0.0-preview9.19423.4 1,529,233 9/4/2019
3.0.0-preview8.19405.4 563,598 8/13/2019
3.0.0-preview7.19362.4 330,889 7/23/2019
3.0.0-preview6.19304.6 774,326 6/12/2019
3.0.0-preview5.19227.9 834,492 5/6/2019
3.0.0-preview4.19216.2 91,210 4/18/2019
3.0.0-preview3.19153.1 382,855 3/6/2019
3.0.0-preview.19074.2 245,500 1/29/2019
3.0.0-preview.18572.1 178,879 12/4/2018
2.2.0 248,853,803 12/3/2018
2.2.0-preview3-35497 515,180 10/17/2018
2.2.0-preview2-35157 319,112 9/12/2018
2.2.0-preview1-35029 200,169 8/22/2018
2.1.1 335,546,763 6/18/2018
2.1.0 358,597,417 5/29/2018
2.1.0-rc1-final 559,166 5/6/2018
2.1.0-preview2-final 651,425 4/10/2018
2.1.0-preview1-final 643,362 2/26/2018
2.0.2 33,753,762 5/7/2018
2.0.1 19,536,026 3/13/2018
2.0.0 347,708,158 8/11/2017
2.0.0-preview2-final 284,944 6/28/2017
2.0.0-preview1-final 1,131,355 5/10/2017
1.1.2 29,497,161 5/9/2017
1.1.1 9,383,710 3/6/2017
1.1.0 6,024,366 11/16/2016
1.1.0-preview1-final 64,796 10/24/2016
1.0.2 79,890,325 3/6/2017
1.0.1 3,745,082 12/12/2016
1.0.0 20,462,836 6/27/2016
1.0.0-rc2-final 1,838,155 5/16/2016
1.0.0-rc1-final 846,063 11/18/2015