Updated to .NET8

This commit is contained in:
Serge
2024-07-05 15:33:01 +02:00
parent 0f333e90c3
commit fe6f3bc3bf
4 changed files with 6 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
7.0.x
8.0.x
- name: Build
run: |
dotnet build app/GHelper.sln