Microsoft.Extensions.Configuration 6.0.0-rc.2.21480.5

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET Standard 2.0 .NET Framework 4.6.1
This is a prerelease version of Microsoft.Extensions.Configuration.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.Extensions.Configuration --version 6.0.0-rc.2.21480.5
NuGet\Install-Package Microsoft.Extensions.Configuration -Version 6.0.0-rc.2.21480.5
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="6.0.0-rc.2.21480.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Extensions.Configuration --version 6.0.0-rc.2.21480.5
#r "nuget: Microsoft.Extensions.Configuration, 6.0.0-rc.2.21480.5"
#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=6.0.0-rc.2.21480.5&prerelease

// Install Microsoft.Extensions.Configuration as a Cake Tool
#tool nuget:?package=Microsoft.Extensions.Configuration&version=6.0.0-rc.2.21480.5&prerelease

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

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

NuGet packages (4.4K)

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

Package Downloads
Microsoft.Extensions.Configuration.FileExtensions The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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

Microsoft.Extensions.Configuration.Json The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Configuration support for Microsoft.Extensions.Logging.

Microsoft.Extensions.Configuration.CommandLine The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 (441)

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.
dotnet/efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
bitwarden/server
The core infrastructure backend (API, database, Docker, etc).
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
dotnet/orleans
Cloud Native application framework for .NET
Version Downloads Last updated
8.0.0-preview.2.23128.3 3,426 3/14/2023
8.0.0-preview.1.23110.8 19,972 2/21/2023
7.0.0 12,664,533 11/7/2022
7.0.0-rc.2.22472.3 159,099 10/11/2022
7.0.0-rc.1.22426.10 130,447 9/14/2022
7.0.0-preview.7.22375.6 93,886 8/9/2022
7.0.0-preview.6.22324.4 72,537 7/12/2022
7.0.0-preview.5.22301.12 52,121 6/14/2022
7.0.0-preview.4.22229.4 118,722 5/10/2022
7.0.0-preview.3.22175.4 53,600 4/13/2022
7.0.0-preview.2.22152.2 57,807 3/14/2022
7.0.0-preview.1.22076.8 67,847 2/17/2022
6.0.2-mauipre.1.22102.15 60,531 2/15/2022
6.0.2-mauipre.1.22054.8 179,352 1/19/2022
6.0.1 36,465,088 3/8/2022
6.0.0 103,402,496 11/8/2021
6.0.0-rc.2.21480.5 435,853 10/12/2021
6.0.0-rc.1.21451.13 341,236 9/14/2021
6.0.0-preview.7.21377.19 198,638 8/10/2021
6.0.0-preview.6.21352.12 128,505 7/14/2021
6.0.0-preview.5.21301.5 93,033 6/15/2021
6.0.0-preview.4.21253.7 69,865 5/24/2021
6.0.0-preview.3.21201.4 203,697 4/8/2021
6.0.0-preview.2.21154.6 112,445 3/11/2021
6.0.0-preview.1.21102.12 147,441 2/12/2021
5.0.0 136,371,009 11/9/2020
5.0.0-rc.2.20475.5 246,542 10/13/2020
5.0.0-rc.1.20451.14 284,705 9/14/2020
5.0.0-preview.8.20407.11 229,166 8/25/2020
5.0.0-preview.7.20364.11 303,793 7/21/2020
5.0.0-preview.6.20305.6 76,879 6/25/2020
5.0.0-preview.5.20278.1 126,340 6/10/2020
5.0.0-preview.4.20251.6 115,168 5/18/2020
5.0.0-preview.3.20215.2 260,612 4/23/2020
5.0.0-preview.2.20160.3 265,369 4/2/2020
5.0.0-preview.1.20120.4 110,192 3/16/2020
3.1.32 635,441 12/13/2022
3.1.31 495,575 11/8/2022
3.1.30 729,472 10/11/2022
3.1.29 704,573 9/13/2022
3.1.28 930,583 8/9/2022
3.1.27 862,773 7/12/2022
3.1.26 877,948 6/14/2022
3.1.25 1,464,356 5/10/2022
3.1.24 3,524,739 4/11/2022
3.1.23 2,494,498 3/8/2022
3.1.22 9,282,231 12/14/2021
3.1.21 5,575,718 11/7/2021
3.1.20 3,121,496 10/11/2021
3.1.19 3,707,097 9/14/2021
3.1.18 15,855,538 8/10/2021
3.1.17 4,747,973 7/13/2021
3.1.16 7,567,524 6/8/2021
3.1.15 6,414,992 5/11/2021
3.1.14 11,492,029 4/6/2021
3.1.13 11,068,976 3/9/2021
3.1.12 8,605,269 2/9/2021
3.1.11 10,375,004 1/12/2021
3.1.10 20,929,780 11/9/2020
3.1.9 46,227,872 10/13/2020
3.1.8 49,080,287 9/8/2020
3.1.7 26,749,133 8/11/2020
3.1.6 30,249,022 7/14/2020
3.1.5 33,527,859 6/9/2020
3.1.4 31,883,169 5/12/2020
3.1.3 51,195,658 3/24/2020
3.1.2 58,748,650 2/18/2020
3.1.1 31,932,851 1/14/2020
3.1.0 92,366,578 12/3/2019
3.1.0-preview3.19553.2 197,658 11/13/2019
3.1.0-preview2.19525.4 75,883 11/1/2019
3.1.0-preview1.19506.1 967,770 10/15/2019
3.0.3 24,354,922 2/18/2020
3.0.2 1,014,782 1/14/2020
3.0.1 5,748,572 11/18/2019
3.0.0 67,129,336 9/23/2019
3.0.0-rc1.19456.10 95,373 9/16/2019
3.0.0-preview9.19423.4 1,321,642 9/4/2019
3.0.0-preview8.19405.4 419,386 8/13/2019
3.0.0-preview7.19362.4 278,080 7/23/2019
3.0.0-preview6.19304.6 603,471 6/12/2019
3.0.0-preview5.19227.9 622,524 5/6/2019
3.0.0-preview4.19216.2 83,651 4/18/2019
3.0.0-preview3.19153.1 334,119 3/6/2019
3.0.0-preview.19074.2 221,248 1/29/2019
3.0.0-preview.18572.1 166,141 12/4/2018
2.2.0 165,731,493 12/3/2018
2.2.0-preview3-35497 445,500 10/17/2018
2.2.0-preview2-35157 255,265 9/12/2018
2.2.0-preview1-35029 151,311 8/22/2018
2.1.1 175,978,828 6/18/2018
2.1.0 221,826,919 5/29/2018
2.1.0-rc1-final 392,599 5/6/2018
2.1.0-preview2-final 414,742 4/10/2018
2.1.0-preview1-final 488,389 2/26/2018
2.0.2 21,347,245 5/7/2018
2.0.1 15,612,102 3/13/2018
2.0.0 227,369,586 8/11/2017
2.0.0-preview2-final 211,996 6/28/2017
2.0.0-preview1-final 1,017,051 5/10/2017
1.1.2 20,747,901 5/9/2017
1.1.1 7,544,238 3/6/2017
1.1.0 5,290,077 11/16/2016
1.1.0-preview1-final 46,605 10/24/2016
1.0.2 71,380,315 3/6/2017
1.0.1 3,641,899 12/12/2016
1.0.0 17,519,813 6/27/2016
1.0.0-rc2-final 1,787,805 5/16/2016
1.0.0-rc1-final 810,735 11/18/2015