소스 검색
Update nuget.yaml
tags/v2.7.1
yedajiang44
6 달 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
.github/workflows/nuget.yaml
|
|
@@ -16,7 +16,7 @@ jobs: |
|
|
|
- name: Setup .NET Core |
|
|
|
uses: actions/setup-dotnet@v3 |
|
|
|
with: |
|
|
|
dotnet-version: '8.0.203' |
|
|
|
dotnet-version: '9.0.100' |
|
|
|
|
|
|
|
- name: Restore dependencies |
|
|
|
run: dotnet restore |
|
|
|