From cb764c0d0bbd76a3fd14c440e7dc0db612bb8244 Mon Sep 17 00:00:00 2001
From: lx <ex_lixiang17@cosl.com.cn>
Date: 星期二, 22 七月 2025 08:57:24 +0800
Subject: [PATCH] version1
---
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