:bug: removed the forced load by accident
diff --git a/src/integration-testing/log4net-611-main/Program.cs b/src/integration-testing/log4net-611-main/Program.cs
index 365af1b..21d86e9 100644
--- a/src/integration-testing/log4net-611-main/Program.cs
+++ b/src/integration-testing/log4net-611-main/Program.cs
@@ -8,6 +8,7 @@
 var appPath = new Uri(Assembly.GetExecutingAssembly().Location).LocalPath;
 var appFolder = Path.GetDirectoryName(appPath);
 // force loading the assembly, otherwise the appender type isn't found later
+Assembly.LoadFile("log4net-611-lib.dll");
 if (appFolder is null)
 {
     throw new InvalidOperationException("Can't find myself");