Skip to content

Commit 73d5d0b

Browse files
committed
fix: upgrade github actions target to .NET 9.0
1 parent e1d75ea commit 73d5d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup .NET SDK
3939
uses: actions/setup-dotnet@v4
4040
with:
41-
dotnet-version: 8.0
41+
dotnet-version: 9.0
4242

4343
- name: Restore Dependencies
4444
run: dotnet restore

0 commit comments

Comments
 (0)