From 7d7591e33633ab1d369ef041fc62973ff2cfe9d7 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期日, 21 一月 2024 15:12:11 +0800 Subject: [PATCH] 引用升级,代码微调 --- Yw.Application.DMA.Core/Yw.Application.DMA.Core.csproj | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Yw.Application.DMA.Core/Yw.Application.DMA.Core.csproj b/Yw.Application.DMA.Core/Yw.Application.DMA.Core.csproj index 1ed40c9..ea1549c 100644 --- a/Yw.Application.DMA.Core/Yw.Application.DMA.Core.csproj +++ b/Yw.Application.DMA.Core/Yw.Application.DMA.Core.csproj @@ -7,7 +7,7 @@ <RootNamespace>Yw.Application</RootNamespace> <GenerateDocumentationFile>True</GenerateDocumentationFile> <GeneratePackageOnBuild>True</GeneratePackageOnBuild> - <Version>1.0.4</Version> + <Version>1.0.5</Version> </PropertyGroup> <ItemGroup> @@ -32,13 +32,13 @@ </ItemGroup> <ItemGroup> - <PackageReference Include="Yw.Application.Core" Version="1.2.9" /> - <PackageReference Include="Yw.Service.DMA.Core" Version="1.0.4" /> + <PackageReference Include="Yw.Application.Core" Version="1.3.8" /> + <PackageReference Include="Yw.Service.DMA.Core" Version="1.0.5" /> </ItemGroup> <ItemGroup> - <Folder Include="3-dma_site_binding\2-std\dto\" /> - <Folder Include="4-dma_site_mapping\2-std\dto\" /> + <Folder Include="03-dma_site_binding\2-std\dto\" /> + <Folder Include="04-dma_site_mapping\2-std\dto\" /> </ItemGroup> </Project> -- Gitblit v1.9.3