Skip to content

Commit 2a3d820

Browse files
committed
update yaml to require .net 10
1 parent 5bc41fa commit 2a3d820

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

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: '9.0.x'
22+
dotnet-version: '10.0.x'
2323

2424
- name: Extract version and tag message
2525
id: extract

0 commit comments

Comments
 (0)