Waste/Waste.Domain/Waste.Domain.csproj

18 lines
472 B
XML
Raw Permalink Normal View History

2021-04-30 14:52:42 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
2021-05-27 16:58:40 +08:00
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
2021-04-30 14:52:42 +08:00
<ItemGroup>
2021-05-27 16:58:40 +08:00
<ProjectReference Include="..\Nirvana.Common\Nirvana.Common.csproj" />
<ProjectReference Include="..\Waste.Core\Waste.Core.csproj" />
2021-04-30 14:52:42 +08:00
</ItemGroup>
</Project>