Browse Source

dotnet 7.0.x

Tig Kindel 2 years ago
parent
commit
6190fc6411
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/dotnet-core.yml

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

@@ -17,7 +17,7 @@ jobs:
     - name: Setup .NET Core
       uses: actions/[email protected]
       with:
-        dotnet-version: 7.0.4
+        dotnet-version: 7.0.x
 
     - name: Install dependencies
       run: |