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:
jonathan adamczewski
2022-03-28 18:25:19 -04:00
parent bd056f4f89
commit 5c68d1d9ef
136 changed files with 604 additions and 774 deletions

View File

@@ -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))