add: registry pass through

This commit is contained in:
h z
2025-02-19 17:09:07 +00:00
parent 46999d7434
commit 05606e968e
5 changed files with 51 additions and 7 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>