From 095ff61113cf74fa4211f8593aacbc5a40fd7748 Mon Sep 17 00:00:00 2001 From: Manu098vm Date: Thu, 16 Nov 2023 15:49:44 +0100 Subject: [PATCH] Update to net8 --- .github/workflows/Linux.yml | 2 +- .github/workflows/Mac.yml | 2 +- .github/workflows/Windows.yml | 2 +- .../SwitchGiftDataManager.CommandLine.csproj | 2 +- SwitchGiftDataManager.Core/SwitchGiftDataManager.Core.csproj | 2 +- .../SwitchGiftDataManager.WinForm.csproj | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/Linux.yml b/.github/workflows/Linux.yml index ebf8bc3..23f0c9f 100644 --- a/.github/workflows/Linux.yml +++ b/.github/workflows/Linux.yml @@ -68,7 +68,7 @@ jobs: - name: Install .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x # Create the app package by building and packaging - name: Install dependencies diff --git a/.github/workflows/Mac.yml b/.github/workflows/Mac.yml index 1313827..2bd9cc4 100644 --- a/.github/workflows/Mac.yml +++ b/.github/workflows/Mac.yml @@ -68,7 +68,7 @@ jobs: - name: Install .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x # Create the app package by building and packaging - name: Install dependencies diff --git a/.github/workflows/Windows.yml b/.github/workflows/Windows.yml index 23e3af5..36fe910 100644 --- a/.github/workflows/Windows.yml +++ b/.github/workflows/Windows.yml @@ -68,7 +68,7 @@ jobs: - name: Install .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x # Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild - name: Setup MSBuild.exe diff --git a/SwitchGiftDataManager.CommandLine/SwitchGiftDataManager.CommandLine.csproj b/SwitchGiftDataManager.CommandLine/SwitchGiftDataManager.CommandLine.csproj index 8b256d2..0319f73 100644 --- a/SwitchGiftDataManager.CommandLine/SwitchGiftDataManager.CommandLine.csproj +++ b/SwitchGiftDataManager.CommandLine/SwitchGiftDataManager.CommandLine.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable Manu098vm diff --git a/SwitchGiftDataManager.Core/SwitchGiftDataManager.Core.csproj b/SwitchGiftDataManager.Core/SwitchGiftDataManager.Core.csproj index 3412956..61ce1df 100644 --- a/SwitchGiftDataManager.Core/SwitchGiftDataManager.Core.csproj +++ b/SwitchGiftDataManager.Core/SwitchGiftDataManager.Core.csproj @@ -2,7 +2,7 @@ Library - net7.0 + net8.0 enable enable Manu098vm diff --git a/SwitchGiftDataManager.WinForm/SwitchGiftDataManager.WinForm.csproj b/SwitchGiftDataManager.WinForm/SwitchGiftDataManager.WinForm.csproj index 98e0c5e..c4be629 100644 --- a/SwitchGiftDataManager.WinForm/SwitchGiftDataManager.WinForm.csproj +++ b/SwitchGiftDataManager.WinForm/SwitchGiftDataManager.WinForm.csproj @@ -2,7 +2,7 @@ WinExe - net7.0-windows + net8.0-windows7.0 enable true enable