From f7a6b21f67d6b9fe9a8d675399ad861fc638ff12 Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周三, 07 5月 2025 16:10:36 +0800 Subject: [PATCH] 出入库记录 --- PipeLineLems/server/src/CMS.Plugin.PipeLineLems/CMS.Plugin.PipeLineLems.csproj | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems/CMS.Plugin.PipeLineLems.csproj b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems/CMS.Plugin.PipeLineLems.csproj index fa4f1fb..8534e4f 100644 --- a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems/CMS.Plugin.PipeLineLems.csproj +++ b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems/CMS.Plugin.PipeLineLems.csproj @@ -12,12 +12,12 @@ <PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Windows'))"> <CMSRootPath>D:\Program Files\CMS Editor</CMSRootPath> - <OutputPath>$(CMSRootPath)\plugins\cms.plugin.messuite</OutputPath> + <OutputPath>$(CMSRootPath)\plugins\cms.plugin.pipelinelems</OutputPath> </PropertyGroup> <PropertyGroup Condition="$([MSBuild]::IsOSPlatform('OSX'))"> <CMSRootPath>/Volumes/SSD/CMS Editor</CMSRootPath> - <OutputPath>$(CMSRootPath)\plugins\cms.plugin.messuite</OutputPath> + <OutputPath>$(CMSRootPath)\plugins\cms.plugin.pipelinelems</OutputPath> </PropertyGroup> <ItemGroup> @@ -40,10 +40,10 @@ </ItemGroup> <ItemGroup> - <PackageReference Include="CMS.Framework.AspNetCore" Version="2.16.1" /> - <PackageReference Include="CMS.Extensions.Variable" Version="2.16.1" /> - <PackageReference Include="CMS.Extensions.Data" Version="2.16.1" /> - <PackageReference Include="CMS.Data.Stressing" Version="2.16.1" /> + <PackageReference Include="CMS.Framework.AspNetCore" Version="2.28.3" /> + <PackageReference Include="CMS.Extensions.Variable" Version="2.28.3" /> + <PackageReference Include="CMS.Extensions.Data" Version="2.28.3" /> + <PackageReference Include="CMS.Data.Stressing" Version="2.28.3" /> <PackageReference Include="CMS.Extensions.Abp" Version="1.4.0" /> <PackageReference Include="WebApiClientCore" Version="2.0.4" /> </ItemGroup> -- Gitblit v1.9.3