Skip to content

Commit

Permalink
Allow access TestingEngine to internal (#3134)
Browse files Browse the repository at this point in the history
* Change to public StorageKey constructor

* cschuchardt88's feedback
  • Loading branch information
shargon committed Feb 11, 2024
1 parent b4dadcb commit 4a5a7f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Neo/Neo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@
<ProjectReference Include="..\Neo.VM\Neo.VM.csproj" />
</ItemGroup>

<ItemGroup>
<InternalsVisibleTo Include="Neo.SmartContract.Testing" />
</ItemGroup>

</Project>

0 comments on commit 4a5a7f5

Please sign in to comment.