mirror of
https://github.com/ShrlAlgo/RevitGen.git
synced 2026-03-09 19:08:19 +00:00
添加项目文件。
This commit is contained in:
11
nuget.config
Normal file
11
nuget.config
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<packageSources>
|
||||
<!-- 清除所有继承的源,可选,但能保证环境干净 -->
|
||||
<clear />
|
||||
<!-- 添加官方 NuGet 源 -->
|
||||
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
||||
<!-- 添加你的本地包源,路径是包含 .nupkg 文件的文件夹 -->
|
||||
<add key="LocalRevitGenSource" value="./RevitGen/bin/Release" />
|
||||
</packageSources>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user