| | |
| | | <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> |