We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02bcba9 commit c838d72Copy full SHA for c838d72
.github/workflows/publish-package.yml
@@ -31,6 +31,11 @@ jobs:
31
with:
32
dotnet-version: 2.1.x
33
34
+ - name: Setup .NET 6
35
+ uses: actions/setup-dotnet@v1
36
+ with:
37
+ dotnet-version: 6.0.x
38
+
39
- name: Restore dependencies
40
run: dotnet restore
41
.github/workflows/pull-request.yml
@@ -20,6 +20,11 @@ jobs:
20
21
dotnet-version: 5.0.x
22
23
24
25
26
27
28
- name: Setup .NET Core 3.1
29
uses: actions/setup-dotnet@v1
30
0 commit comments