Skip to content

Commit 72a84c8

Browse files
authored
Update .NET version in AOT compatibility workflow
1 parent 57268e7 commit 72a84c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/aot-compatibility.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727

2828
- name: Setup dotnet
2929
uses: actions/setup-dotnet@v4
30+
with:
31+
dotnet-version: 8.0.x
3032

3133
- name: publish AOT testApp, assert static analysis warning count, and run the app
3234
shell: pwsh

0 commit comments

Comments
 (0)