Skip to content

Commit bed211c

Browse files
committed
Document why .NET 4.5 is needed
1 parent 74b028a commit bed211c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ue4docker/dockerfiles/ue4-build-prerequisites/windows/install-prerequisites.bat

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ if "%VISUAL_STUDIO_BUILD_NUMBER%" == "15" (
5757

5858
@rem Install the Visual Studio Build Tools workloads and components we need
5959
@rem NOTE: We use the Visual Studio 2022 installer even for Visual Studio 2019 and 2017 here because the old (2017) installer now breaks
60-
@rem NOTE: Microsoft.NetCore.Component.SDK only exists for VS2019. And it is actually *needed* only for UE5
60+
@rem NOTE: Microsoft.NetCore.Component.SDK only exists for VS2019+. And it is actually *needed* only for UE5
61+
@rem NOTE: .NET 4.5 is required for some programs even in UE5, for example https://github.com/EpicGames/UnrealEngine/blob/5.0.1-release/Engine/Source/Programs/UnrealSwarm/SwarmCoordinator/SwarmCoordinator.csproj#L26
6162
curl --progress-bar -L "https://aka.ms/vs/17/release/vs_buildtools.exe" --output %TEMP%\vs_buildtools.exe || goto :error
6263
%TEMP%\vs_buildtools.exe --quiet --wait --norestart --nocache ^
6364
--installPath C:\BuildTools ^

0 commit comments

Comments
 (0)