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 9285885 commit 15f4905Copy full SHA for 15f4905
.github/workflows/ci.yml
@@ -53,6 +53,11 @@ jobs:
53
filter: 'tree:0'
54
show-progress: false
55
56
+ - name: Setup .NET 8 SDK
57
+ uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
58
+ with:
59
+ dotnet-version: '8.0.x'
60
+
61
- name: Setup .NET SDK
62
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
63
id: setup-dotnet
0 commit comments