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.314
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-sdk/dotnet-sdk_9.0.314_linux_x64_cflinuxfs4_c1efe8dd.tar.xz
sha256: c1efe8ddc2efa463521608a12e4f919251268db329ee2e6231d18b5f8300f404
cf_stacks:
- cflinuxfs4
- cflinuxfs5
source: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.314/dotnet-sdk-9.0.314-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