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