diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b777fb8..3d28f65 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,7 +46,7 @@ jobs: # Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild - name: Setup MSBuild.exe - uses: microsoft/setup-msbuild@v2.0.0 + uses: microsoft/setup-msbuild@v3.0.0 # Restore the application to populate the obj folder with RuntimeIdentifiers - name: Restore the application