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

Update README.md

This commit is contained in:
Rgebee 2026-08-22 10:09:15 +01:00
commit a283682b91

View file

@ -130,9 +130,9 @@ dotnet run --project Examples -p:RaylibCsForceLocalNuget=true
dotnet test -p:RaylibCsForceLocalNuget=true dotnet test -p:RaylibCsForceLocalNuget=true
``` ```
Note that `NuGet.config` points restore at the local `./Raylib-cs/nuget` feed, so both projects pick up the freshly packed Note that `NuGet.config` points restore at the local `./Raylib-cs/nuget` feed, so both projects pick up the freshly
package. If you skip the pack step on a fresh clone, restore fails with NU1301 (the `./Raylib-cs/nuget` source packed package. If you skip the pack step on a fresh clone, restore fails with NU1102 (Raylib-cs not found) - running
doesn't exist) or NU1102 (Raylib-cs not found) - running the pack command fixes both. the pack command fixes this.
When iterating on the binding itself, note that NuGet caches the extracted package by version and When iterating on the binding itself, note that NuGet caches the extracted package by version and
ignores repacks of the same version. After repacking, delete the old package from `./Raylib-cs/nuget` and clear ignores repacks of the same version. After repacking, delete the old package from `./Raylib-cs/nuget` and clear