diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 2884555..1a9eb68 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -72,7 +72,7 @@ jobs: # Add MSBuild to the PATH (https://github.com/microsoft/setup-msbuild) - name: Setup MSBuild.exe - uses: microsoft/setup-msbuild@v1.0.2 + uses: microsoft/setup-msbuild@v2 # Restore the application to populate the obj folder with RuntimeIdentifiers - name: Restore the application