DaedalicEntertainment / ue4-test-automation

Facilitates setting up integration test suits with Unreal Engine 4 Gauntlet.
https://www.daedalic.com
MIT License
215 stars 62 forks source link

DaedalicTestAutomationPlugin.Automation.csproj needs migrating to .NET Core for UE5 #38

Open codemonkey-uk opened 2 years ago

codemonkey-uk commented 2 years ago

DaedalicTestAutomationPlugin.Automation is a .NET Framework project, but UE5 now uses .NET Core.

Migration can be partially completed with https://github.com/dotnet/try-convert