Skip to content

Commit e7b1974

Browse files
committed
GitHub Actions: use .NET v7.0
1 parent e39f173 commit e7b1974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup .NET
2020
uses: actions/setup-dotnet@v3
2121
with:
22-
dotnet-version: 6.0.x
22+
dotnet-version: 7.0.x
2323
- name: Add msbuild to PATH
2424
uses: microsoft/[email protected]
2525
- name: Restore

0 commit comments

Comments
 (0)