Info
Version: | 5.2.0 |
Author(s): | Ivan Gavryliuk (@aloneguid) |
Last Update: | Tuesday, April 2, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/aloneguid/config |
NuGet Url: | https://www.nuget.org/packages/Config.Net |
Install
Install-Package Config.Net
dotnet add package Config.Net
paket add Config.Net
Config.Net Download (Unzip the "nupkg" after downloading)
Dependencies
- Castle.Core(>= 4.4.0)
- System.Configuration.ConfigurationManager(>= 4.7.0)
- System.Text.Json(>= 4.7.0)
Supports multiple configuration sources such as .ini, .json, .xml files, as well as external providers pluggable by other NuGet packages.