From a70637f28f5a0f08db658571e51a1da453811c06 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Tue, 12 Jan 2021 23:04:17 +0000 Subject: [PATCH] Fix missing System.Threading.Tasks.Parallel in packaged net5 builds. --- OpenRA.Launcher/OpenRA.Launcher.csproj | 1 + OpenRA.WindowsLauncher/OpenRA.WindowsLauncher.csproj | 1 + 2 files changed, 2 insertions(+) diff --git a/OpenRA.Launcher/OpenRA.Launcher.csproj b/OpenRA.Launcher/OpenRA.Launcher.csproj index 0099bc5978..6897bc7493 100644 --- a/OpenRA.Launcher/OpenRA.Launcher.csproj +++ b/OpenRA.Launcher/OpenRA.Launcher.csproj @@ -69,5 +69,6 @@ + diff --git a/OpenRA.WindowsLauncher/OpenRA.WindowsLauncher.csproj b/OpenRA.WindowsLauncher/OpenRA.WindowsLauncher.csproj index d12d1ca8cb..980b80a9bb 100644 --- a/OpenRA.WindowsLauncher/OpenRA.WindowsLauncher.csproj +++ b/OpenRA.WindowsLauncher/OpenRA.WindowsLauncher.csproj @@ -62,5 +62,6 @@ +