Skip to content

Commit

Permalink
updated sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
jincod committed Oct 7, 2024
1 parent 4a6b235 commit 354f763
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# .NET Core Buildpack Changelog

## 2024-10-07

- Updated .NET Core 8.0.402

## 2024-05-15

- Updated .NET Core 8.0.300
Expand Down
4 changes: 2 additions & 2 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export NUGET_XMLDOC_MODE=${NUGET_XMLDOC_MODE:-skip}
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=${DOTNET_SKIP_FIRST_TIME_EXPERIENCE:-1}
export DOTNET_CLI_TELEMETRY_OPTOUT=${DOTNET_CLI_TELEMETRY_OPTOUT:-1}

DOTNET_SDK_VERSION=${DOTNET_SDK_VERSION:-8.0.300}
DOTNET_RUNTIME_VERSION=${DOTNET_RUNTIME_VERSION:-8.0.5}
DOTNET_SDK_VERSION=${DOTNET_SDK_VERSION:-8.0.402}
DOTNET_RUNTIME_VERSION=${DOTNET_RUNTIME_VERSION:-8.0.8}
BUILD_CONFIGURATION=${BUILD_CONFIGURATION:-Release}

info "Installing dotnet"
Expand Down

0 comments on commit 354f763

Please sign in to comment.