fix(publish): 适配SDK风格csproj的版本号读取

This commit is contained in:
Scottxjw
2026-08-25 13:24:13 +08:00
parent 0677f2ea15
commit df5234ffe0
2 changed files with 5 additions and 3 deletions

View File

@@ -8,6 +8,9 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>12.0</LangVersion>
<!-- 版本信息 -->
<Version>1.1.0</Version>
</PropertyGroup>
<ItemGroup>