mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
deps: update Reloaded.Hooks to fork v2, fixes openprocess calls
This commit is contained in:
parent
359d11f7cf
commit
548100d9ea
2 changed files with 2 additions and 2 deletions
|
|
@ -372,7 +372,7 @@ LONG exception_handler(EXCEPTION_POINTERS* ex)
|
||||||
|
|
||||||
break;
|
break;
|
||||||
case IDABORT:
|
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;
|
break;
|
||||||
case IDCANCEL:
|
case IDCANCEL:
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
|
|
@ -74,7 +74,7 @@
|
||||||
<PackageReference Include="Serilog.Sinks.Async" Version="1.5.0" />
|
<PackageReference Include="Serilog.Sinks.Async" Version="1.5.0" />
|
||||||
<PackageReference Include="Serilog.Sinks.Console" Version="4.0.1" />
|
<PackageReference Include="Serilog.Sinks.Console" Version="4.0.1" />
|
||||||
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
|
<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">
|
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.333">
|
||||||
<PrivateAssets>all</PrivateAssets>
|
<PrivateAssets>all</PrivateAssets>
|
||||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue