From f9273146a3b2df8e948bf53bfef2154136a74d8d Mon Sep 17 00:00:00 2001 From: Andreas Pardeike Date: Thu, 14 Nov 2024 01:24:55 +0100 Subject: [PATCH] fixes project outdates --- Directory.Build.props | 4 ++-- Harmony/Harmony.csproj | 26 ++++++++++++++++---------- HarmonyTests/HarmonyTests.csproj | 15 ++++++++++----- TestLibrary/TestLibrary.csproj | 4 ++-- 4 files changed, 30 insertions(+), 19 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 764ace0b..2803fc46 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,9 +1,9 @@ - 2.3.4.0 + 2.3.3.0 - 1.1.0 + 1.2.1 diff --git a/Harmony/Harmony.csproj b/Harmony/Harmony.csproj index 82eed6c5..979ceaef 100644 --- a/Harmony/Harmony.csproj +++ b/Harmony/Harmony.csproj @@ -1,7 +1,7 @@ - netstandard2.0;net35;net452;net472;net48;netcoreapp3.0;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0 + netstandard2.0;net35;net452;net472;net48;netcoreapp3.0;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0;net9.0 true Harmony Andreas Pardeike @@ -45,7 +45,7 @@ - + true @@ -88,7 +88,7 @@ - + @@ -97,10 +97,11 @@ Ensures the build (ILRepack task) can work without having all these versions installed. --> - - - - + + + + + @@ -126,19 +127,24 @@ - + - + + - + + + + + diff --git a/HarmonyTests/HarmonyTests.csproj b/HarmonyTests/HarmonyTests.csproj index b33678de..cae96049 100644 --- a/HarmonyTests/HarmonyTests.csproj +++ b/HarmonyTests/HarmonyTests.csproj @@ -1,7 +1,7 @@ - net35;net452;net472;net48;netcoreapp3.0;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0 + net35;net452;net472;net48;netcoreapp3.0;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0;net9.0 true preview false @@ -11,7 +11,7 @@ - + true @@ -47,10 +47,15 @@ - + + + + + + - runtime; build; native; contentfiles; analyzers; buildtransitive - all + runtime; build; native; contentfiles; analyzers; buildtransitive + all diff --git a/TestLibrary/TestLibrary.csproj b/TestLibrary/TestLibrary.csproj index 7263e684..995c9a35 100644 --- a/TestLibrary/TestLibrary.csproj +++ b/TestLibrary/TestLibrary.csproj @@ -1,7 +1,7 @@ - net35;net452;net472;net48;netcoreapp3.0;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0 + net35;net452;net472;net48;netcoreapp3.0;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0;net9.0 true preview false @@ -31,4 +31,4 @@ - \ No newline at end of file +