mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 14:04:12 +01:00
Plugin assemblies shouldn't be unloadable
This commit is contained in:
parent
1228a06a90
commit
248401f534
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ namespace BTCPayServer.Plugins
|
|||
|
||||
// this ensures that the version of MVC is shared between this app and the plugin
|
||||
config.PreferSharedTypes = true;
|
||||
config.IsUnloadable = true;
|
||||
config.IsUnloadable = false;
|
||||
});
|
||||
var pluginAssembly = plugin.LoadDefaultAssembly();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue