From f9c3345e6525be3fa2a35ef7be6f5c716a201055 Mon Sep 17 00:00:00 2001 From: feijie Date: Fri, 21 Mar 2025 19:12:32 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(common.props):=20=E5=90=AF?= =?UTF-8?q?=E7=94=A8=20XML=20=E6=96=87=E6=A1=A3=E7=94=9F=E6=88=90=E5=B9=B6?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20NU1900=20=E8=AD=A6=E5=91=8A=E6=8A=91?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aspnet-core/templates/aio/content/common.props | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/aspnet-core/templates/aio/content/common.props b/aspnet-core/templates/aio/content/common.props index d7d7622cf..877d09535 100644 --- a/aspnet-core/templates/aio/content/common.props +++ b/aspnet-core/templates/aio/content/common.props @@ -3,13 +3,15 @@ latest 8.2.1 colin - $(NoWarn);CS1591;CS0436;CS8618;NU1803 + $(NoWarn);CS1591;CS0436;CS8618;NU1803;NU1900 https://github.com/colinin/abp-next-admin - $(SolutionDir)LocalNuget 8.2.1 MIT git https://github.com/colinin/abp-next-admin + + true + $(NoWarn);1591 true @@ -30,9 +32,4 @@ - - - $(SolutionDir)LocalNuget - - \ No newline at end of file