ASP.NET Boilerplate is distributed on nuget. Here, a list of all official packages.
Core package. All other packages depends on it.
Base 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.
EntityFramework integration and infrastructure.
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.
Base classes to create unit and integration tests for ABP based projects easier.
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.