Parcourir la source

update dotnet version with github action

tags/v2.6.2
yedajiang44 il y a 2 ans
Parent
révision
06c9ca997c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      .github/workflows/dotnetcore.yml

+ 1
- 1
.github/workflows/dotnetcore.yml Voir le fichier

@@ -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


Chargement…
Annuler
Enregistrer