Skip to content

Bump System.Text.Json in /src/JTActiveSafety.Protocol #22

Bump System.Text.Json in /src/JTActiveSafety.Protocol

Bump System.Text.Json in /src/JTActiveSafety.Protocol #22

Workflow file for this run

name: .NET Core
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Setup .NET Core
uses: actions/setup-dotnet@master
with:
dotnet-version: 5.0.100
- name: dotnet info
run: dotnet --info
- name: dotnet restore
run: dotnet restore ./src/JTActiveSafety.sln
- name: dotnet JTActiveSafety.Protocol build
run: dotnet build ./src/JTActiveSafety.Protocol.Test/JTActiveSafety.Protocol.Test.csproj