Skip to content

Bump Microsoft.Extensions.Http from 8.0.1 to 9.0.0 in /AhbichtClient #70

Bump Microsoft.Extensions.Http from 8.0.1 to 9.0.0 in /AhbichtClient

Bump Microsoft.Extensions.Http from 8.0.1 to 9.0.0 in /AhbichtClient #70

Workflow file for this run

name: dotnet-format
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.100
- name: Install dotnet-format
run: |
dotnet tool install -g dotnet-format
- name: Run dotnet-format
working-directory: ./AhbichtClient
run: dotnet-format AhbichtClient.sln --check