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);
|
||||
else directBind(id, filename);
|
||||
Console.WriteLine("-----------------------------------------------------");
|
||||
var key = Console.ReadLine();
|
||||
Console.WriteLine(key);
|
||||
}
|
||||
|
||||
static void directBind(string id, string filename)
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="dopt.TOM" Version="0.1.3" />
|
||||
<PackageReference Include="dopt.TOM" Version="0.1.4" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user