Skip to content

build(deps): Bump Microsoft.Extensions.DependencyInjection from 6.0.1 to 7.0.0 #337

build(deps): Bump Microsoft.Extensions.DependencyInjection from 6.0.1 to 7.0.0

build(deps): Bump Microsoft.Extensions.DependencyInjection from 6.0.1 to 7.0.0 #337

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: '5.0.x'
- name: Test with dotnet
run: dotnet test