2022-12-29 15:09:18 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2025-05-18 02:26:39 -05:00
|
|
|
|
2022-12-29 15:09:18 +01:00
|
|
|
<configuration>
|
2025-05-18 02:26:39 -05:00
|
|
|
<packageSources>
|
|
|
|
<clear />
|
|
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
2025-06-08 22:31:32 -05:00
|
|
|
<!-- Only needed when using pre-release versions of Ryujinx.LibHac. -->
|
|
|
|
<!--<add key="LibHacAlpha" value="https://git.ryujinx.app/api/v4/projects/17/packages/nuget/index.json" />-->
|
2025-05-18 02:26:39 -05:00
|
|
|
</packageSources>
|
2022-12-29 15:09:18 +01:00
|
|
|
</configuration>
|