大版本更新推送

This commit is contained in:
dell
2023-11-06 21:26:55 +08:00
parent b94dc66092
commit 17b4e899ff
36 changed files with 3491 additions and 377 deletions

View File

@ -11,6 +11,7 @@
<MvcRazorCompileOnPublish>false</MvcRazorCompileOnPublish>
<ServerGarbageCollection>false</ServerGarbageCollection>
<ConcurrentGarbageCollection>true</ConcurrentGarbageCollection>
<GenerateRuntimeConfigDevFile>true</GenerateRuntimeConfigDevFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
@ -60,9 +61,10 @@
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.12" />
<PackageReference Include="MiniExcel" Version="1.30.0" />
<PackageReference Include="Quartz" Version="3.5.0" />
<PackageReference Include="SqlSugarCore" Version="5.1.3.45" />
<PackageReference Include="Quartz.Serialization.Json" Version="3.5.0" />
<PackageReference Include="SqlSugarCoreNoDrive" Version="5.1.3.45" />
<PackageReference Include="System.DirectoryServices.Protocols" Version="7.0.0" />
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="5.0.0" />
</ItemGroup>
<ItemGroup>