Update LibIRD to 1.0.4

This commit is contained in:
Matt Nadareski
2026-03-20 08:52:21 -04:00
parent bc5151331b
commit a5395ee82c
2 changed files with 2 additions and 1 deletions

View File

@@ -81,6 +81,7 @@
- Inform users of unused commandline inputs
- ~~Limit post-dump IRD creation to PS3 CFW~~
- Revert previous change
- Update LibIRD to 1.0.4
### 3.6.0 (2025-11-28)

View File

@@ -32,7 +32,7 @@
<ItemGroup>
<PackageReference Include="BinaryObjectScanner" Version="[3.6.0]" />
<PackageReference Include="LibIRD" Version="[1.0.3]" />
<PackageReference Include="LibIRD" Version="[1.0.4]" />
<PackageReference Include="Microsoft.Management.Infrastructure" Version="3.0.0" Condition="!$(TargetFramework.StartsWith(`net2`)) AND !$(TargetFramework.StartsWith(`net3`)) AND !$(TargetFramework.StartsWith(`net40`)) AND !$(TargetFramework.StartsWith(`net452`))" />
<PackageReference Include="Microsoft.Net.Http" Version="2.2.29" Condition="$(TargetFramework.StartsWith(`net452`))" />
<PackageReference Include="MinThreadingBridge" Version="0.11.4" Condition="$(TargetFramework.StartsWith(`net2`)) OR $(TargetFramework.StartsWith(`net3`)) OR $(TargetFramework.StartsWith(`net40`))" />