2025-12-17 10:32:52 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
<PropertyGroup>
|
2025-12-20 15:08:59 +08:00
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2025-12-17 10:32:52 +08:00
|
|
|
|
<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>
|