diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index de98d31..0a3c646 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 name: Checkout Code - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.3.1 + uses: microsoft/setup-msbuild@v2.0.0 - name: Setup NuGet.exe for use with actions uses: NuGet/setup-nuget@v2.0.0 - name: Restore NuGet Packages