From 010c387af39f906533accdf4cb2bf184ce10781a Mon Sep 17 00:00:00 2001 From: Michael Valdron Date: Thu, 27 Nov 2025 12:14:46 -0500 Subject: [PATCH] add sample deprecation status to README Signed-off-by: Michael Valdron --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6f7d34b..42f04f2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Creating an application with a .NET60 code sample +> [!WARNING] +> This devfile sample has been deprecated and will no longer be maintained. It has been archived and will remain read-only. + **Note:** The .NET60 code sample uses the **8081** HTTP port. Before you begin creating an application with this `devfile` code sample, it's helpful to understand the relationship between the `devfile` and `Dockerfile` and how they contribute to your build. You can find these files at the following URLs: