Update build scripts to use .NET SDK 7 for engine

This commit is contained in:
Wojtek Figat
2023-11-25 12:20:42 +01:00
parent 40d6e18e7e
commit cf155a4df4
13 changed files with 20 additions and 20 deletions

View File

@@ -9,4 +9,4 @@ echo Building and packaging platforms data...
cd "`dirname "$0"`"
# Run Flax.Build (also pass the arguments)
bash ./Development/Scripts/Mac/CallBuildTool.sh --deploy --deployPlatforms --verbose --log --logFile="Cache/Intermediate/PackageLog.txt" "$@"
bash ./Development/Scripts/Mac/CallBuildTool.sh --deploy --deployPlatforms --dotnet=7 --verbose --log --logFile="Cache/Intermediate/PackageLog.txt" "$@"