From 13293bb12ec7fbb997e16c55bf96bbe184d60684 Mon Sep 17 00:00:00 2001 From: CF Buildpacks Team CI Server Date: Tue, 10 Jun 2025 19:00:26 +0000 Subject: [PATCH] Add dotnet-aspnetcore 9.0.6, remove dotnet-aspnetcore 9.0.4 for stack(s) cflinuxfs4, cflinuxfs3 --- manifest.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.yml b/manifest.yml index 3f7eea496..23be79de3 100644 --- a/manifest.yml +++ b/manifest.yml @@ -59,14 +59,14 @@ dependencies: source: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.15/aspnetcore-runtime-8.0.15-linux-x64.tar.gz source_sha256: 88bd3e4c7cc6d34bad9d5640d8eef4dd7c6d4293240d328751bdcf8b967b8f6b - name: dotnet-aspnetcore - version: 9.0.4 - uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-aspnetcore/dotnet-aspnetcore_9.0.4_linux_x64_any-stack_58866ce6.tar.xz - sha256: 58866ce6d2c53d61889390d93fcbae58b752208bdce6b019311a87bcff02e6f5 + version: 9.0.6 + uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-aspnetcore/dotnet-aspnetcore_9.0.6_linux_x64_any-stack_2c183e8e.tar.xz + sha256: 2c183e8e509610550b604249992260b4c83228afb16b8f43493702bbf3347aed cf_stacks: - cflinuxfs4 - cflinuxfs3 - source: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.4/aspnetcore-runtime-9.0.4-linux-x64.tar.gz - source_sha256: 2ef497b573802039932b6c6075e1abcdc85c9b766a6eb0d4cda14e22130982d2 + source: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.6/aspnetcore-runtime-9.0.6-linux-x64.tar.gz + source_sha256: 2f5890ae54518d50411a346aecac89e2e06ef68b71f9a02733c7aa27efa03176 - name: dotnet-runtime version: 8.0.15 uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-runtime/dotnet-runtime_8.0.15_linux_x64_any-stack_cb0a94df.tar.xz