Skip to content

Commit 455b668

Browse files
committed
use dotnet 8.0 for gh workflows
1 parent d68c797 commit 455b668

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/setup-dotnet@v3
2626
with:
2727
dotnet-version: |
28-
7.0.x
28+
8.0.x
2929
- name: Restore dotnet tools
3030
run: dotnet tool restore
3131
- name: Fetch complete repository including tags

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup .NET SDK
2424
uses: actions/setup-dotnet@v3
2525
with:
26-
dotnet-version: "7.0.x"
26+
dotnet-version: "8.0.x"
2727
source-url: https://nuget.pkg.github.com/graphql-dotnet/index.json
2828
env:
2929
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup .NET SDK
2828
uses: actions/setup-dotnet@v3
2929
with:
30-
dotnet-version: "7.0.x"
30+
dotnet-version: "8.0.x"
3131
source-url: https://api.nuget.org/v3/index.json
3232
env:
3333
NUGET_AUTH_TOKEN: ${{secrets.NUGET_API_KEY}}

GraphQL.Client.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{
3232
ProjectSection(SolutionItems) = preProject
3333
.github\workflows\branches.yml = .github\workflows\branches.yml
3434
.github\workflows\master.yml = .github\workflows\master.yml
35+
.github\workflows\publish.yml = .github\workflows\publish.yml
3536
EndProjectSection
3637
EndProject
3738
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GraphQL.Primitives", "src\GraphQL.Primitives\GraphQL.Primitives.csproj", "{87FC440E-6A4D-47D8-9EB2-416FC31CC4A6}"

0 commit comments

Comments
 (0)