Browse Source

Better version

Piotr Czajkowski 2 days ago
parent
commit
f24992cae3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/dotnet.yml

+ 1 - 1
.github/workflows/dotnet.yml

@@ -21,7 +21,7 @@ jobs:
     - name: Setup .NET
       uses: actions/setup-dotnet@v4
       with:
-        dotnet-version: 8.0.x
+        dotnet-version: 8.x
     - name: Restore dependencies
       run: dotnet restore
       working-directory: ExcelORM