The thrill of the NuGet v3 feed

Source: Internet
Author: User

For an estimated 1 months, compiling DNX on a MAC has never been successful because the connection myget.org always times out when installing nuget packages.

Today, in ASP. NET 5 Beta5 now Available, DNX has supported the NuGet v3 feed and said "Restoring packages using the new NuGet v3 feed is Signifi cantly faster ".

Then change the nuget.config in Dnx to V3 feed:

<?XML version= "1.0" encoding= "Utf-8"?><Configuration>  <packagesources>    <AddKey= "Aspnetvnext"value= "Https://api.nuget.org/v3/index.json" />    <AddKey= "NuGet"value= "Https://api.nuget.org/v3/index.json" />  </packagesources></Configuration>

The compilation was then tried, and because some DNX required packages not yet released to the NuGet V3 feed, the compilation was unsuccessful, but the speed of the connection to the NuGet v3 feed and the packages installed was much faster than myget.org. The problem has finally been solved.

The thrill of the NuGet v3 feed

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.