Skip to content

Bump System.Text.Json from 9.0.0 to 9.0.1 #1228

Bump System.Text.Json from 9.0.0 to 9.0.1

Bump System.Text.Json from 9.0.0 to 9.0.1 #1228

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: "true"
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.100
- name: Build/Check for compile errors (dotnet build)
run: dotnet build --configuration Release