From 0706ce7139e366580f7a4cf7bc153f55211ba5ca Mon Sep 17 00:00:00 2001 From: Cj <161484149+CJ-SPT@users.noreply.github.com> Date: Sat, 11 Jan 2025 01:43:59 -0500 Subject: [PATCH] Upgrade to .net9 --- Builder/Builder.csproj | 2 +- ReCodeItCLI/ReCodeItCLI.csproj | 2 +- RecodeItLib/ReCodeItLib.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Builder/Builder.csproj b/Builder/Builder.csproj index 5021696..b2866cb 100644 --- a/Builder/Builder.csproj +++ b/Builder/Builder.csproj @@ -1,6 +1,6 @@  - net8.0 + net9.0 Debug Always true diff --git a/ReCodeItCLI/ReCodeItCLI.csproj b/ReCodeItCLI/ReCodeItCLI.csproj index 2ae3791..763f673 100644 --- a/ReCodeItCLI/ReCodeItCLI.csproj +++ b/ReCodeItCLI/ReCodeItCLI.csproj @@ -3,7 +3,7 @@ 1.0.0 Exe - net8.0 + net9.0 enable enable diff --git a/RecodeItLib/ReCodeItLib.csproj b/RecodeItLib/ReCodeItLib.csproj index 1a20df9..d4335ff 100644 --- a/RecodeItLib/ReCodeItLib.csproj +++ b/RecodeItLib/ReCodeItLib.csproj @@ -3,7 +3,7 @@ 0.1.0 Library - net8.0 + net9.0 enable enable