We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3b563d commit 87ea548Copy full SHA for 87ea548
.github/workflows/Publish.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup .NET Core
17
uses: actions/setup-dotnet@v2
18
with:
19
- dotnet-version: '8.x'
+ dotnet-version: '9.x'
20
21
- name: Install ClangSharpPInvokeGenerator
22
run: dotnet tool install ClangSharpPInvokeGenerator --global
0 commit comments