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 6f060e4 commit ac694b9Copy full SHA for ac694b9
.github/workflows/build.yml
@@ -20,7 +20,9 @@ jobs:
20
- name: Setup .NET SDK
21
uses: actions/setup-dotnet@v1
22
with:
23
- dotnet-version: 7.0.x
+ dotnet-version: |
24
+ 6.0.x
25
+ 7.0.x
26
source-url: https://nuget.pkg.github.com/graphql-dotnet/index.json
27
env:
28
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
.github/workflows/publish.yml
@@ -30,7 +30,9 @@ jobs:
30
31
32
33
34
35
36
source-url: https://api.nuget.org/v3/index.json
37
38
NUGET_AUTH_TOKEN: ${{secrets.NUGET_AUTH_TOKEN}}
0 commit comments