Add local NuGet

This commit is contained in:
leiurayer 2025-02-05 20:09:14 +08:00
parent d891541b4e
commit 1088b70cc8

8
src/NuGet.config Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!-- 下一行的 clear 如果取消了注释,那么就会清除掉全局的 NuGet 源,而注释掉可以继承全局 NuGet 源,只是额外添加。 -->
<!-- <clear /> -->
<add key="MyNuget" value="../third_party" />
</packageSources>
</configuration>