Skip to content

Bump System.Text.Json from 4.7.2 to 8.0.4 in /HttpCommanding.Middleware #19

Bump System.Text.Json from 4.7.2 to 8.0.4 in /HttpCommanding.Middleware

Bump System.Text.Json from 4.7.2 to 8.0.4 in /HttpCommanding.Middleware #19

Workflow file for this run

name: Pull Request => Build and Test
on:
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/[email protected]
with:
dotnet-version: '3.1.100'
- name: Build
run: dotnet build --configuration Release
- name: Test
run: dotnet test