Skip to content

Commit

Permalink
dotnet: rm unsupported 6.x, add 9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun024 authored and ForestEckhardt committed Nov 18, 2024
1 parent 6043da9 commit 3a94c0a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pipelines/config/dependency-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,38 +49,38 @@ dependencies:
buildpacks:
dotnet-core:
lines:
- line: 6.0.X
deprecation_date: 2024-11-08
link: https://dotnet.microsoft.com/platform/support/policy/dotnet-core
- line: 8.0.X
deprecation_date: 2026-11-10
link: https://dotnet.microsoft.com/platform/support/policy/dotnet-core
- line: 9.0.X
deprecation_date: 2026-05-12
link: https://dotnet.microsoft.com/platform/support/policy/dotnet-core
removal_strategy: remove_all
versions_to_keep: 1
any_stack: true
dotnet-runtime:
buildpacks:
dotnet-core:
lines:
- line: 6.0.X
deprecation_date: 2024-11-08
link: https://dotnet.microsoft.com/platform/support/policy/dotnet-core
- line: 8.0.X
deprecation_date: 2026-11-10
link: https://dotnet.microsoft.com/platform/support/policy/dotnet-core
- line: 9.0.X
deprecation_date: 2026-05-12
link: https://dotnet.microsoft.com/platform/support/policy/dotnet-core
removal_strategy: remove_all
versions_to_keep: 1
any_stack: true
dotnet-aspnetcore:
buildpacks:
dotnet-core:
lines:
- line: 6.0.X
deprecation_date: 2024-11-08
link: https://dotnet.microsoft.com/platform/support/policy/dotnet-core
- line: 8.0.X
deprecation_date: 2026-11-10
link: https://dotnet.microsoft.com/platform/support/policy/dotnet-core
- line: 9.0.X
deprecation_date: 2026-05-12
link: https://dotnet.microsoft.com/platform/support/policy/dotnet-core
removal_strategy: remove_all
versions_to_keep: 1
any_stack: true
Expand Down

0 comments on commit 3a94c0a

Please sign in to comment.