From bd74555117bade457bc42e1ee93e0872b92265bd Mon Sep 17 00:00:00 2001 From: ningshuxia <ningshuxia0927@outlook.com> Date: 星期三, 23 十一月 2022 11:40:41 +0800 Subject: [PATCH] 引用问题 --- RedisCache/IStation.RedisCache.Run/IStation.RedisCache.Run.csproj | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/RedisCache/IStation.RedisCache.Run/IStation.RedisCache.Run.csproj b/RedisCache/IStation.RedisCache.Run/IStation.RedisCache.Run.csproj index 511bbec..7a2cdf6 100644 --- a/RedisCache/IStation.RedisCache.Run/IStation.RedisCache.Run.csproj +++ b/RedisCache/IStation.RedisCache.Run/IStation.RedisCache.Run.csproj @@ -16,6 +16,7 @@ <ItemGroup> <ProjectReference Include="..\..\Component\IStation.Redis\IStation.Redis.csproj" /> + <ProjectReference Include="..\..\Core\IStation.Core\IStation.Core.csproj" /> <ProjectReference Include="..\..\Model\IStation.Model.Run\IStation.Model.Run.csproj" /> </ItemGroup> -- Gitblit v1.9.3