From 0bc1bea9bf515e2111702eaca05e1ce83b8a15e2 Mon Sep 17 00:00:00 2001 From: tangxu <tangxu76880903> Date: 星期五, 12 一月 2024 12:03:55 +0800 Subject: [PATCH] 添加长江水位获取 --- IStation.Application.CH.Core/IStation.Application.CH.Core.csproj | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/IStation.Application.CH.Core/IStation.Application.CH.Core.csproj b/IStation.Application.CH.Core/IStation.Application.CH.Core.csproj index cbf020f..91dfca7 100644 --- a/IStation.Application.CH.Core/IStation.Application.CH.Core.csproj +++ b/IStation.Application.CH.Core/IStation.Application.CH.Core.csproj @@ -48,6 +48,7 @@ </ItemGroup> <ItemGroup> + <ProjectReference Include="..\IStation.Server.CH\IStation.Server.CH.csproj" /> <ProjectReference Include="..\IStation.Service.CH.Core\IStation.Service.CH.Core.csproj" /> </ItemGroup> -- Gitblit v1.9.3