From 9919fc07ef0e0dff92491464b64f26fbf4dd65eb Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Mon, 21 Oct 2024 10:01:28 -0400 Subject: [PATCH] Add dotnet9.0 --- configs/sst_dotnet-dotnet.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/sst_dotnet-dotnet.yaml b/configs/sst_dotnet-dotnet.yaml index 634ad8531..3a586ffc9 100644 --- a/configs/sst_dotnet-dotnet.yaml +++ b/configs/sst_dotnet-dotnet.yaml @@ -9,6 +9,10 @@ data: - dotnet-sdk-8.0 - dotnet-runtime-8.0 - aspnetcore-runtime-8.0 + # EOL in May, 2026 + - dotnet-sdk-9.0 + - dotnet-runtime-9.0 + - aspnetcore-runtime-9.0 labels: - eln - c10s