Skip to content

Commit 01be23f

Browse files
committed
Merge branch '4.50-bug-fixes' into develop
2 parents 279d0df + 297ad15 commit 01be23f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Libraries/Nop.Core/Configuration/PluginConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public partial class PluginConfig : IConfig
1313
/// <summary>
1414
/// Gets or sets a value indicating whether to copy "locked" assemblies from /Plugins/bin directory to temporary subdirectories on application startup
1515
/// </summary>
16-
public bool CopyLockedPluginAssembilesToSubdirectoriesOnStartup { get; private set; } = false;
16+
public bool CopyLockedPluginAssembilesToSubdirectoriesOnStartup { get; private set; } = true;
1717

1818
/// <summary>
1919
/// Gets or sets a value indicating whether to load an assembly into the load-from context, bypassing some security checks.

0 commit comments

Comments
 (0)