Skip to content

Commit

Permalink
updated main project
Browse files Browse the repository at this point in the history
- fix #23
  • Loading branch information
fbarresi committed May 30, 2021
1 parent ba392c1 commit 173332f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion TwinCatAdsTool/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public static void Main(string[] args)
{
LoggerFactory.GetLogger().Error("Unhandled exception", e);

throw e;
throw;
}
}
}
Expand Down
1 change: 1 addition & 0 deletions TwinCatAdsTool/TwinCatAdsTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
<SelfContained>false</SelfContained>
<PublishReadyToRun>false</PublishReadyToRun>
<ValidateExecutableReferencesMatchSelfContained>false</ValidateExecutableReferencesMatchSelfContained>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 173332f

Please sign in to comment.