Update Silk.NET.Vulkan to 2.23.0

* Add GitLab package registry to nuget.config
This commit is contained in:
KeatonTheBot
2025-12-19 17:49:03 -06:00
parent ad516777d9
commit da6b58b9fa
2 changed files with 7 additions and 3 deletions
+4
View File
@@ -5,6 +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" />
</packageSources>
<packageSourceMapping>
<!-- key value for <packageSource> should match key values from <packageSources> element -->
@@ -15,5 +16,8 @@
<packageSource key="LibHacAlpha">
<package pattern="Ryujinx.LibHac" />
</packageSource>
<packageSource key="Silk.NET">
<package pattern="*" />
</packageSource>
</packageSourceMapping>
</configuration>