Skip to content

Commit

Permalink
Add Support for Plugin Loading by Assembly (#3755)
Browse files Browse the repository at this point in the history
* Add Support for plugin loading

* Added @shargon request of changes

---------

Co-authored-by: Shargon <[email protected]>
Co-authored-by: NGD Admin <[email protected]>
  • Loading branch information
3 people authored Feb 17, 2025
1 parent 582556a commit fe0f732
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Plugins/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
<Import Project="../$(MSBuildThisFile)" />

<PropertyGroup>
<EnableDynamicLoading>true</EnableDynamicLoading>
<OverwriteReadOnlyFiles>true</OverwriteReadOnlyFiles>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="../../Neo/Neo.csproj" />
</ItemGroup>
Expand Down

0 comments on commit fe0f732

Please sign in to comment.