Skip to content

Commit

Permalink
Remove unavailable nuget source(nuget.cnblogs.com). (#1207)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyang2057 committed May 21, 2024
1 parent ae5df31 commit 77d19bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
<configuration>
<packageSources>
<clear />
<add key="nuget.cnblogs.com" value="https://nuget.cnblogs.com/v3/index.json" protocolVersion="3" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="design-packages" value="tools/design-packages" />
<add key="sunnycase" value="https://nuget.sunnycase.moe/v3/index.json" />
</packageSources>
<activePackageSource>
<add key="nuget.cnblogs.com" value="https://nuget.cnblogs.com/v3/index.json" protocolVersion="3" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="Nncase.Libs" value="https://www.myget.org/F/magicallibs/api/v3/index.json" protocolVersion="3" />
<add key="myget-xunit" value="https://www.myget.org/F/xunit/api/v3/index.json" />
Expand Down

0 comments on commit 77d19bb

Please sign in to comment.