From 5763edd7cbb4ac968c91d5adae444ef66fac6859 Mon Sep 17 00:00:00 2001 From: liaoxujun@qq.com <liaoxujun@qq.com> Date: 星期一, 28 八月 2023 08:40:11 +0800 Subject: [PATCH] 修改token登录 --- 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