From e521fa9c5b80d0d75822a0d2f2ca3d24eb269283 Mon Sep 17 00:00:00 2001 From: suchmememanyskill <38142618+suchmememanyskill@users.noreply.github.com> Date: Fri, 17 May 2024 17:50:22 +0200 Subject: [PATCH] Upgrade to .net 8 --- .github/workflows/build.yml | 4 ++-- BottlesPlugin/BottlesPlugin.csproj | 2 +- GogIntegration/GogIntegration.csproj | 2 +- HideGamesMiddleware/HideGamesMiddleware.csproj | 2 +- ItchIoIntegration/ItchIoIntegration.csproj | 2 +- Launcher/Launcher.csproj | 12 ++++++------ LauncherGamePlugin/LauncherGamePlugin.csproj | 2 +- LegendaryIntegration/LegendaryIntegration.csproj | 4 ++-- LocalGames/LocalGames.csproj | 4 ++-- SteamExporterPlugin/SteamExporterPlugin.csproj | 2 +- SteamGridDbMiddleware/SteamGridDbMiddleware.csproj | 2 +- VDFMapper/VDFMapper.csproj | 2 +- 12 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7bcdac0..5d2fadc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Restore dependencies run: dotnet restore @@ -90,7 +90,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Restore dependencies run: dotnet restore diff --git a/BottlesPlugin/BottlesPlugin.csproj b/BottlesPlugin/BottlesPlugin.csproj index 732f8b2..6b6fbc1 100644 --- a/BottlesPlugin/BottlesPlugin.csproj +++ b/BottlesPlugin/BottlesPlugin.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable true diff --git a/GogIntegration/GogIntegration.csproj b/GogIntegration/GogIntegration.csproj index 8d0ba80..c68d467 100644 --- a/GogIntegration/GogIntegration.csproj +++ b/GogIntegration/GogIntegration.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable true diff --git a/HideGamesMiddleware/HideGamesMiddleware.csproj b/HideGamesMiddleware/HideGamesMiddleware.csproj index 732f8b2..6b6fbc1 100644 --- a/HideGamesMiddleware/HideGamesMiddleware.csproj +++ b/HideGamesMiddleware/HideGamesMiddleware.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable true diff --git a/ItchIoIntegration/ItchIoIntegration.csproj b/ItchIoIntegration/ItchIoIntegration.csproj index 8d0ba80..c68d467 100644 --- a/ItchIoIntegration/ItchIoIntegration.csproj +++ b/ItchIoIntegration/ItchIoIntegration.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable true diff --git a/Launcher/Launcher.csproj b/Launcher/Launcher.csproj index 5860f13..83d6490 100644 --- a/Launcher/Launcher.csproj +++ b/Launcher/Launcher.csproj @@ -1,7 +1,7 @@ WinExe - net7.0 + net8.0 enable link 1.0.0 @@ -22,12 +22,12 @@ - - + + - - - + + + diff --git a/LauncherGamePlugin/LauncherGamePlugin.csproj b/LauncherGamePlugin/LauncherGamePlugin.csproj index 076e1ee..ccaacb7 100644 --- a/LauncherGamePlugin/LauncherGamePlugin.csproj +++ b/LauncherGamePlugin/LauncherGamePlugin.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable diff --git a/LegendaryIntegration/LegendaryIntegration.csproj b/LegendaryIntegration/LegendaryIntegration.csproj index b9ed2fb..d205bb2 100644 --- a/LegendaryIntegration/LegendaryIntegration.csproj +++ b/LegendaryIntegration/LegendaryIntegration.csproj @@ -1,14 +1,14 @@ - net7.0 + net8.0 enable enable true - + diff --git a/LocalGames/LocalGames.csproj b/LocalGames/LocalGames.csproj index 7ade9e8..79e1c52 100644 --- a/LocalGames/LocalGames.csproj +++ b/LocalGames/LocalGames.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable true @@ -15,6 +15,6 @@ - + diff --git a/SteamExporterPlugin/SteamExporterPlugin.csproj b/SteamExporterPlugin/SteamExporterPlugin.csproj index 62e48e6..abd551c 100644 --- a/SteamExporterPlugin/SteamExporterPlugin.csproj +++ b/SteamExporterPlugin/SteamExporterPlugin.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable true diff --git a/SteamGridDbMiddleware/SteamGridDbMiddleware.csproj b/SteamGridDbMiddleware/SteamGridDbMiddleware.csproj index bbbe551..2cac3e7 100644 --- a/SteamGridDbMiddleware/SteamGridDbMiddleware.csproj +++ b/SteamGridDbMiddleware/SteamGridDbMiddleware.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable true diff --git a/VDFMapper/VDFMapper.csproj b/VDFMapper/VDFMapper.csproj index 9f54b02..0b668f5 100644 --- a/VDFMapper/VDFMapper.csproj +++ b/VDFMapper/VDFMapper.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable