Files
tnb.server/system/Tnb.Systems.Interfaces/Tnb.Systems.Interfaces.csproj

19 lines
627 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>False</GenerateDocumentationFile>
<NoWarn>$(NoWarn);CS8625;</NoWarn>
<Configurations>Debug;Release;tianyi</Configurations>
<ServerGarbageCollection>false</ServerGarbageCollection>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\app\Tnb.Apps.Entitys\Tnb.Apps.Entitys.csproj" />
<ProjectReference Include="..\Tnb.Systems.Entitys\Tnb.Systems.Entitys.csproj" />
</ItemGroup>
</Project>