From f446284437c3c82b4efda0af2f0005e5b04e7b3a Mon Sep 17 00:00:00 2001 From: gdlcf88 Date: Tue, 18 Apr 2023 03:14:34 +0800 Subject: [PATCH] Change version to 4.0.0-preview.6 --- common.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.props b/common.props index cf83a649..ccf7b697 100644 --- a/common.props +++ b/common.props @@ -1,7 +1,7 @@ latest - 4.0.0-preview.5 + 4.0.0-preview.6 $(NoWarn);CS1591 true EasyAbp Team