Skip to content

Commit 4ef0f34

Browse files
fix: Update FastExpressionCompiler reference to Release DLL (#2120)
The project now always references the Release build of FastExpressionCompiler by setting a fixed HintPath, ensuring consistent usage regardless of build configuration.
1 parent 2e0c0fe commit 4ef0f34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Spice86.Core/Spice86.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<PackageReference Include="Serilog.Sinks.File" />
2626
<PackageReference Include="Spectre.Console.Cli" />
2727
<Reference Include="FastExpressionCompiler">
28-
<HintPath>..\..\3rdparty\$(Configuration)\FastExpressionCompiler.dll</HintPath>
28+
<HintPath>..\..\3rdparty\Release\FastExpressionCompiler.dll</HintPath>
2929
<Private>true</Private>
3030
</Reference>
3131
<PackageReference Include="MeltySynth" />

0 commit comments

Comments
 (0)