Update NuGet packages

Silk.NET to official NuGet 2.23.0

System group to 10.0.3
This commit is contained in:
KeatonTheBot
2026-02-10 17:09:56 -06:00
parent 9a684ff066
commit 18bd84c463
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -5,7 +5,7 @@
<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="Silk.NET" value="https://gitlab.com/api/v4/projects/51457475/packages/nuget/index.json" />
<!--<add key="Silk.NET" value="https://gitlab.com/api/v4/projects/51457475/packages/nuget/index.json" />-->
</packageSources>
<packageSourceMapping>
<!-- key value for <packageSource> should match key values from <packageSources> element -->
@@ -16,8 +16,8 @@
<packageSource key="LibHacAlpha">
<package pattern="Ryujinx.LibHac" />
</packageSource>
<packageSource key="Silk.NET">
<package pattern="*" />
</packageSource>
<!--<packageSource key="Silk.NET">
<package pattern="Silk.*" />
</packageSource>-->
</packageSourceMapping>
</configuration>