From 85d25b2ca541aa1eadb8f8ea6668f635d6931372 Mon Sep 17 00:00:00 2001 From: gdlcf88 Date: Sat, 20 Aug 2022 13:16:10 +0800 Subject: [PATCH] Change version to 3.0.0-preview.20 --- common.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.props b/common.props index 7fa61ea7..d6033b38 100644 --- a/common.props +++ b/common.props @@ -1,7 +1,7 @@ latest - 3.0.0-preview.19 + 3.0.0-preview.20 $(NoWarn);CS1591 true EasyAbp Team