Skip to content

Bump Microsoft.AspNetCore.Mvc.NewtonsoftJson from 9.0.1 to 9.0.13 #347

Bump Microsoft.AspNetCore.Mvc.NewtonsoftJson from 9.0.1 to 9.0.13

Bump Microsoft.AspNetCore.Mvc.NewtonsoftJson from 9.0.1 to 9.0.13 #347

Workflow file for this run

name: ASP.NET Core CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-restore --verbosity normal