Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tratteo committed Dec 13, 2021
1 parent 6960be4 commit 89fa499
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions Watchdog/Program.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//TODO args: name, wake up interval
using GibNet;
using GibNet.Logging;
using HandierCli;

ArgumentsHandler handler = ArgumentsHandler.Factory()
.Positional("process to watch over")
Expand Down
2 changes: 1 addition & 1 deletion Watchdog/Watchdog.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using GibNet.Logging;
using HandierCli;
using System.Diagnostics;

public class Watchdog
Expand Down
4 changes: 1 addition & 3 deletions Watchdog/Watchdog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
</ItemGroup>

<ItemGroup>
<Reference Include="GibNet">
<HintPath>..\..\GibNet\GibNet\bin\Release\net6.0\GibNet.dll</HintPath>
</Reference>
<PackageReference Include="HandierCli" Version="1.0.1" />
</ItemGroup>

</Project>

0 comments on commit 89fa499

Please sign in to comment.