From ca12247dbc0728c7900db4188565d4c4f7d907c4 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期二, 29 八月 2023 09:25:54 +0800 Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/DocumentService --- DocumentServiceAPI.Model/DocumentServiceAPI.Model.csproj | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/DocumentServiceAPI.Model/DocumentServiceAPI.Model.csproj b/DocumentServiceAPI.Model/DocumentServiceAPI.Model.csproj index 3999f93..9924798 100644 --- a/DocumentServiceAPI.Model/DocumentServiceAPI.Model.csproj +++ b/DocumentServiceAPI.Model/DocumentServiceAPI.Model.csproj @@ -1,19 +1,18 @@ -<Project Sdk="Microsoft.NET.Sdk"> +锘�<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net6.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> + <GenerateDocumentationFile>True</GenerateDocumentationFile> </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