Microsoft.Extensions.Configuration
6.0.0-preview.1.21102.12
See the version list below for details.
Requires NuGet 2.12 or higher.
dotnet add package Microsoft.Extensions.Configuration --version 6.0.0-preview.1.21102.12
NuGet\Install-Package Microsoft.Extensions.Configuration -Version 6.0.0-preview.1.21102.12
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.0-preview.1.21102.12" />
paket add Microsoft.Extensions.Configuration --version 6.0.0-preview.1.21102.12
#r "nuget: Microsoft.Extensions.Configuration, 6.0.0-preview.1.21102.12"
// Install Microsoft.Extensions.Configuration as a Cake Addin #addin nuget:?package=Microsoft.Extensions.Configuration&version=6.0.0-preview.1.21102.12&prerelease // Install Microsoft.Extensions.Configuration as a Cake Tool #tool nuget:?package=Microsoft.Extensions.Configuration&version=6.0.0-preview.1.21102.12&prerelease
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.1
- Microsoft.Extensions.Configuration.Abstractions (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Primitives (>= 6.0.0-preview.1.21102.12)
-
.NETStandard 2.0
- Microsoft.Extensions.Configuration.Abstractions (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Primitives (>= 6.0.0-preview.1.21102.12)
NuGet packages (13)
Showing the top 5 NuGet packages that depend on Microsoft.Extensions.Configuration:
Package | Downloads |
---|---|
Microsoft.AspNet.Hosting
ASP.NET 5 core hosting infrastructure and startup logic for web applications. |
|
Microsoft.Extensions.Configuration.Json
JSON configuration provider implementation for Microsoft.Extensions.Configuration. |
|
Microsoft.Extensions.Configuration.FileExtensions
Extension methods for configuring file-based configuration providers for Microsoft.Extensions.Configuration. |
|
Microsoft.Extensions.Configuration.EnvironmentVariables
Environment variables configuration provider implementation for Microsoft.Extensions.Configuration. |
|
Microsoft.Extensions.Configuration.CommandLine
Command line configuration provider implementation for Microsoft.Extensions.Configuration. |
GitHub repositories (550)
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
|
|
icsharpcode/ILSpy
.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
|
|
ardalis/CleanArchitecture
Clean Architecture Solution Template: A starting point for Clean Architecture with ASP.NET Core
|
|
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
|