소스 검색

dotnet 7.0.4

Tig Kindel 2 년 전
부모
커밋
f358088f91
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: 6.0.100
+        dotnet-version: 7.0.4
 
     - name: Install dependencies
       run: |