We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e3e62d commit cafcbd2Copy full SHA for cafcbd2
.github/workflows/ci-build.yml
@@ -35,6 +35,14 @@ jobs:
35
36
steps:
37
- uses: actions/checkout@v2
38
+ - name: Setup .NET 6
39
+ uses: actions/setup-dotnet@v1
40
+ with:
41
+ dotnet-version: 6.0.*
42
+ - name: Setup .NET 7
43
44
45
+ dotnet-version: 7.0.*
46
- name: Setup .NET 8
47
uses: actions/setup-dotnet@v1
48
with:
.github/workflows/ci-publish.yml
@@ -69,6 +69,14 @@ jobs:
69
70
71
72
73
74
75
76
77
78
79
80
81
82
0 commit comments