AMWD.Common.EntityFrameworkCore 3.1.0
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 | |
| AMWD.Common.AspNetCore | |
| AMWD.Common.EntityFrameworkCore | |
| AMWD.Common.MessagePack | |
| AMWD.Common.Test | |
| CI / CD |
Documentation
Changelog is available here: CHANGELOG
Documentation can be found here: AM.WD Wiki
Use in projects
Create a nuget.config file in your root project folder (where the .sln file is located)
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="AM.WD" value="https://nuget.am-wd.de/v3/index.json" />
</packageSources>
</configuration>
No packages depend on AMWD.Common.EntityFrameworkCore.
.NET 8.0
- Microsoft.EntityFrameworkCore (>= 8.0.0)
- Microsoft.EntityFrameworkCore.Relational (>= 8.0.0)
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 8.0.0)
.NET 10.0
- Microsoft.EntityFrameworkCore (>= 10.0.0)
- Microsoft.EntityFrameworkCore.Relational (>= 10.0.0)
- Microsoft.Extensions.Configuration (>= 10.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.0)