Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated to Dotnet 9.0.101 #597

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open

Updated to Dotnet 9.0.101 #597

wants to merge 2 commits into from

Conversation

JCash
Copy link
Contributor

@JCash JCash commented Jan 9, 2025

No description provided.

JCash added 2 commits January 9, 2025 15:12
# Conflicts:
#	server/envs/generate_user_env.sh
Comment on lines +43 to +46
if [[ "" == "${JAVA_HOME}" ]]; then
# select java home for JDK 21
JAVA_HOME=`/usr/libexec/java_home -v 21`
fi
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have that executable on my machine
I do however have JAVA_HOME set.
And I think it's reasonable to have an environment variable that overrides any automatic resolving.

Comment on lines +24 to +27
if [[ "" == ${PLATFORMSDK_DIR} ]]; then
echo "Missing PLATFORMSDK_DIR. Please run ./server/envs/generate_user_env.sh to generate it"
exit 1
fi
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The file exists, but lacks the variable.

@@ -114,7 +118,7 @@ function install_dotnet() {
# https://dotnet.microsoft.com/en-us/download/dotnet/9.0
# https://github.com/dotnet/core/blob/main/release-notes/9.0/install.md

local version="9.0.100-rc.2.24474.11"
local version="9.0.1xx"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They haven't yet updated to v9 at their latest version, nor is it possible to write a more inclusive pattern (none that I've found at least)

@JCash JCash requested a review from ekharkunov January 9, 2025 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants