diff --git a/.github/workflows/ci-devel.yml b/.github/workflows/ci-devel.yml index 15d695d..d4cdcc0 100644 --- a/.github/workflows/ci-devel.yml +++ b/.github/workflows/ci-devel.yml @@ -26,9 +26,9 @@ jobs: # Install the .NET Core workload - name: Install .NET Core - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 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/src/AniMoe.App/AniMoe.App.csproj b/src/AniMoe.App/AniMoe.App.csproj index a1396d8..9a02034 100644 --- a/src/AniMoe.App/AniMoe.App.csproj +++ b/src/AniMoe.App/AniMoe.App.csproj @@ -1,7 +1,7 @@  WinExe - net7.0-windows10.0.22621.0 + net8.0-windows10.0.19041.0 10.0.19041.0 AniMoe.App app.manifest @@ -9,9 +9,10 @@ x86;x64;ARM64 - win10-x86;win10-x64;win10-arm64 + win-x86;win-x64;win-arm64 win10-$(Platform).pubxml true + true true Window-Icon.ico 10.0.19041.0 @@ -105,7 +106,7 @@ - + @@ -156,7 +157,7 @@ WMC1506 - E:\DotnetApps\AniMoe\src\AniMoe.App\bin\x64\Debug\net7.0-windows10.0.22621.0\win10-x64\AppX + E:\DotnetApps\AniMoe\src\AniMoe.App\bin\x64\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX WMC1506 diff --git a/src/AniMoe.Updater/AniMoe.Updater.csproj b/src/AniMoe.Updater/AniMoe.Updater.csproj index 529941b..609f698 100644 --- a/src/AniMoe.Updater/AniMoe.Updater.csproj +++ b/src/AniMoe.Updater/AniMoe.Updater.csproj @@ -1,15 +1,16 @@  - net7.0-windows10.0.22621.0 + net8.0-windows10.0.19041.0 10.0.19041.0 AniMoe.Updater - win10-x86;win10-x64;win10-arm64 + win-x86;win-x64;win-arm64 + true true - - + +