From 80b348da039361309e4ff99a5d4e6af543a65675 Mon Sep 17 00:00:00 2001
From: liaoxujun@qq.com <liaoxujun@qq.com>
Date: 星期三, 26 七月 2023 16:19:15 +0800
Subject: [PATCH] 11111
---
DocumentServiceAPI.Enum/DocumentServiceAPI.Enum.csproj | 6 ++----
DocumentServiceAPI.Model/DocumentServiceAPI.Model.csproj | 8 +++-----
2 files changed, 5 insertions(+), 9 deletions(-)
diff --git a/DocumentServiceAPI.Enum/DocumentServiceAPI.Enum.csproj b/DocumentServiceAPI.Enum/DocumentServiceAPI.Enum.csproj
index 3f5f7a3..f56d384 100644
--- a/DocumentServiceAPI.Enum/DocumentServiceAPI.Enum.csproj
+++ b/DocumentServiceAPI.Enum/DocumentServiceAPI.Enum.csproj
@@ -1,4 +1,4 @@
-<Project Sdk="Microsoft.NET.Sdk">
+锘�<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
@@ -7,9 +7,7 @@
</PropertyGroup>
<ItemGroup>
- <Reference Include="SqlSugar">
- <HintPath>..\..\..\..\..\NUGET\sqlsugarcore\5.1.4.89\lib\netstandard2.1\SqlSugar.dll</HintPath>
- </Reference>
+ <PackageReference Include="SqlSugarCore" Version="5.1.4.93" />
</ItemGroup>
</Project>
diff --git a/DocumentServiceAPI.Model/DocumentServiceAPI.Model.csproj b/DocumentServiceAPI.Model/DocumentServiceAPI.Model.csproj
index 3999f93..0ee5a97 100644
--- a/DocumentServiceAPI.Model/DocumentServiceAPI.Model.csproj
+++ b/DocumentServiceAPI.Model/DocumentServiceAPI.Model.csproj
@@ -1,4 +1,4 @@
-<Project Sdk="Microsoft.NET.Sdk">
+锘�<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
@@ -7,13 +7,11 @@
</PropertyGroup>
<ItemGroup>
- <ProjectReference Include="..\DocumentServiceAPI.Enum\DocumentServiceAPI.Enum.csproj" />
+ <PackageReference Include="SqlSugarCore" Version="5.1.4.93" />
</ItemGroup>
<ItemGroup>
- <Reference Include="SqlSugar">
- <HintPath>..\..\..\..\..\NUGET\sqlsugarcore\5.1.4.89\lib\netstandard2.1\SqlSugar.dll</HintPath>
- </Reference>
+ <ProjectReference Include="..\DocumentServiceAPI.Enum\DocumentServiceAPI.Enum.csproj" />
</ItemGroup>
</Project>
--
Gitblit v1.9.1