Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion worker/Anvil.Worker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<!-- In-app C# scripting (LEAP71-style code-to-geometry): the worker compiles
and runs user .csx against the PicoGK + Anvil.Worker APIs in a per-job
process. Worker-ONLY (the server never references Roslyn or PicoGK). -->
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.14.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="5.6.0" />

<!-- Raster decoding for Forge.Emboss (PNG/JPG/BMP depth maps). GDI+, so
Windows-only, which Anvil already is; the two call sites in ForgeSdf.cs
Expand Down
Loading