We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf1b9b commit 0ff8ec0Copy full SHA for 0ff8ec0
.github/workflows/ci.yml
@@ -54,6 +54,11 @@ jobs:
54
filter: 'tree:0'
55
show-progress: false
56
57
+ - name: Setup .NET 8 SDK
58
+ uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
59
+ with:
60
+ dotnet-version: '8.0.x'
61
+
62
- name: Setup .NET SDK
63
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
64
id: setup-dotnet
0 commit comments