Skip to content

Bump Microsoft.Extensions.Logging from 7.0.0 to 8.0.0 #761

Bump Microsoft.Extensions.Logging from 7.0.0 to 8.0.0

Bump Microsoft.Extensions.Logging from 7.0.0 to 8.0.0 #761

Workflow file for this run

name: dotnet-format
on: [push, pull_request]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET 5
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.201
- name: Install dotnet-format
run: |
dotnet tool install -g dotnet-format
- name: Run dotnet-format
run: dotnet-format EDILibrary.sln --check