From 571df74c43276a8933519af3ba0447825b2cfd68 Mon Sep 17 00:00:00 2001 From: chenchun Date: Wed, 10 Dec 2025 15:53:18 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=9C=A8=20common.props=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=20SatelliteResourceLanguages=3Den;zh-CN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在 Yi.Abp.Net8/common.props 中新增 SatelliteResourceLanguages 属性,指定生成卫星资源语言为 en 和 zh-CN,以便打包对应的本地化资源。 --- Yi.Abp.Net8/common.props | 1 + 1 file changed, 1 insertion(+) diff --git a/Yi.Abp.Net8/common.props b/Yi.Abp.Net8/common.props index 91cfe8cb..9ff4e6d3 100644 --- a/Yi.Abp.Net8/common.props +++ b/Yi.Abp.Net8/common.props @@ -12,6 +12,7 @@ + en;zh-CN latest 1.0.0 $(NoWarn);CS1591;CS8618;CS1998;CS8604;CS8620;CS8600;CS8602