Skip to content

Bump System.Text.Json from 6.0.0 to 8.0.4 in /src/NodaTime.Serialization.SystemTextJson #59

Bump System.Text.Json from 6.0.0 to 8.0.4 in /src/NodaTime.Serialization.SystemTextJson

Bump System.Text.Json from 6.0.0 to 8.0.4 in /src/NodaTime.Serialization.SystemTextJson #59

Workflow file for this run

name: Build pull request
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
env:
DOTNET_NOLOGO: true
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Setup .NET SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
- name: Build and test
run: |
dotnet test src/NodaTime.Serialization.Test
dotnet pack src/NodaTime.Serialization.JsonNet
dotnet pack src/NodaTime.Serialization.Protobuf
dotnet pack src/NodaTime.Serialization.SystemTextJson