Update Rapahel.Net

Signed-off-by: Asriel Camora <asriel@camora.dev>
This commit is contained in:
Asriel Camora
2026-01-03 07:53:47 -08:00
parent a041fc6ebf
commit f26d958a5c
3 changed files with 4 additions and 14 deletions
+2 -13
View File
@@ -34,11 +34,6 @@
"System.IO.Hashing": "8.0.0"
}
},
"Raphael.Net": {
"type": "Transitive",
"resolved": "4.0.1",
"contentHash": "LxzJhMnrjVF/jGkyJLWmMerkTDGW8zZ00ipXYg2BqfmGxgBjnjhZm4XsNLb6hLgkvV2rfWcuAtwF2rCdxkRPWw=="
},
"System.IO.Hashing": {
"type": "Transitive",
"resolved": "8.0.0",
@@ -52,16 +47,10 @@
"dependencies": {
"Craftimizer.Simulator": "[1.0.0, )",
"DotNext": "[5.26.1, )",
"Raphael.Net": "[4.0.1, )"
"Raphael.Net": "[4.1.0, )"
}
}
},
"net10.0-windows7.0/win-x64": {
"Raphael.Net": {
"type": "Transitive",
"resolved": "4.0.1",
"contentHash": "LxzJhMnrjVF/jGkyJLWmMerkTDGW8zZ00ipXYg2BqfmGxgBjnjhZm4XsNLb6hLgkvV2rfWcuAtwF2rCdxkRPWw=="
}
}
"net10.0-windows7.0/win-x64": {}
}
}
+1 -1
View File
@@ -15,7 +15,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Raphael.Net" Version="4.0.1" />
<PackageReference Include="Raphael.Net" Version="4.1.0" />
</ItemGroup>
<ItemGroup>
+1
View File
@@ -209,6 +209,7 @@ public sealed class Solver : IDisposable
{
Adversarial = Config.Adversarial,
BackloadProgress = Config.BackloadProgress,
AllowNonMaxQualitySolutions = true,
LogLevel = Raphael.LevelFilter.Debug,
ThreadCount = (ushort)Config.MaxThreadCount,
};