代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<!-- Define the package sources, nuget.org and contoso.com. -->
<!-- `clear` ensures no additional sources are inherited from another config file. -->
<packageSources>
<clear />
<!-- `key` can be any identifier for your source. -->
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<!--<add key="nexus" value="http://127.0.0.1:8081/repository/nuget-group/index.json" />-->
<add key="Github" value="https://api.nuget.pkg.github.com/ArcherTrister" />
</packageSources>
<!-- Define mappings by adding package patterns beneath the target source. -->
<!-- Contoso.* packages and NuGet.Common will be restored from contoso.com,
everything else from nuget.org. -->
<packageSourceMapping>
<!--<packageSource key="nexus">
<package pattern="X.Abp.*" />
</packageSource>-->
<packageSource key="Github">
<package pattern="IdentityServer4" />
<package pattern="IdentityServer4.*" />
</packageSource>
<!-- key value for <packageSource> should match key values from <packageSources> element -->
<packageSource key="NuGet">
<package pattern="*" />
</packageSource>
</packageSourceMapping>
<packageSourceCredentials>
<!--<nexus>
<add key="Username" value="admin" />
<add key="ClearTextPassword" value="123456" />
<add key="ValidAuthenticationTypes" value="basic" />
</nexus>-->
</packageSourceCredentials>
</configuration>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。