Browse Source

updated actions dotnet-version

vpenades 2 years ago
parent
commit
675c8e06a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/dotnet.yml

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

@@ -8,7 +8,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
     strategy:
     strategy:
       matrix:
       matrix:
-        dotnet-version: [ '6.0.x' ]
+        dotnet-version: [ '8.0.x' ]        
         os: [windows-latest, ubuntu-latest, macos-latest]
         os: [windows-latest, ubuntu-latest, macos-latest]
 
 
     steps:
     steps: