From 8c17893ca9f35eb80b93b2cd2a850f9499a1ff8f Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期五, 26 四月 2024 15:38:48 +0800 Subject: [PATCH] 引用升级 --- Yw.Application.Run.Core/Yw.Application.Run.Core.csproj | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Yw.Application.Run.Core/Yw.Application.Run.Core.csproj b/Yw.Application.Run.Core/Yw.Application.Run.Core.csproj index 70f1345..a6fe75a 100644 --- a/Yw.Application.Run.Core/Yw.Application.Run.Core.csproj +++ b/Yw.Application.Run.Core/Yw.Application.Run.Core.csproj @@ -7,7 +7,7 @@ <RootNamespace>Yw.Application</RootNamespace> <GenerateDocumentationFile>True</GenerateDocumentationFile> <GeneratePackageOnBuild>True</GeneratePackageOnBuild> - <Version>3.0.1</Version> + <Version>3.0.2</Version> </PropertyGroup> <ItemGroup> @@ -27,7 +27,7 @@ <ItemGroup> <PackageReference Include="Yw.Application.Core" Version="3.0.5" /> - <PackageReference Include="Yw.Dto.Run.Core" Version="3.0.1" /> + <PackageReference Include="Yw.Dto.Run.Core" Version="3.0.2" /> </ItemGroup> </Project> -- Gitblit v1.9.3