Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Plugin Loading by Assembly #3755

Merged
merged 12 commits into from
Feb 17, 2025
Merged
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