From fcd43e6b4f11dff765eb8a1c59d4e746dbc5a756 Mon Sep 17 00:00:00 2001 From: kyy <3283105747@qq.com> Date: 星期三, 22 十月 2025 13:14:22 +0800 Subject: [PATCH] 合并打印 --- WebApi/Gs.Pda/Gs.Pda.csproj | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/WebApi/Gs.Pda/Gs.Pda.csproj b/WebApi/Gs.Pda/Gs.Pda.csproj index 3b240f5..6af2178 100644 --- a/WebApi/Gs.Pda/Gs.Pda.csproj +++ b/WebApi/Gs.Pda/Gs.Pda.csproj @@ -1,15 +1,15 @@ 锘�<Project Sdk="Microsoft.NET.Sdk"> - <PropertyGroup> - <TargetFramework>net8.0</TargetFramework> - <ImplicitUsings>enable</ImplicitUsings> - <Nullable>enable</Nullable> - <BaseOutputPath>..\Gs.HostIIS\bin</BaseOutputPath> - <GenerateDocumentationFile>True</GenerateDocumentationFile> - </PropertyGroup> + <PropertyGroup> + <TargetFramework>net8.0</TargetFramework> + <ImplicitUsings>enable</ImplicitUsings> + <Nullable>enable</Nullable> + <BaseOutputPath>..\Gs.HostIIS\bin</BaseOutputPath> + <GenerateDocumentationFile>True</GenerateDocumentationFile> + </PropertyGroup> - <ItemGroup> - <ProjectReference Include="..\Gs.Toolbox\Gs.Toolbox.csproj"/> - </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\Gs.Toolbox\Gs.Toolbox.csproj" /> + </ItemGroup> </Project> -- Gitblit v1.9.3