Skip to content

Commit

Permalink
feat: pack README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhifenglee-aelf authored Jun 7, 2024
1 parent ff3722f commit d4c13ee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion templates/AElf.Contract.Template.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@
<Compile Remove="**\*" />
</ItemGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="AElf.Cryptography" Version="1.5.0" />
</ItemGroup>

</Project>
</Project>

0 comments on commit d4c13ee

Please sign in to comment.