Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating version for dotnet-runtime for 6.0.X #1045

Merged
merged 1 commit into from
Nov 13, 2024
Merged
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
10 changes: 5 additions & 5 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ dependencies:
source: https://download.visualstudio.microsoft.com/download/pr/6d143cf6-e215-428e-bcde-9fd50ea0e1be/99652e31b3e0161a3f1f933e0bedf223/aspnetcore-runtime-8.0.10-linux-x64.tar.gz
source_sha256: 002f46d626076daee3b6e9fef180300133b9d1f7d856507fa6160fc235d7c009
- name: dotnet-runtime
version: 6.0.35
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-runtime/dotnet-runtime_6.0.35_linux_x64_any-stack_93c4cca6.tar.xz
sha256: 93c4cca61d196475eea7fbb26fc1ad6fcb5ea6536b4fdc56da02a5c74eda9ffe
version: 6.0.36
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-runtime/dotnet-runtime_6.0.36_linux_x64_any-stack_3d74ee92.tar.xz
sha256: 3d74ee926109493aac918c76d93f7469d9b9975bfa6ebd55ca8466201592c616
cf_stacks:
- cflinuxfs4
- cflinuxfs3
source: https://download.visualstudio.microsoft.com/download/pr/79e3d66e-14b8-4c20-9816-37c0c0964c8c/98ed84be388dfa1a7db279e9beefbee8/dotnet-runtime-6.0.35-linux-x64.tar.gz
source_sha256: c7222162d145e2c3e64b3440d962c54a549b1d903abdf70deb74fe61cae74db8
source: https://download.visualstudio.microsoft.com/download/pr/d0d7fabb-4221-441a-84ae-e94f59c8ab42/a7cd6251bd8ce5fac4baa1c057e4c5ed/dotnet-runtime-6.0.36-linux-x64.tar.gz
source_sha256: 18f90612188f34d95af8c87557554a156e24dbf83d2878320e3a217e02f5453d
- name: dotnet-runtime
version: 8.0.10
uri: https://buildpacks.cloudfoundry.org/dependencies/dotnet-runtime/dotnet-runtime_8.0.10_linux_x64_any-stack_4dd11722.tar.xz
Expand Down
Loading