[Archived] Interfaces and providers for accessing configuration files. Project moved to https://github.com/aspnet/Extensions
Перейти к файлу
N. Taylor Mullen d8d0037836 Update .kproj => .xproj. 2015-03-11 14:04:17 -07:00
src Update .kproj => .xproj. 2015-03-11 14:04:17 -07:00
test Update .kproj => .xproj. 2015-03-11 14:04:17 -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
CONTRIBUTING.md Create CONTRIBUTING.md 2014-05-13 01:01:25 -07:00
Configuration.sln Update .kproj => .xproj. 2015-03-11 14:04:17 -07:00
LICENSE.txt Create LICENSE.txt 2014-05-08 16:34:34 -07:00
NuGet.Config Renaming Nuget.org feed key name to Nuget. 2015-03-09 20:34:16 -07:00
README.md Renamed header to blog posts 2015-03-03 12:48:47 +05:30
build.cmd Remove BOM from project.json, *.cmd, *.sh and *.shade files. 2015-03-09 12:52:01 -07:00
build.sh Remove BOM from project.json, *.cmd, *.sh and *.shade files. 2015-03-09 12:52:01 -07:00
global.json Added global.json 2014-04-08 01:25:42 -07:00
makefile.shade Change the default author in makefile.shade 2014-06-18 16:04:04 -07: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 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the Home repo.

Blog posts