Skip to content

Bump System.Text.Json from 4.7.2 to 8.0.4 in /src #336

Bump System.Text.Json from 4.7.2 to 8.0.4 in /src

Bump System.Text.Json from 4.7.2 to 8.0.4 in /src #336

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.100'
- name: dotnet test
run: dotnet test --configuration Release --logger trx --collect "XPlat code coverage"