Skip to content

Bump Autofac.Extensions.DependencyInjection from 8.0.0 to 9.0.0 #303

Bump Autofac.Extensions.DependencyInjection from 8.0.0 to 9.0.0

Bump Autofac.Extensions.DependencyInjection from 8.0.0 to 9.0.0 #303

Workflow file for this run

name: .NET DEV
on:
push:
branches: ["dev"]
pull_request:
branches: ["dev"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Build
run: dotnet build