test setting of additional DLL lookup paths to fix runtime import errors on other systems

This commit is contained in:
Florian Förster 2025-06-25 16:31:37 +02:00
parent 08f5a77dc8
commit e8a2517985
2 changed files with 3 additions and 1 deletions

View File

@ -30,6 +30,8 @@ namespace dopt.TOM.Integration
if (atRuntime) dynamicBind(id, filename); if (atRuntime) dynamicBind(id, filename);
else directBind(id, filename); else directBind(id, filename);
Console.WriteLine("-----------------------------------------------------"); Console.WriteLine("-----------------------------------------------------");
var key = Console.ReadLine();
Console.WriteLine(key);
} }
static void directBind(string id, string filename) static void directBind(string id, string filename)

View File

@ -10,7 +10,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="dopt.TOM" Version="0.1.3" /> <PackageReference Include="dopt.TOM" Version="0.1.4" />
</ItemGroup> </ItemGroup>
</Project> </Project>