From c3904896ecb869d4147b749b00db9e88736bf444 Mon Sep 17 00:00:00 2001
From: lx <ex_lixiang17@cosl.com.cn>
Date: 星期一, 07 七月 2025 14:47:15 +0800
Subject: [PATCH] update database
---
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