Microsoft.Extensions.Configuration.Xml 2.0.2

Prefix Reserved
Additional Details

This package has been deprecated as part of the .NET Package Deprecation effort. You can learn more about it from https://github.com/dotnet/announcements/issues/217

There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.Extensions.Configuration.Xml --version 2.0.2
                    
NuGet\Install-Package Microsoft.Extensions.Configuration.Xml -Version 2.0.2
                    
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.Xml" Version="2.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Extensions.Configuration.Xml" Version="2.0.2" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Extensions.Configuration.Xml" />
                    
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.Xml --version 2.0.2
                    
#r "nuget: Microsoft.Extensions.Configuration.Xml, 2.0.2"
                    
#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.
#:package Microsoft.Extensions.Configuration.Xml@2.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.Extensions.Configuration.Xml&version=2.0.2
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Extensions.Configuration.Xml&version=2.0.2
                    
Install as a Cake Tool

XML configuration provider implementation for Microsoft.Extensions.Configuration.

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.  net9.0 was computed.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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 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 (128)

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

Package Downloads
Microsoft.AspNetCore.App

Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

Microsoft.AspNetCore.All

Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

IppDotNetSdkForQuickBooksApiV3

The IPP .NET SDK for QuickBooks V3 is a set of .NET classes that make it easier to call QuickBooks APIs. This is the .Net Standard 2.0 version of the .Net SDK

Ding

Ding是基于.net core平台开发的应用框架中的NetCore核心类库。

XmlResolver

The xmlresolver project provides an implementation of the System.Xml.XmlResolver. It uses the OASIS XML Catalogs V1.1 Standard to provide a mapping from external identifiers and URIs to local resources.

GitHub repositories (16)

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

Repository Stars
apache/lucenenet
Apache Lucene.NET
SolrNet/SolrNet
Solr client for .Net
GB28181/GB28181.Solution
Linux/Win/Docker/kubernetes/Chart/Kustomize/GB28181/SIP/RTP/SDP/WebRTC/作为上下级域/平台级联互联
petabridge/NBench
Performance benchmarking and testing framework for .NET applications :chart_with_upwards_trend:
MoonStorm/FastCrud
fast .NET ORM for strongly typed people
poppastring/dasblog-core
The original DasBlog reimagined with ASP.NET Core
BrightstarDB/BrightstarDB
This is the core development repository for BrightstarDB.
statiqdev/Statiq.Framework
A flexible and extensible static content generation framework for .NET.
sdrapkin/SecurityDriven.TinyORM
.NET micro ORM done right.
ProfessionalCSharp/MoreSamples
Additional code samples the book series Professional C#, Wrox Press
yuzd/Autofac.Annotation
DI容器,依赖注入,AOP,动态代理等用注解来load autofac 摆脱代码或者xml配置和java的spring的注解注入一样的体验
intuit/QuickBooks-V3-DotNET-SDK
.Net SDK for QuickBooks REST API v3 services
kkbruce/AspNetCore-Practice
ASP.NET Core 專案練習集合,ASP.NET Core Practice Projects
JohnBel/EfsTools
Command line tools for Qualcomm EFS file system
microsoft/Vipr
Client Library Generation Toolkit
SteeltoeOSS/Configuration
.NET Configuration providers for Spring Cloud Config Server & CloudFoundry
Version Downloads Last Updated
10.0.0 7,315 11/11/2025
10.0.0-rc.2.25502.107 781 10/14/2025
10.0.0-rc.1.25451.107 950 9/9/2025
10.0.0-preview.7.25380.108 713 8/12/2025
10.0.0-preview.6.25358.103 489 7/15/2025
10.0.0-preview.5.25277.114 729 6/6/2025
10.0.0-preview.4.25258.110 566 5/12/2025
10.0.0-preview.3.25171.5 779 4/10/2025
10.0.0-preview.2.25163.2 761 3/18/2025
10.0.0-preview.1.25080.5 777 2/25/2025
9.0.11 1,565 11/11/2025
9.0.10 63,325 10/14/2025
9.0.9 164,812 9/9/2025
9.0.8 134,471 8/4/2025
9.0.7 109,682 7/8/2025
9.0.6 121,261 6/10/2025
9.0.5 150,486 5/13/2025
9.0.4 251,548 4/8/2025
9.0.3 167,991 3/11/2025
9.0.2 132,918 2/11/2025
9.0.1 191,463 1/14/2025
9.0.0 323,724 11/12/2024
9.0.0-rc.2.24473.5 2,754 10/8/2024
9.0.0-rc.1.24431.7 702 9/10/2024
9.0.0-preview.7.24405.7 541 8/13/2024
9.0.0-preview.6.24327.7 498 7/9/2024
9.0.0-preview.5.24306.7 463 6/11/2024
9.0.0-preview.4.24266.19 388 5/21/2024
9.0.0-preview.3.24172.9 819 4/11/2024
9.0.0-preview.2.24128.5 836 3/12/2024
9.0.0-preview.1.24080.9 1,087 2/13/2024
8.0.1 1,239,545 10/8/2024
8.0.0 3,879,775 11/14/2023
8.0.0-rc.2.23479.6 1,360 10/10/2023
8.0.0-rc.1.23419.4 1,072 9/12/2023
8.0.0-preview.7.23375.6 994 8/8/2023
8.0.0-preview.6.23329.7 809 7/11/2023
8.0.0-preview.5.23280.8 662 6/13/2023
8.0.0-preview.4.23259.5 916 5/16/2023
8.0.0-preview.3.23174.8 700 4/11/2023
8.0.0-preview.2.23128.3 1,612 3/14/2023
8.0.0-preview.1.23110.8 934 2/21/2023
7.0.0 1,571,443 11/7/2022
7.0.0-rc.2.22472.3 6,954 10/11/2022
7.0.0-rc.1.22426.10 2,131 9/14/2022
7.0.0-preview.7.22375.6 721 8/9/2022
7.0.0-preview.6.22324.4 597 7/12/2022
7.0.0-preview.5.22301.12 761 6/14/2022
7.0.0-preview.4.22229.4 593 5/10/2022
7.0.0-preview.3.22175.4 646 4/13/2022
7.0.0-preview.2.22152.2 574 3/14/2022
7.0.0-preview.1.22076.8 596 2/17/2022
6.0.1 98,528 11/12/2024
6.0.0 4,496,934 11/8/2021
6.0.0-rc.2.21480.5 797 10/12/2021
6.0.0-rc.1.21451.13 2,908 9/14/2021
6.0.0-preview.7.21377.19 821 8/10/2021
6.0.0-preview.6.21352.12 655 7/14/2021
6.0.0-preview.5.21301.5 620 6/15/2021
6.0.0-preview.4.21253.7 3,356 5/24/2021
6.0.0-preview.3.21201.4 661 4/8/2021
6.0.0-preview.2.21154.6 26,042 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 4,597 2/12/2021 6.0.0-preview.1.21102.12 is deprecated because it is no longer maintained.
5.0.0 4,028,093 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.5 1,670 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 1,931 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 1,176 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 933 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 909 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 909 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 1,020 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 899 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 1,799 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 883 3/16/2020 5.0.0-preview.1.20120.4 is deprecated because it is no longer maintained.
3.1.32 110,168 12/13/2022
3.1.31 85,040 11/8/2022
3.1.30 109,541 10/11/2022
3.1.29 75,162 9/13/2022
3.1.28 95,810 8/9/2022
3.1.27 68,538 7/12/2022
3.1.26 69,807 6/14/2022
3.1.25 114,947 5/10/2022
3.1.24 76,357 4/11/2022
3.1.23 150,868 3/8/2022
3.1.22 104,493 12/14/2021
3.1.21 71,545 11/7/2021
3.1.20 68,423 10/11/2021
3.1.19 76,378 9/14/2021
3.1.18 227,164 8/10/2021
3.1.17 86,496 7/13/2021
3.1.16 84,366 6/8/2021
3.1.15 113,828 5/11/2021
3.1.14 118,948 4/6/2021
3.1.13 91,296 3/9/2021
3.1.12 132,869 2/9/2021
3.1.11 159,883 1/12/2021
3.1.10 514,438 11/9/2020
3.1.9 353,834 10/13/2020
3.1.8 661,559 9/8/2020
3.1.7 201,189 8/11/2020
3.1.6 423,708 7/14/2020
3.1.5 178,057 6/9/2020
3.1.4 516,944 5/12/2020
3.1.3 241,384 3/24/2020
3.1.2 1,041,176 2/18/2020
3.1.1 565,899 1/14/2020
3.1.0 503,687 12/3/2019
3.1.0-preview3.19553.2 13,335 11/13/2019 3.1.0-preview3.19553.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19525.4 1,015 11/1/2019 3.1.0-preview2.19525.4 is deprecated because it is no longer maintained.
3.1.0-preview1.19506.1 2,288 10/15/2019 3.1.0-preview1.19506.1 is deprecated because it is no longer maintained.
3.0.3 67,835 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 68,549 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.1 136,680 11/18/2019 3.0.1 is deprecated because it is no longer maintained.
3.0.0 463,741 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19456.10 1,017 9/16/2019 3.0.0-rc1.19456.10 is deprecated because it is no longer maintained.
3.0.0-preview9.19423.4 975 9/4/2019 3.0.0-preview9.19423.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.4 26,083 8/13/2019 3.0.0-preview8.19405.4 is deprecated because it is no longer maintained.
3.0.0-preview7.19362.4 18,205 7/23/2019 3.0.0-preview7.19362.4 is deprecated because it is no longer maintained.
3.0.0-preview6.19304.6 51,347 6/12/2019 3.0.0-preview6.19304.6 is deprecated because it is no longer maintained.
3.0.0-preview5.19227.9 28,216 5/6/2019 3.0.0-preview5.19227.9 is deprecated because it is no longer maintained.
3.0.0-preview4.19216.2 934 4/18/2019 3.0.0-preview4.19216.2 is deprecated because it is no longer maintained.
3.0.0-preview3.19153.1 63,669 3/6/2019 3.0.0-preview3.19153.1 is deprecated because it is no longer maintained.
3.0.0-preview.19074.2 1,225 1/29/2019 3.0.0-preview.19074.2 is deprecated because it is no longer maintained.
3.0.0-preview.18572.1 8,696 12/4/2018 3.0.0-preview.18572.1 is deprecated because it is no longer maintained.
2.2.0 22,792,044 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 74,986 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 11,920 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 3,079 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.1 22,800,041 6/18/2018
2.1.0 3,774,860 5/29/2018
2.1.0-rc1-final 19,333 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 21,267 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 30,961 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.2 3,896,854 5/7/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 3,646,690 3/13/2018 2.0.1 is deprecated because it is no longer maintained.
2.0.0 10,444,449 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 51,615 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 15,991 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.2 537,758 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 173,360 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 100,241 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 3,210 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.2 264,731 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 71,671 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 479,019 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 2,915 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.
1.0.0-rc1-final 7,034 11/18/2015 1.0.0-rc1-final is deprecated because it is no longer maintained.