我想从nuget online获取nuget包,但Visual Studio只提供“Microsoft Visual Studio脱机包”作为选项。
我已尝试使用以下URL添加其他包源:
以及其他一些错误,但我不断得到以下错误:
[Package source] Unable to load the service index for source http://packagesource.
An error occurred while sending the request.
The remote name could not be resolved: 'packagesource'
[Nuget Online] The V2 feed at 'https://www.nuget.org/Search()?$filter=IsAbsoluteLatestVersion&searchTerm=''&targetFramework=''&includePrerelease=true&$skip=0&$top=26&semVerLevel=2.0.0' returned an unexpected status code '404 Not Found'.
如何获取.NET核心的在线包?