From aaa5a03dac4bd67d8480c22655d91820a508688d Mon Sep 17 00:00:00 2001 From: Timothy Hitchener Date: Tue, 14 Apr 2020 11:19:24 -0400 Subject: [PATCH] Adds readme [#171770870] Signed-off-by: Ryan Moran --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..0f6b468e --- /dev/null +++ b/README.md @@ -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).