Skip to content

Updated dependencies #41

Updated dependencies

Updated dependencies #41

Workflow file for this run

name: .NET Core
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
strategy:
matrix:
runs-on: [ubuntu-latest, macOS-latest, windows-latest]
fail-fast: false
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/[email protected]
with:
dotnet-version: 7.0.311
- name: Build with dotnet
run: dotnet build --configuration Release