deps: update Reloaded.Hooks to fork v2, fixes openprocess calls

This commit is contained in:
goat 2022-07-23 21:32:21 +02:00
parent 359d11f7cf
commit 548100d9ea
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
2 changed files with 2 additions and 2 deletions

View file

@ -372,7 +372,7 @@ LONG exception_handler(EXCEPTION_POINTERS* ex)
break;
case IDABORT:
ShellExecute(0, 0, L"https://goatcorp.github.io/faq/", 0, 0 , SW_SHOW );
ShellExecute(0, 0, L"https://goatcorp.github.io/faq?utm_source=vectored", 0, 0 , SW_SHOW );
break;
case IDCANCEL:
break;

View file

@ -74,7 +74,7 @@
<PackageReference Include="Serilog.Sinks.Async" Version="1.5.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.0.1" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
<PackageReference Include="goaaats.Reloaded.Hooks" Version="4.2.0-goat" />
<PackageReference Include="goaaats.Reloaded.Hooks" Version="4.2.0-goat.2" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.333">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>