# Extensions.Configuration.Toml **Repository Path**: alexinea/Extensions.Configuration.Toml ## Basic Information - **Project Name**: Extensions.Configuration.Toml - **Description**: A TOML configuration provider for Microsoft.Extensions.Configuration. - **Primary Language**: C# - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-11 - **Last Updated**: 2021-05-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

# TOML Configuration Provider [![NuGet](https://img.shields.io/nuget/v/Alexinea.Extensions.Configuration.Toml.svg)](https://nuget.org/packages/Alexinea.Extensions.Configuration.Toml) [![Nuget](https://img.shields.io/nuget/dt/Alexinea.Extensions.Configuration.Toml.svg)](https://nuget.org/packages/Alexinea.Extensions.Configuration.Toml) A Toml format configuration provider for Microsoft.Extensions.Configuration. Supports following runtimes: + .NET Core + .NET Framework 4.5.1 or higher Yaml Configuration Provider provides 1.x, 2.x, and 3.x versions, which correspond to the Microsoft.Extensions.Configuration of the three eras. You can choose the applicable version. ## Installing Just install the [provider](https://nuget.org/packages/Alexinea.Extensions.Configuration.Toml) package: ``` PM> Install-Package Alexinea.Extensions.Configuration.Toml ``` ## Other Providers + [Alexinea.Extensons.Configuration.Toml](https://github.com/alexinea/Extensions.Configuration.Toml) + [Alexinea.Extensons.Configuration.Yaml](https://github.com/alexinea/Extensions.Configuration.Yaml) ## License Apache License 2.0