Skip to content

Commit 99e15d4

Browse files
Update heroku/buildpacks-dotnet to v0.3.1
## heroku/dotnet ### Changed - The .NET SDK inventory was updated with new download URLs for version 9.0 release artifacts. ([#203](heroku/buildpacks-dotnet#203)) - The buildpack will now skip NuGet package XML doc extraction when running `dotnet publish`. ([#212](heroku/buildpacks-dotnet#212)) - The build configuration is no longer written to the log before the `dotnet publish` command (which still includes the build configuration value when specified). ([#213](heroku/buildpacks-dotnet#213))
1 parent 398aed8 commit 99e15d4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

builder-22/builder.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ version = "0.20.6"
2323

2424
[[buildpacks]]
2525
id = "heroku/dotnet"
26-
uri = "docker://docker.io/heroku/buildpack-dotnet@sha256:066863a37e4620fa409611f6bdca1966aabe5c7a132d15c37059b99ca01f352e"
26+
uri = "docker://docker.io/heroku/buildpack-dotnet@sha256:39716b9e30743c7902905d0f3c55185030fac5cff58bacc8913b589df9930ded"
2727

2828
[[buildpacks]]
2929
id = "heroku/go"
@@ -154,7 +154,7 @@ version = "0.20.6"
154154
optional = true
155155
[[order.group]]
156156
id = "heroku/dotnet"
157-
version = "0.3.0"
157+
version = "0.3.1"
158158
[[order.group]]
159159
id = "heroku/procfile"
160160
version = "4.1.0"

builder-24/builder.toml

+2-2
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:066863a37e4620fa409611f6bdca1966aabe5c7a132d15c37059b99ca01f352e"
26+
uri = "docker://docker.io/heroku/buildpack-dotnet@sha256:39716b9e30743c7902905d0f3c55185030fac5cff58bacc8913b589df9930ded"
2727

2828
[[buildpacks]]
2929
id = "heroku/go"
@@ -154,7 +154,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]
154154
optional = true
155155
[[order.group]]
156156
id = "heroku/dotnet"
157-
version = "0.3.0"
157+
version = "0.3.1"
158158
[[order.group]]
159159
id = "heroku/procfile"
160160
version = "4.1.0"

0 commit comments

Comments
 (0)