YD_Event.Admin/YD_Event.Web.Core/YD_Event.Web.Core.csproj
2025-12-20 15:08:59 +08:00

16 lines
531 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<NoWarn>1701;1702;1591</NoWarn>
<DocumentationFile>YD_Event.Web.Core.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<None Remove="YD_Event.Web.Core.xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="EasyCaching.Serialization.Json" Version="1.9.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\YD_Event.Application\YD_Event.Application.csproj" />
</ItemGroup>
</Project>