mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-13 18:21:59 +00:00
This is identical to the previous version, it's just on NuGet.org so we can comment out the LibHacAlpha source in nuget.config.
11 lines
411 B
XML
11 lines
411 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" />-->
|
|
</packageSources>
|
|
</configuration>
|