Skip to content

Bump Microsoft.Extensions.Logging.Debug from 10.0.3 to 10.0.4 #376

Bump Microsoft.Extensions.Logging.Debug from 10.0.3 to 10.0.4

Bump Microsoft.Extensions.Logging.Debug from 10.0.3 to 10.0.4 #376

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