Skip to content

Commit

Permalink
updated sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
jincod committed Aug 10, 2023
1 parent 5db0d45 commit 3fdf16e
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-08-10

- Updated SDK 8.0.100-preview.7

## 2023-07-12

- Updated SDK 8.0.100-preview.6
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.100-preview.6.23330.14}
DOTNET_RUNTIME_VERSION=${DOTNET_RUNTIME_VERSION:-8.0.0-preview.6.23329.7}
DOTNET_SDK_VERSION=${DOTNET_SDK_VERSION:-8.0.100-preview.7.23376.3}
DOTNET_RUNTIME_VERSION=${DOTNET_RUNTIME_VERSION:-8.0.0-preview.7.23375.6}
BUILD_CONFIGURATION=${BUILD_CONFIGURATION:-Release}

info "Installing dotnet"
Expand Down

0 comments on commit 3fdf16e

Please sign in to comment.