diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a694186c..83a1d9b8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ #### Version - TBD * Added Support for Final Fantasy 7: Remake Intergrade +* Update CLI to .NET 8.0 (was missed in the last update) #### Version - 3.4.0.0 - 11/19/2023 * Fixed `--outputPath` not being used for the CLI `compile` (thanks to @majcosta for fixing that) diff --git a/Wabbajack.CLI/Wabbajack.CLI.csproj b/Wabbajack.CLI/Wabbajack.CLI.csproj index 7adaf80a9..195e09810 100644 --- a/Wabbajack.CLI/Wabbajack.CLI.csproj +++ b/Wabbajack.CLI/Wabbajack.CLI.csproj @@ -2,8 +2,8 @@ Exe - net6.0-windows - net6.0 + net8.0-windows + net8.0 enable GPL-3.0-or-later $(VERSION)