Skip to content

Upgraded to latest versions #2

Upgraded to latest versions

Upgraded to latest versions #2

Workflow file for this run

name: Pull Request Check
on:
pull_request:
branches:
- master
jobs:
test:
runs-on: windows-latest
steps:
- name: Checkout Sources
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup .NET 68
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: "Build and Test"
run: |
dotnet build
dotnet test