summary refs log tree commit diff
path: root/extra/admin-api/Models
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-01-17 17:00:23 +0100
committerRory& <root@rory.gay>2026-01-17 17:00:23 +0100
commit1365b2fc8a7580a4b97ec9d457092d43a7f0ecbd (patch)
treeb3f08d6b2b627a1056070e64e34e966be7a7e121 /extra/admin-api/Models
parentUpdate nix nuget deps (diff)
downloadserver-ts-1365b2fc8a7580a4b97ec9d457092d43a7f0ecbd.tar.xz
Add explicit dep on EFCore to resolve compiler error
Diffstat (limited to 'extra/admin-api/Models')
-rw-r--r--extra/admin-api/Models/Spacebar.Models.Db/Spacebar.Models.Db.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/admin-api/Models/Spacebar.Models.Db/Spacebar.Models.Db.csproj b/extra/admin-api/Models/Spacebar.Models.Db/Spacebar.Models.Db.csproj

index 0ef7499e4..320274c05 100644 --- a/extra/admin-api/Models/Spacebar.Models.Db/Spacebar.Models.Db.csproj +++ b/extra/admin-api/Models/Spacebar.Models.Db/Spacebar.Models.Db.csproj
@@ -7,7 +7,8 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.1"> <!-- Update when npgsql updates --> + <PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.2"/> + <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.1"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference>