• 全局的源配置

    C:\Users\[用户名]\AppData\Roaming\NuGet\NuGet.Config
    <?xml version="1.0" encoding="utf-8"?>
    <configuration>
    <packageSources>
      <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
      <add key="Local Packages" value="D:\Workspace\nupkg" />
    </packageSources>
    </configuration>
  • 自建私有Nuget服务器

    https://www.nuget.org/packages/NuGet.Server

标签: Nuget

添加新评论