[Archived] Interfaces and providers for accessing configuration files. Project moved to https://github.com/aspnet/Extensions
Перейти к файлу
Smit Patel cd3c0cf22b Update API Check related files
React to aspnet/BuildTools#238
2017-04-25 08:18:05 -07:00
build Updating versions to 2.0.0-preview1 2017-04-03 21:41:08 -07:00
samples/KeyVaultSample Remove net451 as a cross-compile target 2017-03-24 14:58:00 -07:00
src Update API Check related files 2017-04-25 08:18:05 -07:00
test Remove net451 as a cross-compile target 2017-03-24 14:58:00 -07:00
.gitattributes Add common build files. 2014-01-28 15:58:56 -08:00
.gitignore Add warning when UserSecretsId is empty or missing 2016-10-17 15:27:08 -07:00
.travis.yml Update Travis to macOS Sierra 2017-03-21 11:47:21 -07:00
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:50:43 -07:00
Configuration.sln Unify dependency versions via one file and remove workarounds 2017-03-15 11:32:48 -07:00
LICENSE.txt Update LICENSE.txt and license header on files. 2015-05-01 13:45:24 -07:00
NuGet.config React to aspnet/KoreBuild#155 2017-01-11 13:55:03 -08:00
NuGetPackageVerifier.json Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:31:39 -08:00
README.md Update README.md 2016-03-14 21:28:26 -07:00
appveyor.yml Update appveyor and travis settings 2017-03-14 13:39:51 -07:00
build.cmd Return the error code from build.cmd 2016-02-28 10:12:10 -08:00
build.ps1 Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:13 -08:00
build.sh Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:13 -08:00
version.props Updating versions to 2.0.0-preview1 2017-04-03 21:41:08 -07:00

README.md

Configuration

AppVeyor: AppVeyor

Travis: Travis

Configuration is a framework for accessing Key/Value based configuration settings in an application. Includes configuration providers for command line arguments, environment variables, INI files, JSON files, and XML files.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.

Blog posts