feat: exorcise entity framework core from most responders
This commit is contained in:
parent
33b78a7ac5
commit
5891f28f7c
32 changed files with 743 additions and 145 deletions
|
|
@ -8,6 +8,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Dapper" Version="2.1.35" />
|
||||
<PackageReference Include="EFCore.NamingConventions" Version="8.0.3"/>
|
||||
<PackageReference Include="EntityFrameworkCore.Exceptions.PostgreSQL" Version="8.1.3"/>
|
||||
<PackageReference Include="Humanizer.Core" Version="2.14.1"/>
|
||||
|
|
@ -22,8 +23,10 @@
|
|||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3"/>
|
||||
<PackageReference Include="NodaTime" Version="3.1.12"/>
|
||||
<PackageReference Include="NodaTime.Serialization.SystemTextJson" Version="1.2.0"/>
|
||||
<PackageReference Include="Npgsql" Version="8.0.5" />
|
||||
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.8"/>
|
||||
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL.NodaTime" Version="8.0.8"/>
|
||||
<PackageReference Include="Npgsql.NodaTime" Version="8.0.5" />
|
||||
<PackageReference Include="Polly.Core" Version="8.4.2"/>
|
||||
<PackageReference Include="Polly.RateLimiting" Version="8.4.2"/>
|
||||
<PackageReference Include="prometheus-net" Version="8.2.1"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue