1 Star 0 Fork 0

v0ndetta/SourceBrowser

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
NuGet.config 476 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kirill Osenkov 提交于 2015-09-23 22:04 . Initial commit.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<config>
<add key="repositoryPath" value="packages" />
</config>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
<packageRestore>
<add key="enabled" value="True" />
<add key="automatic" value="True" />
</packageRestore>
<packageSources>
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
</packageSources>
</configuration>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/v0ndetta/SourceBrowser.git
git@gitee.com:v0ndetta/SourceBrowser.git
v0ndetta
SourceBrowser
SourceBrowser
master

搜索帮助