From 181c8c7e1520e101300a833a0b972dbf284080fc Mon Sep 17 00:00:00 2001 From: SaileshBK Date: Sun, 24 Dec 2023 15:34:14 -0600 Subject: [PATCH] chore(upgrade): Resolved comments --- .github/workflows/dotnetcore.yml | 2 +- UnitystationLauncher.Tests/UnitystationLauncher.Tests.csproj | 2 +- UnitystationLauncher.sln | 4 ++-- UnitystationLauncher/UnitystationLauncher.csproj | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index eeee09f..c1b0eb9 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -115,4 +115,4 @@ jobs: # Build - name: Test Flatpak Build run: | - dotnet publish --framework net7.0 --runtime linux-x64 --configuration Release --self-contained true /p:DefineConstants="FLATPAK" /p:DisableBeauty=true + dotnet publish --framework net8.0 --runtime linux-x64 --configuration Release --self-contained true /p:DefineConstants="FLATPAK" /p:DisableBeauty=true diff --git a/UnitystationLauncher.Tests/UnitystationLauncher.Tests.csproj b/UnitystationLauncher.Tests/UnitystationLauncher.Tests.csproj index ee8e0c4..2eb9797 100644 --- a/UnitystationLauncher.Tests/UnitystationLauncher.Tests.csproj +++ b/UnitystationLauncher.Tests/UnitystationLauncher.Tests.csproj @@ -1,6 +1,6 @@ - net8.0-windows + net8.0 enable false false diff --git a/UnitystationLauncher.sln b/UnitystationLauncher.sln index 75cc64f..ee6d212 100644 --- a/UnitystationLauncher.sln +++ b/UnitystationLauncher.sln @@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.8.34330.188 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitystationLauncher", "UnitystationLauncher\UnitystationLauncher.csproj", "{B7F5B4B3-BD06-46DF-AD15-634B00004CDB}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitystationLauncher", "UnitystationLauncher\UnitystationLauncher.csproj", "{B7F5B4B3-BD06-46DF-AD15-634B00004CDB}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitystationLauncher.Tests", "UnitystationLauncher.Tests\UnitystationLauncher.Tests.csproj", "{FC971561-155A-4B54-9977-203EA22663CB}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitystationLauncher.Tests", "UnitystationLauncher.Tests\UnitystationLauncher.Tests.csproj", "{FC971561-155A-4B54-9977-203EA22663CB}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/UnitystationLauncher/UnitystationLauncher.csproj b/UnitystationLauncher/UnitystationLauncher.csproj index 68966b8..6193623 100644 --- a/UnitystationLauncher/UnitystationLauncher.csproj +++ b/UnitystationLauncher/UnitystationLauncher.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows + net8.0 latest enable enable