From 4a202f901eed7b802c736e60a57fe9638fb62af5 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Thu, 8 Apr 2021 13:42:52 +0100 Subject: [PATCH] WIP: Update to account for engine Directory.Build.props PR. --- .../OpenRA.Mods.Example.csproj | 28 +------------------ mod.config | 2 +- 2 files changed, 2 insertions(+), 28 deletions(-) diff --git a/OpenRA.Mods.Example/OpenRA.Mods.Example.csproj b/OpenRA.Mods.Example/OpenRA.Mods.Example.csproj index e76e48fe6..c2f9e7206 100644 --- a/OpenRA.Mods.Example/OpenRA.Mods.Example.csproj +++ b/OpenRA.Mods.Example/OpenRA.Mods.Example.csproj @@ -1,26 +1,9 @@ + - net5.0 - netstandard2.1 - true - true - 7.3 - true - true ../engine/bin - false - AnyCPU - false ../engine/OpenRA.ruleset - - - - - - DEBUG;TRACE - false - False @@ -28,14 +11,5 @@ False - - - - - - - - - diff --git a/mod.config b/mod.config index 1a7891e1d..982526048 100644 --- a/mod.config +++ b/mod.config @@ -9,7 +9,7 @@ MOD_ID="example" # The OpenRA engine version to use for this project. -ENGINE_VERSION="be22493" +ENGINE_VERSION="9b1ca7e7aea42177e4059ccede2027fb350c3649" ############################################################################## # Packaging