# 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://services.am-wd.de/nuget.php?package=AMWD.Common) | | AMWD.Common.AspNetCore | ![https://nuget.am-wd.de/packages/amwd.common.aspnetcore/](https://services.am-wd.de/nuget.php?package=AMWD.Common.AspNetCore) | | AMWD.Common.EntityFrameworkCore | ![https://nuget.am-wd.de/packages/amwd.common.entityframeworkcore/](https://services.am-wd.de/nuget.php?package=AMWD.Common.EntityFrameworkCore) | | AMWD.Common.MessagePack | ![https://nuget.am-wd.de/packages/amwd.common.messagepack/](https://services.am-wd.de/nuget.php?package=AMWD.Common.MessagePack) | | AMWD.Common.Test | ![https://nuget.am-wd.de/packages/amwd.common.test/](https://services.am-wd.de/nuget.php?package=AMWD.Common.Test) | ## Documentation Changelog is available here: [CHANGELOG](CHANGELOG.md) Documentation can be found here: [docfx](https://docs.am-wd.de/common/) ## Use in projects Create a `nuget.config` file in your root project folder (where the `.sln(x)` file is located) ```xml ```