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:
parent
ab362bb8c5
commit
5284d05d41
4 changed files with 10 additions and 13 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue