浏览代码

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


正在加载...
取消
保存