Add CI/CD
Some checks failed
s&box CI / build-and-lint (push) Failing after 20s
s&box CI / build-and-lint (pull_request) Failing after 19s

Add Standard .dotnet CICD
This commit is contained in:
2026-04-04 13:11:57 -04:00
parent 2e22cb1b26
commit 64fb193601

View File

@@ -12,7 +12,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.x'
dotnet-version: '10.0.x'
- name: Restore Dependencies
run: dotnet restore