mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-15 03:31:28 +00:00
12 lines
531 B
XML
12 lines
531 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<configuration>
|
|
<packageSources>
|
|
<clear />
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
|
<!-- 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" />-->
|
|
<add key="Ryujinx.UpdateClient" value="https://git.ryujinx.app/api/v4/projects/71/packages/nuget/index.json" />
|
|
</packageSources>
|
|
</configuration>
|