ASP.NET Boilerplate is distributed on nuget. Here, a list of all official packages.
Core package. All other packages depends on it.
ASP.NET Core integration package. This package is currently in PREVIEW.
Common web related classes (Used both by ASP.NET MVC and ASP.NET Core).
Web package both of MVC and Web API use.
ASP.NET MVC integration and infrastructure.
ASP.NET Web API integration and infrastructure.
OData integration and infrastructure.
Resources (js,css... files) for web projects.
SignalR integration package.
OWIN integration.
Common code shared between Abp.EntityFramework and Abp.EntityFrameworkCore packages.
EntityFramework integration and infrastructure.
EntityFramework GraphDiff integration package.
EntityFrameworkCore integration and infrastructure. This package is currently in PREVIEW.
NHibernate integration and infrastructure.
Some simple extension methods to use ABP with FluentMigrator.
Some simple attributes and extension methods to make AutoMapper easier to use.
Hanfire integration for background job management.
Redis replacement for ABP's default cache manager.
Base classes to create integration tests for ABP based projects.
Base classes to create integration tests for AspNet Core and ABP based projects.
You can use the command below in Package Manager Console to upgrade all Abp packages in your solution in one command:
get-project -all | get-package | ?{ $_.Id -like 'Abp*' } | update-package
It's tested in Visual Studio 2015.