Skip to content

Commit 7c8a3ed

Browse files
committed
Update publish workflow to target .NET 10 preview builds
1 parent 8eba551 commit 7c8a3ed

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ jobs:
6666
- name: Setup .NET
6767
uses: actions/setup-dotnet@v4
6868
with:
69-
dotnet-version: '9.0.x'
69+
dotnet-version: '10.0.x'
70+
dotnet-quality: 'preview'
7071

7172
- name: Extract version from tag
7273
id: get_version

0 commit comments

Comments
 (0)