快乐的昕的电脑
6 天以前 359c272c0b09cc02a43bf6d6f55a8215f71fa94b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>
 
  <ItemGroup>
    <ProjectReference Include="..\Gs.Entity\Gs.Entity.csproj" />
    <ProjectReference Include="..\Gs.Toolbox\Gs.Toolbox.csproj" />
  </ItemGroup>
 
</Project>