Skip to content

Commit 1b0a40d

Browse files
authored
Merge pull request #255 from ax-meyer/dependabot/github_actions/microsoft/setup-msbuild-3.0.0
2 parents b5e37df + 1074450 commit 1b0a40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
dotnet-version: 10.0.x
1919

2020
- name: Add msbuild to PATH
21-
uses: microsoft/setup-msbuild@v2.0.0
21+
uses: microsoft/setup-msbuild@v3.0.0
2222

2323
- name: Build
2424
run: dotnet build --configuration Release

0 commit comments

Comments
 (0)