From 6287298e57d29feb942505c6dfaba75e974fbbf9 Mon Sep 17 00:00:00 2001 From: tiger tiger tiger Date: Wed, 29 Jul 2026 20:33:08 +0200 Subject: [PATCH] chore: readme mentions the property to use nuget vs. the local project reference --- Examples/Web/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Examples/Web/README.md b/Examples/Web/README.md index b6d38df..8d5b821 100644 --- a/Examples/Web/README.md +++ b/Examples/Web/README.md @@ -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 `` is `true` ## Build