Skip to content

Commit f837097

Browse files
Update Inventory for heroku/dotnet (#377)
Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 717cd30 commit f837097

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.310.
13+
1014
## [1.0.1] - 2026-01-15
1115

1216
### Fixed

buildpacks/dotnet/inventory.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1608,6 +1608,20 @@ arch = "arm64"
16081608
url = "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.309/dotnet-sdk-9.0.309-linux-arm64.tar.gz"
16091609
checksum = "sha512:80f3ba0533a207ed39ccf0f43cfac4d6b96269b4ca539dabe0f379d5e31a812e103a56e4636b8475a191ea81285cd98231e10fb486de3c1c93dfd56bf4542e7c"
16101610

1611+
[[artifacts]]
1612+
version = "9.0.310"
1613+
os = "linux"
1614+
arch = "amd64"
1615+
url = "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.310/dotnet-sdk-9.0.310-linux-x64.tar.gz"
1616+
checksum = "sha512:8203f566a23e09142381b2730ba2efed79a93240c096b02c9a8341e95d550a26d9c31496d9b11ce24ede61bbd7fb72131d4cf85880d101c90ae84d2442d0a596"
1617+
1618+
[[artifacts]]
1619+
version = "9.0.310"
1620+
os = "linux"
1621+
arch = "arm64"
1622+
url = "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.310/dotnet-sdk-9.0.310-linux-arm64.tar.gz"
1623+
checksum = "sha512:6559b4df6a44b290bce228a2002b1ccc6dc03ec0041b7dc065007a85de3b32ed1980a1a40fd06d36d1dc78f081114da8c98705eca4be83255c6df8647080a0e7"
1624+
16111625
[[artifacts]]
16121626
version = "10.0.100-preview.1.25120.13"
16131627
os = "linux"

0 commit comments

Comments
 (0)