The Paketo Buildpack for .NET Core provides a set of collaborating buildpacks that enable the building of a .NET Core application. These buildpacks include:
- ASP.NET Runtime CNB
- ,NET Core SDK CNB
- .NET Publish CNB
- .NET Execute CNB
- Visual Studio Debugger CNB
- ICU (International Components for Unicode) CNB
The buildpack supports building both runtime-dependent and self-contained applications. Additionally, the buildpack supports a number of combinations of runtimes, SDKs, and ASP.NET library configurations.
The buildpack supports the inclusion of NodeJS for applications that may require it. This support is provided by the Paketo Buildpack for Node Engine.
Usage examples can be found in the
samples repository under the dotnet-core directory.
The Paketo Buildpack for .NET Core buildpack is compatible with the following builder(s):
This buildpack also includes the following utility buildpacks:
Check out the Paketo Buildpack for .NET Core docs for more information on how to use this buildpack. To edit the docs content published on the above page, make changes to this document.