From 394d05e64b6742a3a9a1862896cebd65e5cdbc33 Mon Sep 17 00:00:00 2001
From: tangxu <tangxu76880903>
Date: 星期五, 01 十二月 2023 16:40:29 +0800
Subject: [PATCH] 添加坐标

---
 Yw.Application.Curve.Core/Yw.Application.Curve.Core.csproj |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/Yw.Application.Curve.Core/Yw.Application.Curve.Core.csproj b/Yw.Application.Curve.Core/Yw.Application.Curve.Core.csproj
index 02265e2..315f826 100644
--- a/Yw.Application.Curve.Core/Yw.Application.Curve.Core.csproj
+++ b/Yw.Application.Curve.Core/Yw.Application.Curve.Core.csproj
@@ -41,11 +41,15 @@
   <ItemGroup>
     <PackageReference Include="Yw.Application.Core" Version="1.2.7" />
     <PackageReference Include="Yw.Quartz.Core" Version="1.0.0" />
-    <PackageReference Include="Yw.Service.Curve.Core" Version="1.0.6" />
   </ItemGroup>
 
   <ItemGroup>
     <Folder Include="2-pump-curve-mapping\2-std\" />
   </ItemGroup>
 
+  <ItemGroup>
+    <ProjectReference Include="..\Yw.Coordinate\Yw.Coordinate.csproj" />
+    <ProjectReference Include="..\Yw.Service.Curve.Core\Yw.Service.Curve.Core.csproj" />
+  </ItemGroup>
+
 </Project>

--
Gitblit v1.9.3