Configuration/README.md

9 строки
599 B
Markdown
Исходник Постоянная ссылка Обычный вид История

2018-11-06 19:41:06 +03:00
Configuration [Archived]
========================
2015-04-02 04:05:40 +03:00
2018-11-06 19:41:06 +03:00
**This GitHub project has been archived.** Ongoing development on this project can be found in <https://github.com/aspnet/Extensions>.
2014-05-13 04:48:16 +04:00
2016-02-29 02:32:57 +03:00
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.
2014-05-13 04:48:16 +04:00
2018-11-06 19:41:06 +03:00
This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [AspNetCore](https://github.com/aspnet/AspNetCore) repo.