Skip to content

Commit

Permalink
updated sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
jincod committed Sep 15, 2023
1 parent 75fc540 commit 4d57af4
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

## 2023-09-15

- Updated .NET Core 7.0.401

## 2023-08-10

- Updated .NET Core 7.0.400
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:-7.0.400}
DOTNET_RUNTIME_VERSION=${DOTNET_RUNTIME_VERSION:-7.0.10}
DOTNET_SDK_VERSION=${DOTNET_SDK_VERSION:-7.0.401}
DOTNET_RUNTIME_VERSION=${DOTNET_RUNTIME_VERSION:-7.0.11}
BUILD_CONFIGURATION=${BUILD_CONFIGURATION:-Release}

info "Installing dotnet"
Expand Down

0 comments on commit 4d57af4

Please sign in to comment.