Watch
2
0
Fork
You've already forked raylib-cs
0
Commit graph raylib-cs/Directory.Build.targets
Author SHA1 Message Date
tiger tiger tiger
3c08139d91 fix: let the binding build for browser-wasm on both net8.0 and net10.0
The net8-era wasm workload (Microsoft.NET.Runtime.WebAssembly.Sdk 8.0.x,
auto-imported for RID browser-wasm) treats every browser-wasm project as
a wasm app: it forces OutputType=Exe after project evaluation (CS5001
for a classlib) and hooks its app-bundle build after Build, which errors
because a library has no assemblies to bundle. Opt Raylib-cs out via
DisableAutoWasmBuildApp (props time, before the workload defaults its
trigger) and pin OutputType back to Library in Directory.Build.targets
(evaluated after the workload props, so the assignment wins). net10's
wasm SDK needs neither workaround.
2026-07-06 15:53:53 +02:00
tiger tiger tiger
3b305013a1 fix: centralized version data in Directory.build.props, and fixed various interop details that had incorrect function signatures 2026-06-30 17:12:15 +02:00