Skip to content

Update build instructions to include .NET 9 (#4109) #1624

Update build instructions to include .NET 9 (#4109)

Update build instructions to include .NET 9 (#4109) #1624

Workflow file for this run

name: "Check spelling"
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v6
with:
files: |
**/*.{cs,rs,md,json,csproj,slice}