Add custom package source to Visual Studio Code

前端 未结 3 2051
一生所求
一生所求 2020-12-15 17:23

Does anybody know how to add custom package source to Visual Studio Code?

E.g. I\'d like to add https://www.myget.org/F/aspnet-contrib/api/v3/index.

3条回答
  •  一整个雨季
    2020-12-15 17:43

    You can add a NuGet.config file and specify the package source in there. Some reference docs: https://docs.microsoft.com/en-us/nuget/schema/nuget-config-file

提交回复
热议问题