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 ++---- 1 files changed, 2 insertions(+), 4 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> -- Gitblit v1.9.1