Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependency_deprecation_dates:
link: https://dotnet.microsoft.com/platform/support/policy/dotnet-core
- version_line: 9.0.x
name: dotnet-sdk
date: 2026-11-10
date: 2026-05-12
link: https://dotnet.microsoft.com/platform/support/policy/dotnet-core
- version_line: 18.x.x
name: node
Expand Down Expand Up @@ -140,6 +140,15 @@ dependencies:
- cflinuxfs3
source: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.306/dotnet-sdk-9.0.306-linux-x64.tar.gz
source_sha256: 7d64179e044d0ebe709521f760e3c7c7529a8e71e0889cae35181d744ab0228b
- name: dotnet-sdk
version: 9.0.315
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-sdk/dotnet-sdk_9.0.315_linux_x64_cflinuxfs4_d854d91d.tar.xz
sha256: d854d91ddb167b1711d7ca679ab00050737caf4f2d5f48b6b20183e2df920b9e
cf_stacks:
- cflinuxfs4
- cflinuxfs5
source: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.315/dotnet-sdk-9.0.315-linux-x64.tar.gz
source_sha256: ''
- name: dotnet-sdk
version: 10.0.300
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-sdk/dotnet-sdk_10.0.300_linux_x64_cflinuxfs4_37012356.tar.xz
Expand Down
Loading