开发者

How does nuget get automatic updates?

开发者 https://www.devze.com 2023-03-09 02:54 出处:网络
I find Nuget to be a very powerful tool with开发者_StackOverflow中文版 a lot of potential. However, I am confused, how does Nuget get updates for a package (e.g. ELMAH)? Is it looking at an ftp server

I find Nuget to be a very powerful tool with开发者_StackOverflow中文版 a lot of potential. However, I am confused, how does Nuget get updates for a package (e.g. ELMAH)? Is it looking at an ftp server for new downloads?

Thank


NuGet looks a package sources to find updates. By default, it uses the official nuget feed (https://go.microsoft.com/fwlink/?LinkID=206669) to find updates. When package authors push new versions of packages to the feed, they are instantly available.

0

精彩评论

暂无评论...
验证码 换一张
取 消