Skip to content

Republish as netstandard 2.0 #78

Republish as netstandard 2.0

Republish as netstandard 2.0 #78

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
tags:
- '*.*.*'
jobs:
build:
runs-on: ubuntu-latest
env:
Configuration: Release
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Build
run: dotnet build