Skip to content

build(deps): Bump Microsoft.Extensions.Logging.Console, Microsoft.Extensions.Logging and Microsoft.Extensions.DependencyInjection #312

build(deps): Bump Microsoft.Extensions.Logging.Console, Microsoft.Extensions.Logging and Microsoft.Extensions.DependencyInjection

build(deps): Bump Microsoft.Extensions.Logging.Console, Microsoft.Extensions.Logging and Microsoft.Extensions.DependencyInjection #312

Workflow file for this run

name: .NET Core
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/[email protected]
with:
global-json-file: global.json
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-restore --verbosity normal