Changing C# code over to using EpicGames.Core over DotNETCommon.

#rb none
#rnx

[CL 14962096 by Ben Marsh in ue5-main branch]
This commit is contained in:
Ben Marsh
2020-12-21 23:07:37 -04:00
parent d841d84ddb
commit 6f927647b1
418 changed files with 1285 additions and 462 deletions
@@ -5,7 +5,7 @@ using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using Tools.DotNETCommon;
using EpicGames.Core;
namespace UnrealBuildTool
{