Skip to content

Commit

Permalink
Adds readme
Browse files Browse the repository at this point in the history
[#171770870]

Signed-off-by: Ryan Moran <[email protected]>
  • Loading branch information
thitch97 authored and Ryan Moran committed Apr 14, 2020
1 parent c6fff61 commit aaa5a03
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
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).

0 comments on commit aaa5a03

Please sign in to comment.