We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03d7fc7 commit 3cc7fb7Copy full SHA for 3cc7fb7
.github/workflows/ci.yml
@@ -16,6 +16,8 @@ jobs:
16
- uses: actions/checkout@v4
17
- name: Setup .NET Core SDK
18
uses: actions/setup-dotnet@v4
19
+ with:
20
+ dotnet-version: '9.0.x'
21
- name: Install dependencies
22
run: dotnet restore
23
- name: Build
0 commit comments