Skip to content

Commit

Permalink
Revert remove of InstallAssemblyResolver
Browse files Browse the repository at this point in the history
  • Loading branch information
rube200 committed Dec 1, 2023
1 parent fbba267 commit a150bf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/OpenMod.Runtime/Runtime.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ public void Init(List<Assembly> openModAssemblies, RuntimeInitParameters paramet
nugetPackageManager.Logger = new OpenModNuGetLogger(m_LoggerFactory!.CreateLogger("NuGet"));

await nugetPackageManager.RemoveOutdatedPackagesAsync();
nugetPackageManager.InstallAssemblyResolver();
nugetPackageManager.SetAssemblyLoader(Hotloader.LoadAssembly);

var startupContext = new OpenModStartupContext
Expand Down

0 comments on commit a150bf2

Please sign in to comment.