Waste/Waste.Web.Core/Waste.Web.Core.csproj

17 lines
439 B
XML
Raw Normal View History

2021-04-30 14:52:42 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>Waste.Web.Core.xml</DocumentationFile>
<NoWarn>1701;1702;1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Waste.Application\Waste.Application.csproj" />
</ItemGroup>
</Project>