[Archived] Interfaces and providers for accessing configuration files. Project moved to https://github.com/aspnet/Extensions
Перейти к файлу
Nate McMaster f64994e065
Update README.md (#904)
2018-11-06 08:41:06 -08:00
.vsts-pipelines/builds [automated] Change default branch to master 2018-07-02 12:40:15 -07:00
build Update dependencies.props 2018-10-07 19:09:49 +00:00
samples/KeyVaultSample Upgrade to netcoreapp22 2018-05-08 11:16:30 -07:00
src HTTP --> HTTPS (#884) 2018-10-03 09:58:17 -07:00
test Update expected error message due to changes in file provider (#876) 2018-09-04 12:35:21 -07:00
.appveyor.yml [automated] Change default branch to master 2018-07-02 12:40:15 -07:00
.gitattributes Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:31:01 -07:00
.gitignore Pin tool and package versions to make builds more repeatable 2017-11-01 13:59:55 -07:00
.travis.yml [automated] Change default branch to master 2018-07-02 12:40:15 -07:00
CONTRIBUTING.md Update CONTRIBUTING.md 2018-07-24 10:48:05 -07:00
Configuration.sln Merge release 2.1 => dev 2018-03-27 14:47:23 -07:00
Directory.Build.props automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:31 -07:00
Directory.Build.targets Upgrade to netcoreapp22 2018-05-08 11:16:30 -07:00
LICENSE.txt Update LICENSE.txt 2018-09-27 15:30:36 -07:00
NuGet.config Use MSBuild to set NuGet feeds instead of NuGet.config 2017-11-20 12:15:42 -08:00
NuGetPackageVerifier.json Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:31:39 -08:00
README.md Update README.md (#904) 2018-11-06 08:41:06 -08:00
build.cmd Update bootstrappers 2017-10-09 12:41:20 -07:00
build.sh Update bootstrappers 2017-10-09 12:41:20 -07:00
korebuild-lock.txt Update dependencies.props 2018-10-07 19:09:49 +00:00
korebuild.json [automated] Change default branch to master 2018-07-02 12:40:15 -07:00
run.cmd Update bootstrappers 2017-10-09 12:41:20 -07:00
run.ps1 automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:31 -07:00
run.sh automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:31 -07:00
version.props Update branding to 2.2.0-preview3 2018-09-05 16:33:44 -07:00

README.md

Configuration [Archived]

This GitHub project has been archived. Ongoing development on this project can be found in https://github.com/aspnet/Extensions.

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 AspNetCore repo.