Skip to content

Update to dotnet 9 (#470) #109

Update to dotnet 9 (#470)

Update to dotnet 9 (#470) #109

Workflow file for this run

name: On Push
on:
push:
branches:
- master
- development
- release/*
paths:
- '**.cs'
- '**.csproj'
jobs:
test:
name: Test Application
uses: ./.github/workflows/test.yml