mirror of
https://github.com/Ellpeck/TinyLifeExampleMod.git
synced 2024-11-05 05:29:09 +01:00
0.26.0
This commit is contained in:
parent
51d005872f
commit
0834f5427c
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="TinyLifeApi" Version="0.25.3" />
|
||||
<PackageReference Include="TinyLifeApi" Version="0.26.0" />
|
||||
|
||||
<PackageReference Include="ExtremelySimpleLogger" Version="1.2.5" />
|
||||
<PackageReference Include="Lib.Harmony" Version="2.2.1" />
|
||||
|
|
|
@ -31,7 +31,7 @@ Task("Run").IsDependentOn("CopyToMods").Does(() => {
|
|||
});
|
||||
|
||||
// we wait a bit to make sure the process has generated a new log file, bleh
|
||||
Thread.Sleep(1000);
|
||||
Thread.Sleep(3000);
|
||||
|
||||
// attach to the newest log file
|
||||
var logsDir = $"{tinyLifeDir}/Logs";
|
||||
|
|
Loading…
Reference in a new issue