You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Revert //UE5/Main/... changelist 19531725 - return to NET Core 3.1
#preflight 62422fd0470aff98e946bfce #jira UE-119846 [CL 19534572 by jonathan adamczewski in ue5-main branch]
This commit is contained in:
@@ -274,7 +274,7 @@ namespace UnrealBuildTool
|
||||
// so now validate it
|
||||
if (!string.IsNullOrEmpty(CandidateProjectPath))
|
||||
{
|
||||
FileReference? CandidateProjectFile = new FileReference(CandidateProjectPath);
|
||||
FileReference CandidateProjectFile = new FileReference(CandidateProjectPath);
|
||||
|
||||
// if the path doesn't exist then check native paths (ueprojectdirs)
|
||||
if (!FileReference.Exists(CandidateProjectFile))
|
||||
|
||||
Reference in New Issue
Block a user