瀏覽代碼

update dotnet version with github action

tags/v2.6.2
yedajiang44 2 年之前
父節點
當前提交
06c9ca997c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      .github/workflows/dotnetcore.yml

+ 1
- 1
.github/workflows/dotnetcore.yml 查看文件

@@ -12,7 +12,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@master
with:
dotnet-version: 7.0.203
dotnet-version: 7.0.5
- name: dotnet info
run: dotnet --info
- name: dotnet restore


Loading…
取消
儲存