Watch
2
0
Fork
You've already forked raylib-cs
0

chore: readme mentions the property to use nuget vs. the local project reference

This commit is contained in:
tiger tiger tiger 2026-07-29 20:33:08 +02:00
commit 6287298e57
No known key found for this signature in database

View file

@ -11,8 +11,7 @@ The browser-wasm configuration only activates when publishing with
- .NET 10 SDK
- `dotnet workload install wasm-tools`
- The `Raylib-cs` package matching `$(RaylibCsVersion)` (see `Directory.Build.props`) — from
nuget.org, or built locally into the repo's `./nuget` feed (`dotnet pack Raylib-cs -c Release --output nuget`).
- Raylib-cs (works with the local project, or nuget if MSBuild property `<UseRaylibCsPackage>` is `true`
## Build