Skip to content

Bump System.Text.Json from 10.0.1 to 10.0.3 #15

Bump System.Text.Json from 10.0.1 to 10.0.3

Bump System.Text.Json from 10.0.1 to 10.0.3 #15

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build-and-test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: |
8.0.x
9.0.x
10.0.x
- run: dotnet restore
- run: dotnet build --no-restore
- run: dotnet test --no-build --verbosity normal