From 3deef57243a7bd38727f3915ae24ab01b182e6ac Mon Sep 17 00:00:00 2001 From: gdlcf88 Date: Thu, 19 Oct 2023 16:47:16 +0800 Subject: [PATCH] Upgrade to ABP 7.4.0 --- Directory.Build.props | 2 +- common.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index e3ccbed..be6554a 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 7.3.0 + 7.4.0 5.0.0 diff --git a/common.props b/common.props index 6b4092a..6ce17a8 100644 --- a/common.props +++ b/common.props @@ -1,7 +1,7 @@ latest - 0.9.0 + 0.10.0 $(NoWarn);CS1591 true EasyAbp Team