Drop net5

This commit is contained in:
Adam Hathcock
2022-06-13 15:24:53 +01:00
parent 7f7db5eabd
commit 20a09b4866
4 changed files with 4 additions and 6 deletions

View File

@@ -12,9 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v2
with:
dotnet-version: |
5.0.x
6.0.x
dotnet-version: 6.0.x
- run: dotnet run -p build/build.csproj
- uses: actions/upload-artifact@v3
with: