From 05946b151e7010b2b1a851892152e6b5d34151b3 Mon Sep 17 00:00:00 2001
From: lx <ex_lixiang17@cosl.com.cn>
Date: 星期五, 11 七月 2025 17:30:52 +0800
Subject: [PATCH] update
---
ErrorAnalysis.Repository/ErrorAnalysis.Repository.csproj | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/ErrorAnalysis.Repository/ErrorAnalysis.Repository.csproj b/ErrorAnalysis.Repository/ErrorAnalysis.Repository.csproj
index 97e4988..9b65c3e 100644
--- a/ErrorAnalysis.Repository/ErrorAnalysis.Repository.csproj
+++ b/ErrorAnalysis.Repository/ErrorAnalysis.Repository.csproj
@@ -17,6 +17,11 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
+ <PackageReference Include="Pomelo.EntityFrameworkCore.Lolita.Sqlite" Version="6.0.5" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <Folder Include="Entity\" />
</ItemGroup>
</Project>
--
Gitblit v1.9.3