[Archived] Interfaces and providers for accessing configuration files. Project moved to https://github.com/aspnet/Extensions
Перейти к файлу
David Fowler 5e2f8d6b8c Updated build.sh 2014-05-23 04:17:00 -07:00
src Updating kproj file to match tooling changes 2014-05-18 20:13:54 -07:00
test Rule out noise in unit tests by using only one kind of config src 2014-05-22 14:15:55 -07:00
.gitattributes Add common build files. 2014-01-28 15:58:56 -08:00
.gitignore Updating kproj file to match tooling changes 2014-05-18 20:13:54 -07:00
CONTRIBUTING.md Create CONTRIBUTING.md 2014-05-13 01:01:25 -07:00
Configuration.sln Rename kproj files and fix sln references. 2014-05-06 09:17:37 -07:00
LICENSE.txt Create LICENSE.txt 2014-05-08 16:34:34 -07:00
NuGet.Config Workaround for myget being down 2014-02-07 10:04:07 -08:00
README.md Create README.md 2014-05-12 17:48:16 -07:00
build.cmd Updating build scripts 2014-05-02 15:07:36 -07:00
build.sh Updated build.sh 2014-05-23 04:17:00 -07:00
global.json Added global.json 2014-04-08 01:25:42 -07:00
makefile.shade Add common build files. 2014-01-28 15:58:56 -08:00

README.md

Configuration

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

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