Browse Source

update dotnet version with github action

tags/v2.6.2
yedajiang44 2 years ago
parent
commit
06c9ca997c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/dotnetcore.yml

+ 1
- 1
.github/workflows/dotnetcore.yml View File

@@ -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…
Cancel
Save