Skip to content

Commit 9114953

Browse files
committed
🔖 1.23.10626.11400
1 parent 049290c commit 9114953

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

ref/DirectoryPackages

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ImplicitUsings>enable</ImplicitUsings>
1010
<IsTrimmable>true</IsTrimmable>
1111
<!--<Version>1.yy.1MMdd.1hhmm</Version>-->
12-
<Version>1.23.10614.11642</Version>
12+
<Version>1.23.10626.11400</Version>
1313
<PackageIconUrl>https://avatars.githubusercontent.com/u/79355691?s=200&amp;v=4</PackageIconUrl>
1414
<Company>长沙次元超越科技有限公司</Company>
1515
<Copyright>©️ $(Company). All rights reserved.</Copyright>

src/Directory.Packages.props

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
<Project>
2-
<Import Project="..\ref\DirectoryPackages\Directory.Packages.props" />
2+
<!-- 👇 【作为】子模块时使用【父项目】的中央包版本配置 -->
3+
<Import Condition="Exists('..\..\..\..\ref\DirectoryPackages\Directory.Packages.props')" Project="..\..\..\..\ref\DirectoryPackages\Directory.Packages.props" />
4+
<!-- 👇 【不为】子模块时使用【自己的子模块】的中央包版本配置 -->
5+
<Import Condition="!Exists('..\..\..\..\ref\DirectoryPackages\Directory.Packages.props')" Project="..\ref\DirectoryPackages\Directory.Packages.props" />
36
</Project>

0 commit comments

Comments
 (0)