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 9d6e1f1 commit 66c460cCopy full SHA for 66c460c
.github/workflows/blank.yml
@@ -13,6 +13,16 @@ jobs:
13
steps:
14
- uses: actions/checkout@v2
15
16
+ - name: Setup .NET 6
17
+ uses: actions/setup-dotnet@v1
18
+ with:
19
+ dotnet-version: 6.0.x
20
+
21
+ - name: Setup .NET 7
22
23
24
+ dotnet-version: 7.0.x
25
26
- name: Setup .NET 8
27
uses: actions/setup-dotnet@v1
28
with:
0 commit comments