Skip to content
This repository was archived by the owner on May 17, 2025. It is now read-only.

Update readme

Update readme #93

Workflow file for this run

name: .NET Core
on: [push]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.100' # SDK Version to use.
- name: Build with dotnet
run: dotnet build --configuration Release