Skip to content

Commit 415f898

Browse files
authored
Update pipeline .NET version from 9.x to 10.x
1 parent 8154afd commit 415f898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup .NET
1212
uses: actions/setup-dotnet@v4
1313
with:
14-
dotnet-version: '9.x'
14+
dotnet-version: '10.x'
1515

1616
- name: Check out repository code
1717
uses: actions/checkout@v4

0 commit comments

Comments
 (0)