Skip to content

System.Text.Json support. #57

System.Text.Json support.

System.Text.Json support. #57

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: [ main, master ]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
shell: pwsh
steps:
- uses: actions/checkout@v3
- name: .NET
uses: ./.github/actions/dotnet