Update bundled dotnet to 6.0.302

#rb Ryan.Hummer
#rnx
#jira UE-159980
#preflight 62f152ba0264595302c59855

[CL 21273202 by Joe Kirchoff in ue5-main branch]
This commit is contained in:
Joe Kirchoff
2022-08-08 15:06:11 -04:00
parent 9226cd230e
commit 3f1de0e66c
7 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ fi
if [ $IS_DOTNET_INSTALLED -eq 0 ]; then
echo Setting up bundled DotNet SDK
CUR_DIR=`pwd`
export UE_DOTNET_DIR="$CUR_DIR/../../../Binaries/ThirdParty/DotNet/6.0.200/linux"
export UE_DOTNET_DIR="$CUR_DIR/../../../Binaries/ThirdParty/DotNet/6.0.302/linux"
chmod u+x "$UE_DOTNET_DIR/dotnet"
export PATH="$UE_DOTNET_DIR:$PATH"
export DOTNET_ROOT="$UE_DOTNET_DIR"