Microsoft.Extensions.Configuration.EnvironmentVariables 9.0.3

Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Microsoft.Extensions.Configuration.EnvironmentVariables --version 9.0.3
                    
NuGet\Install-Package Microsoft.Extensions.Configuration.EnvironmentVariables -Version 9.0.3
                    
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.EnvironmentVariables" Version="9.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.3" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.Extensions.Configuration.EnvironmentVariables --version 9.0.3
                    
#r "nuget: Microsoft.Extensions.Configuration.EnvironmentVariables, 9.0.3"
                    
#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.
#addin nuget:?package=Microsoft.Extensions.Configuration.EnvironmentVariables&version=9.0.3
                    
Install Microsoft.Extensions.Configuration.EnvironmentVariables as a Cake Addin
#tool nuget:?package=Microsoft.Extensions.Configuration.EnvironmentVariables&version=9.0.3
                    
Install Microsoft.Extensions.Configuration.EnvironmentVariables as a Cake Tool

About

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.

How to Use

The following example shows how to read application configuration from environment variables.

using System;
using Microsoft.Extensions.Configuration;

class Program
{
    static void Main()
    {
        // Build a configuration object from environment variables
        IConfiguration config = new ConfigurationBuilder()
            .AddEnvironmentVariables()
            .Build();
        
        // Read configuration values
        Console.WriteLine($"Server: {config["Server"]}");
        Console.WriteLine($"Database: {config["Database"]}");
    }
}

Additional Documentation

Feedback & Contributing

Microsoft.Extensions.Configuration.EnvironmentVariables is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

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 is compatible.  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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 is compatible.  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 (1.1K)

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

Package Downloads
Microsoft.Extensions.Hosting

Hosting and startup infrastructures for applications.

Microsoft.AspNetCore.Hosting

ASP.NET Core hosting infrastructure and startup logic for web applications.

Microsoft.Azure.WebJobs

This package contains the runtime host components of the WebJobs SDK. For more information, please visit https://go.microsoft.com/fwlink/?linkid=2279708.

Microsoft.AspNetCore

Microsoft.AspNetCore

Microsoft.Identity.Web.TokenAcquisition

Implementation for higher level API for confidential client applications (ASP.NET Core and SDK/.NET).

GitHub repositories (277)

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

Repository Stars
jellyfin/jellyfin
The Free Software Media System - Server Backend & API
dotnet/aspnetcore
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
jasontaylordev/CleanArchitecture
Clean Architecture Solution Template for ASP.NET Core
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
Version Downloads Last updated
10.0.0-preview.2.25163.2 3,699 3/18/2025
10.0.0-preview.1.25080.5 9,092 2/25/2025
9.0.3 1,119,302 3/11/2025
9.0.2 2,880,738 2/11/2025
9.0.1 3,489,315 1/14/2025
9.0.0 8,942,006 11/12/2024
9.0.0-rc.2.24473.5 104,713 10/8/2024
9.0.0-rc.1.24431.7 67,725 9/10/2024
9.0.0-preview.7.24405.7 43,676 8/13/2024
9.0.0-preview.6.24327.7 45,753 7/9/2024
9.0.0-preview.5.24306.7 32,086 6/11/2024
9.0.0-preview.4.24266.19 33,155 5/21/2024
9.0.0-preview.3.24172.9 115,292 4/11/2024
9.0.0-preview.2.24128.5 47,502 3/12/2024
9.0.0-preview.1.24080.9 66,895 2/13/2024
8.0.0 135,242,627 11/14/2023
8.0.0-rc.2.23479.6 197,506 10/10/2023
8.0.0-rc.1.23419.4 127,891 9/12/2023
8.0.0-preview.7.23375.6 71,145 8/8/2023
8.0.0-preview.6.23329.7 84,573 7/11/2023
8.0.0-preview.5.23280.8 68,655 6/13/2023
8.0.0-preview.4.23259.5 270,176 5/16/2023
8.0.0-preview.3.23174.8 122,037 4/11/2023
8.0.0-preview.2.23128.3 49,622 3/14/2023
8.0.0-preview.1.23110.8 106,110 2/21/2023
7.0.0 94,055,656 11/7/2022
7.0.0-rc.2.22472.3 147,701 10/11/2022
7.0.0-rc.1.22426.10 79,231 9/14/2022
7.0.0-preview.7.22375.6 65,075 8/9/2022
7.0.0-preview.6.22324.4 62,158 7/12/2022
7.0.0-preview.5.22301.12 48,207 6/14/2022
7.0.0-preview.4.22229.4 57,222 5/10/2022
7.0.0-preview.3.22175.4 54,268 4/13/2022
7.0.0-preview.2.22152.2 32,805 3/14/2022
7.0.0-preview.1.22076.8 28,168 2/17/2022
6.0.2 159,956 11/12/2024
6.0.1 166,607,088 2/8/2022
6.0.0 71,192,247 11/8/2021
6.0.0-rc.2.21480.5 430,046 10/12/2021
6.0.0-rc.1.21451.13 277,526 9/14/2021
6.0.0-preview.7.21377.19 141,118 8/10/2021
6.0.0-preview.6.21352.12 49,205 7/14/2021
6.0.0-preview.5.21301.5 43,205 6/15/2021
6.0.0-preview.4.21253.7 36,135 5/24/2021
6.0.0-preview.3.21201.4 91,768 4/8/2021
6.0.0-preview.2.21154.6 68,547 3/11/2021 6.0.0-preview.2.21154.6 is deprecated because it is no longer maintained.
6.0.0-preview.1.21102.12 75,488 2/12/2021 6.0.0-preview.1.21102.12 is deprecated because it is no longer maintained.
5.0.0 131,916,854 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.5 156,460 10/13/2020 5.0.0-rc.2.20475.5 is deprecated because it is no longer maintained.
5.0.0-rc.1.20451.14 260,826 9/14/2020 5.0.0-rc.1.20451.14 is deprecated because it is no longer maintained.
5.0.0-preview.8.20407.11 41,839 8/25/2020 5.0.0-preview.8.20407.11 is deprecated because it is no longer maintained.
5.0.0-preview.7.20364.11 50,581 7/21/2020 5.0.0-preview.7.20364.11 is deprecated because it is no longer maintained.
5.0.0-preview.6.20305.6 29,888 6/25/2020 5.0.0-preview.6.20305.6 is deprecated because it is no longer maintained.
5.0.0-preview.5.20278.1 20,533 6/10/2020 5.0.0-preview.5.20278.1 is deprecated because it is no longer maintained.
5.0.0-preview.4.20251.6 41,840 5/18/2020 5.0.0-preview.4.20251.6 is deprecated because it is no longer maintained.
5.0.0-preview.3.20215.2 21,319 4/23/2020 5.0.0-preview.3.20215.2 is deprecated because it is no longer maintained.
5.0.0-preview.2.20160.3 58,186 4/2/2020 5.0.0-preview.2.20160.3 is deprecated because it is no longer maintained.
5.0.0-preview.1.20120.4 26,404 3/16/2020 5.0.0-preview.1.20120.4 is deprecated because it is no longer maintained.
3.1.32 2,465,115 12/13/2022
3.1.31 700,224 11/8/2022
3.1.30 1,201,365 10/11/2022
3.1.29 397,369 9/13/2022
3.1.28 672,323 8/9/2022
3.1.27 376,247 7/12/2022
3.1.26 382,313 6/14/2022
3.1.25 736,292 5/10/2022
3.1.24 452,625 4/11/2022
3.1.23 1,139,201 3/8/2022
3.1.22 9,028,723 12/14/2021
3.1.21 1,877,802 11/7/2021
3.1.20 1,157,534 10/11/2021
3.1.19 1,092,998 9/14/2021
3.1.18 2,382,201 8/10/2021
3.1.17 1,746,082 7/13/2021
3.1.16 2,273,877 6/8/2021
3.1.15 3,190,817 5/11/2021
3.1.14 3,220,123 4/6/2021
3.1.13 3,357,799 3/9/2021
3.1.12 2,734,384 2/9/2021
3.1.11 4,568,164 1/12/2021
3.1.10 7,336,639 11/9/2020
3.1.9 9,666,936 10/13/2020
3.1.8 12,328,752 9/8/2020
3.1.7 8,078,036 8/11/2020
3.1.6 16,424,732 7/14/2020
3.1.5 14,205,314 6/9/2020
3.1.4 7,617,875 5/12/2020
3.1.3 16,513,916 3/24/2020
3.1.2 14,055,623 2/18/2020
3.1.1 11,391,190 1/14/2020
3.1.0 24,961,026 12/3/2019
3.1.0-preview3.19553.2 17,437 11/13/2019 3.1.0-preview3.19553.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19525.4 6,971 11/1/2019 3.1.0-preview2.19525.4 is deprecated because it is no longer maintained.
3.1.0-preview1.19506.1 17,593 10/15/2019 3.1.0-preview1.19506.1 is deprecated because it is no longer maintained.
3.0.3 334,189 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 750,512 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.1 1,296,137 11/18/2019 3.0.1 is deprecated because it is no longer maintained.
3.0.0 16,462,400 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19456.10 22,026 9/16/2019 3.0.0-rc1.19456.10 is deprecated because it is no longer maintained.
3.0.0-preview9.19423.4 119,047 9/4/2019 3.0.0-preview9.19423.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.4 100,157 8/13/2019 3.0.0-preview8.19405.4 is deprecated because it is no longer maintained.
3.0.0-preview7.19362.4 40,289 7/23/2019 3.0.0-preview7.19362.4 is deprecated because it is no longer maintained.
3.0.0-preview6.19304.6 62,928 6/12/2019 3.0.0-preview6.19304.6 is deprecated because it is no longer maintained.
3.0.0-preview5.19227.9 80,115 5/6/2019 3.0.0-preview5.19227.9 is deprecated because it is no longer maintained.
3.0.0-preview4.19216.2 15,774 4/18/2019 3.0.0-preview4.19216.2 is deprecated because it is no longer maintained.
3.0.0-preview3.19153.1 58,081 3/6/2019 3.0.0-preview3.19153.1 is deprecated because it is no longer maintained.
3.0.0-preview.19074.2 29,270 1/29/2019 3.0.0-preview.19074.2 is deprecated because it is no longer maintained.
3.0.0-preview.18572.1 16,597 12/4/2018 3.0.0-preview.18572.1 is deprecated because it is no longer maintained.
2.2.4 71,944,662 4/9/2019 2.2.4 is deprecated because it is no longer maintained.
2.2.0 118,009,098 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 151,754 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 99,945 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 37,656 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.1 258,113,884 6/18/2018
2.1.0 152,107,762 5/29/2018
2.1.0-rc1-final 275,718 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 398,700 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 302,808 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.2 10,513,811 5/7/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 7,742,047 3/13/2018 2.0.1 is deprecated because it is no longer maintained.
2.0.0 34,994,254 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 125,862 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 66,543 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.2 8,876,666 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 5,568,101 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 4,505,683 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 39,787 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.2 79,116,621 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 3,368,798 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 15,657,416 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 156,280 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.
1.0.0-rc1-final 490,413 11/18/2015 1.0.0-rc1-final is deprecated because it is no longer maintained.