mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-01-19 05:33:31 +01:00
Plugin assemblies shouldn't be unloadable
This commit is contained in:
parent
1228a06a90
commit
248401f534
@ -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…
Reference in New Issue
Block a user