Skip to content

Commit 1a83189

Browse files
committed
update build pipeline to net 9
1 parent 884a18e commit 1a83189

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,6 +19,6 @@ jobs:
1919
- name: Setup .NET
2020
uses: actions/setup-dotnet@v3
2121
with:
22-
dotnet-version: 7.x
22+
dotnet-version: 9.x
2323
- name: Build
2424
run: dotnet build buildAllSlns.proj

0 commit comments

Comments
 (0)