doc/WebSite/Nightly-Builds.md
All framework packages are deployed to MyGet every night in weekdays. So, you can use or test the latest code without waiting the next release.
Requires Visual Studio 2017+
Go to Tools > Options > NuGet Package Manager > Package Source.
Click the green + icon.
Set ABP Nightly as Name and https://www.myget.org/F/abp-nightly/api/v3/index.json as the Source as shown below:
Click the Update button.
Click the OK button to save changes.
Now, you can install preview / nightly packages to your project from Nuget Browser or Package Manager Console.
(VERSION)-preview(DATE) (like v4.6.0-preview20190508 in this sample).Install button to add package to your project.