Skip to content

Bump the ci-dependencies group with 1 update #27

Bump the ci-dependencies group with 1 update

Bump the ci-dependencies group with 1 update #27

Workflow file for this run

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