From 04355e18d030ab55832639a58ccb87fbbfe2ef80 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期三, 26 二月 2025 10:12:52 +0800 Subject: [PATCH] psb 程序集名称 删除core --- Vmo/PBS.Vmo/PBS.Vmo.csproj | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Vmo/PBS.Vmo.Core/PBS.Vmo.Core.csproj b/Vmo/PBS.Vmo/PBS.Vmo.csproj similarity index 79% rename from Vmo/PBS.Vmo.Core/PBS.Vmo.Core.csproj rename to Vmo/PBS.Vmo/PBS.Vmo.csproj index 86b87e5..5eb4885 100644 --- a/Vmo/PBS.Vmo.Core/PBS.Vmo.Core.csproj +++ b/Vmo/PBS.Vmo/PBS.Vmo.csproj @@ -7,7 +7,7 @@ </PropertyGroup> <ItemGroup> - <ProjectReference Include="..\..\Dto\PBS.Dto.Core\PBS.Dto.Core.csproj" /> + <ProjectReference Include="..\..\Dto\PBS.Dto\PBS.Dto.csproj" /> <ProjectReference Include="..\HStation.Vmo.Core\HStation.Vmo.Core.csproj" /> </ItemGroup> -- Gitblit v1.9.3