Skip to content

Commit 3e2afda

Browse files
committed
C#: Update the create extractor pack action to .NET 8.
1 parent 0df9dcb commit 3e2afda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/actions/create-extractor-pack/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
- name: Setup dotnet
88
uses: actions/setup-dotnet@v3
99
with:
10-
dotnet-version: 7.0.102
10+
dotnet-version: 8.0.100
1111
- name: Build Extractor
1212
shell: bash
1313
run: scripts/create-extractor-pack.sh

0 commit comments

Comments
 (0)