add: dissolve scene / nuget feed source

This commit is contained in:
h z
2025-02-12 23:37:50 +00:00
parent cdf94b3e0c
commit 6683b6252c
2 changed files with 31 additions and 4 deletions

8
NuGet.config Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="hangman-lab" value="https://git.hangman-lab.top/api/packages/hzhang/nuget/index.json"/>
<add key="Local" value="/NuGetFeed"/>
</packageSources>
</configuration>