SmallChi(Koike)
há 4 anos
committed by
GitHub
ascendente
cometimento
0d2d8acadb
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com
1 adições e
1 eliminações
-
.github/workflows/dotnetcore.yml
|
|
@@ -12,7 +12,7 @@ jobs: |
|
|
|
- name: Setup .NET Core |
|
|
|
uses: actions/setup-dotnet@master |
|
|
|
with: |
|
|
|
dotnet-version: 3.1.403 |
|
|
|
dotnet-version: 5.0.100 |
|
|
|
- name: dotnet info |
|
|
|
run: dotnet --info |
|
|
|
- name: dotnet restore |
|
|
|