SmallChi(Koike)
4 anos atrás
committed by
GitHub
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com
1 adições e
1 exclusõ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 |
|
|
|