fix: 小小 药材价格查询 秘境通知修复

This commit is contained in:
LyMysterious
2026-06-19 23:38:44 +08:00
parent b787478819
commit 34bf5c4d61
10 changed files with 62 additions and 22 deletions
@@ -1,12 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<SatelliteResourceLanguages>zh-CN</SatelliteResourceLanguages>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\NapCatRobotClient.Service\NapCatRobotClient.Service.csproj" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NapCatRobotClient.Service\NapCatRobotClient.Service.csproj" />
</ItemGroup>
</Project>