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
19 changes: 5 additions & 14 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,23 +101,14 @@ dependencies:
source: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.19/aspnetcore-runtime-9.0.19-linux-x64.tar.gz
source_sha256: d949d01244ffd3bc0ab23602a4c186d5e961cae75961f0ed0e25b9e57e164b4f
- name: dotnet-aspnetcore
version: 10.0.10
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-aspnetcore/dotnet-aspnetcore_10.0.10_linux_x64_cflinuxfs4_398e54d0.tar.xz
sha256: 398e54d071157e11b4c126f6efc5ec50b8869d1b43cfc77453487ea409c41f08
cf_stacks:
- cflinuxfs4
- cflinuxfs5
source: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.10/aspnetcore-runtime-10.0.10-linux-x64.tar.gz
source_sha256: 6b07487ebc8995d9ee79f794c3f6cb4bdd69a9b00a3d8a99fae0164f3aa8e44d
- name: dotnet-aspnetcore
version: 10.0.11
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-aspnetcore/dotnet-aspnetcore_10.0.11_linux_x64_cflinuxfs4_efc09fce.tar.xz
sha256: efc09fcef826bb5fd77a90913f99ac78bd27a61658d358d007d60e8e96a5faee
version: 10.0.12
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-aspnetcore/dotnet-aspnetcore_10.0.12_linux_x64_cflinuxfs4_f6bcbbd0.tar.xz
sha256: f6bcbbd09f51e186ea63f2d5b4eb5a3b16d3a7b655fa0a7262073d549000d569
cf_stacks:
- cflinuxfs4
- cflinuxfs5
source: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.11/aspnetcore-runtime-10.0.11-linux-x64.tar.gz
source_sha256: d3504b4b7c1898b668f58ab0ea4d28821a520a97c9a758b8bb68a424a6f1ccef
source: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.12/aspnetcore-runtime-10.0.12-linux-x64.tar.gz
source_sha256: ''
- name: dotnet-runtime
version: 8.0.21
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-runtime/dotnet-runtime_8.0.21_linux_x64_any-stack_4961bbf3.tar.xz
Expand Down
Loading