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

Move local nuget feed to Raylib-cs/nuget and track with .keep

Moved for organisation and using .keep so the local nuget feed can be optional.
This commit is contained in:
Rgebee 2026-08-22 08:41:40 +01:00
commit 5284d05d41
4 changed files with 10 additions and 13 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="LocalRaylibBuild" value="./nuget" />
<add key="LocalRaylibBuild" value="./Raylib-cs/nuget" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>
</configuration>