Skip to content

Update Microsoft Extensions to v8.0.5 #436

Update Microsoft Extensions to v8.0.5

Update Microsoft Extensions to v8.0.5 #436

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
show-progress: false
- run: dotnet build
- run: dotnet test --no-build UnitTests/UnitTests.csproj