From 347f20b6091f6b9353eea40d9a8729123824851b Mon Sep 17 00:00:00 2001 From: Jarrod Doyle Date: Sat, 11 Jan 2025 21:32:09 +0000 Subject: [PATCH] Upgrade projects to .net 9.0 --- KeepersCompound.LGS/KeepersCompound.LGS.csproj | 2 +- KeepersCompound.Lightmapper/KeepersCompound.Lightmapper.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/KeepersCompound.LGS/KeepersCompound.LGS.csproj b/KeepersCompound.LGS/KeepersCompound.LGS.csproj index ba5e203..403318a 100644 --- a/KeepersCompound.LGS/KeepersCompound.LGS.csproj +++ b/KeepersCompound.LGS/KeepersCompound.LGS.csproj @@ -2,7 +2,7 @@ Library - net8.0 + net9.0 enable enable diff --git a/KeepersCompound.Lightmapper/KeepersCompound.Lightmapper.csproj b/KeepersCompound.Lightmapper/KeepersCompound.Lightmapper.csproj index 592aac2..4101f58 100644 --- a/KeepersCompound.Lightmapper/KeepersCompound.Lightmapper.csproj +++ b/KeepersCompound.Lightmapper/KeepersCompound.Lightmapper.csproj @@ -3,7 +3,7 @@ 0.3.0 Exe - net8.0 + net9.0 enable enable true