test setting of additional DLL lookup paths to fix runtime import errors on other systems
This commit is contained in:
parent
08f5a77dc8
commit
e8a2517985
@ -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)
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user