로컬 NuGet 저장소
1247 단어 dotnet
<packageSources>
또는 Windows ~/.nuget/NuGet/NuGet.config
의 %appdata%\NuGet\NuGet.Config
에 다른 참조만 추가하면 됩니다.<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>Alt Text
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="Home directory" value="/home/john/NuGet" />
</packageSources>
</configuration>
또는 Visual Studio의 Package Sources 옵션을 사용하여 편집합니다.Reference
이 문제에 관하여(로컬 NuGet 저장소), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/tallesl/local-nuget-repository-1id5텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)