Skip to content

Update dependency TypedRest.SystemTextJson to v1.5.3 #451

Update dependency TypedRest.SystemTextJson to v1.5.3

Update dependency TypedRest.SystemTextJson to v1.5.3 #451

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
show-progress: false
- run: dotnet build
- run: dotnet test --no-build UnitTests/UnitTests.csproj