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 41a95f4 commit 5e1f32fCopy full SHA for 5e1f32f
.github/workflows/ci.yml
@@ -51,6 +51,11 @@ jobs:
51
filter: 'tree:0'
52
show-progress: false
53
54
+ - name: Setup .NET 8 SDK
55
+ uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
56
+ with:
57
+ dotnet-version: '8.0.x'
58
+
59
- name: Setup .NET SDK
60
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
61
id: setup-dotnet
0 commit comments