Skip to content

Update README.md

Update README.md #98

Workflow file for this run

name: default
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
8.0.x
- name: dotnet info
run: dotnet --info
- name: build
run: bash build.sh