Skip to content

Bump GraphQL.SystemTextJson from 8.6.0 to 8.7.0 #651

Bump GraphQL.SystemTextJson from 8.6.0 to 8.7.0

Bump GraphQL.SystemTextJson from 8.6.0 to 8.7.0 #651

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
tags:
- v*
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v5
- name: Setup .NET Core
uses: actions/setup-dotnet@v5
with:
dotnet-version: '8.0.x'
dotnet-quality: 'preview'
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore