diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0094bc8..09d0460 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: dotnet-version: 10.0.x - name: Setup MSBuild - uses: microsoft/setup-msbuild@v2 + uses: microsoft/setup-msbuild@v3 - name: Restore the application run: msbuild $env:Solution_Name /t:Restore /p:Configuration=$env:Configuration