瀏覽代碼
Update nuget.yaml
tags/v2.7.1
yedajiang44
6 月之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG Key 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 |
|
|
|