Some stuff I found lying around my disk (#11)

This commit is contained in:
Patrick Stevens
2023-09-02 21:48:31 +01:00
committed by GitHub
parent 96593f399a
commit 09ccb7b90c
36 changed files with 501 additions and 359 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
dotnet-version: 7.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build