mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
build: change assembly names to match 1.0.0
This allow 3-series plugins to be loaded correctly
This commit is contained in:
parent
9ad151bd7e
commit
6669b6125b
4 changed files with 4 additions and 4 deletions
|
|
@ -35,7 +35,7 @@ namespace PepperDash.Essentials
|
|||
SecretsManager.Initialize();
|
||||
SystemMonitor.ProgramInitialization.ProgramInitializationUnderUserControl = true;
|
||||
|
||||
AppDomain.CurrentDomain.AssemblyResolve += CurrentDomainOnAssemblyResolve;
|
||||
// AppDomain.CurrentDomain.AssemblyResolve += CurrentDomainOnAssemblyResolve;
|
||||
}
|
||||
|
||||
private System.Reflection.Assembly CurrentDomainOnAssemblyResolve(object sender, ResolveEventArgs args)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue