From 9f8223018c916c4cbf2f52c1dbffe1812e9f1ee6 Mon Sep 17 00:00:00 2001 From: Wartori54 Date: Sun, 6 Oct 2024 22:55:07 +0200 Subject: [PATCH] Update MonoMod and other various dependencies --- Celeste.Mod.mm/Celeste.Mod.mm.csproj | 8 ++++---- NETCoreifier/NETCoreifier.csproj | 2 +- external/MonoMod | 2 +- global.json | 5 +++++ 4 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 global.json diff --git a/Celeste.Mod.mm/Celeste.Mod.mm.csproj b/Celeste.Mod.mm/Celeste.Mod.mm.csproj index d276820c9..cd72f0e3e 100644 --- a/Celeste.Mod.mm/Celeste.Mod.mm.csproj +++ b/Celeste.Mod.mm/Celeste.Mod.mm.csproj @@ -33,7 +33,7 @@ - + @@ -41,9 +41,9 @@ - - - + + + diff --git a/NETCoreifier/NETCoreifier.csproj b/NETCoreifier/NETCoreifier.csproj index 9973b6b10..c3c07c1cc 100644 --- a/NETCoreifier/NETCoreifier.csproj +++ b/NETCoreifier/NETCoreifier.csproj @@ -8,7 +8,7 @@ - + diff --git a/external/MonoMod b/external/MonoMod index 47cbea2ce..30eae98bd 160000 --- a/external/MonoMod +++ b/external/MonoMod @@ -1 +1 @@ -Subproject commit 47cbea2cee3ff7785d31599e8f9f0fbe38b5fecc +Subproject commit 30eae98bd518aa617e75207e734a9231c6ac2026 diff --git a/global.json b/global.json new file mode 100644 index 000000000..6583494cb --- /dev/null +++ b/global.json @@ -0,0 +1,5 @@ +{ + "msbuild-sdks": { + "Microsoft.Net.Sdk.IL": "7.0.0" + } +} \ No newline at end of file