Skip to content
This repository was archived by the owner on May 2, 2026. It is now read-only.

Bump the all group with 3 updates #85

Bump the all group with 3 updates

Bump the all group with 3 updates #85

Workflow file for this run

name: .NET Testing
on:
push:
branches: [ "master" ]
pull_request:
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v6
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: |
3.1.x
5.0.x
6.0.x
- name: Test
run: dotnet test -c Release