This commit is contained in:
moarten
2026-03-21 21:36:12 +01:00
parent ac66d89e6e
commit c5e1dedf1d
7 changed files with 6 additions and 10 deletions

View File

@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.5" />
</ItemGroup>
<ItemGroup>

View File

@@ -1,9 +1,6 @@
using Lutra.Application.Interfaces;
using Lutra.Domain.Entities;
using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
using System.Text;
namespace Lutra.Infrastructure.Sql;