From f7ff76aeadd7d92da92ee65ed658b636fa4e8036 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期三, 06 九月 2023 08:36:51 +0800 Subject: [PATCH] 最新代码 --- 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