Skip to content

Commit ecaf0eb

Browse files
authored
Update .NET version in build workflow
1 parent 86b1721 commit ecaf0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup .NET
3232
uses: actions/setup-dotnet@v5
3333
with:
34-
dotnet-version: "10.0.100-rc.2.25502.107"
34+
dotnet-version: "10.0.100"
3535

3636
- name: Cache .git folder
3737
uses: actions/cache@v4

0 commit comments

Comments
 (0)