Skip to content

Bump GraphQL.Server.Transports.AspNetCore from 8.3.1 to 8.3.2 #649

Bump GraphQL.Server.Transports.AspNetCore from 8.3.1 to 8.3.2

Bump GraphQL.Server.Transports.AspNetCore from 8.3.1 to 8.3.2 #649

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