Skip to content

Bump the all group with 8 updates (#13) #50

Bump the all group with 8 updates (#13)

Bump the all group with 8 updates (#13) #50

Workflow file for this run

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