From 4ed1ec2933039404936c2c30685e7155105efc83 Mon Sep 17 00:00:00 2001 From: Yoshi Askharoun Date: Thu, 9 May 2024 23:57:18 -0500 Subject: [PATCH] Upgrade to .NET 8 --- OwlCore.Wpf/OwlCore.Wpf.csproj | 2 +- ZuneModCore/ZuneModCore.csproj | 2 +- ZuneModdingHelper/ZuneModdingHelper.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/OwlCore.Wpf/OwlCore.Wpf.csproj b/OwlCore.Wpf/OwlCore.Wpf.csproj index 682e9ce..e87f08f 100644 --- a/OwlCore.Wpf/OwlCore.Wpf.csproj +++ b/OwlCore.Wpf/OwlCore.Wpf.csproj @@ -1,7 +1,7 @@  - net5.0-windows + net8.0-windows true enable diff --git a/ZuneModCore/ZuneModCore.csproj b/ZuneModCore/ZuneModCore.csproj index e30c125..42a0fe1 100644 --- a/ZuneModCore/ZuneModCore.csproj +++ b/ZuneModCore/ZuneModCore.csproj @@ -1,7 +1,7 @@  - net5.0 + net8.0 9 enable AnyCPU;x64;x86 diff --git a/ZuneModdingHelper/ZuneModdingHelper.csproj b/ZuneModdingHelper/ZuneModdingHelper.csproj index 602a52c..25ee910 100644 --- a/ZuneModdingHelper/ZuneModdingHelper.csproj +++ b/ZuneModdingHelper/ZuneModdingHelper.csproj @@ -2,7 +2,7 @@ WinExe - net5.0-windows + net8.0-windows true app.manifest 2021.12.30.0