From 50fd5cc9cfad08714c4daa6d481c5293ff2ae6b1 Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期三, 31 一月 2024 18:55:28 +0800 Subject: [PATCH] 逻辑完善 --- 代码管理/PCS/WCS_Server/WIDESEA_WebApi/WIDESEA_WebApi.csproj | 61 +++++++++++++++--------------- 1 files changed, 31 insertions(+), 30 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_WebApi/WIDESEA_WebApi.csproj" "b/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_WebApi/WIDESEA_WebApi.csproj" index d0d5257..511adf7 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_WebApi/WIDESEA_WebApi.csproj" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_WebApi/WIDESEA_WebApi.csproj" @@ -1,39 +1,40 @@ <Project Sdk="Microsoft.NET.Sdk.Web"> - <PropertyGroup> - <TargetFramework>net6.0</TargetFramework> - <Nullable>disable</Nullable> - <UserSecretsId>a3e3c6fb-4b7e-44a6-8dbe-5e5f11af4202</UserSecretsId> - <DockerDefaultTargetOS>Linux</DockerDefaultTargetOS> - </PropertyGroup> + <PropertyGroup> + <TargetFramework>net6.0</TargetFramework> + <Nullable>disable</Nullable> + <UserSecretsId>a3e3c6fb-4b7e-44a6-8dbe-5e5f11af4202</UserSecretsId> + <GenerateDocumentationFile>true</GenerateDocumentationFile><!--鍚敤涓枃娉ㄩ噴鍔熻兘--> + <DockerDefaultTargetOS>Linux</DockerDefaultTargetOS> + </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> - <OutputPath>bin\Debug\netcoreapp6.0\</OutputPath> - <DocumentationFile>bin\Debug\netcoreapp6.0\WIDESEA_WebApi.xml</DocumentationFile> - <NoWarn>1701;1702;CS1591;CS8618;CS8600;CS8602;CS1572;CS1573;CS1587;CS1591;CS1570;CS8765;</NoWarn> - </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> + <OutputPath>bin\Debug\netcoreapp6.0\</OutputPath> + <DocumentationFile>bin\Debug\netcoreapp6.0\WIDESEA_WebApi.xml</DocumentationFile> + <NoWarn>1701;1702;CS1591;CS8618;CS8600;CS8602;CS1572;CS1573;CS1587;CS1591;CS1570;CS8765;</NoWarn> + </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> - <DocumentationFile>bin\Release\netcoreapp6.0\WIDESEA_WebApi.xml</DocumentationFile> - <OutputPath>bin\Release\netcoreapp6.0\</OutputPath> - <NoWarn>1701;1702;CS1572;CS1573;CS1587;CS8618;CS8600;CS8602;CS1591;CS1570;CS8765;</NoWarn> - </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> + <DocumentationFile>bin\Release\netcoreapp6.0\WIDESEA_WebApi.xml</DocumentationFile> + <OutputPath>bin\Release\netcoreapp6.0\</OutputPath> + <NoWarn>1701;1702;CS1572;CS1573;CS1587;CS8618;CS8600;CS8602;CS1591;CS1570;CS8765;</NoWarn> + </PropertyGroup> - <ItemGroup> - <PackageReference Include="Autofac.Extensions.DependencyInjection" Version="6.0.0" /> - <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.0" /> - <PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.15.1" /> - <PackageReference Include="Quartz" Version="3.6.3" /> - <PackageReference Include="Swashbuckle.AspNetCore" Version="6.0.0" /> - </ItemGroup> + <ItemGroup> + <PackageReference Include="Autofac.Extensions.DependencyInjection" Version="6.0.0" /> + <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.0" /> + <PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.15.1" /> + <PackageReference Include="Quartz" Version="3.6.3" /> + <PackageReference Include="Swashbuckle.AspNetCore" Version="6.0.0" /> + </ItemGroup> - <ItemGroup> - <ProjectReference Include="..\WIDESEA_Builder\WIDESEA_Builder.csproj" /> - <ProjectReference Include="..\WIDESEA_Core\WIDESEA_Core.csproj" /> - <ProjectReference Include="..\WIDESEA_Entity\WIDESEA_Entity.csproj" /> - <ProjectReference Include="..\WIDESEA_System\WIDESEA_System.csproj" /> - <ProjectReference Include="..\WIDESEA_WCS\WIDESEA_WCS.csproj" /> - </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\WIDESEA_Builder\WIDESEA_Builder.csproj" /> + <ProjectReference Include="..\WIDESEA_Core\WIDESEA_Core.csproj" /> + <ProjectReference Include="..\WIDESEA_Entity\WIDESEA_Entity.csproj" /> + <ProjectReference Include="..\WIDESEA_System\WIDESEA_System.csproj" /> + <ProjectReference Include="..\WIDESEA_WCS\WIDESEA_WCS.csproj" /> + </ItemGroup> </Project> -- Gitblit v1.9.3