Explorar el Código

update dotnet version with github action

tags/v2.6.2
yedajiang44 hace 2 años
padre
commit
06c9ca997c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      .github/workflows/dotnetcore.yml

+ 1
- 1
.github/workflows/dotnetcore.yml Ver fichero

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


Cargando…
Cancelar
Guardar