Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

node: Cli: Adding Script System for neo-cli #901

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove the template from the compile
Jim8y committed Sep 28, 2023
commit 56ef8ba676b8586429e60bcf4cab24b8abe3674f
3 changes: 3 additions & 0 deletions neo-cli/neo-cli.csproj
Original file line number Diff line number Diff line change
@@ -37,4 +37,7 @@
<ProjectReference Include="..\Neo.ConsoleService\Neo.ConsoleService.csproj" />
</ItemGroup>

<ItemGroup>
<Compile Remove="template.cs" />
</ItemGroup>
</Project>