diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 8b1beafa..a1eca173 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -74,7 +74,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 9.0.x + dotnet-version: 10.0.x - name: Restore dependencies run: dotnet restore @@ -140,7 +140,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 9.0.x + dotnet-version: 10.0.x - name: Publish run: dotnet publish src/Stack/Stack.csproj -c Release -r ${{ matrix.runtime-id }} -p:Version=${{ needs.version.outputs.version }} -p:DebugType=None -p:DebugSymbols=false -o ${{ github.workspace }}/publish diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index bb2245d4..57d8fb9d 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -17,10 +17,10 @@ jobs: - name: Checkout code uses: actions/checkout@v5 - - name: Setup .NET 9 + - name: Setup .NET 10 uses: actions/setup-dotnet@v4 with: - dotnet-version: "9.0.x" + dotnet-version: "10.0.x" - name: Restore .NET dependencies run: dotnet restore diff --git a/src/Stack.Tests/Stack.Tests.csproj b/src/Stack.Tests/Stack.Tests.csproj index fbae2f84..4e290d72 100644 --- a/src/Stack.Tests/Stack.Tests.csproj +++ b/src/Stack.Tests/Stack.Tests.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 enable enable false diff --git a/src/Stack/Stack.csproj b/src/Stack/Stack.csproj index b3b44580..4e635d00 100644 --- a/src/Stack/Stack.csproj +++ b/src/Stack/Stack.csproj @@ -3,7 +3,7 @@ Exe stack - net9.0 + net10.0 enable enable true @@ -14,8 +14,8 @@ - - + +