[Archived] Interfaces and providers for accessing configuration files. Project moved to https://github.com/aspnet/Extensions
Перейти к файлу
Troy Dai 2381645452 Update CoreCLR versions 2015-08-04 10:15:22 -07:00
src Update CoreCLR versions 2015-08-04 10:15:22 -07:00
test Update CoreCLR versions 2015-08-04 10:15:22 -07:00
.gitattributes Add common build files. 2014-01-28 15:58:56 -08:00
.gitignore Add project.lock.json to .gitignore 2015-02-16 11:00:08 -08:00
.travis.yml Update .travis.yml and appveyor.yml to build quietly. 2015-04-07 16:14:04 -07:00
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:50:43 -07:00
Configuration.sln Fix #210: Move ConfigurationBinder functionality into its own package in the Configuration repo 2015-05-21 14:22:53 -07:00
LICENSE.txt Update LICENSE.txt and license header on files. 2015-05-01 13:45:24 -07:00
NuGet.Config Fixing the nuget.config 2015-03-30 10:58:45 -07:00
README.md Adding status badges 2015-04-01 18:05:40 -07:00
appveyor.yml Update .travis.yml and appveyor.yml to build quietly. 2015-04-07 16:14:04 -07:00
build.cmd Do not use deprecated `dnvm -x86` switch 2015-03-11 16:58:20 -07:00
build.sh Change hardcoded `bash` shebang to `env` 2015-06-23 10:51:49 -07:00
global.json Update global.json, sources=>projects 2015-04-02 09:19:50 -07:00
makefile.shade Change the default author in makefile.shade 2014-06-18 16:04:04 -07:00

README.md

Configuration

AppVeyor: AppVeyor

Travis: Travis

Configuration is a framework for accessing Key/Value based configuration settings in an application.

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

Blog posts