Skip to content

build(deps): Bump Microsoft.Extensions.Configuration.Binder from 8.0.1 to 8.0.2 #308

build(deps): Bump Microsoft.Extensions.Configuration.Binder from 8.0.1 to 8.0.2

build(deps): Bump Microsoft.Extensions.Configuration.Binder from 8.0.1 to 8.0.2 #308

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