Compile engine and mod dlls as NET5 when not using mono

This commit is contained in:
teinarss
2021-02-21 16:56:24 +01:00
committed by Paul Chote
parent 4a1e4f3e16
commit ed43071792
7 changed files with 12 additions and 6 deletions

View File

@@ -12,6 +12,7 @@
using System.Diagnostics;
using OpenRA.Activities;
using OpenRA.Support;
using Activity = OpenRA.Activities.Activity;
namespace OpenRA.Traits
{