Skip to content

build(deps): Bump Newtonsoft.Json and Microsoft.NET.Test.Sdk #914

build(deps): Bump Newtonsoft.Json and Microsoft.NET.Test.Sdk

build(deps): Bump Newtonsoft.Json and Microsoft.NET.Test.Sdk #914

Workflow file for this run

name: Project
on: [push, pull_request]
jobs:
test:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 3.1.101
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release
- name: Test
run: dotnet test --configuration Debug