-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#171770870] Signed-off-by: Ryan Moran <[email protected]>
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Dotnet Core Cloud Native Buildpack | ||
|
||
The Dotnet Cloud Native Buildpack provides a set of collaborating buildpacks that | ||
enable the building of a Dotnet Core-based application. These buildpacks include: | ||
- [Dotnet Core Runtime CNB](https://github.com/paketo-buildpacks/dotnet-core-runtime) | ||
- [Dotnet Core ASPNet CNB](https://github.com/paketo-buildpacks/dotnet-core-aspnet) | ||
- [Dotnet Core SDK CNB](https://github.com/paketo-buildpacks/dotnet-core-sdk) | ||
- [Dotnet Core Build CNB](https://github.com/paketo-buildpacks/dotnet-core-build) | ||
- [Dotnet Core Conf CNB](https://github.com/paketo-buildpacks/dotnet-core-conf) | ||
|
||
The buildpack supports building both runtime-dependent and self-contained | ||
applications. Additionally, the buildpack supports a number of combinations of | ||
runtimes, SDKs, and ASPNet library configurations. | ||
|
||
The buildpack supports the inclusion of | ||
[NodeJS](https://nodejs.org) for applications that may require it. This support | ||
is provided by the [Node Engine | ||
CNB](https://github.com/paketo-buildpacks/node-engine). |