From 30c019c4ef24b77c2ec900ca01870b9f48deeb9f Mon Sep 17 00:00:00 2001 From: LukeFZ <17146677+LukeFZ@users.noreply.github.com> Date: Tue, 13 Aug 2024 04:23:49 +0200 Subject: [PATCH] Bump projects to .net 9 and update nugets --- .github/workflows/build.yml | 8 ++++---- Il2CppInspector.CLI/Il2CppInspector.CLI.csproj | 4 ++-- Il2CppInspector.Common/Il2CppInspector.csproj | 6 +++--- Il2CppInspector.GUI/Il2CppInspector.GUI.csproj | 9 ++++----- Il2CppTests/Il2CppTests.csproj | 4 ++-- 5 files changed, 15 insertions(+), 16 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9dc498b..98dc063 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,10 +28,10 @@ jobs: run: nuget restore - name: Build GUI - run: msbuild /t:Il2CppInspector_GUI:publish /p:Configuration=Release /p:Platform="Any CPU" /p:TargetFramework=net8.0-windows /p:SelfContained=false /verbosity:minimal + run: msbuild /t:Il2CppInspector_GUI:publish /p:Configuration=Release /p:Platform="Any CPU" /p:TargetFramework=net9.0-windows /p:SelfContained=false /verbosity:minimal - name: Build CLI - run: msbuild /t:Il2CppInspector_CLI:publish /p:Configuration=Release /p:Platform="Any CPU" /p:TargetFramework=net8.0 /p:SelfContained=false /verbosity:minimal + run: msbuild /t:Il2CppInspector_CLI:publish /p:Configuration=Release /p:Platform="Any CPU" /p:TargetFramework=net9.0 /p:SelfContained=false /verbosity:minimal - name: Add Plugins folder (GUI) shell: pwsh @@ -47,11 +47,11 @@ jobs: uses: actions/upload-artifact@v3 with: name: Il2CppInspectorRedux.GUI - path: Il2CppInspector.GUI/bin/Release/net8.0-windows/win-x64/publish + path: Il2CppInspector.GUI/bin/Release/net9.0-windows/win-x64/publish - name: Upload CLI Artifact uses: actions/upload-artifact@v2 with: name: Il2CppInspectorRedux.CLI - path: Il2CppInspector.CLI/bin/Release/net8.0/win-x64/publish + path: Il2CppInspector.CLI/bin/Release/net9.0/win-x64/publish diff --git a/Il2CppInspector.CLI/Il2CppInspector.CLI.csproj b/Il2CppInspector.CLI/Il2CppInspector.CLI.csproj index 5f42189..09f3a1d 100644 --- a/Il2CppInspector.CLI/Il2CppInspector.CLI.csproj +++ b/Il2CppInspector.CLI/Il2CppInspector.CLI.csproj @@ -2,7 +2,7 @@ Exe - net8.0 + net9.0 true @@ -32,7 +32,7 @@ - + diff --git a/Il2CppInspector.Common/Il2CppInspector.csproj b/Il2CppInspector.Common/Il2CppInspector.csproj index a595ee8..c7e69ca 100644 --- a/Il2CppInspector.Common/Il2CppInspector.csproj +++ b/Il2CppInspector.Common/Il2CppInspector.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 Il2CppInspector.Common Katy Coe 2023.1 @@ -38,8 +38,8 @@ - - + + NU1605 diff --git a/Il2CppInspector.GUI/Il2CppInspector.GUI.csproj b/Il2CppInspector.GUI/Il2CppInspector.GUI.csproj index dbbdd5d..841e45a 100644 --- a/Il2CppInspector.GUI/Il2CppInspector.GUI.csproj +++ b/Il2CppInspector.GUI/Il2CppInspector.GUI.csproj @@ -2,7 +2,7 @@ WinExe - net8.0-windows + net9.0-windows true false @@ -33,10 +33,9 @@ - - - - + + + NU1701 diff --git a/Il2CppTests/Il2CppTests.csproj b/Il2CppTests/Il2CppTests.csproj index f2a43c5..26ebca8 100644 --- a/Il2CppTests/Il2CppTests.csproj +++ b/Il2CppTests/Il2CppTests.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 false @@ -215,7 +215,7 @@ - +