Skip to content

Commit

Permalink
updated sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
jincod committed Mar 26, 2024
1 parent 1b06926 commit e2d44bf
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-03-26

- Updated SDK 9.0.0-preview.2

## 2024-02-20

- Updated SDK 9.0.0-preview.1
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:-9.0.100-preview.1.24101.2}
DOTNET_RUNTIME_VERSION=${DOTNET_RUNTIME_VERSION:-9.0.0-preview.1.24080.9}
DOTNET_SDK_VERSION=${DOTNET_SDK_VERSION:-9.0.100-preview.2.24157.14}
DOTNET_RUNTIME_VERSION=${DOTNET_RUNTIME_VERSION:-9.0.0-preview.2.24128.5}
BUILD_CONFIGURATION=${BUILD_CONFIGURATION:-Release}

info "Installing dotnet"
Expand Down

0 comments on commit e2d44bf

Please sign in to comment.