Skip to content

Commit dee17f9

Browse files
committed
修复打包错误
1 parent 303d699 commit dee17f9

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

OpenHarmony.NET.Compiler.Pack.nuproj

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@
1010
</PropertyGroup>
1111

1212
<PropertyGroup>
13-
<Dependencies>OpenHarmony.NET.PublishAotCross:0.0.0-alpha.2</Dependencies>
14-
</PropertyGroup>
15-
<PropertyGroup>
16-
<Dependencies>OpenHarmony.NET.Runtime:0.0.0-alpha.19</Dependencies>
17-
</PropertyGroup>
18-
<PropertyGroup>
19-
<Dependencies>PublishAotCross.Compiler:0.0.0-alpha.27</Dependencies>
13+
<Dependencies>
14+
OpenHarmony.NET.PublishAotCross:0.0.0-alpha.2;
15+
OpenHarmony.NET.Runtime:0.0.0-alpha.19;
16+
PublishAotCross.Compiler:0.0.0-alpha.27
17+
</Dependencies>
2018
</PropertyGroup>
19+
20+
<ItemGroup>
21+
<None Include="README.md" Pack="true" PackagePath="" />
22+
</ItemGroup>
2123
</Project>

0 commit comments

Comments
 (0)