# Common This is a collection of commonly used extensions, etc. on my projects. To save time, they are all packed to NuGet packages. | Package | Version | | ------------------------------- | ------- | | AMWD.Common | ![https://nuget.am-wd.de/packages/amwd.common/](https://php.am-wd.de/nuget.php?package=AMWD.Common) | | AMWD.Common.AspNetCore | ![https://nuget.am-wd.de/packages/amwd.common.aspnetcore/](https://php.am-wd.de/nuget.php?package=AMWD.Common.AspNetCore) | | AMWD.Common.EntityFrameworkCore | ![https://nuget.am-wd.de/packages/amwd.common.entityframeworkcore/](https://php.am-wd.de/nuget.php?package=AMWD.Common.EntityFrameworkCore) | | CI / CD | ![https://git.am-wd.de/AM.WD/common/-/pipelines](https://git.am-wd.de/AM.WD/common/badges/master/pipeline.svg?style=flat-square) ![https://git.am-wd.de/AM.WD/common/-/tree/master](https://git.am-wd.de/AM.WD/common/badges/master/coverage.svg?style=flat-square) | ## Documentation Changelog is available here: [CHANGELOG](CHANGELOG.md) Documentation can be found here: [AM.WD Wiki](https://wiki.am-wd.de/libs/common) ## Use in projects Create a `nuget.config` file in your root project folder (where the `.sln` file is located) ```xml ```