Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Aug 11, 2023
1 parent 6754040 commit 0084ca4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/get-dotnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ensure_dir() {
# main

# resolve SDK version
sdk_version=$(jq -r .sdk.version $global_json_path)
sdk_version="8.0.100-rc.1.23407.2"

# download dotnet-install.sh
ensure_dir $OBJDIR
Expand Down
3 changes: 2 additions & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"sdk": {
"version": "8.0.100-rc.1.23407.2"
"version": "8.0.100-preview.7.23376.3",
"rollForward": "latestFeature"
}
}

0 comments on commit 0084ca4

Please sign in to comment.