diff --git a/.github/workflows/build-debug.yml b/.github/workflows/build-debug.yml index 73d3807eb..04bd97ed4 100644 --- a/.github/workflows/build-debug.yml +++ b/.github/workflows/build-debug.yml @@ -1,4 +1,4 @@ -# .github/workflows/debug-build.yml +# .github/workflows/debug-build.yml name: PR Debug Build (Development) on: @@ -16,7 +16,7 @@ jobs: - name: Setup .NET SDK uses: actions/setup-dotnet@v3 with: - dotnet-version: '8.0.x' + dotnet-version: '10.0.x' - name: Restore dependencies run: dotnet restore diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 9a491ec16..5b40eaaa9 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET SDK uses: actions/setup-dotnet@v3 with: - dotnet-version: '8.0.x' + dotnet-version: '10.0.x' - name: Restore dependencies run: dotnet restore diff --git a/STROOP/STROOP.csproj b/STROOP/STROOP.csproj index 76291479a..613d01d2b 100644 --- a/STROOP/STROOP.csproj +++ b/STROOP/STROOP.csproj @@ -1,6 +1,6 @@  - net8.0-windows + net10.0-windows7.0 WinExe true false