Sfoglia il codice sorgente

Version correction

Piotr Czajkowski 4 anni fa
parent
commit
cf83eb520c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/dotnetcore.yml

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

@@ -12,7 +12,7 @@ jobs:
     - name: Setup .NET Core
       uses: actions/setup-dotnet@v1
       with:
-        dotnet-version: 3.0
+        dotnet-version: 3.0.101
     - name: Test
       run: dotnet test CoreProcessFilesTests/
     - name: Build