Compare commits

...

1 Commits

Author SHA1 Message Date
64fb193601 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
2026-04-04 13:25:12 -04:00

View File

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