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 @@ -21,7 +21,7 @@ dependency_deprecation_dates:
link: https://dotnet.microsoft.com/platform/support/policy/dotnet-core
- version_line: 9.0.x
name: dotnet-aspnetcore
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-runtime
Expand Down Expand Up @@ -82,6 +82,15 @@ dependencies:
- cflinuxfs3
source: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.10/aspnetcore-runtime-9.0.10-linux-x64.tar.gz
source_sha256: 7fd7fd9da1259212c9423d561b059fa45b21bcbcc8e94da15dcca9fa73d71984
- name: dotnet-aspnetcore
version: 9.0.16
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-aspnetcore/dotnet-aspnetcore_9.0.16_linux_x64_cflinuxfs4_40c5b4cc.tar.xz
sha256: 40c5b4cc17fbc645e249a6161ef35e1cc62a183d455275165aa770869dc4a6b3
cf_stacks:
- cflinuxfs4
- cflinuxfs5
source: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.16/aspnetcore-runtime-9.0.16-linux-x64.tar.gz
source_sha256: ''
- name: dotnet-aspnetcore
version: 10.0.2
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-aspnetcore/dotnet-aspnetcore_10.0.2_linux_x64_any-stack_2c49437f.tar.xz
Expand Down
Loading