Skip to content

Commit 3df90ed

Browse files
Update Inventory for heroku/dotnet (#346)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 236776e commit 3df90ed

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

buildpacks/dotnet/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- Support for .NET SDK versions: 9.0.308.
13+
1014
## [0.11.1] - 2025-11-11
1115

1216
### Added

buildpacks/dotnet/inventory.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1538,6 +1538,20 @@ arch = "arm64"
15381538
url = "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.307/dotnet-sdk-9.0.307-linux-arm64.tar.gz"
15391539
checksum = "sha512:46bfb0bd3e8124f0fabdd234bcf20383a86459d55f3d3d73178a0bce288b40b82c5dfd172586be447520e211fdcfda86902cb106b5ecc4d315234d9c8f8bcb70"
15401540

1541+
[[artifacts]]
1542+
version = "9.0.308"
1543+
os = "linux"
1544+
arch = "amd64"
1545+
url = "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.308/dotnet-sdk-9.0.308-linux-x64.tar.gz"
1546+
checksum = "sha512:3aacff096524a1dae9bc035f71a6805fa7ec3430d395771fc1c85505165a78361ce2cc9c9c35433376e5c30aec37e2eb2e77de0a6ba7ddd7dc6053baf2c2709a"
1547+
1548+
[[artifacts]]
1549+
version = "9.0.308"
1550+
os = "linux"
1551+
arch = "arm64"
1552+
url = "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.308/dotnet-sdk-9.0.308-linux-arm64.tar.gz"
1553+
checksum = "sha512:21fbdcdcb8762f3579ef2a8ac5d92cb0db960901f1c30d037fa1652238ef606bfc7bffa2e51fcc83f94f3c2c7d5bee5dcfed4b66baa455ae3d38681e264d23ff"
1554+
15411555
[[artifacts]]
15421556
version = "10.0.100-preview.1.25120.13"
15431557
os = "linux"

0 commit comments

Comments
 (0)