In this document
Nightly Builds
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.
Configure Visual Studio
Requires Visual Studio 2017+
- Go to
Tools > Options > NuGet Package Manager > Package Source. - Click the green
+icon. - Set
ABP Nightlyas Name andhttps://www.myget.org/F/abp-nightly/api/v3/index.jsonas the Source as shown below:
4. Click the `Update` button.
5. Click the `OK` button to save changes.
Install Package
Now, you can install preview / nightly packages to your project from Nuget Browser or Package Manager Console.
- In the nuget browser, select "Include prereleases".
- Change package source to "All".
- Search a package. You will see prereleases of the package formatted as
(VERSION)-preview(DATE)(like v4.6.0-preview20190508 in this sample). - You can click to the
Installbutton to add package to your project.