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 @@ -33,7 +33,7 @@ dependency_deprecation_dates:
link: https://dotnet.microsoft.com/platform/support/policy/dotnet-core
- version_line: 9.0.x
name: dotnet-runtime
date: 2026-11-10
date: 2026-05-12
link: https://dotnet.microsoft.com/platform/support/policy/dotnet-core
- version_line: 10.0.x
name: dotnet-sdk
Expand Down Expand Up @@ -111,6 +111,15 @@ dependencies:
- cflinuxfs3
source: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.10/dotnet-runtime-9.0.10-linux-x64.tar.gz
source_sha256: 011a9dad66b3cf824e7a61c334b0a97a43cdfbc5121b0d274383f77e2ff67392
- name: dotnet-runtime
version: 9.0.17
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-runtime/dotnet-runtime_9.0.17_linux_x64_cflinuxfs4_c708ca17.tar.xz
sha256: c708ca178d85a564ade9bc74d71a0d68ea6c9c90d3265c6f8ca9955680570cb7
cf_stacks:
- cflinuxfs4
- cflinuxfs5
source: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.17/dotnet-runtime-9.0.17-linux-x64.tar.gz
source_sha256: ''
- name: dotnet-runtime
version: 10.0.2
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-runtime/dotnet-runtime_10.0.2_linux_x64_any-stack_dcc3e32e.tar.xz
Expand Down
Loading