啊鑫
7 天以前 f2b71fe1d3c2b7651d525a5b5bbe66fad602ea06
WebApi/Gs.Ww/Gs.Ww.csproj
@@ -1,16 +1,16 @@
<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.Entity\Gs.Entity.csproj" />
    <ProjectReference Include="..\Gs.Toolbox\Gs.Toolbox.csproj" />
  </ItemGroup>
    <ItemGroup>
        <ProjectReference Include="..\Gs.Entity\Gs.Entity.csproj"/>
        <ProjectReference Include="..\Gs.Toolbox\Gs.Toolbox.csproj"/>
    </ItemGroup>
</Project>