Skip to content

Commit 52f20ac

Browse files
Update heroku/buildpacks-dotnet to v0.9.0 (#807)
## heroku/dotnet ### Changed - The buildpack now only passes detection when solution or project files are present in the root directory. ([#320](heroku/buildpacks-dotnet#320)) ### Added - Support for configuring the solution file to build and publish via `SOLUTION_FILE` environment variable. ([#319](heroku/buildpacks-dotnet#319)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent b6c065b commit 52f20ac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

builder-22/builder.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ version = "0.20.13"
2323

2424
[[buildpacks]]
2525
id = "heroku/dotnet"
26-
uri = "docker://docker.io/heroku/buildpack-dotnet@sha256:f8af099609dac05d7fc72b979c42d6789970cb7e4b9a259f4888bbe688b50ac9"
26+
uri = "docker://docker.io/heroku/buildpack-dotnet@sha256:9b55a6e943b7d94118f3e24f330c20132307eed7c91b3d2925761db5794b0f57"
2727

2828
[[buildpacks]]
2929
id = "heroku/go"
@@ -150,7 +150,7 @@ version = "0.20.13"
150150
optional = true
151151
[[order.group]]
152152
id = "heroku/dotnet"
153-
version = "0.8.1"
153+
version = "0.9.0"
154154
[[order.group]]
155155
id = "heroku/procfile"
156156
version = "4.2.1"

builder-24/builder.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]
2323

2424
[[buildpacks]]
2525
id = "heroku/dotnet"
26-
uri = "docker://docker.io/heroku/buildpack-dotnet@sha256:f8af099609dac05d7fc72b979c42d6789970cb7e4b9a259f4888bbe688b50ac9"
26+
uri = "docker://docker.io/heroku/buildpack-dotnet@sha256:9b55a6e943b7d94118f3e24f330c20132307eed7c91b3d2925761db5794b0f57"
2727

2828
[[buildpacks]]
2929
id = "heroku/go"
@@ -150,7 +150,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]
150150
optional = true
151151
[[order.group]]
152152
id = "heroku/dotnet"
153-
version = "0.8.1"
153+
version = "0.9.0"
154154
[[order.group]]
155155
id = "heroku/procfile"
156156
version = "4.2.1"

0 commit comments

Comments
 (0)