Skip to content

Bump the dev-dependencies group in /tests with 3 updates #53

Bump the dev-dependencies group in /tests with 3 updates

Bump the dev-dependencies group in /tests with 3 updates #53

Workflow file for this run

name: .NET - Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet: ['6.0.x']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnet }}
include-prerelease: true
- run: dotnet build src