We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 303d699 commit dee17f9Copy full SHA for dee17f9
OpenHarmony.NET.Compiler.Pack.nuproj
@@ -10,12 +10,14 @@
10
</PropertyGroup>
11
12
<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
18
19
- <Dependencies>PublishAotCross.Compiler:0.0.0-alpha.27</Dependencies>
+ <Dependencies>
+ OpenHarmony.NET.PublishAotCross:0.0.0-alpha.2;
+ OpenHarmony.NET.Runtime:0.0.0-alpha.19;
+ PublishAotCross.Compiler:0.0.0-alpha.27
+ </Dependencies>
20
+
+ <ItemGroup>
21
+ <None Include="README.md" Pack="true" PackagePath="" />
22
+ </ItemGroup>
23
</Project>
0 commit comments