Skip to content

Updating internal Pure.DI to 2.1.43 #129

Updating internal Pure.DI to 2.1.43

Updating internal Pure.DI to 2.1.43 #129

Workflow file for this run

name: CSharpInteractive check
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup dotnet
uses: actions/setup-dotnet@v3
with:
dotnet-version: '9.0.x'
- name: Build
run: dotnet run --project ./Build